Title: RE: [plug] module dependencies

> -----Original Message-----
> From: Ina Patricia Lopez [mailto:[EMAIL PROTECTED]]
> Sent: Thursday, October 12, 2000 1:13 PM
> To: [EMAIL PROTECTED]
> Subject: [plug] module dependencies
>
>
> after compiling a new kernel for my 3c509 card, i got a lot of these
> during boot time.
>
> depmod: *** Unresolved symbols in
> /lib/modules/kernel-version/directory/filename.o
>
> i got rid some by removing the filename.o  from its directory
> but there
> are a lot of them. any shortcut[e] command for this or how do i make
> the kernel resolv those modules?
>

Here is how I got away with it.

I usually untar a kernel under /usr/src so that I'll have /usr/src/linux.
This directory is just a symbolic link to /usr/src/linux-2.2.16.

When you first untar it, you'll notice that there is no modules directory under it. The /usr/src/linux/modules will be created once you recompile your kernel with modules support.

Since your linux has been recompiled before, possibility is that you already have that directory.

To get rid of the error once you recompile it again, just rename it.

mv /usr/src/linux/modules /usr/src/linux/old-modules

...hth...

Reply via email to