On Saturday 01 January 2005 10:33 am, Dan Ferris wrote: <snip> > Yes, it's there, looks right. > <snip> > > Done, but i only see this in ps -x: > 3969 ? S 0:00 [lirc_dev] > <snip> > Done, but isn't that a comment? > > after this , i tried irw again, and got nothing. It loads up, but > doesn't do anything when i hit the buttons on my remote. (the remote > works, it did in FC2, 2 weeks ago or so) > > Let me know what you think. > > Thanks > > -Dan
Dan, The [lirc_dev] is good, but what do you get from '/sbin/lsmod | grep lirc'? Also, the device for lirc may not be /dev/lirc. Try 'ls -l /dev/li*' and see what device is created when both lirc_i2c and lirc_dev are loaded (before running the daemon). The chkconfig line in the /etc/rc.d/init.d script IS a comment but is special because it gets used to set the sequence. After you make the change you should do a '/sbin/chkconfig lircd off' and then a '/sbin/chkconfig lircd on' to reset the sequence (make sure that the prior incarnations of lircd in /etc/rc.d/rc[2-6].d are really gone before doing the 'on'). The only other thing I can think of is to check /var/log/messages for lircd startup messages. HTH! -- Harry O. ------------------------------------------------------- The SF.Net email is sponsored by: Beat the post-holiday blues Get a FREE limited edition SourceForge.net t-shirt from ThinkGeek. It's fun and FREE -- well, almost....http://www.thinkgeek.com/sfshirt _______________________________________________ ivtv-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/ivtv-devel
