Every forum I have found only has guides for the 0038 and ffdc receivers. I have tried to adapt them to work with my version with no success. Does anyone have this type of receiver? I have tried it with and without lirc using ir-keytables. ir-keytables recognizes my receiver but the test doesn't display anything. I have tried running Ubuntu 11.10 and 12.04. Currently I have 12.04 installed on my machine.
cat /proc/bus/input/device:
I: Bus=0003 Vendor=15c2 Product=0043 Version=0002
N: Name="iMON Remote (15c2:0043)"
P: Phys=usb-0000:00:06.0-1/input0
S: Sysfs=/devices/pci0000:00/0000:00:06.0/usb4/4-1/4-1:1.0/rc/rc0/input12
U: Uniq=
H: Handlers=kbd event12
B: PROP=0
B: EV=100013
B: KEY=fff 0 4400000108c0320 2d5008000000000 30000 400119000 418614000801 809e168000000000 200000010004002
B: MSC=10
sudo ir-keytables:
Found /sys/class/rc/rc0/ (/dev/input/event12) with:
Driver imon, table rc-imon-pad
Supported protocols: RC-6 other
Enabled protocols:
Repeat delay = 500 ms, repeat period = 125 ms
I would really appreciate it if anyone could help. This setup has been quite frustrating for me.
[LINUX] Antec Veris Basic - iMon 15c2:0043 receiver Ubuntu 12.04
seribralcrow
Junior Member Posts: 6 Joined: Apr 2012 Reputation: 0 |
2012-04-21 14:58
Post: #1
|
| find quote |
ikus060
Member Posts: 66 Joined: Oct 2008 Reputation: 0 |
2012-04-22 00:26
Post: #2
May you give us the output of lsmod ?
Your remote should work out of the box with default linux kernel and this without lirc. Check if you have the following module : rc_core, rc_imon_pad, imon. |
| find quote |
seribralcrow
Junior Member Posts: 6 Joined: Apr 2012 Reputation: 0 |
2012-04-22 01:35
Post: #3
Here is the information you requested. The modules you listed are indeed started but I am not able to make the remote work. Is there any special configuration that I must do?
lsmod: Module Size Used by hid_logitech 26520 0 vesafb 13844 1 snd_hda_codec_hdmi 32474 1 snd_hda_codec_realtek 223867 1 parport_pc 32866 0 ppdev 17113 0 joydev 17693 0 rfcomm 47604 12 mxm_wmi 12979 0 bnep 18281 2 snd_hda_intel 33773 3 snd_hda_codec 127706 3 snd_hda_codec_hdmi,snd_hda_codec_realtek,snd_hda_intel snd_hwdep 13668 1 snd_hda_codec snd_pcm 97188 3 snd_hda_codec_hdmi,snd_hda_intel,snd_hda_codec snd_seq_midi 13324 0 psmouse 87603 0 snd_rawmidi 30748 1 snd_seq_midi ir_lirc_codec 12859 0 lirc_dev 19204 1 ir_lirc_codec ir_mce_kbd_decoder 12777 0 ir_sony_decoder 12510 0 ir_jvc_decoder 12507 0 ir_rc6_decoder 12507 0 rc_imon_pad 12505 0 ir_rc5_decoder 12507 0 nvidia 12319264 40 ir_nec_decoder 12507 0 xpad 18179 0 imon 32839 0 ff_memless 13097 2 hid_logitech,xpad video 19596 0 shpchp 37277 0 rc_core 26412 10 ir_lirc_codec,ir_mce_kbd_decoder,ir_sony_decoder,ir_jvc_decoder,ir_rc6_decoder,rc_imon_pad,ir_rc5_decoder,ir_nec_decoder,imon serio_raw 13211 0 snd_seq_midi_event 14899 1 snd_seq_midi wmi 19256 1 mxm_wmi snd_seq 61896 2 snd_seq_midi,snd_seq_midi_event snd_timer 29990 2 snd_pcm,snd_seq snd_seq_device 14540 3 snd_seq_midi,snd_rawmidi,snd_seq snd 78855 16 snd_hda_codec_hdmi,snd_hda_codec_realtek,snd_hda_intel,snd_hda_codec,snd_hwdep,snd_pcm,snd_rawmidi,snd_seq,snd_timer,snd_seq_device btusb 18288 2 mac_hid 13253 0 bluetooth 180104 23 rfcomm,bnep,btusb soundcore 15091 1 snd snd_page_alloc 18529 2 snd_hda_intel,snd_pcm i2c_nforce2 13058 0 lp 17799 0 parport 46562 3 parport_pc,ppdev,lp usbhid 47199 1 hid_logitech hid 99559 2 hid_logitech,usbhid forcedeth 63460 0 |
| find quote |
boosted
Member Joined: Oct 2011 Reputation: 0 Location: New Zealand |
2012-04-22 03:26
Post: #4
Have you seen this
http://forum.xbmc.org/showthread.php?s=a...tid=104541 |
| find quote |
seribralcrow
Junior Member Posts: 6 Joined: Apr 2012 Reputation: 0 |
2012-04-22 15:04
Post: #5
I looked over this thread and it would not work for me. To ensure that the receiver functioned properly I verifed its functionality on a windows install. The receiver and remote work exceptionally well in windows. When I ran dmesg it seems to configure properly. However, I get no IR input signals when I run ir-keytables. To ensure this was not something that I had done wrong, I am using a fresh install of 12.04 with ir-keytable installed only. I am doing this to eliminate the possibility of conflicts. The author states that if you are receiving no input then the driver is not configured or installed properly. How can I verify/correct this?
|
| find quote |
skerit
Junior Member Posts: 7 Joined: Mar 2012 Reputation: 0 |
2012-04-24 22:02
Post: #6
I'm running into the same problem. Something's not right on ubuntu 12.04. I also tried the old lirc approach (without devinput), but even then it won't budge.
|
| find quote |
seribralcrow
Junior Member Posts: 6 Joined: Apr 2012 Reputation: 0 |
2012-04-25 04:19
Post: #7
With help from Sparkie2640
Try: Code: ir-keytable -cHitting a few buttons made my remote respond. |
| find quote |
HackitZ
Junior Member Posts: 1 Joined: Sep 2012 Reputation: 0 |
2012-09-05 19:27
Post: #8
Thanks for the tip it worked perfectly,
does anyone know how to get the lcd working?
(This post was last modified: 2012-09-05 19:27 by HackitZ.)
|
| find quote |

Search
Help