lircd: could not get file information

Linux howto's, compile information, information on whatever we learned on working with linux, MACOs and - of course - Products of the big evil....
Post Reply
User avatar
^rooker
Site Admin
Posts: 1484
Joined: Fri Aug 29, 2003 8:39 pm

lircd: could not get file information

Post by ^rooker »

[PROBLEM]
I got this errormessage in /var/log/lircd:
lircd(serial) ready
accepted new client on /dev/lircd
could not get file information for /dev/lirc
default_init(): No such file or directory
caught signal
[SOLUTION]
lirc is looking for /dev/lirc, but with kernel 2.6 and udev it's /dev/lirc0 by default, so it needs to be symlinked.

Lucky me found this info in a thread:
Either set in /etc/conf.d/lircd
LIRCD_OPTS="-d /dev/lirc0"

or set a rule in /etc/udev/rules.d/10-udev.rules
KERNEL="lirc0", NAME="%k", SYMLINK="lirc"
Jumping out of an airplane is not a basic instinct. Neither is breathing underwater. But put the two together and you're traveling through space!
Post Reply