Mailing List archive

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

[linux-dvb] Re: scan tool



On Sat, Oct 25, 2003 at 01:24:20AM +0400, Manu Abraham wrote:
>  Hi,
>            I have a High band LNB having a Local Oscilator frequency of 10700 
>  Mhz. Does scan need recompiling ?

Yes, unfortunately scan and szap have universal type LNB's hard coded
in them.

Look for something like:

#define SWITCHFREQ 11700000
#define LOF_HI     10600000
#define LOF_LO      9750000

and do something like:
#define SWITCHFREQ 21700000   // hack
#define LOF_HI     20600000   // hack
#define LOF_LO     10700000

Bonus points if you actually take some time to do it properly,
support C band, and make it a command line switch and
post your patch here!

Jamie


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



Home | Main Index | Thread Index