Mailing List archive

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

[vdr] Re: CPU too fast??



frank.private@t-online.de(Frank Klingenhoefer)  06.10.01 01:59

Once upon a time Frank Klingenhoefer shaped the electrons to say...

>Rainer Zocholl wrote:
>>
>[...]
>>
>> But when i start VDR the log file fills up with high speed:
>>
>> Oct  6 00:59:04 msi last message repeated 15 times
>> Oct  6 00:59:04 msi kernel: GPIO0 irq
>> Because of so much output, timeouts occurs...

>Oh, I have had no timouts, but my log file becomes bigger and bigger.

>I'm afraid you have to patch $DVB/driver/dvb.c.

I feared that answer ;-)


>But it seems to me, it's not so difficult, for instance:

>[driver/dvb.c, line 124]
>#define dprintk if (debug) printk

>goes to

>#define dprintk1 if ( (debug & 0x1)==1 ) printk
>#define dprintk2 if ( (debug & 0x2)==1 ) printk
>#define dprintk3 if ( (debug & 0x4)==1 ) printk
>....


Jepp, but i assume i should read (JIC someone c&p )

#define dprintk1 if ( (debug & 0x1)==0x1 ) printk
#define dprintk2 if ( (debug & 0x2)==0x2 ) printk
#define dprintk4 if ( (debug & 0x4)==0x4 ) printk


>Furthermore the other dprintk's have to be changed to dprintk[1-3]
>according to your needs.




Home | Main Index | Thread Index