<div dir="ltr">On 7 July 2015 at 15:53, Sébastien Hinderer <span dir="ltr">&lt;<a href="mailto:Sebastien.Hinderer@ens-lyon.org" target="_blank">Sebastien.Hinderer@ens-lyon.org</a>&gt;</span> wrote:<br><div class="gmail_extra"><div class="gmail_quote"><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex">Dear all,<br>
<br>
I have a module that uses pr_debug at init.<br>
Although the module is successfully loaded, the message appears<br>
neither in dmesg, nor at the console. I tried toprint a 8 to<br>
/proc/sys/kernel/printk but that does not change anything.<br>
<br>
Any hint would be warmly appreciated.<br>
<br>
Thanks!<br>
<br>
Sébastien</blockquote><div><br></div><div>Do you have the relevant DEBUG macros activated in your kernel&#39;s configuration?<br><a href="https://www.kernel.org/doc/local/pr_debug.txt">https://www.kernel.org/doc/local/pr_debug.txt</a><br><a href="http://elinux.org/Debugging_by_printing">http://elinux.org/Debugging_by_printing</a><br><br></div><div>If not, activate them. Or if in a pinch, switch to using pr_alert() for development.<br><br></div><div>Luis<br></div><div> <br></div></div></div></div>