my guess is because LIRC and fedora core 3 play very badly with each other. It seems like there's a race condition between IVTV and LIRC. There are several ways this can be fixed, depending on your kernel version (i'm using 2.6.9-1.724_FC3), but adding the following in /etc/rc.d/rc.local is what did it for me. put it under the line that says "touch /var/lock/subsys/local"
/sbin/depmod -a /sbin/modprobe ivtv /sbin/depmod -a /sbin/modprobe lirc_i2c Reboot again, and see if it that solves it. On Sat, 19 Feb 2005 15:52:10 -0700, mark <[EMAIL PROTECTED]> wrote: > lircd is dying on startup. > > FC3 .17 install via Jarods guide and ATRPMS. > > To get it working I have to: > depmod -a > modprobe lirc_i2c > then restart lircd > > Then all is well till the next reboot. > > Any ideas? > > > _______________________________________________ > mythtv-users mailing list > [email protected] > http://mythtv.org/cgi-bin/mailman/listinfo/mythtv-users > > >
_______________________________________________ mythtv-users mailing list [email protected] http://mythtv.org/cgi-bin/mailman/listinfo/mythtv-users
