Make bzImage does not automatically install the kernel, while make
modules_install DOES install the modules...

With what you've done, Linux is booting the old kernel but attempting to use
the new modules. This is why things are not working.

You'll need to copy the appropriate files to the right place and edit
/etc/lilo.conf accordingly.

If you have a SCSI device you'll also need to mkinitrd as well.

-JMS


-----Original Message-----
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED]]On Behalf Of Paul Aprendiz
Sent: Tuesday, April 03, 2001 11:15 AM
To: [EMAIL PROTECTED]
Subject: [newbie] Problems FreeS/WAN compiling the kernel


Hello
I want to install FreeS/WAN 1.8 in Mandrake 7.1
I did
cd /usr/src/linux/

make menuconfig
make dep
make bzImage
make install
make modules
make modules_install
lilo

No message errors so far =)

When rebooting, I choose the new compiled kernel, but the network cards
don't work anymore
eth0 initialization delayed
eth1 initialization delayed

Trying to solve it, I have added in /etc/lilo.conf
append="ether=0,0,eth0 ether=0,0,eth1"

But still the problem continues

Can anyone help me please
regards
paul


_________________________________________________________________________
Get Your Private, Free E-mail from MSN Hotmail at http://www.hotmail.com.



Reply via email to