I'm doing some kernel modification and am trying to get printk to output information back to the console. I pass any kernel log level with it and do not properly get any response back on the console for even the highest log levels.
I checked and the current log configuration for printk is 4 4 1 7.
It prints properly each time to logs. I can use dmesg | less and see it appended to the log. But I can't return it to console properly using printk.
I'm not sure that it matters but I use SSH to connect to a remote machine where the modified kernel exists.
I've tried SSH from gnome-terminal and from putty in Windows. Neither change a thing. Still shows printk in the server's logs, but not on my console.
Any way to get it to the console? What could be going wrong given that I've tried every log level and none work? THANKS!