From mboxrd@z Thu Jan 1 00:00:00 1970 From: arunkr.linux@gmail.com (Arun Kumar) Date: Sat, 28 Jun 2014 23:03:45 +0530 Subject: Delay in Printk Messages. Message-ID: <53AEFC79.2020308@gmail.com> To: kernelnewbies@lists.kernelnewbies.org List-Id: kernelnewbies.lists.kernelnewbies.org I am able to read my printk messages in the kernel buffer only after unloading the module.. Is there some reason or configuration behind this. I used a simple kernel module with only init and exit functions, and after loading the module i cannot see the message printed by the "module_init" function in the output given by "dmesg -c" I can see them only after i unload the module. i wait for around 15-20 seconds for the init message but it only shows up on removing the module.