According to =?iso-8859-1?Q?Sebasti=E1n?= Ferraro: While burning my CPU.
> 
> Hi,
> 
> I'm trying to install kernel 2.2.2.  I did the following:
> 
> 1) Untarred the source tree (actually 2.2.1, but I patched it)
> 
> 2) (always from /usr/src/linux):
> make xconfig
> make dep clean zImage
> make zlilo
> 
> 3) Rebooted (I don't know if it's necessary)
> 
> 4)
> make modules modules_install
> depmod -a
> 

The order in which you did the operation is incorrect, you "must" make the
modules and install then before booting, and yes booting is nessacary.

To recap;

make config
make dep clean zlilo
make modules modules_install
 reboot

depmod -a should happen automaticly, however i beleive 2.2.x kernels need
"kmod" to install modules. that i belive has replaced the modutils such as
modprobe/insmod. Someone else who uses 2.2.x will need to confirm the use of
"kmod" as i still use 2.0.xx.


> 
> But... my modules.dep file is not properly built!  I only get the line
> 
> /lib/modules/2.2.2/fs/fat.o:
> 
> and nothing else.
> I had previously updated my system as indicated in the Changes file, as
> best as I could. Could I have messed up something?
> 
> I have S.u.S.E. 5.2.
> 
> Thanks,
> 
> Seba
> 


-- 
Regards Richard.
[EMAIL PROTECTED]

Reply via email to