dump got blocked (24k); in case it doesn't get through, here's a diff
of bad and good.

# diff bad.out good.out
151c151
< TUNE_OUT=23 (0x17) ""
---
> TUNE_OUT=22 (0x16) ""
162c162
< AUX_PLL_UNLOCK=0 (0x0) "No unlock detected"
---
> AUX_PLL_UNLOCK=1 (0x1) ""
215c215
< ACFG_DIS=1 (0x1) ""
---
> ACFG_DIS=0 (0x0) "Enable"
429c429
< FIELD_COUNT=957 (0x3BD) ""
---
> FIELD_COUNT=842 (0x34A) ""
438c438
< AGC_GAIN=1981 (0x7BD) ""
---
> AGC_GAIN=1979 (0x7BB) ""
485c485
< DL_DATA_CTL=1 (0x1) ""
---
> DL_DATA_CTL=12 (0xC) ""
518c518
< NBER_INT=1 (0x1) ""
---
> NBER_INT=0 (0x0) ""
524c524
< AAGC_DEFAULT=37 (0x25) ""
---
> AAGC_DEFAULT=38 (0x26) ""
585c585
< Sample_Rate_Converter_Status1_REG=90 (0x5A) ""
---
> Sample_Rate_Converter_Status1_REG=10 (0xA) ""
661c661
< RDS_I=63512 (0xF818) ""
---
> RDS_I=1896 (0x768) ""


On 6/16/05, Bryan Mayland <[EMAIL PROTECTED]> wrote:
> 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_idt77&alloc_id492&op=click
_______________________________________________
ivtv-devel mailing list
ivtv-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/ivtv-devel

Reply via email to