On 1/30/07, iscsi nagy <[EMAIL PROTECTED]> wrote: > Hi > > I have PVR-350 tv tuner, my computer is an AMD64 AM2 > X2 3800+ and i use debian 4.0 etch testing with 2.6.18 > kernel. So i installed ivtv 0.8, i followed > howto/debian steps except the firmware installation > because this link > http://ivtv.writeme.ch/tiki-index.php?page=FirmwareVersions > doesn't work.
This is the old website, use www.ivtvdriver.org instead. > So after the installation everything semms ok i use > the ivtv-tune to set the freq, cat /dev/video0 > 1.mpg > and the mplayer play this mpg but no signal. > > Jan 30 09:38:44 lion kernel: ivtv: > ==================== START INIT IVTV > ==================== > Jan 30 09:38:44 lion kernel: ivtv: version 0.8.2 > (tagged release) loading > Jan 30 09:38:44 lion kernel: ivtv: Linux version: > 2.6.18-3-amd64 SMP mod_unload gcc-4.1 > Jan 30 09:38:44 lion kernel: ivtv: In case of > problems please include the debug info between > Jan 30 09:38:44 lion kernel: ivtv: the START INIT > IVTV and END INIT IVTV lines, along with > Jan 30 09:38:44 lion kernel: ivtv: any module > options, when mailing the ivtv-users mailinglist. > Jan 30 09:38:44 lion kernel: ivtv0: Autodetected > Hauppauge card (cx23415 based) > Jan 30 09:38:44 lion kernel: ACPI: PCI Interrupt Link > [LNKA] enabled at IRQ 19 > Jan 30 09:38:44 lion kernel: GSI 20 sharing vector > 0x42 and IRQ 20 Jan 30 09:38:44 lion kernel: ACPI: PCI > Interrupt 0000:01:00.0[A] -> Link [LNKA] -> GSI 19 > (level, low) -> IRQ 66 > Jan 30 09:38:44 lion kernel: input: ImPS/2 Generic > Wheel Mouse as /class/input/input2 > Jan 30 09:38:44 lion kernel: ts: Compaq touchscreen > protocol output > Jan 30 09:38:44 lion kernel: ivtv0: loaded > v4l-cx2341x-enc.fw firmware (262144 bytes) > Jan 30 09:38:44 lion kernel: ivtv0: loaded > v4l-cx2341x-dec.fw firmware (262144 bytes) Jan 30 > 09:38:44 lion kernel: tveeprom 2-0050: Hauppauge model > 48139, rev K2B7, serial# 9867798 Jan 30 09:38:44 lion > kernel: tveeprom 2-0050: tuner model is Philips > FM1216ME MK5 (idx 117, type 4) The FM1216ME MK5 tuner is new and autodetection does not yet work with your kernel. > Jan 30 09:38:44 lion kernel: tveeprom 2-0050: TV > standards PAL(B/G) PAL(I) SECAM(L/L') PAL(D/D1/K) > (eeprom 0x74) > Jan 30 09:38:44 lion kernel: tveeprom 2-0050: audio > processor is MSP4418 (idx 25) > Jan 30 09:38:44 lion kernel: tveeprom 2-0050: decoder > processor is SAA7115 (idx 19) > Jan 30 09:38:44 lion kernel: tveeprom 2-0050: has > radio, has IR remote > Jan 30 09:38:44 lion kernel: ivtv0: Autodetected > Hauppauge WinTV PVR-350 > Jan 30 09:38:44 lion kernel: ivtv0: tveeprom cannot > autodetect tuner!<6>tuner 2-0043: chip found @ 0x86 > (ivtv i2c driver #0) > Jan 30 09:38:44 lion kernel: tda9887 2-0043: > tda988[5/6/7] found @ 0x43 (tuner) > Jan 30 09:38:44 lion kernel: tuner 2-0061: chip found > @ 0xc2 (ivtv i2c driver #0) > Jan 30 09:38:44 lion kernel: saa7115 2-0021: saa7115 > found @ 0x42 (ivtv i2c driver #0) > Jan 30 09:38:44 lion kernel: saa7127 2-0044: saa7129 > found @ 0x88 (ivtv i2c driver #0) > Jan 30 09:38:44 lion kernel: msp3400 2-0040: > MSP4418G-B3 found @ 0x80 (ivtv i2c driver #0)Jan 30 > 09:38:44 lion kernel: msp3400 2-0040: MSP4418G-B3 > supports nicam and radio, mode is autodetect and > autoselect > Jan 30 09:38:44 lion kernel: ivtv0: Encoder revision: > 0x02050032 > Jan 30 09:38:44 lion kernel: ivtv0: Decoder revision: > 0x02020023 > Jan 30 09:38:44 lion kernel: ivtv0: Registered device > video0 for encoder MPEG > Jan 30 09:38:44 lion kernel: ivtv0: Registered device > video32 for encoder YUV > Jan 30 09:38:44 lion kernel: ivtv0: Registered device > vbi0 for encoder VBI > Jan 30 09:38:44 lion kernel: ivtv0: Registered device > video24 for encoder PCM audio > Jan 30 09:38:44 lion kernel: ivtv0: Registered device > radio0 for encoder radio > Jan 30 09:38:44 lion kernel: ivtv0: Registered device > video16 for decoder MPEG > Jan 30 09:38:44 lion kernel: ivtv0: Registered device > vbi8 for decoder VBI > Jan 30 09:38:44 lion kernel: ivtv0: Registered device > vbi16 for decoder VOUT > Jan 30 09:38:44 lion kernel: ivtv0: Registered device > video48 for decoder YUV > Jan 30 09:38:44 lion kernel: ivtv0: loaded > v4l-cx2341x-init.mpg firmware (155648 bytes) > Jan 30 09:38:44 lion kernel: tuner 2-0061: tuner type > not set > Jan 30 09:38:44 lion kernel: tuner 2-0061: tuner type > not set The above is the problem. ivtv does not recognize your tuner, yet. You can force it with module option tuner=38 Add the below to /etc/modprobe.conf and reload ivtv. option ivtv tuner=38 Greets Sander PS: You can also find this on the troubleshooting page. http://www.ivtvdriver.org/index.php/Troubleshooting#PVR-350_with_Philips_FM1216ME_MK5_tuner _______________________________________________ ivtv-users mailing list [email protected] http://ivtvdriver.org/mailman/listinfo/ivtv-users
