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
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