You are not logged in.

#1 2012-12-07 19:49:27

cybe-arch
Member
Registered: 2007-09-02
Posts: 56
Website

Shut up kernel warnings

Is there any way to shut up kernel warnings? Under boot these messages shows up (even though i got «silent» in kernel parameters):

[    0.042879] [Firmware Bug]: ioapic 2 has no mapping iommu, interrupt remapping will be disabled
[    3.444431] pci 0000:00:01.0: ASPM: Could not configure common clock
[    3.613357] i8042: No controller found

Offline

#2 2012-12-07 19:57:17

illusionist
Member
From: localhost
Registered: 2012-04-03
Posts: 498

Re: Shut up kernel warnings

How about 'quiet' in kernel parameters ?


  Never argue with stupid people,They will drag you down to their level and then beat you with experience.--Mark Twain
@github

Offline

#3 2012-12-07 20:00:47

cybe-arch
Member
Registered: 2007-09-02
Posts: 56
Website

Re: Shut up kernel warnings

Sorry, I ment «quiet», not «silent».

Last edited by cybe-arch (2012-12-07 21:55:50)

Offline

#4 2012-12-08 18:10:09

illusionist
Member
From: localhost
Registered: 2012-04-03
Posts: 498

Re: Shut up kernel warnings

Try

kernel.printk = 1 1 1 1

in /etc/sysctl.conf

also see if 'loglevel=1' in the kernel parameters work before messing with sysctl.conf.

EDIT:  A little description regarding the four values in printk.
The first one is console_loglevel, second is default_message_loglevel, third is minimum_console_loglevel, fourth is default_console_loglevel.

Last edited by illusionist (2012-12-08 18:22:09)


  Never argue with stupid people,They will drag you down to their level and then beat you with experience.--Mark Twain
@github

Offline

Board footer

Powered by FluxBB