[mythtv-users] HD-PVR /dev/lirc does not exist
Captain Krypto
captainkrypto at gmail.com
Sat May 8 18:38:22 UTC 2010
Just a guess, but is the service started?
"service lirc start"
I had the same problem on FC10 so I just added something like this to
/etc/rc.d/rc.local :
if [ ! -e /dev/lirc0 ]; then
mknod /dev/lirc0 c 61 0
chown root:root /dev/lirc0
chmod 660 /dev/lirc0
fi
Kinda hackey, but it worked.
This post might help:
http://www.linuxquestions.org/questions/slackware-14/lirc-linux-remote-control-isnt-setting-up-dev-properly-udev-problem-599664/
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mythtv.org/pipermail/mythtv-users/attachments/20100508/89b46530/attachment.htm>
More information about the mythtv-users
mailing list