error : insmod
Kristof Provost
kristof at sigsegv.be
Mon Feb 11 06:27:47 EST 2013
On 2013-02-11 16:50:45 (+0530), sunil <sunil.slvphsn at gmail.com> wrote:
> when i executed the below line. i din't get what i suppose to
> get...the message "hello, world"..
>
> did i miss any steps
> sunil at ubuntu:~/test/drive$ sudo insmod helloworld.ko
>
The traces you've inserted in your kernel module do not print to stdout.
They get logged in the kernel ring buffer.
Try 'dmesg' after loading your module.
Regards,
Kristof
More information about the Kernelnewbies
mailing list