
martin.dauskardt at gmx
May 21, 2009, 12:09 AM
Views: 1915
Permalink
|
|
tveeprom cannot autodetect tuner! (FQ1216LME MK5)
|
|
An owner of a PVR150 sent me the following dmesg: [ 133.929892] ivtv: Start initialization, version 1.4.1 [ 133.929957] ivtv0: Initializing card 0 [ 133.929958] ivtv0: Autodetected Hauppauge card (cx23416 based) [ 133.930478] ivtv 0000:04:00.0: PCI INT A -> GSI 16 (level, low) -> IRQ 16 [ 133.983973] tveeprom 3-0050: Hauppauge model 26709, rev F0C1, serial# 9585403 [ 133.983975] tveeprom 3-0050: tuner model is Philips FQ1216LME MK5 (idx 121, type 4) [ 133.983977] tveeprom 3-0050: TV standards PAL(B/G) PAL(I) SECAM(L/L') PAL(D/D1/K) (eeprom 0x74) [ 133.983979] tveeprom 3-0050: audio processor is CX25843 (idx 37) [ 133.983981] tveeprom 3-0050: decoder processor is CX25843 (idx 30) [ 133.983982] tveeprom 3-0050: has no radio [ 133.983984] ivtv0: Autodetected Hauppauge WinTV PVR-150 [ 133.983985] ivtv0: tveeprom cannot autodetect tuner!<6>cx25840 3-0044: cx25843-24 found @ 0x88 (ivtv i2c driver #0) [ 134.017173] tuner 3-0043: chip found @ 0x86 (ivtv i2c driver #0) [ 134.017227] tda9887 3-0043: creating new instance [ 134.017229] tda9887 3-0043: tda988[5/6/7] found [ 134.027029] tuner 3-0061: chip found @ 0xc2 (ivtv i2c driver #0) [ 134.034810] wm8775 3-001b: chip found @ 0x36 (ivtv i2c driver #0) [ 134.043300] ivtv0: Registered device video0 for encoder MPG (4096 kB) [ 134.043325] ivtv0: Registered device video32 for encoder YUV (2048 kB) [ 134.043349] ivtv0: Registered device vbi0 for encoder VBI (1024 kB) [ 134.043373] ivtv0: Registered device video24 for encoder PCM (320 kB) [ 134.043375] ivtv0: Initialized card: Hauppauge WinTV PVR-150 [ 134.043389] ivtv: End initialization [ 134.059301] ivtvfb: no cards found [ 135.718015] ivtv 0000:04:00.0: firmware: requesting v4l-cx2341x-enc.fw [ 135.737552] ivtv0: Loaded v4l-cx2341x-enc.fw firmware (376836 bytes) [ 135.937153] ivtv0: Encoder revision: 0x02060039 [ 135.954204] cx25840 3-0044: firmware: requesting v4l-cx25840.fw [ 139.419227] cx25840 3-0044: loaded v4l-cx25840.fw firmware (16382 bytes) [ 139.601289] tuner 3-0061: tuner type not set [ 139.641404] tuner 3-0061: tuner type not set [ 139.828975] tuner 3-0061: tuner type not set I never saw this. Detection of the tuner model is o.k., so why does autodetection fail? What could be the problem? I looked into tveeprom.c: { TUNER_ABSENT, "Philips FQ1216LME MK5"}, Does this mean the tuner is not supported? Should we try "modprobe ivtv tuner=81" (this is the FQ1216LME MK3) ? By the way: There is a small bug in ivtv-driver.c. I think instead of if (tv.tuner_type == TUNER_ABSENT) IVTV_ERR("tveeprom cannot autodetect tuner!"); it should be if (tv.tuner_type == TUNER_ABSENT) IVTV_ERR("tveeprom cannot autodetect tuner!\n"); IVTV_ERR("Invalid EEPROM\n"); Greets, Martin _______________________________________________ ivtv-devel mailing list ivtv-devel[at]ivtvdriver.org http://ivtvdriver.org/mailman/listinfo/ivtv-devel
|