Duncan:
Yes I mean printk. What I actually want to see are the messages displaying interactively. I would prefer to see those debug messages in the same window after I type the command insmod...
I remember I was able to do that when we were developing driver modules for an embedded Linux device. With the embedded device we were able to customize the environment, I wonder how to do that on a desktop.
Main Topics
Browse All Topics





by: duncan_roePosted on 2008-02-02 at 18:41:22ID: 20807181
Do you mean printk?
You can probably just let klogd run - it intercepts kernel messages and sends them to the syslog subsystem. You might want to tune your /etc/syslog.conf to put kernel messages somewhere convenient to you.