> Aug 13 14:59:50 thor kernel: tveeprom: Hauppauge: model = 26032, rev = C199,
> serial# = xxxxxx
> Aug 13 14:59:50 thor kernel: tveeprom: tuner = TCL 2002N 5H (idx = 99, type =
> 50)
> Aug 13 14:59:50 thor kernel: tveeprom: tuner fmt = NTSC(M) (eeprom = 0x08,
> v4l2 = 0x00001000)
> Aug 13 14:59:50 thor kernel: tveeprom: audio_processor = TDA9850 (type = 3)
..
> Aug 13 14:59:52 thor kernel: ivtv: i2c attach [client=cx25840[50],ok]
..
> Aug 13 14:59:52 thor kernel: ivtv: NTSC tuner detected
> Aug 13 14:59:52 thor kernel: ivtv: Radio detected
Pete, sorry for "hi-jacking" your thread... but looking at your dmesg output I
am very interrested to get more info from your (card's) tveeprom.
Could you please set debug on tveeprom to debug 3 ("options tveeprom debug=3").
Then reload "ivtv and tveeprom" or just reboot.
Then post your tveeprom log lines from dmesg ("dmesg | grep tveeprom").
Then remove the dubug option and reboot (better be safe).
TIA
/Corax
PS! If anyone with a PVR-150/IR support, I would be a happy camper if you would
do the same... I suspect one of the unknown "registers" beeing the IR-support
indicator.
FYI: There are some errors and missing info the tveeprom.c code. One thing is
the audio_processor detection which is wrong as you can see from your logs. It
detects a TDA9850 (type 3) but then later i2c attach correctly to cx25840,
which probably is type 35/23h (I have cx25843 type 37/25h). Also I would like
to get more info/confirmation that the tuner format byte is a bit-indicator for
the different type of PAL and NTSC versions (0x08 beeing M)...