Mailing List archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[linux-dvb] Re: difficulty getting Nova-T working with dvbtune
Glyn Davies wrote:
> Hi Dave,
>
> I've just had some time to sit down and track what's happening.
>
> With a bare compile of the driver and dvbtune I would fail to get
> a dump of info - no data or something.
>
> adding a
>
> memset(&feparams, 0, sizeof(feparams));
>
> into the tune_it module fixes it - every time.
>
> Closer inspection shows the 'Inversion' field is not being initialized
> with DVB-T
>
> I guess the 'proper' fix is to add:
>
> feparams.Inversion = INVERSION_OFF;
you'll have to find out the spectrum inversion parameter from your
channel list. This is not a DVB-T related problem, you should always set
this parameter for all frontends to one of the INVERSION_XXX enums.
Holger
--
Info:
To unsubscribe send a mail to listar@linuxtv.org with "unsubscribe linux-dvb" as subject.
Home |
Main Index |
Thread Index