![]() |
[PROBLEM] lirc, mceusb and generic HP USB IR receiver - Printable Version +- Forum (http://forum.xbian.org) +-- Forum: Hardware (/forum-7.html) +--- Forum: Remotes and CEC support (/forum-26.html) +--- Thread: [PROBLEM] lirc, mceusb and generic HP USB IR receiver (/thread-2221.html) |
lirc, mceusb and generic HP USB IR receiver - dharmabm - 7th Apr, 2014 11:59 PM ok, i am at wits end with this... i have tried everything i know (and i am not new to this) and cannot get my remote to work consistently. it works most of the time in rc1, but occasionally does not - either only a few buttons work or it doesn't work at all, usually a reboot or 2 will fix it. but in staging i cannot get it to work at all. i have been through everything in THIS THREAD, as well as dozens of xbmc, openelec and lirc forums and nothing gets a response from irw or mode2. dmesg Code: [ 22.543228] Registered IR keymap rc-rc6-mce cat /var/log/lircd Code: Apr 7 19:54:18 xbian-testing lircd: caught signal Code: xbian@xbian-testing ~ $ cat /proc/bus/input/devices Code: xbian@xbian-testing ~ $ lsusb Code: xbian@xbian-testing ~ $ lsmod i am now at the point that i am shopping for a flirc or a gpio receiver, but they are not easy to find in this part of the world, plus i know it CAN work and would like to figure it out as it may help others if we can get to the bottom of it. i suspect a conflict with ir-keytables, but documentation on the relationship between that and lirc is spotty at best. @CurlyMo, can we use this as a scenario to put together a step-by-step troubleshooting procedure that is worth adding to the wiki? after all, it ain't rocket science (or is it?). RE: lirc, mceusb and generic HP USB IR receiver - CurlyMo - 8th Apr, 2014 04:40 AM Can you unload all rc modules and just load lirc_dev and mceusb. Then restart lirc. RE: lirc, mceusb and generic HP USB IR receiver - dharmabm - 8th Apr, 2014 01:18 PM (8th Apr, 2014 04:40 AM)CurlyMo Wrote: Can you unload all rc modules and just load lirc_dev and mceusb. Then restart lirc. done... no response ![]() Re: lirc, mceusb and generic HP USB IR receiver - f1vefour - 8th Apr, 2014 08:28 PM Have a look at this thread: http://forum.xbian.org/showthread.php?tid=2003 RE: lirc, mceusb and generic HP USB IR receiver - dharmabm - 9th Apr, 2014 03:06 AM (8th Apr, 2014 08:28 PM)f1vefour Wrote: Have a look at this thread: tried everything in that thread already, but thanks. like i said i know how to do this and NOTHING has worked. unfortunately i can't test anything tonight as my file server has died so i have to re-purpose my spare pi so my 6 year old can watch his tv. i have spent hours and days getting this to work in the past, but something new is causing all my previous configurations to fail. RE: lirc, mceusb and generic HP USB IR receiver - dharmabm - 10th Apr, 2014 01:56 AM fyi, i checked my working rc1 build and irw returns mceusb as input device. i still suspect ir-keytables as the culprit here, but without irw working i cannot verify if devinput is taking over. any ideas? RE: lirc, mceusb and generic HP USB IR receiver - mk01 - 19th Apr, 2014 01:23 PM (7th Apr, 2014 11:59 PM)dharmabm Wrote: ok, i am at wits end with this... i have tried everything i know (and i am not new to this) and cannot get my remote to work consistently. @dharmabm you have loaded all kind of protocol handlers, but ... did you set LIRC handler as ACTIVE handler? ok probably this means yes Code: [ 24.196843] rc rc0: lirc_dev: driver ir-lirc-codec disable devinputs, definitely when you have ir_lirc_codec + lirc_dev + mceusb = you have to go with lircd rc_rc6_mce + ir_rc6_decoder = you go through kernel input device translated by map defined in /etc/rc_maps.cfg |