1829904 Members
2191 Online
109993 Solutions
New Discussion

module loading fails

 
learner_1
Occasional Contributor

module loading fails

Hi,
I need to load a dlkm module programatically in 11.23 (IA). When I try to load any dlkm module through modload() syscall, I get ENOREG error. syslog shows "modld: Attempt to load unregistered module".kcmodule loads the module without any issues. So how can I load the same module by using modload () syscall ?
Thanks.