HP RC 1804912/06 remote - Printable Version +- Forum (http://forum.xbian.org) +-- Forum: Hardware (/forum-7.html) +--- Forum: Remotes and CEC support (/forum-26.html) +--- Thread: HP RC 1804912/06 remote (/thread-222.html) |
HP RC 1804912/06 remote - rcpoinho - 8th Jan, 2013 05:14 AM Hi Here is my devinput.conf file for the HP RC 1804912/06 mce remote control RE: HP RC 1804912/06 remote - CurlyMo - 8th Jan, 2013 05:21 AM Is it just me, or is the devinput config not any different than the one included by default. RE: HP RC 1804912/06 remote - rcpoinho - 8th Jan, 2013 05:37 AM With the default "devinput.conf" the numbers, star and hash doesn't work, all the others worked. So i made this one making all buttons working. RE: HP RC 1804912/06 remote - CurlyMo - 8th Jan, 2013 05:40 AM What were the exact keys you added/changed? Can you post there names from the devinput.conf RE: HP RC 1804912/06 remote - rcpoinho - 8th Jan, 2013 06:00 AM This ones were missing from my devinput.conf file. With the default devinput.conf file using the irw command these buttons were not recognized adding these ones worked like a charmed. KEY_NUMERIC_1 0x0201 KEY_NUMERIC_2 0x0202 KEY_NUMERIC_3 0x0203 KEY_NUMERIC_4 0x0204 KEY_NUMEIRC_5 0x0205 KEY_NUMERIC_6 0x0206 KEY_NUMEIRC_7 0x0207 KEY_NUMEIRC_8 0x0208 KEY_NUMEIRC_9 0x0209 KEY_NUMERIC_STAR 0x020A KEY_NUMERIC_0 0x0200 KEY_NUMERIC_POUND 0x020B RE: HP RC 1804912/06 remote - CurlyMo - 8th Jan, 2013 06:15 AM Yep, added, thanks! RE: HP RC 1804912/06 remote - rcpoinho - 8th Jan, 2013 06:34 AM I found this page very useful when i needed to check the hex codes for the specific buttons. hope to be useful to somebody else. http://forum.xbmc.org/showthread.php?tid=101151 RE: HP RC 1804912/06 remote - guandms - 12th Jan, 2013 04:13 AM hi rcpoinho , thanks for the file , can you please tell me if i only need to replace this file and that's it the remote is fully functional ? RE: HP RC 1804912/06 remote - rcpoinho - 12th Jan, 2013 04:35 AM If you replace the file, only this remote will work. If you whant to keep the old configuration, you can always add only the information from this new file to your file. To check if all buttons are working you can use the irw command. PS: I've check the devinput.conf file and there is a error in the numeric button names. All numeric buttons should read as follows: KEY_NUMERIC_1 0x0201 KEY_NUMERIC_2 0x0202 KEY_NUMERIC_3 0x0203 KEY_NUMERIC_4 0x0204 KEY_NUMERIC_5 0x0205 KEY_NUMERIC_6 0x0206 KEY_NUMERIC_7 0x0207 KEY_NUMERIC_8 0x0208 KEY_NUMERIC_9 0x0209 KEY_NUMERIC_STAR 0x020A KEY_NUMERIC_0 0x0200 KEY_NUMERIC_POUND 0x020B RE: HP RC 1804912/06 remote - CurlyMo - 12th Jan, 2013 04:37 AM We never just replace files. I've added the values to the devinput: https://github.com/xbianonpi/xbian/blob/xbian-alpha5/etc/lirc/remotes/devinput.conf RE: HP RC 1804912/06 remote - rcpoinho - 12th Jan, 2013 04:40 AM I've updated the file with the fixed one. RE: HP RC 1804912/06 remote - guandms - 12th Jan, 2013 04:45 AM can you please make some changes , there isn't any option in the remote to change the audio streams . and there isn't any option to make aright click (options menu) . In windows i have this option by default . Thanks in advance .... RE: HP RC 1804912/06 remote - CurlyMo - 12th Jan, 2013 05:00 AM Read into creating a custom Lircmap.xml RE: HP RC 1804912/06 remote - guandms - 12th Jan, 2013 09:56 AM i don't really know how , i know there is a manual but i cant figure it out ,rcpoinho can you please help RE: HP RC 1804912/06 remote - rcpoinho - 13th Jan, 2013 11:01 AM In my configuration in full-screen video when i press the "KEY_NUMERIC_POUND" it changes between audio tracks. Can you try it? |