I have added some printk(KERN_ALERT "sample\n"); into a driver module. These prints appear if i manually insmod the driver. But if the same driver is loaded during boot, the messages do not appear.
I am sure that the same module is loaded during boot because I have changed the module author name so that it appears when i do $modinfo. The module is in kernel source path and I have compiled and $make module_install.
I am running ubuntu 10.04 and kernel version 3.14.2 what am i missing?
Thanks.