Re: [mythtv-users] lircd dying. Requires modprobe on reboot

2005-02-20 Thread mark
That did it.
Thank you,
Mark
On Feb 19, 2005, at 8:47 PM, Andy Long wrote:
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
mythtv-users@mythtv.org
http://mythtv.org/cgi-bin/mailman/listinfo/mythtv-users

___
mythtv-users mailing list
mythtv-users@mythtv.org
http://mythtv.org/cgi-bin/mailman/listinfo/mythtv-users

___
mythtv-users mailing list
mythtv-users@mythtv.org
http://mythtv.org/cgi-bin/mailman/listinfo/mythtv-users


Re: [mythtv-users] lircd dying. Requires modprobe on reboot

2005-02-19 Thread Andy Long
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
> mythtv-users@mythtv.org
> http://mythtv.org/cgi-bin/mailman/listinfo/mythtv-users
> 
> 
>
___
mythtv-users mailing list
mythtv-users@mythtv.org
http://mythtv.org/cgi-bin/mailman/listinfo/mythtv-users