Re: How to enable printk

David Woodhouse (dwmw2@infradead.org)
Mon, 29 Apr 2002 12:37:16 +0100


wyuan1@ews.uiuc.edu said:
> It may be a simple question. But I cannot see the result of printk in
> console like the following. Do i need to enable it somewhere? Thanks

You didn't give a priority, so it will have defaulted to KERN_WARNING.

Some distributions disable the logging of KERN_WARNING messages to the
console, which seems to be a very silly thing to do. I suggest you
re-enable these messages (echo 7 > /proc/sys/kernel/printk) and file a bug
report.

--
dwmw2

- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/