Author Topic: Getting Rid Of Console Messages  (Read 5463 times)

HRH_H_Crab

  • Newbie
  • *
  • Posts: 38
    • View Profile
Getting Rid Of Console Messages
« on: January 23, 2009, 06:59:40 am »
I am running debian on zaurus in pure console mode (I find a gui pretty impractical for my use of the zaurus), but I am plagued with annoying messages spewed all over my console normally at the most inappropriate times!

The worst culpret is wifi which keeps writing diagnostic stuff all over whatever I am currently doing.

I've looked at the syslog config and I can't see anything obvious there, is there somewhere where I can turn this off?

2or0

  • Full Member
  • ***
  • Posts: 217
    • View Profile
    • http://
Getting Rid Of Console Messages
« Reply #1 on: January 25, 2009, 03:00:19 am »
Quote from: HRH_H_Crab
I am running debian on zaurus in pure console mode (I find a gui pretty impractical for my use of the zaurus), but I am plagued with annoying messages spewed all over my console normally at the most inappropriate times!

The worst culpret is wifi which keeps writing diagnostic stuff all over whatever I am currently doing.

I've looked at the syslog config and I can't see anything obvious there, is there somewhere where I can turn this off?

To remove the message on the console, edit /etc/sysctl.conf and uncomment this line:

Code: [Select]
kernel.printk = 4 4 1 7
Zaurus SL-C3200 with Debian armel of kernel 2.6.24-yonggun
Ambicom WL1100C WLAN
1 GB Sandisk SD / 1 GB Lexar SD / 256 MB Dane-Elec CF
-----
Blog http://yonggun.tistory.com (English/Korean)

HRH_H_Crab

  • Newbie
  • *
  • Posts: 38
    • View Profile
Getting Rid Of Console Messages
« Reply #2 on: January 26, 2009, 03:57:53 am »
Quote from: 2or0
To remove the message on the console, edit /etc/sysctl.conf and uncomment this line:
Code: [Select]
kernel.printk = 4 4 1 7

Thanks so much!
And thanks for your kernel too!

/me goes to study sysctl.conf further!

HRH_H_Crab

  • Newbie
  • *
  • Posts: 38
    • View Profile
Getting Rid Of Console Messages
« Reply #3 on: September 02, 2009, 05:35:11 am »
This works pretty well, but I recently got a Socket bluetooth card, and it seems to let through messages like:

"bscp_recv: Out-of-order packet arrived, got 1 expected 0"

Whatever the cause of these messages my card seems to work fine, but is there any way to get rid of them?