Just for the archives...
Actually I am running Gentoo and using genkernel to build my kernel. For some reason, genkernel was not executing make modules_install so I was getting the same modules over and over. I unmerged and re emerged the 2.6.10 gentoo kernel and everything works like a charm!
Thanks Michael and Axel.
(Unless you explicitly edit the Makefile2.6 to prevent it from installing the broken tuner module. I've made a request that this be changed. If someone doesn't do it soon, I guess I'll fix it myself, so that it only installs the tuner module if explicitly requested. I suppose it would take less time than answering 1000 e-mails. ;). Regardless, 0.2.x provides everything you need for your cards.
While it's been a while since I've had to mess with makefiles (and even then that was on Mac OS 9 :) ) this seems to be correct and work.
Makefile2.6
Description: Binary data
I changed:
obj-m += msp3400.o saa7115.o cx25840.o wm8775.o tveeprom.o ivtv.o saa7127.o += tuner.o
to
obj-m += msp3400.o saa7115.o cx25840.o wm8775.o tveeprom.o ivtv.o saa7127.o
ifdef OLD_TUNER += tuner.o endif
I'm not sure what to do with it though, so I thought I'd post it to the list.
-Dave
On Jan 14, 2005, at 1:10 PM, Axel Thimm wrote:
On Fri, Jan 14, 2005 at 11:39:32AM -0500, Michael T. Dean wrote:On 01/14/2005 03:34 AM, Dave wrote:
I had mythtv and ivtv working for quite some time on my PVR 350, 2.6.9
kernel and 0.3.1t. No complaints. I installed a tuner type 50 PVR 250
recently and have been trying to get them both running in the same
machine. I moved to 2.6.10 and tried various 0.3.x and 0.2.x ivtv
drivers with no success. I keep getting this message for both cards:
tuner: type set to 47 (NoTuner) by ivtv i2c driver #0 tuner: type set to 50 (NoTuner) by ivtv i2c driver #1
You installed 0.3.x--which has a broken tuner module in it. No other
version of ivtv ships with the tuner module, but, as a "quick hack" to
get the PVR-150 tuners working, someone took an (extremely) old version
of the tuner module (without the new tuner definitions) and started
changing things. [...]
Assuming you're using FC2/FC3 with Axel's RPM's, you'll need to somehow
replace the tuner module that's distributed with 0.3.x. with one from
Axel's video4linux snapshot or from a 2.6.10 kernel.
That's easy, as the tuner module distributed with the packages is called tuner-ivtv and needs to be explicitly activated with an alias command. I.e. the default configuration in the shipped rpms is to not use the tuner modules from ivtv. -- Axel.Thimm at ATrpms.net