Wednesday, April 24, 2024
 Popular · Latest · Hot · Upcoming
59
rated 0 times [  59] [ 0]  / answers: 1 / hits: 171580  / 1 Year ago, mon, may 8, 2023, 3:08:58

My wireless driver is noisy. It prints out messages to the console every 10-30 seconds. So, if I'm working on VT1 or something, I get messages scrolling by all the time. Is there a way to shut this feature off? I like working on the virtual terminals, but this is making it hard to deal with. :)



Any ideas?


More From » log

 Answers
0

You can use the command



sudo dmesg -n 1


to suppress all messages from the kernel (and its drivers) except panic messages from appearing on the console.



To fix at each boot, add the command to:



/etc/rc.local

[#40835] Tuesday, May 9, 2023, 1 Year  [reply] [flag answer]
Only authorized users can answer the question. Please sign in first, or register a free account.
olltea

Total Points: 238
Total Questions: 115
Total Answers: 107

Location: Moldova
Member since Tue, Feb 7, 2023
1 Year ago
;