Mailinglist Archive: opensuse (3139 mails)
| < Previous | Next > |
Re: [SLE] /var/log/messages, kernel messages, what is this ?
- From: Anders Johansson <andjoh@xxxxxxxxxx>
- Date: Sun, 1 Oct 2006 02:29:46 +0000 (UTC)
- Message-id: <1159669781.22038.4.camel@xxxxxxxxxxxxxxxxxxxx>
On Sat, 2006-09-30 at 20:10 +0200, Sylvester Lykkehus wrote:
> I was wondering, if loaded modules could produce this output, as I
> believe it started after loading a driver for a wireless NIC with a
> RaLink chipset on it.
Anything inside the kernel that calls "printk" can produce this output
You are using the rt61 driver, right? (this is the only ralink driver I
can find that prints out something like what you've posted) From looking
at the source code, these are debugging prints, and it looks like they
are shared encryption keys used on your wireless LAN
I don't see any #ifdef's or anything else in there, so it doesn't look
like they can be turned off without changing the source code
> I was wondering, if loaded modules could produce this output, as I
> believe it started after loading a driver for a wireless NIC with a
> RaLink chipset on it.
Anything inside the kernel that calls "printk" can produce this output
You are using the rt61 driver, right? (this is the only ralink driver I
can find that prints out something like what you've posted) From looking
at the source code, these are debugging prints, and it looks like they
are shared encryption keys used on your wireless LAN
I don't see any #ifdef's or anything else in there, so it doesn't look
like they can be turned off without changing the source code
| < Previous | Next > |