Am Dienstag, 29. M�rz 2005 01.06 schrieb Chris Liechti: > so far i never had tuner audio working out of the box. when i get audio, > i only get mono (well two identical channels, as others reported too). > > i usualy do not get any tuner audio (except on the composite input ;-) > until i patch the cx25480-driver.c file to not start the audio firmware > for the tuner (CX25480_SET_START_MICROCNTL(0), 0 instead of 1) > > ivtv's tveeprom reports a "LG PAL (TAPE Series)" tuner, but that's > wrong. i checked the sticker on the tuner. it is a "TCL2002MB-3H 2K4 > 002" it's also not a PAL-D/K tuner it's a PAL-B/G.
This is only a cosmetic Problem ( the Output from the tveeprom module) as it checks against the Table on stores the Pointer to the String on Success. The check for PAL(D/K) is after the check for PAL(B/G) so you see only the second message But from the v4l2 string you have :v4l2 = 0x00000e07 you can see it's a: 0x00000007, "PAL(B/G)" 0x00000e00, "PAL(D/K)" As for your second Problem, Sorry no answer, have also some problems with my PVR 150 tuner Regards Marcel > > (forcing the tuner to the TCL2002 present in ivtvs tuner module doesn't > do good; tuning does not work correctly then. the autodetected tuner at > least correctly tunes to the channels) > > i have a PVR150: PAL-B/G 26034 Rev C197 (model and rev is reported > correctly by tveeprom) > > chris > > dmesg logs: > tveeprom: Hauppauge: model = 26034, rev = C197, serial# = 7702831 > tveeprom: tuner = LG PAL (TAPE Series) (idx = 97, type = 55) > tveeprom: tuner fmt = PAL(D/K) (eeprom = 0x44, v4l2 = 0x00000e07) > tveeprom: audio_processor = MSP3400C (type = 4) > > > ------------------------------------------------------- > 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 > > ------------------------------------------------------- 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_ide95&alloc_id396&op=click _______________________________________________ ivtv-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/ivtv-devel
