Mailing List archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[linux-dvb] Re: nxt6000 frontend does nothing



On Saturday 13 Nov 2004 16:02, Jukka Tastula wrote:
> On Saturday 13 November 2004 16:40, Andrew de Quincey wrote:
> > Hi, the problem comes from the refactoring code; I simply didn't know
> > which frontend that card used. As no one had reported it until now it
> > has remained disabled. I'll fix it now though.
> >
> > Can you tell me what it says on the tin box on your card please?
>
> It doesn't say much. There's a sticker on it and it says
>
> DigiTV
> Nebula Electronics Ltd 2004
> Serial Number 007062
> Made in the UK

Hi - its in CVS now. There is still a small problem in that I don't know the 
correct i2c address of the nxt6000 itself.

Look for:

static struct nxt6000_config vp3021_alps_tded4_config = {

 .demod_address = 0x14,
 .clock_inversion = 1,
 .pll_set = vp3021_alps_tded4_pll_set,
};

in dvb-bt8xx.c, and try demod_addresses of 0x14, 0x18, 0x24, 0x28 until you 
find one which works for you (the frontend won't appear with the wrong one).

Let me know how it goes.




Home | Main Index | Thread Index