On Monday 14 February 2005 03:01 pm, Srinivas G. wrote: > Dear All, > > Whenever I type the dmesg command at the prompt after loading my driver > I am unable to see all my debug messages. I think there is a restriction > in displaying the dmesg output. dmesg is only showing the messages in the printk's buffer, which is fairly small, about 16K. However, on any standard distribution, the syslogd/klogd daemons are saving that buffer as instructed by /etc/syslogd.conf. Standard files for saving kernel messages are /var/log/kernel.log, /var/log/messages. tavi -- Kernelnewbies: Help each other learn about the Linux kernel. Archive: http://mail.nl.linux.org/kernelnewbies/ FAQ: http://kernelnewbies.org/faq/