Mailing List archive

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

[linux-dvb] Re: Tuning/Decoder Problem with version 0.9



Peter Huecker wrote:
> 
>         fe.iFrequency = 12670000 - 10600000;
>         fe.SymbolRate = 22000;
>         fe.FEC_inner  = 0;
>         ioctl( fd_frontend, QPSK_TUNE, &fe );
> 
> If the driver is freshly load (means n-tv is on the screen) and this
> code is executed, the picuture freezes and nothing happens.
> I would assume that after executing this code nothing should
> happen to the signal ?

While iFrequency is in kHz, SymbolRate is in symbols/sec.
Try that:

        fe.SymbolRate = 22000000;


HTH,
Johannes


--- 
Info:
To unsubscribe send a mail to listar@linuxtv.org with "unsubscribe linux-dvb" as subject.



Home | Main Index | Thread Index