Hi,
This is the problem while inserting the module, usind insmod command.
a simple module code has 2 parts, init_module, cleanup_module, it does nothing just uses printk to print some message. I compiled it using make command on kubuntu 7.10, with kernel 2.6.
It created the module, test.ko. Then i tried to insert the module using,
insmod ./test.ko
Then it gives the error:
insmod: error inserting './test.ko' : -1 operation not permitted
anyone having got same error, for insmod please help me.
any suggestions welcome.
thanks
This is the problem while inserting the module, usind insmod command.
a simple module code has 2 parts, init_module, cleanup_module, it does nothing just uses printk to print some message. I compiled it using make command on kubuntu 7.10, with kernel 2.6.
It created the module, test.ko. Then i tried to insert the module using,
insmod ./test.ko
Then it gives the error:
insmod: error inserting './test.ko' : -1 operation not permitted
anyone having got same error, for insmod please help me.
any suggestions welcome.
thanks
Comment