On Tue, Jan 07, 2003 at 08:07:03PM +0100, Petr Stehlik wrote: > On Út, 2003-01-07 at 18:52, Marius Kotsbak wrote: > > Do you see a "mt2032 spurcheck triggered" with "dmesg" > > joy:~# grep -i spurcheck /var/log/kern.log | wc -l > 103 Dont't just grep on spurcheck, cause then you match these lines (if debug is enabled that is): dprintk("spurcheck f1=%d f2=%d from=%d to=%d\n",f1,f2,spectrum_from,spectrum_to); which is printed for every check for spurs, whether one is found or not. Match the whole string "mt2032 spurcheck triggered" (the word triggered is important). > > I guess I'll wait for next bttv release. Or can I do something in the > meantime? Or a patch if you can prove that you got this line in your log. > > Petr > > > > > -- > video4linux-list mailing list > Unsubscribe mailto:video4linux-list-request@xxxxxxxxxx?subject=unsubscribe > https://listman.redhat.com/mailman/listinfo/video4linux-list