about pr_debug

anish singh anish198519851985 at gmail.com
Wed Jun 25 02:55:59 EDT 2014


On Tue, Jun 24, 2014 at 11:09 PM, lx <lxlenovostar at gmail.com> wrote:

> hi all:
>        I'm confused with pr_debug. My codes is:
> ###########################################
> #include <linux/module.h>
> #include <linux/kernel.h>
>
> static int __init init_page_dir(void)
> {
>     pr_debug("Hello world\n");
>
use printk or do echo "file_name +p" >
/sys/kernel/debug/dyanmic_debug/control

>     return 0;
> }
>
> static void __exit exit_page_dir(void)
> {
>     pr_debug("\nGoodbye now...\n\n");
> }
>
> MODULE_LICENSE("GPL");
> module_init(init_page_dir);
> module_exit(exit_page_dir);
> ###########################################
> I make it, and insmod it. But the messages of "Hello world" don't show.
>
> So, My question is If i want to fix it , I should set the *DEFAULT_MESSAGE_LOGLEVEL
> and *
> *rebuild the kernel ?*
>
> My kernel version is:2.6.18
> OS is: centOS
>
> Thank you.
>
> _______________________________________________
> Kernelnewbies mailing list
> Kernelnewbies at kernelnewbies.org
> http://lists.kernelnewbies.org/mailman/listinfo/kernelnewbies
>
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.kernelnewbies.org/pipermail/kernelnewbies/attachments/20140624/938f1f0c/attachment.html 


More information about the Kernelnewbies mailing list