<br><br><div class="gmail_quote">On Sat, Apr 14, 2012 at 7:00 PM, Paul Bender <span dir="ltr">&lt;<a href="mailto:pebender@san.rr.com">pebender@san.rr.com</a>&gt;</span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
<div class="im">On 4/14/2012 9:36 AM, Dave Brown wrote:<br>
</div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div class="im">
<br>
<br>
<br>
    What I do in MiniMyth is use udev to create device symbolic links<br>
    from the hardware&#39;s characteristics (e.g., vendor id, product id,<br>
    serial number). Once this is done, device can be referred to by the<br>
    symbolic link, which does not change as it is constructed from the<br>
    hardware&#39;s characteristics. For example, newer versions of udev<br>
    contain a rules script (60-persistent-input.rules) that does this<br>
    for input devices.<br>
<br></div><div class="im">
    ______________________________<u></u>___________________<br>
    mythtv-users mailing list<br>
    <a href="mailto:mythtv-users@mythtv.org" target="_blank">mythtv-users@mythtv.org</a> &lt;mailto:<a href="mailto:mythtv-users@mythtv.org" target="_blank">mythtv-users@mythtv.<u></u>org</a>&gt;<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 class="im">
    &lt;<a href="http://www.mythtv.org/mailman/listinfo/mythtv-users" target="_blank">http://www.mythtv.org/<u></u>mailman/listinfo/mythtv-users</a>&gt;<br>
<br>
<br>
Hi Paul<br>
<br>
Ive tried this using udev and have it matched to the remote.   I had set<br>
it to REMOTE_DEVICE=&quot;/dev/input/<u></u>remote&quot; in hardware.conf. However, I<br>
dont get any output from the remote using irw.<br>
<br>
What im having after each boot is change the remote device to /dev/lirc0<br>
or /dev/lirc1 depending on where the remote is placed agains<br>
either /sys/class/rc/rc0/ or /sys/class/rc/rc1/<br>
<br>
I cant find anywhere to point /sys/class/rc/rc0/ to /dev/input/remote<br>
</div></blockquote>
<br>
The /dev/input devices created by udev are input devices not lirc devices. What I did for MiniMyth was to create my own udev script that created persistent device symbolic links for lirc devices.<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>Cheers Paul, ive had a read up on udev and ive got this working now</div>