<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">Right, so now you need to set up lirc to use the devinput driver, as<br>
in my setup.  Look at the files that go in /etc/lirc (hardware.conf,<br>
lircd.conf).  The key thing is to set the REMOTE_DRIVER="devinput"<br>
option in hardware.conf, but there are other options in those files<br>
that you also need, so just copy them (keeping copies of your original<br>
ones) and tweak the things that are different in your setup, like the<br>
lirc device name (REMOTE_DEVICE).  That might be the only setting you<br>
need to adjust.<br></blockquote><div><br></div><div>OK, I've done that.  Here's the remote section of my /etc/lircd.conf:</div><div><div><br></div><div>REMOTE="Windows Media Center Transceivers/Remotes (all)"</div><div>REMOTE_MODULES=""</div><div>REMOTE_DRIVER="devinput"</div><div>REMOTE_DEVICE="/dev/lirc0"</div><div>REMOTE_SOCKET=""</div><div>REMOTE_LIRCD_CONF="mceusb/lircd.conf.mceusb"</div><div>REMOTE_LIRCD_ARGS=""</div></div><div><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"><span class="">
>4) When I start mythfrontend I get no response to button presses on the<br>
>remote.<br>
<br>
</span>You also need to look in my README for the later configurations that<br>
need doing, in the lircrc files (/home/<mythfrontenduser>/.lirc/mythtv<br>
and any others such as mplayer if you use that).  And beyond that, the<br>
config of the hotkeys in mythfrontend needs to match what is in the<br>
lircrc file.  If you use your existing mythtv file as a starting<br>
point, you may not need to change any of the mythfrontend hotkey<br>
settings.<br></blockquote><div><br></div><div>Here's an extract of /home/phill/.lirc/mythtv:</div><div><br></div><div><div>begin</div><div>    remote = devinput</div><div>    prog = mythtv</div><div>    button = KEY_PAUSE</div><div>    config = P</div><div>    repeat = 0</div><div>    delay = 0</div><div>end</div><div><br></div><div>begin</div><div>    remote = devinput</div><div>    prog = mythtv</div><div>    button = KEY_RECORD</div><div>    config = R</div><div>    repeat = 0</div><div>    delay = 0</div><div>end</div><div><br></div><div>begin</div><div>    remote = devinput</div><div>    prog = mythtv</div><div>    button = KEY_PLAY</div><div>    config = P</div><div>    repeat = 0</div><div>    delay = 0</div><div>end</div></div><div><br></div><div>When I run ircat mythtv I still get no response on the screen. </div><div><br></div><div>Also, I've noticed that when I run irw I get different KEY codes from when I run sudo ir-keytable -t -s rc0. For example one button returns KEY-AGAIN in irw, but the same button returns KEY-PREVIOUS in ir-keytable. Is that to be expected, or does it indicate that I've done something wrong?</div><div><br></div><div> </div></div></div></div>