Oleg: > AFAIK, /proc/sys/kernel/printk handle only kernel logs output to the > console. > May be I must have anything specific options in the kernel hacking section > of the kernel menuconfig?
If you don't have /proc/sys/kernel/printk, you need to enable CONFIG_PRINTK. If you have it, then what is its contents? If its first value is less than or equal to 7, then you cannot get the debug log. Please simple run "echo 8 > /proc/sys/kernel/printk", and you can get the debug logs in your /var/log/kerndebug. J. R. Okajima ------------------------------------------------------------------------------ Download Intel® Parallel Studio Eval Try the new software tools for yourself. Speed compiling, find bugs proactively, and fine-tune applications for parallel performance. See why Intel Parallel Studio got high marks during beta. http://p.sf.net/sfu/intel-sw-dev