<html>
  <head>
    <meta content="text/html; charset=ISO-8859-1"
      http-equiv="Content-Type">
  </head>
  <body bgcolor="#FFFFFF" text="#000000">
    <div class="moz-cite-prefix">
      <pre>refer this : <a href="https://www.kernel.org/doc/local/pr_debug.txt">https://www.kernel.org/doc/local/pr_debug.txt</a>
</pre>
      On 06/25/2014 11:39 AM, lx wrote:<br>
    </div>
    <blockquote
cite="mid:CA+5jrfk8gOgMOKiWxDHC4Yz4EE7Rdz6LLZhJAQCEKz67=rbyNg@mail.gmail.com"
      type="cite">
      <div dir="ltr">hi all:<br>
        &nbsp; &nbsp; &nbsp; &nbsp;I'm confused with pr_debug. My codes is:
        <div>###########################################</div>
        <div>
          <div>#include &lt;linux/module.h&gt;</div>
          <div>#include &lt;linux/kernel.h&gt;</div>
          <div>
            <br>
          </div>
          <div>static int __init init_page_dir(void)</div>
          <div>{</div>
          <div>&nbsp; &nbsp; pr_debug("Hello world\n");</div>
          <div>&nbsp; &nbsp; return 0;</div>
          <div>}</div>
          <div><br>
          </div>
          <div>static void __exit exit_page_dir(void)</div>
          <div>{</div>
          <div>&nbsp; &nbsp; pr_debug("\nGoodbye now...\n\n");</div>
          <div>}</div>
          <div><br>
          </div>
          <div>MODULE_LICENSE("GPL");</div>
          <div>module_init(init_page_dir);</div>
          <div>module_exit(exit_page_dir);</div>
        </div>
        <div>###########################################</div>
        <div>I make it, and insmod it. But the messages of "Hello world"
          don't show.</div>
        <div><br>
        </div>
        <div>So, My question is If i want to fix it , I should set the&nbsp;<i
style="color:rgb(37,37,37);font-family:sans-serif;font-size:14px;line-height:22px;text-align:-webkit-auto">DEFAULT_MESSAGE_LOGLEVEL
            and&nbsp;</i></div>
        <div><i
style="color:rgb(37,37,37);font-family:sans-serif;font-size:14px;line-height:22px;text-align:-webkit-auto">rebuild
            the kernel ?</i></div>
        <div><br>
        </div>
        <div>My kernel version is:2.6.18</div>
        <div>OS is: centOS</div>
        <div><br>
        </div>
        <div>Thank you.</div>
      </div>
      <br>
      <fieldset class="mimeAttachmentHeader"></fieldset>
      <br>
      <pre wrap="">_______________________________________________
Kernelnewbies mailing list
<a class="moz-txt-link-abbreviated" href="mailto:Kernelnewbies@kernelnewbies.org">Kernelnewbies@kernelnewbies.org</a>
<a class="moz-txt-link-freetext" href="http://lists.kernelnewbies.org/mailman/listinfo/kernelnewbies">http://lists.kernelnewbies.org/mailman/listinfo/kernelnewbies</a>
</pre>
    </blockquote>
    <br>
  </body>
</html>