All of lore.kernel.org
 help / color / mirror / Atom feed
* can't find module ...
@ 2002-02-05 15:03 Israel Alvarez
  0 siblings, 0 replies; only message in thread
From: Israel Alvarez @ 2002-02-05 15:03 UTC (permalink / raw)
  To: linux-kernel

Hi!,
I've just compile the kernel 2.4.17 in my linux 7.2 and installed it in my 
embedded device running 2.2.18. I have followed all the instructions about 
make modules install_modules and so on.
-> I have the modutils 2.1.121.
-> I have the modules in
       /lib/modules/2.2.17/...
-> and I have also updated my modules.conf with the new paths, something like:
      path[drivers]=/lib/modules/2.4.17/kernel/drivers/
      path[net]=/lib/modules/2.4.17/kernel/net/
    and so on

Errors:

-> My modules.dep is empty, and I know I have several dependencies and depmod 
-a is executed while loading.

-> If I use insmod with the absolute path, then it works, but if I try to use 
modprobe, it does not work ( can't locate module...).

-> When I use modprobe -c I get three differents paths for each 
modue:
   path[drivers]=/lib/modules/2.4.17/kernel/drivers/
   ...
   path[drivers]=/lib/modules
   ....
   path[drivers]=/lib/modules/default

So, What happens here? Is there any other file still storing the old paths 
and I should modify it? Are these paths stored in the kernel itself so is 
impossible to change then?

Thanks in advance.
ia

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2002-02-05 15:05 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2002-02-05 15:03 can't find module Israel Alvarez

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.