Kernel Module

Submitted by Manoj447
on July 4, 2007 - 12:05am

Hello everybody
I am trying a module for my project. I am using kernel 2.6.
But when i insert the module (insmod) it gives error like unresolved symbols. Same problem was also with me when i used 2.4 kernel.
Can anybody guide me how to resolve this problem

With regards
Manoj Kumar

It sounds like your module

Brendan (not verified)
on
July 9, 2007 - 12:37pm

It sounds like your module is dependent on symbols exported by another module.
Try using the modprobe command (which is capable of loading dependent modules) instead of insmod

Comment viewing options

Select your preferred way to display the comments and click "Save settings" to activate your changes.