Re: eth0: Missed interrupt

Herbert Rosmanith (herp@wildsau.idv.uni-linz.ac.at)
Fri, 16 Feb 1996 02:32:14 +0100 (MET)


> >
> > /var/adm/messages:
> > Feb 11 15:36:14 teamkeso kernel: eth0: Missed interrupt, status then 2011
> > now 2000 Tx 00 Rx 8000.
> >
> > /Johan
>
> How can I get these messages to be logged instead of output to
> the console?

maybe this helps: found out which printk() produces the message (scan
for it in the kernel source), then put a printk(KERN_WARNING "...") instead
of a plain printk() in it.

/herp