&gt; What am I missing here? <div class="gmail_quote"><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div>
</div><p dir="ltr">You need to put your remote definition in the hardware file and each of the codes you obtained with irw for all the key press. This will map the ir signals to keys.</p>
<p dir="ltr">Last you need lircrc file in .mythtv to map the keys to actions in mythtv. You can do the same for mplayer, vlc etc.</p>
<p dir="ltr">Im on my way home now and i can send you my files as example if you want.</p><br></blockquote></div><br>That would be brilliant if you could please share them. However, I should point out that lirc is running and I have the following /etc/lirc/hardware.conf and /etc/lirc/lircd.conf files and yet irw still does not respond at all.  <br>

<br>hardware.conf:<br>---------------------<br># /etc/lirc/hardware.conf<br>#<br>#Chosen Remote Control<br>REMOTE=&quot;Windows Media Center Transceivers/Remotes (all)&quot;<br>REMOTE_MODULES=&quot;lirc_dev mceusb&quot;<br>

REMOTE_DRIVER=&quot;&quot;<br>REMOTE_DEVICE=&quot;/dev/lirc0&quot;<br>REMOTE_SOCKET=&quot;&quot;<br>REMOTE_LIRCD_CONF=&quot;lircd.conf.mceusb&quot;<br>REMOTE_LIRCD_ARGS=&quot;&quot;<br><br>#Chosen IR Transmitter<br>
TRANSMITTER=&quot;None&quot;<br>TRANSMITTER_MODULES=&quot;&quot;<br>TRANSMITTER_DRIVER=&quot;&quot;<br>TRANSMITTER_DEVICE=&quot;&quot;<br>TRANSMITTER_SOCKET=&quot;&quot;<br>TRANSMITTER_LIRCD_CONF=&quot;&quot;<br>TRANSMITTER_LIRCD_ARGS=&quot;&quot;<br>

<br>#Enable lircd<br>START_LIRCD=&quot;true&quot;<br><br>#Don&#39;t start lircmd even if there seems to be a good config file<br>#START_LIRCMD=&quot;false&quot;<br><br>#Try to load appropriate kernel modules<br>LOAD_MODULES=&quot;true&quot;<br>

<br># Default configuration files for your hardware if any<br>LIRCMD_CONF=&quot;&quot;<br><br>#Forcing noninteractive reconfiguration<br>#If lirc is to be reconfigured by an external application<br>#that doesn&#39;t have a debconf frontend available, the noninteractive<br>

#frontend can be invoked and set to parse REMOTE and TRANSMITTER<br>#It will then populate all other variables without any user input<br>#If you would like to configure lirc via standard methods, be sure<br>#to leave this set to &quot;false&quot;<br>

FORCE_NONINTERACTIVE_RECONFIGURATION=&quot;false&quot;<br>START_LIRCMD=&quot;&quot;<br><br><br>lircd.conf:<br>--------------<br>I&#39;m using the lircd.conf.mceusb file from /usr/share/lirc/remotes/mceusb/. This seems to have multiple remote definitions in it - is it OK to use it as-is with all those remotes defined in it?<br>