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?
dmesg -D
anddmesg -E
have subsequently been broken by capabilities (q.v. CAP_SYSLOG there). However, settingkernel.dmesg_restrict=0
does not enable these twodmesg
s; so far, I have found no way to enable them for Ubuntus after the time that thekernel.dmesg_restrict=1
default was instituted. – Eric Towers Jun 27 '21 at 02:38