I'm at my wits end here figuring this out. LIRC refuses to work inside mythfrontend. Right now irw works, so i'm rulling out the possibility that this is a lirc issue. irexec + ~/.lircrc works too (I use that to start mfe) However, once inside mfe I get no remote activity at all. Here is my ~/.mythtv/lircrc file, it's short now because i'm troubleshooting it:
<br><br>#left<br>begin<br>prog = mythtv<br>button = left<br>config = Left<br>end<br><br>#Down<br>begin<br>prog = mythtv<br>button = down<br>config = Down<br>end<br><br>#Up<br>begin<br>prog = mythtv<br>button = up<br>config = Up
<br>end<br><br>#Right<br>begin<br>prog = mythtv<br>button = right<br>config = Right<br>end<br><br><br>Yes, the button values match what is in /etc/lircd.conf -- and they match irw output.<br>I compiled mythtv myself and yes mythfrontend --version says 'using lirc.'
<br>mythtv - 0.19<br>lircd - 0.8.0<br>ubuntu 5.10<br><br><br>Thanx!