Peter - thanks for posting the info below. I have a FC4 system setup about 2 weeks ago using a PVR350. I just ordered a PVR500 yesterday and am anxious to have the additional tuners. I guess I'll need to do the following below to make it work? What else will I need to do (beside the stuff in MythTV - I can handle the setup there)?
  thanks
     Todd

On Oct 21, 2005, at 11:51 PM, Peter Darley wrote:

Lonnie,
You are a genius and a saint. :) I wasn't sure that I was ever going to
get this working.

    Anyway, for the record, what I did exactly was:

cd /lib/modules/`uname -r`/kernel/drivers/media/video/
mv tuner.ko tuner.ko.bak
mv tveeprom.ko tveeprom.ko.bak
mv msp3400.ko msp3400.ko.bak
mv tda9887.ko tda9887.ko.bak

cd /lib/modules/`uname -r`/updates/drivers/media/video
cp tuner-ivtv.ko tuner.ko
cp tveeprom-ivtv.ko tveeprom.ko

modprobe -r ivtv
depmod -a
modprobe ivtv

After this, everything was working. This was on Fedora Core 3, tho I suspect it would work the same, or at least similarly on FC4, and maybe on
other distros?

    Thanks again to everyone who helped me!

Thanks,
Peter Darley

-----Original Message-----
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] Behalf Of Lonnie Borntreger
Sent: Friday, October 21, 2005 4:13 PM
To: Discussion about mythtv
Subject: Re: [mythtv-users] PVR-500 Only one tuner works

The /lib/modules/<kernel name> is where kernel modules live. .ko files and .ko.gz files are loadable kernel modules. In the dir with the ivtv
files, take note of the file names.  search under that
entire /lib/modules/<kernel name> directory for files with the same name (like tveeprom). Those are the ones to rename to prevent a clash. Once
done, run "depmod -a" (without quotes) to update the module dependency
list.  Then when it tries to load the tuner and such, it will get the
one from the ivtv build.

_______________________________________________
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

Reply via email to