You are not logged in.

#1 2011-09-10 22:57:20

nargil
Member
Registered: 2010-07-21
Posts: 14

LIRC - some key's won't work

I've got a zalman HD503 case with its remote. http://xcdn.me/fo/12hz/pics/2011/04/13/ … 2x1024.jpg
The keys that don't work:
KEY_POWER (the red on, although it turns my pc ON when it's off)
the one below with an underlined triangle (not sure what its name is, looks like eject cd, but there is another round button subscribed eject with a cd icon on it)
KEY_EJECTCD (the one mentioned above)
App launcher
The green one between app launcher and task switcher
task switcher
timer
KEY_PICTURES (the blue one. That's really weird as all the other buttons work, like KEY_VIDEOS, KEY_AUDIO, KEY_TV)

[htpc@myhost ~]$ lsusb
Bus 003 Device 003: ID 15c2:0038 SoundGraph Inc. GD01 MX VFD Display/IR Receiver
[htpc@myhost ~]$ lsmod |grep ir
ir_lirc_codec           4347  0 
lirc_dev                9231  1 ir_lirc_codec
ir_sony_decoder         2187  0 
ir_jvc_decoder          2281  0 
ir_rc6_decoder          2761  0 
ir_rc5_decoder          2249  0 
ir_nec_decoder          2633  0 
rc_core                15328  10 rc_imon_pad,imon,ir_lirc_codec,mceusb,ir_sony_decoder,ir_jvc_decoder,ir_rc6_decoder,ir_rc5_decoder,ir_nec_decoder


[htpc@myhost ~]$ lsmod |grep imon
rc_imon_pad             1605  0 
imon                   20158  1 
usbcore               142576  7 usbhid,imon,xhci_hcd,ehci_hcd,mceusb
rc_core                15328  10 rc_imon_pad,imon,ir_lirc_codec,mceusb,ir_sony_decoder,ir_jvc_decoder,ir_rc6_decoder,ir_rc5_decoder,ir_nec_decoder
[htpc@myhost ~]$ ls -l /dev/input/by-id/
razem 0
lrwxrwxrwx 1 root root 9 09-10 22:06 usb-15c2_0038-event-if00 -> ../event7
lrwxrwxrwx 1 root root 9 09-10 22:06 usb-15c2_0038-event-mouse -> ../event6
lrwxrwxrwx 1 root root 9 09-10 22:06 usb-15c2_0038-mouse -> ../mouse0

i try to record the keys using:

[htpc@myhost ~]$ sudo irrecord -d /dev/input/event7 -H dev/input lirc.txt

but the keys mentioned above dont get recorded:

Now hold down button "KEY_EJECTCD".
irrecord: no data for 10 secs, aborting
The last button did not seem to generate any signal.
Press RETURN to continue.

All the other keys work flawlessly with irrecord and irw (using /usr/share/lirc/remotes/devinput/lircd.conf.devinput for lircd).

I think there is something wrong with my modules. Can't figure it out (spent all day!), so request your help.

Offline

Board footer

Powered by FluxBB