Mailing List archive

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

[vdr] Re: strange loging message AFC



> I get the following loging message Jun 30 20:35:58 firix kernel:
ves1820.c: AFC (3) -20214Hz
> 
> 
> What does this mean?

This is a Debug Message produced by the DVB-Driver (ves1820.c).
It means that your "real" Frequency differs -20214Hz from the one
entered in your channels.conf

To Disable it change this lines:

printk ("%s: AFC (%d) %dHz\n", __FILE__, afc,
-((s32)(p->u.qam.symbol_rate >> 3) * afc >> 7));

To

//printk ("%s: AFC (%d) %dHz\n", __FILE__, afc,
//-((s32)(p->u.qam.symbol_rate >> 3) * afc >> 7));

Or replace the printk with whatever you want...

Ciao
David



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



Home | Main Index | Thread Index