<div dir="ltr"><div class="gmail_extra"><div class="gmail_quote"><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left-width:1px;border-left-color:rgb(204,204,204);border-left-style:solid;padding-left:1ex">The lircrc config file is /home/<frontenduser>/.lircrc.  It is not<br>
/home/<frontenduser>/.mythtv/.lircrc.  In Mythbuntu, the .lircrc file<br>
is normally a list of included files, which are normally located in<br>
/home/<frontenduser>/.lirc/.  Each of those included files is normally<br>
for one program that uses lirc, but that is just a convention and the<br>
config from all included files gets read and executed by lirc, so if<br>
any of the other included files contains config with "prog = mythtv"<br>
lines, it might override what you are doing in your<br>
/home/<mythfrontenduser>/.lirc/mythtv file.<br></blockquote><div><br></div><div>This is what my /home/phill/.lircrc file looks like:</div><div>include ~/.lirc/mythtv<br></div><div><br></div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left-width:1px;border-left-color:rgb(204,204,204);border-left-style:solid;padding-left:1ex">If there is more than one user that runs mythfrontend, it is not<br>
unusual to have links from the other mythfrontend users back to one<br>
location for the config files, usually the first frontend user that<br>
was created, or possibly the mythtv user.  But that has to have been<br>
done manually.  And you can not link the .lircrc file as it uses the ~<br>
notation for its includes and would get the wrong file locations.  So<br>
you need to link the secondary frontend users' .lirc/* files to the<br>
primary frontend user's .lirc/* files.<br>
<br>
Make sure that setup is right.<br></blockquote><div><br></div><div>I'm not really sure what you mean here by primary and secondary frontend users. I just jave one user that runs mythfrontend: "phill".</div><div> <br></div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left-width:1px;border-left-color:rgb(204,204,204);border-left-style:solid;padding-left:1ex">OK, time to do a basic check.  First, what is the full output of<br>
ir-keytable?<br></blockquote><div><br></div><div><div>$ sudo ir-keytable</div><div>Found /sys/class/rc/rc0/ (/dev/input/event8) with:</div><div>        Driver mceusb, table rc-rc6-mce</div><div>        Supported protocols: NEC RC-5 RC-6 JVC SONY SANYO LIRC other</div><div>        Enabled protocols: NEC RC-5 RC-6 JVC SONY SANYO LIRC other</div><div>        Name: Media Center Ed. eHome Infrared</div><div>        bus: 3, vendor/product: 1934:5168, version: 0x0001</div><div>        Repeat delay = 500 ms, repeat period = 125 ms</div></div><div> </div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left-width:1px;border-left-color:rgb(204,204,204);border-left-style:solid;padding-left:1ex">Then, with lirc running, try ir-keytable -t.  Do you see any IR keys? </blockquote><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left-width:1px;border-left-color:rgb(204,204,204);border-left-style:solid;padding-left:1ex">
If you do, then lirc is not configured properly, as it should be<br>
taking all the keystrokes.  </blockquote><div><br></div><div>Yes, unfortunately I do see some IR keys. They're the ones defined in /etc/rc_keymaps/rc6_mce. Is this the source of my problem, do you think? One thing I've noticed that's different in my /etc/lirc/hardware.conf compared to your's is that mine has the line REMOTE_LIRCD_CONF="mceusb/lircd.conf.mceusb" whereas your's says REMOTE_LIRCD_CONF="devinput/lircd.conf.devinput". Do I need to set REMOTE_LIRCD_CONF to something different related to devinput, and if so what?<br></div><div> </div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left-width:1px;border-left-color:rgb(204,204,204);border-left-style:solid;padding-left:1ex">If ir-keytable -t does not show IR<br>
keystrokes, shut down lirc:<br>  /etc/init.d/lirc stop<br>and try ir-keytable -t again.  Does you see any IR keys now?<br></blockquote><div><br></div><div>Yes, I do - again, they're the ones defined in /etc/rc_keymaps/rc6_mce.</div><div> </div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left-width:1px;border-left-color:rgb(204,204,204);border-left-style:solid;padding-left:1ex">Then restart lirc:<br>  /etc/init.d/lirc start<br>and paste the output from that command </blockquote><div><br></div><div><div>$ sudo /etc/init.d/lirc start</div><div> * Starting remote control daemon(s) :                                                       [ OK ]</div></div><div> </div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left-width:1px;border-left-color:rgb(204,204,204);border-left-style:solid;padding-left:1ex">and also any syslog output from lircd that happened when lirc was started.</blockquote><div><br></div><div>Dec  8 22:16:07 mfe1 lircd-0.9.0[3144]: lircd(devinput) ready, using /run/lirc/lircd<br></div><div><br></div><div><br></div><div>Thanks very much for helping me with this. Sorry it's taking so long!</div><div> </div></div></div></div>