On Tue, 8 Feb 2005 16:38:53 -0500, James Olsovsky wrote: > > Feb 8 16:30:35 Mythtv lircd 0.7.0[2917]: accepted new client on /dev/lircd > Feb 8 16:30:35 Mythtv lircd 0.7.0[2917]: could not get file > information for /dev/lirc > Feb 8 16:30:35 Mythtv lircd 0.7.0[2917]: default_init(): No such file > or directory > Feb 8 16:30:35 Mythtv lircd 0.7.0[2917]: caught signal
What do you get when you run the command ls -l /dev/lirc* This is what I get with a working setup. I suspect that you might not have those device files set up properly. crw------- 1 root root 61, 0 Feb 6 21:42 /dev/lirc crw------- 1 root root 61, 0 Feb 6 21:42 /dev/lirc0 srw-rw-rw- 1 root root 0 Feb 6 21:42 /dev/lircd Are the driver modules loaded? Try running lsmod to see if they are in the list. I have lirc_i2c, lirc_dev loaded. Alex
_______________________________________________ mythtv-users mailing list [email protected] http://mythtv.org/cgi-bin/mailman/listinfo/mythtv-users
