I had this problem with a FC3 installation. My solution was to add the following lines to my rc.local: /sbin/depmod -a /sbin/modprobe ivtv /sbin/modprobe lirc_i2c /sbin/service licr_i2c start /sbin/service mythbackend start
if you do this, you'll also have to turn off the backend autostart script because things get screwed up when the backend starts before the ivtv drivers are loaded, which is why I have the backend start in the rc.local to make sure that it starts on boot, but after ivtv. # /sbin/chkconfig mythbackend off The ivtv mailing list is also a good place to look for other solutions On 6/1/05, Joseph A. Caputo <[EMAIL PROTECTED]> wrote: > On Wednesday 01 June 2005 9:38, Tomer Sivilya wrote: > > Hi All, > > > > I've installed the PVR-150 on my FC3 backend machine but encountered 2 > > problems that I could not find any conclusive solution to: > > [snip] > > > 2. I'm using the Composite INPUT so no tuner issue for me, however, > > I'm unable to capture sound. I've tried all possible configurations I > > could think of (ivtvctl -v input=?,output=? and options msp3400 once=1 > > simple=1 standard=0x01) > > Smack me if this is too obvious, but you do have your audio source > plugged into the PVR-150's audio input, right? > > -JAC > _______________________________________________ > 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