Rick, until Bryan or Chris can investigate this in depth, just remove the CX25840_SET_ACFG_DIS(0x01); line from the cx25840-driver.c file and recompile the driver. That's how I'm running 0.3.6p at the moment. Driver works like a charm.
N. On 6/22/05, Rick Stewart <[EMAIL PROTECTED]> wrote: > Hi, > > I'm also experiencing this problem - started with 0.3.6m and persists with > 0.3.6p. I'm in New Zealand (PAL B) and I'm using the composite input to the > card from a cable STB. My card is a PVR-150MCE. Excerpt from > /var/log/messages below: > > Jun 21 22:45:31 rimmer kernel: ivtv: version 0.3.6 (p) loading > Jun 21 22:45:31 rimmer kernel: ivtv: Linux version: 2.6.11-1.27_FC3 686 > REGPARM > 4KSTACKS gcc-3.4 > Jun 21 22:45:31 rimmer kernel: ivtv: In case of problems please include the > debu > g info > Jun 21 22:45:31 rimmer kernel: ivtv: between the START INIT IVTV and END > INIT IV > TV lines when > Jun 21 22:45:31 rimmer kernel: ivtv: mailing the ivtv-devel mailinglist. > Jun 21 22:45:31 rimmer kernel: ivtv: Autodetected WinTV PVR 150 card > Jun 21 22:45:31 rimmer kernel: ivtv: Found an iTVC16 based chip > Jun 21 22:45:31 rimmer kernel: ACPI: PCI Interrupt Link [LNKD] enabled at > IRQ 5 > Jun 21 22:45:31 rimmer kernel: PCI: setting IRQ 5 as level-triggered > Jun 21 22:45:31 rimmer kernel: ACPI: PCI interrupt 0000:02:07.0[A] -> GSI 5 > (lev > el, low) -> IRQ 5 > Jun 21 22:45:31 rimmer kernel: ivtv: Unreasonably low latency timer, setting > to > 64 (was 32) > Jun 21 22:45:31 rimmer kernel: ivtv: XXX PCI device: 0x2570 vendor: 0x8086 > Jun 21 22:45:31 rimmer kernel: tveeprom: Hauppauge: model = 26559, rev = > C260, s > erial# = 7618654 > Jun 21 22:45:31 rimmer kernel: tveeprom: tuner = LG S001D MK3 (idx = 60, > type = > 58) > Jun 21 22:45:31 rimmer kernel: tveeprom: tuner fmt = PAL(B/G) PAL(I) > SECAM(L/L) > PAL(D/K) (eeprom = 0x74, v4l2 = 0x00400e17) > Jun 21 22:45:31 rimmer kernel: tveeprom: audio_processor = MSP3410D (type = > 5) > Jun 21 22:45:31 rimmer kernel: ivtv: i2c attach [client=tveeprom[50],ok] > Jun 21 22:45:31 rimmer kernel: ivtv: Tuner Type 58, Tuner formats > 0x00400e17, Ra > dio: yes, Model 0x008d2590, Revision 0x00000001 > Jun 21 22:45:31 rimmer kernel: ivtv: PAL tuner detected > > > -----Original Message----- > > From: [EMAIL PROTECTED] > > [mailto:[EMAIL PROTECTED] On Behalf Of > > Bryan Mayland > > Sent: Friday, 17 June 2005 8:57 a.m. > > To: ivtv-devel@lists.sourceforge.net > > Subject: Re: [ivtv-devel] ivtv-0.3.6m: PAL doublevision problems > > > > Hey, that's my code! Can you provide a `utils/cx25840-ctl -l` dump? > > Apparently the card is overriding the values we're setting in > > vbi_reg_setup because it is detecting a different video standard. > > > > Ulrich Mayer wrote: > > > > > Chris, > > > > > > both 0.3.6m and 0.3.6n suffer from displaying doublevision video. > > > After undoing the following snipplet of ivtv-0.3.6l_m.diff > > everything > > > works fine again for me (well, all but the fact that I always get > > > tuner audio, also for composite and line-in/s-video). > > > > > > diff -BurN ivtv-0.3.6l/driver/cx25840-driver.c > > > ivtv-0.3.6m/driver/cx25840-driver.c > > > --- ivtv-0.3.6l/driver/cx25840-driver.c 2005-06-14 > > > 15:38:51.000000000 -0500 > > > +++ ivtv-0.3.6m/driver/cx25840-driver.c 2005-06-15 > > > 14:05:28.000000000 -0500 > > > @@ -211,6 +211,10 @@ > > > break; > > > } > > > > > > + // We set 0x470-0x47f manually, prevent > > > + // ACFG from trying to autodetect > > > + CX25840_SET_ACFG_DIS(0x01); > > > + > > > if (is_pal) { > > > // 8d. > > > CX25840_SET_COMB_PHASE_LIMIT(0x11); > > > > > > > > > > > > tveeprom: Hauppauge: model = 26034, rev = C197, serial# = 7702916 > > > tveeprom: tuner = LG PAL (TAPE Series) (idx = 97, type = 55) > > > tveeprom: tuner fmt = PAL(B/G) PAL(D/K) (eeprom = 0x44, v4l2 = > > > 0x00000e07) > > > tveeprom: audio_processor = MSP3400C (type = 4) > > > > > > pal=G > > > > > > Uli > > > > > > > > > ------------------------------------------------------- > > > SF.Net email is sponsored by: Discover Easy Linux Migration > > Strategies > > > from IBM. Find simple to follow Roadmaps, straightforward articles, > > > informative Webcasts and more! Get everything you need to get up to > > > speed, fast. http://ads.osdn.com/?ad_id=7477&alloc_id=16492&op=click > > > _______________________________________________ > > > ivtv-devel mailing list > > > ivtv-devel@lists.sourceforge.net > > > https://lists.sourceforge.net/lists/listinfo/ivtv-devel > > > > > > > > > > > > ------------------------------------------------------- > > SF.Net email is sponsored by: Discover Easy Linux Migration > > Strategies from IBM. Find simple to follow Roadmaps, > > straightforward articles, informative Webcasts and more! Get > > everything you need to get up to speed, fast. > > http://ads.osdn.com/?ad_id=7477&alloc_id=16492&op=click > > _______________________________________________ > > ivtv-devel mailing list > > ivtv-devel@lists.sourceforge.net > > https://lists.sourceforge.net/lists/listinfo/ivtv-devel > > > > > > ------------------------------------------------------- > SF.Net email is sponsored by: Discover Easy Linux Migration Strategies > from IBM. Find simple to follow Roadmaps, straightforward articles, > informative Webcasts and more! Get everything you need to get up to > speed, fast. http://ads.osdn.com/?ad_id=7477&alloc_id=16492&op=click > _______________________________________________ > ivtv-devel mailing list > ivtv-devel@lists.sourceforge.net > https://lists.sourceforge.net/lists/listinfo/ivtv-devel > ------------------------------------------------------- SF.Net email is sponsored by: Discover Easy Linux Migration Strategies from IBM. Find simple to follow Roadmaps, straightforward articles, informative Webcasts and more! Get everything you need to get up to speed, fast. http://ads.osdn.com/?ad_idt77&alloc_id492&op=click _______________________________________________ ivtv-devel mailing list ivtv-devel@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/ivtv-devel