On Sun, May 20, 2001 at 12:56:54PM +0200, vester wrote: [...] > what about modprobe though? i checked the version and it it 2.4.2 -- does > that mean i can only load kernel 2.4.2 modules? > > i am using debian testing, modutils 2.4.2 is the newest version
ii modutils 2.4.6-3 Linux module utilities. :) in woody but i think 2.4.2 should be OK. > (kernel-source-2.4.4 is the newest version respectively) [...] Did you check .../linux/Documentation/Changes? Check outputs of: # depmod -av (Have you ever done? On Debian it should be automatic but you may have a broken system) # modprobe -c # insmod -vn one_of_your_modules They should have paths to your kernel modules Mirek