![]() |
Philips SRM7500 - Working config - Printable Version +- Forum (http://forum.xbian.org) +-- Forum: Hardware (/forum-7.html) +--- Forum: Remotes and CEC support (/forum-26.html) +--- Thread: Philips SRM7500 - Working config (/thread-48.html) Pages: 1 2 |
Philips SRM7500 - Working config - BartOtten - 15th Dec, 2012 09:16 PM Code: # /etc/lirc/hardware.conf Code: <!-- Lircmap.xml for Philips SRM7500 MCE Remote --> RE: Philips SRM7500 - Working config - CurlyMo - 15th Dec, 2012 09:20 PM For implementation in the official distribution we can't alter the Keymap.xml because they're global settings. Can you make the Lircmap.xml + Lircd.conf* generic enough so you don't have to alter the Keymap.xml. *Can you also post this one. RE: Philips SRM7500 - Working config - BartOtten - 15th Dec, 2012 09:36 PM (15th Dec, 2012 09:20 PM)CurlyMo Wrote: For implementation in the official distribution we can't alter the Keymap.xml because they're global settings. Can you make the Lircmap.xml + Lircd.conf* generic enough so you don't have to alter the Keymap.xml. Keymap.xml seems to be obsolete: http://wiki.xbmc.org/index.php?title=Keymap . Can you confirm this, than I shall delete it from my post. RE: Philips SRM7500 - Working config - CurlyMo - 15th Dec, 2012 10:08 PM Doesn't matter, just make sure that you're remote works by only providing a custom Lircmap.xml, lircd.conf and hardware.conf. Check "/usr/local/share/xbmc/system/keymaps/remote.xml" for all available functions of XBMC. Also, can you provide me with a dmesg output so i can see how the remote is recognized by the kernel? RE: Philips SRM7500 - Working config - CurlyMo - 18th Dec, 2012 09:24 PM I'm currently working on the Alpha 4 update. If you would like me to add support for this remote, can you then provide me with the config files i requested? Thanks in advanced! RE: Philips SRM7500 - Working config - BartOtten - 19th Dec, 2012 04:00 AM Code: # /etc/lirc/hardware.conf Code: <!-- Lircmap.xml for Philips SRM7500 MCE Remote --> Code: Output of dmesg The default http://www.mideiros.net/doc/share/lirc/remotes/philips/lircd.conf.srm7500libusb RE: Philips SRM7500 - Working config - BartOtten - 19th Dec, 2012 04:05 AM @[CurlyMo] Here you go ![]() RE: Philips SRM7500 - Working config - CurlyMo - 19th Dec, 2012 04:38 AM Don't you have a lircd.conf? RE: Philips SRM7500 - Working config - BartOtten - 19th Dec, 2012 04:41 AM http://www.mideiros.net/doc/share/lirc/remotes/philips/lircd.conf.srm7500libusb Here it is ![]() RE: Philips SRM7500 - Working config - CurlyMo - 19th Dec, 2012 05:18 AM Owk, almost done. Can you match the names of your buttons in the lircd.conf as linked above with these: https://github.com/xbianonpi/xbian/blob/xbian-alpha4/etc/lirc/remotes/devinput.conf Then start with a clean Lircmap.xml and only add those buttons that don't work by default. Probably up/down/left/right do. Your custom Lircmap.xml will then most likely be a bit smaller and uniform than it is now. Thanks! RE: Philips SRM7500 - Working config - BartOtten - 19th Dec, 2012 05:58 AM Any way to test this? renaming lirc.conf, hardware.conf etc? RE: Philips SRM7500 - Working config - CurlyMo - 19th Dec, 2012 06:01 AM Just remove the current lircmap.xml, rename the buttons in your current lircd.conf to the uniform names (like in devinput). Then restart lirc & xbmc and check what buttons work and which don't. RE: Philips SRM7500 - Working config - BartOtten - 19th Dec, 2012 06:06 AM Just see a nice tutorial of a guy named....curlymo. First have to check some bugs on the forum though RE: Philips SRM7500 - Working config - BartOtten - 19th Dec, 2012 07:06 AM Code: Output IRW Code: Output lirc-daemon when XBMC starts The new lircd.conf is working (fine). I have removed the Lircmap.xml bot XBMC does not react at all. I understand that I can make a -full- Lircmap myself, however I don't think that is what you want. It should be (partly) recognized by using the same 'names' as devinput right? RE: Philips SRM7500 - Working config - CurlyMo - 19th Dec, 2012 07:28 AM When you look at my digitenne remote map: https://github.com/xbianonpi/xbian/blob/xbian-alpha4/etc/lirc/remotes/smt1000t.conf and compare that to the actual xbmc lircmap: https://github.com/xbianonpi/xbian/blob/xbian-alpha4/home/xbian/.xbmc/userdata/Lircmap.xml Buttons i didn't have to map ('cause i used the default devinput names): KEY_0 till KEY_9 KEY_UP KEY_DOWN KEY_LEFT KEY_RIGHT So just use your own Lircmap.xml (with the names names) but leave those out that already work by default. |