>>Hi!
>>I'm working with a ml403 board, porting Linux 2.4.devel on it. I got the OS
>>running, but I cannot load modules.
>>When I try "modprobe /lib/modules/<version>/kernel/net/<module.o>, I obtain
>>the error messages:
>>Note: /etc/modules.conf is more recent than
>>/lib/modules/<version>/modules.dep
>>modprobe: Can't locate module lib/modules/<version>/kernel/net/<module.o>
>did you try with insmod ?
>then try running depmod.
Yes, I tried with insmod and the error then was: "couldn't find the kernel version the module was compiled for"
In modules.dep, the references are ok.
Greetings!