[Howto] mceusb driver with lirc protocol instead of rc-6/devinput
|
3rd Apr, 2014, 07:00 PM
Post: #12
|
|||
|
|||
RE: [Howto] mceusb driver with lirc protocol instead of rc-6/devinput
Same issue here. Some keys on the remote work, some don't and some take multiple presses before something happens. (HP MediaCenter IR receiver with generic MCE remote) It stopped working somewhere in the process of upgrading from Beta 2 to RC1 and all updates after. No idea when. Followed most items in this thread to fix it but with a couple of changes:
This did nothing for me: Code: # cat /etc/modprobe.d/lirc.conf This did nothing for me (in rc.local) Code: echo lirc > /sys/class/rc/rc0/protocols This worked for me (add to /etc/udev/rules.d/99-input.rules. Adapted from http://forum.xbmc.org/showthread.php?tid=141868 ) Code: ACTION=="add|change", SUBSYSTEM=="rc", RUN+="/usr/bin/ir-keytable -s $name -c -p LIRC" JJ |
|||
« Next Oldest | Next Newest »
|
Possibly Related Threads... | |||||
Thread: | Author | Replies | Views: | Last Post | |
[PROBLEM] lirc, mceusb and generic HP USB IR receiver | dharmabm | 6 | 26,544 |
19th Apr, 2014 01:23 PM Last Post: mk01 |