sorry, that was 1.0.0, typo there, anyways, what i am looking are pll_set_tv_freq(), stv0299_init().
my understanding is that for example, - sta5059 i2c data structure is like below start-device address(C2 for sta5059)-data(1byte)-continue data(1byte)-data(1byte)-stop - but, tua6100 i2c structure's a little different from 5059, start-device address(C0 for tua6100)-subaddress(register of 6100-00H to 03H for write, 80H for read) data(1byte)-data(1byte)-stop everybody who writes values onto 6100pll must put device address followed by register(00H~03H), but 5059 code doesn't seem like that. where the difference comes from? old i2c spec or 7146 controller? so interesting! guessing i have to change 3 parts of the code to control PLL. besides, the biggest problem is have no idea what tuner values(charge pump current, synthesizer N-counter, R-counter and many more) i have to generate to make SU-1278SH/2(stv0299)+TUA 6100PLL work, any data or suggestions from somebody who specializes in tuner are really required for me to finish my job. many thanks, Doug. > -----Original Message----- > From: Holger Waechtler [mailto:[EMAIL PROTECTED] > Sent: Friday, August 15, 2003 7:37 AM > To: doug > Cc: [EMAIL PROTECTED] > Subject: Re: [linux-dvb] Re: difference between su-1278/sh > and su-1278/sh2 > > > doug wrote: > > thanks Holger, > > > > it was a big shot for me to jump into the linux-tv now, > > > > just found some weird code in the saa7146_core.c:377 > > if (remap_page_range(vma, start, page,PAGE_SIZE, > PAGE_SHARED)) > > > > looks like having something to do with 1st argument missing in the > > compat.h:75, even for both kernel 2.5.x and 2.4.x. it's > not like just > > putting 'vma' for first argument. think i need to put > something else > > for that, but still looking now. > > > > kernel's running 2.4.20-8custom(compiled with > CONFIG_MODVERSION=y and > > other options) > > Are you using RedHat? They provide heavily patched kernels > which don't > follow the usual versioning scheme, sometimes they even put > in internal > APIs that were introduced in later kernel versions. In > compat.[hc] the > versions of the 'official' source tree are referenced to work > around API > changes. So just use a clean and fresh kernel from > http://www.kernel.org/ or modify the version checks according to your > needs to get rid of the problems. > > > > Does 1.1.0 release support SU-1278/SH2 + TUA6100 PLL? > document sounds > > like "YES" but want to make sure somebody has done yet. > > version 1.1.0? > > I have not yet seen a SU1278/SH2 yet, but the combination > stv0299/tua6100 is used in the SU1278 (without /SH suffix) too, so I > suppose that's a good point to start... > > > > * i am pretty new this market but i was told USB receiver > project in > > the company was dropped. > > A pity. > > Holger > -- Info: To unsubscribe send a mail to [EMAIL PROTECTED] with "unsubscribe linux-dvb" as subject.
