You are not logged in.
Pages: 1
On a Yoga 2 Pro, the console shows what others say are ignorable error messages from usb incessantly, until I do "dmesg -n 1" or "dmesg -D".
I have added a kernel parameter, "quiet" and tried editing /etc/systemd/system.conf to change the LogLevel to either warning or alert or critical or 1, or to change the LogTarget to journal, but nothing works.
What am I doing wrong?
Last edited by gmrosen (2014-08-24 16:19:38)
Offline
Put "kernel.printk=1" in /etc/sysctl.d/99-sysctl.conf.
Offline
thanks!
Does this mean that the messages were not coming via systemd?
Offline
They were coming from the kernel onto the console. systemd(-journald) was/is logging them.
Please put [Solved] in the topic's name, not the first post's body.
Last edited by lucke (2014-08-24 16:10:55)
Offline
Pages: 1