I have compiled latest Linux kernel version (3.7.6) on my VMware machine and was able to successfully boot into new kernel, however for some reason I am not able to view printk messages from kernel in syslog (I am checking /var/log/messages ), dynamically inserted modules are not writing into syslog
I even tried with
pr_info
but no luck
my printk configuration seems ok with below values
4 4 1 7
moduel I am working with is also loaded whihc i can see from
lsmod
and
cat /proc/modules
any idea on resolution is greatly appreciated.