c-3 wrote: > > Hi! > > Can anybody tell me how (or where) the location of modules are > referenced? > Because I compiled and installed some modules, but if I try insmod > <module name> I get a message that the module couldn't be found. > But perhaps it's just a very dumb reason.
First do a depmod -a after installing the modules <do it as root>. The modules under Debian are in /lib/modules/<kernel version #>/<catagory> i.e. network modules on kernel version 2.2.18 would be at; /lib/modules/2.2.18/net T. Tilton