<br><br><div class="gmail_quote"><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
Some people prefer handling remote control input using Xorg, and some people prefer handling remote control input using LIRC .<br>
<br>
Thanks to Jarod&#39;s hard work, the LIRC kernel modules are being integrated into the mainline kernel. These integrated kernel modules appear as event input devices and support the video4linux remote control API (&lt;<a href="http://linuxtv.org/downloads/v4l-dvb-apis/remote_controllers.html" target="_blank">http://linuxtv.org/<u></u>downloads/v4l-dvb-apis/remote_<u></u>controllers.html</a>&gt;). As a result they can be handled by Xorg and they can have their keys remapped using ir-keytable.<br>

<br>
I prefer to use LIRC rather than Xorg for my remote control inputs. I use eventlircd (&lt;<a href="http://code.google.com/p/eventlircd/" target="_blank">http://code.google.com/p/<u></u>eventlircd/</a>&gt;) to route the event devices created by the LIRC kernel modules through LIRC. eventlircd is capable of mapping key combinations (such as Alt+P). In fact, that is the primary reason that I wrote eventlircd.<div class="HOEnZb">
<div class="h5"><br>
______________________________<u></u>_________________<br>
mythtv-users mailing list<br>
<a href="mailto:mythtv-users@mythtv.org" target="_blank">mythtv-users@mythtv.org</a><br>
<a href="http://www.mythtv.org/mailman/listinfo/mythtv-users" target="_blank">http://www.mythtv.org/mailman/<u></u>listinfo/mythtv-users</a><br>
</div></div></blockquote></div><br><div><br></div><div>I prefer to use LIRC but having some problems as there are two remote sensors (one is on a usb tuner card)  The rc0 uses lirc0 and in my hardware.conf is set to <span style="background-color:rgb(255,255,255);font-size:12px;text-align:left">REMOTE_DEVICE=&quot;/dev/lirc0&quot;.</span></div>
<div><span style="background-color:rgb(255,255,255);font-size:12px;text-align:left">They switch about on cold reboot stopping the remote from working.  Is there anyway to get the mce to stay against rc0?  I have tried setting both rc0 and rc1 to use LIRC but that makes not difference.</span></div>
<div><span style="background-color:rgb(255,255,255);font-size:12px;text-align:left"><br></span></div><div><span style="background-color:rgb(255,255,255);font-size:12px;text-align:left">Thanks</span></div><div><pre class="alt2" dir="ltr" style="background-image:initial;background-color:rgb(255,255,255);font-size:12px;margin-top:0px;margin-bottom:0px;padding-top:6px;padding-right:6px;padding-bottom:6px;padding-left:6px;border-top-width:1px;border-right-width:1px;border-bottom-width:1px;border-left-width:1px;border-top-style:inset;border-right-style:inset;border-bottom-style:inset;border-left-style:inset;border-color:initial;width:640px;height:194px;text-align:left;overflow-x:auto;overflow-y:auto">
ir-keytable
Found /sys/class/rc/rc0/ (/dev/input/event3) with:
        Driver cx88xx, table rc-hauppauge
        Supported protocols: NEC RC-5 RC-6 JVC SONY LIRC 
        Enabled protocols: LIRC 
        Extra capabilities: &lt;access denied&gt;
Found /sys/class/rc/rc1/ (/dev/input/event4) with:
        Driver mceusb, table rc-rc6-mce
        Supported protocols: NEC RC-5 RC-6 JVC SONY LIRC 
        Enabled protocols: LIRC 
        Extra capabilities: &lt;access denied&gt;</pre></div>