[Linux-Biella] Moduli del Kernel

CIARROCCHI, Paolo, VF-IT linux@ml.bilug.linux.it
Tue, 23 Mar 2004 11:39:58 +0100


From: Marco Barbera [mailto:barbera@mediacreation.it] 
> Il mar, 2004-03-23 alle 09:37, LeOS ha scritto:
> > On Tue, 23 Mar 2004 09:31:43 +0100
> > Marco Barbera <barbera@bilug.linux.it> wrote:
> > 
> > > Ieri sera ho provato ad aggiungere dei moduli con la seguente
> > > procedura:
> > > 
> > > - make menuconfig
> > > 
> > > - make dep
> > > 
> > > cosa devo fare ora?
> > 
> > direi che dovresti almeno compilare i moduli...
> > 
> > make modules
> > make modules_install
> > 
> > 
> 
> Mi da questo errore.......che vuol dire?

Io con i kernel RH ho sempre avuto problemi...

Ho trovato questo in google (non farmi tradurre...),
mi ha spesso risolto i problemi:

-- 
Try doing this..

Backup the .config so you can load it from xconfig, then run the
following 
command.

make mrproper xconfig dep clean bzImage modules modules_install

If this fails to help you need to verify / reinstall the kernel-source
package 
and / or change the kernel config to solve the problem

-- 

			Paolo