On Sun, 27 Feb 2005, Laurent Haond wrote:

In France (secam), PVR 150 have a different tuner :
tveeprom: tuner = Philips FQ1216ME MK3 (idx = 55, type = 4)
On the sticker is : PAL-B/G-I-D/K-SECAM 26039 rev C155
(under the tuner's sticker i found the philips tuner reference : FQ1216ME/I H-3)


It seems to be compatible with tuner.c type 38...

I also have that tuner (Philips FQ1216ME MK3) on my retail pvr150. I live in Sweden (PAL B/G). If I do 'modprobe tveeprom' my kernel log (or 'dmesg') is completely silent. Is it supposed to be this way or am I missing something? When I do 'modprobe ivtv' (to let the ivtv autoload all it's dependencies) I get (all of this with 0.3.2h - haven't had time to check 0.3.2i yet):


-------------------------------------------------
tveeprom: Hauppauge: model = 26059, rev = C155, serial# = 7582410
tveeprom: tuner = Philips FQ1216ME MK3 (idx = 55, type = 4)
tveeprom: tuner fmt = PAL(D/K) (eeprom = 0x74, v4l2 = 0x00400e17)
tveeprom: audio_processor = MSP3410D (type = 5)
-------------------------------------------------
and
-------------------------------------------------
i2c_adapter i2c-0: I2C level transfers not supported
cx25840: I2C sequence write failed, length 4, ret -38. Stopping sequence!
--------------------------------------------------
and
--------------------------------------------------
tuner: type set to 4 (NoTuner) by ivtv i2c driver #0
---------------------------------------------------

It works ok when I use the following script:
---------------------------------------------------
#!/bin/bash
echo Loading IVTV drivers.
echo Loading tveeprom
modprobe tveeprom
sleep 1
echo Loading videodev
modprobe videodev
sleep 1
echo Loading cx25840
modprobe cx25840 i2c_enable=1
#sleep 1
echo Loading tuner
modprobe tuner
sleep 1
echo Loading wm8775
modprobe wm8775
sleep 1
echo Loading ivtv
modprobe ivtv ivtv_std=2 tuner=38
---------------------------------------------------
... but on some channels I get a "squeaky", metallic sound.

Best regards

Peter K


------------------------------------------------------- SF email is sponsored by - The IT Product Guide Read honest & candid reviews on hundreds of IT Products from real users. Discover which products truly live up to the hype. Start reading now. http://ads.osdn.com/?ad_id=6595&alloc_id=14396&op=click _______________________________________________ ivtv-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/ivtv-devel

Reply via email to