All keys working except for the left, right, up and down key in the center. Let me know if anyone has that working.
Thanks
lirc imon
Moderator: Pablo
Re: lirc imon
Found out that this is an old problem that the new lirc driver is supposed to fix - i have 0.8.6 - the lirc driver but still cannot get the pad keys to work - I have an older version of the remote 15c2:ffdc.
Last edited by mythtv101 on Sat Oct 24, 2009 11:43 pm, edited 1 time in total.
Re: lirc imon
Turns out that the codes in imon file in /etc/lirc/lircd.conf.d folder were incorrect for my remote for the four keys - changed it to
KEY_UP 0x01008000
KEY_LEFT 0x01000080
KEY_DOWN 0x01007F00
KEY_RIGHT 0x0100007F
and all works fine now.
KEY_UP 0x01008000
KEY_LEFT 0x01000080
KEY_DOWN 0x01007F00
KEY_RIGHT 0x0100007F
and all works fine now.