As subject, thanks,
Topic: How to turn on printk(KERN_DEBUG...) or where to find the outputs?
The content of this topic has been archived on 22 Mar 2018. There are no obvious gaps in this topic, but there may still be some posts missing at the end.
Use make kernele_menuconfig to turn the feature ON/OFF.
Mazilo,
Could you please tell me the feature to toggle the KERN_DEBUG message?
I have Kamikaze (r20152), Global build settings -> Kernel build options -> Compile the kernel with Debug Filesystem enabled by default.
Thanks,
Once make kernel_menuconfig is executed, go to General setup -> Configure standard kernel features (for small systems) -> Enable support for printk.
(Last edited by mazilo on 12 Mar 2010, 20:36)
Thanks to Mazilo for the kind reply, I found I already have the printk support by default.
On my built I can only see KERN_INFO messages by "logread" or "dmesg"
I am attempting to see outputs from KERN_DEBUG.
Any suggestions?
Thank,
I am attempting to see outputs from KERN_DEBUG.
I haven't done this. So, I believe you will need to make kernel_menuconfig and go over to see which debug options you want to enable.
The discussion might have continued from here.