1828506 Members
2385 Online
109978 Solutions
New Discussion

insmod

 
Chakravarthi
Trusted Contributor

insmod

Hi all,

I'm not able to load a module using insmod
it gives the following error
init_sctp: register_chrdev failed, error=-16!
init_sctp: module installed.
this is the output of dmesg.

the same modules i was able to load, i just did a rmmod and now i'm not able to load it,
what could be the reason

regards
chakri
1 REPLY 1
Bill Thorsteinson
Honored Contributor

Re: insmod

insmod doesn't load required prerequisite modules.

Try loading the module using modprobe.

lsmod will show dependencies.