[realtek] Disabling Kernel messages, More info

Chris Fowler cfowler@outpostsentinel.com
Sun Jan 6 20:32:01 2002


That is correct.  They are set to KERN_INFO or level 4.  My goals is to
eliminate all KERN_INFO messages from any driver to not be displaed on the
console.  If there is an error of course I want that to go to console.  I
need KERN_INFO to not be displayed on the console.

-----Original Message-----
From: realtek-admin@scyld.com [mailto:realtek-admin@scyld.com]On Behalf
Of Donald Becker
Sent: Saturday, January 05, 2002 8:26 AM
To: Chris Fowler
Cc: realtek@scyld.com
Subject: Re: [realtek] Disabling Kernel messages, More info


On Fri, 4 Jan 2002, Chris Fowler wrote:

> Every time I bind an address to an interface I get kernel messages.  I
> believe these are level 4 and only informational.  Is there a way I can
> config the kernel to keep a level 4 messages in the klog and not display
> them on the console.  They'll still be available in klog but I do not need
> the clutter at boot.
..
> Below is sample output.  You can see how messed up it gets.  I also have
..
> starting DHCP client
> hostname: cas8.oeth0: Setting half-duplex based on auto-negotiated partner
> ability 0000.
> utpostsentinel.com
> eth0: Setting half-duplex based on auto-negotiated partner ability 0000.
> Unit has 8 ports.

What driver version are you using?

In my drivers these messages are emitted at level KERN_INFO, the same as
the detection messages.  If you don't see the detection message, you
shouldn't be seeing the link status change message.

In the recently updated drivers, this message is controlled by
NETIF_MSG_LINK, bit mask 0x04.

Donald Becker				becker@scyld.com
Scyld Computing Corporation		http://www.scyld.com
410 Severn Ave. Suite 210		Second Generation Beowulf Clusters
Annapolis MD 21403			410-990-9993

_______________________________________________
realtek mailing list
realtek@scyld.com
http://www.scyld.com/mailman/listinfo/realtek