I found that after an upgrade, my (Jarod) patch was still applied to
rc.sysinit, but my lirc.rules file was empty. Once I added the
line referenced in this thread back into lirc.rules, it fixed my lirc
woes.<br>
<br>
<br><div><span class="gmail_quote">On 3/25/05, <b class="gmail_sendername">Jarod Wilson</b> <<a href="mailto:jarod@wilsonet.com">jarod@wilsonet.com</a>> wrote:</span><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
On Friday 25 March 2005 12:34, Heath Howard wrote:<br>> I don't have /dev/lirc0. Only /dev/lircd and then /dev/lirc with the<br>> symlink to lircd.<br><br>That's a problem. Seems you don't have any device node for lirc to use. Ah,
<br>the joys of udev... :-\<br><br>> Do I need to create /dev/lirc0 then so I can symlink /dev/lirc to it like<br>> you have below?<br><br>Hrm, it ought to be getting created automagically when your lirc module gets
<br>loaded. Such is the case on my boxes, then a udev rules file takes care of<br>symlinking /dev/lirc0 to /dev/lirc.<br><br>$ cat /etc/udev/rules.d/lirc.rules<br>KERNEL="lirc0", SYMLINK="lirc"
<br><br>> If so what command should I use? Should I just create a file or do I need<br>> to use mknod to create it?<br>> If so should I have used that to create /dev/lirc?<br><br>Why you aren't seeing a device created, I dunno... lirc_gpio definitely needs
<br>a device node. Alternatively, you can just 'mknod /dev/lirc c 61 0'. Then<br>also 'mknod /etc/udev/devices/lirc c 61 0' so that it'll get recreated on<br>reboot.<br><br>--<br>Jarod Wilson<br><a href="mailto:jarod@wilsonet.com">
jarod@wilsonet.com</a><br><br>Got a question? Read this first...<br> <a href="http://catb.org/~esr/faqs/smart-questions.html">http://catb.org/~esr/faqs/smart-questions.html</a><br>MythTV, Fedora Core & ATrpms documentation:
<br> <a href="http://wilsonet.com/mythtv/">http://wilsonet.com/mythtv/</a><br>MythTV Searchable Mailing List Archive<br> <a href="http://www.gossamer-threads.com/lists/mythtv/">http://www.gossamer-threads.com/lists/mythtv/
</a><br><br><br>_______________________________________________<br>mythtv-users mailing list<br><a href="mailto:mythtv-users@mythtv.org">mythtv-users@mythtv.org</a><br><a href="http://mythtv.org/cgi-bin/mailman/listinfo/mythtv-users">
http://mythtv.org/cgi-bin/mailman/listinfo/mythtv-users</a><br><br><br><br></blockquote></div><br>