On Tue, 8 Feb 2005 23:42:00 -0500 Tyler Trafford <[EMAIL PROTECTED]> wrote:
> On Tue, 08 Feb 2005 21:48:56 -0600, Jeff Williams <[EMAIL PROTECTED]> wrote: > > in the cx25840-driver.c file: somewhere in the DECODER_SET_INPUT (search > > for 'case 6:' for PVR-150, 'case 7:' for PVR-500) there is a function > > called CX25840_SET_AUD_STANDARD(), with the parameter 0x000F. This is > > what was screwing things up for me. If you live in NTSC country you > > might try changing this to 0x0001, if not, try all values from 1 to > > I have a retail 150: > > tveeprom: Hauppauge: model = 26052, rev = C185, serial# = 2882306 > tveeprom: tuner = TCL 2002N 6A (idx = 85, type = 50) > tveeprom: tuner fmt = NTSC(M) (eeprom = 0x08, v4l2 = 0x00001000) > tveeprom: audio_processor = MSP3410D (type = 5) > > -and that one change works for me. > -- > Tyler Trafford Same here. Forcing things to NTSC seems to be the difference on the tuner. It also had some effect on the audio bleeding in from the tuner when the composite input is selected. I think we're making some progress here. Ultimately, we're going to have to figure out how to do this cleanly for a universal version of the driver. I'm going to go poking around for other "auto select" parameters and see what I can do for the composite and S-video in. This seems to have corrected all the tuner problems on my card. ----- Jim Reese, WD5IYT [EMAIL PROTECTED] ------------------------------------------------------- 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
