[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: kernel and modules compiling



Hi Horacio,

I usually clean my module directory before I reinstall the the kernel
modules to get rid of old stuff in there. But beware: If you are using
PCMCIA or VMWARE, you will need to reinstall the PCMCIA and VMWARE
modules.

After I install my modules using make modules_install I run

  depmod -a

This tells modprobe which modules depend on each other.

I also install the kernel using a small shellprogram provided (you will
need to switch that to executable using chmod +x)

The last thing I do is that I run lilo. 

My procedure: 

make bzImage
make modules
# rm -rf /lib/modules/2.2.5 # Only if you are very sure about this!
make modules_install
depmod -a 
cd arch/i386/boot
./install.sh 2.2.5 bzImage ../../../System.map /
lilo
 
Alex.

On Tue, 11 May 1999, J Horacio MG wrote:

> I just recompiled kernel 2.0.36, and everything seems to work fine
> except for the following messages during boot up (same with modprobe).
> pon seems to be working ok so, what does all this mean?
> 
> :~# modprobe ppp.o
> /lib/modules/2.0.36/net/ppp.o: unresolved symbol netif_rx_R88a5d1d7
> 
> Is there anything else I should do after:
> make mrproper
> make config
> make dep
> make clean
> make zImage
> make modules
> make modules_install?

-- 
Alexander Schwartz (alexander.schwartz@gmx.net)
http://ourworld.compuserve.com/homepages/alex_schwartz


Reply to: