On Friday 10 February 2006 20:06, DaveS wrote:
> Running gentoo Linux, 2.6.13-gentoo-r3 with ivtv 0.4.0
> I just added a new PVR-150 card to my existing PVR-350. The 350
> works great but the 150 only gives static. I spotted the following
> in the kernel messages:
>
> ...
> vtv0: Autodetected WinTV PVR 150 card (iTVC16 based)
> PCI: Found IRQ 9 for device 0000:02:09.0
> PCI: Sharing IRQ 9 with 0000:01:00.0
> PCI: Sharing IRQ 9 with 0000:02:0b.0
> tveeprom: ivtv version
> tveeprom: Hauppauge: model = 26552, rev = F0A3, serial# = 8919104
> tveeprom: tuner = TCL MFNM05-4 (idx = 103, type = 4)
> tveeprom: tuner fmt = NTSC(M) (eeprom = 0x08, v4l2 = 0x00001000)
> ...
> tuner: type set to 4 (NoTuner) by ivtv i2c driver #0
> ivtv0: Initialized WinTV PVR 150, card #0
>
> Does this mean the tuner is not supported yet? On the users list
> another poster indicated they had the same problem with ivtv-0.4.2.
This tuner is indeed not yet supported.
Please try the attached patch to drivers/tveeprom.c. I'm guessing that
it is compatible with the TUNER_PHILIPS_FM1236ME_MK3 tuner. If it works
then I'll add it to ivtv.
Thanks,
Hans
--- t.c 2006-02-10 21:35:34.000000000 +0100
+++ tveeprom.c 2006-02-10 21:36:53.000000000 +0100
@@ -258,7 +258,7 @@
{ TUNER_ABSENT, "Philips FMD1216ME"},
{ TUNER_TEA5767, "Philips TEA5768HL FM Radio"},
{ TUNER_ABSENT, "Panasonic ENV57H12D5"},
- { TUNER_ABSENT, "TCL MFNM05-4"},
+ { TUNER_PHILIPS_FM1236ME_MK3, "TCL MFNM05-4"},
{ TUNER_ABSENT, "TCL MNM05-4"},
{ TUNER_PHILIPS_FM1216ME_MK3, "TCL MPE05-2"},
{ TUNER_ABSENT, "TCL MQNM05-4"},
_______________________________________________
ivtv-devel mailing list
[email protected]
http://ivtvdriver.org/mailman/listinfo/ivtv-devel