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

Re: kernel compile



On Sun, Apr 13, 2003 at 10:20:54AM -0700, adit y wrote:
> Hi,
> I got 2.4.18 kernel-source and then compiled and
> installed it
> 
> make menuconfig
> make dep
> make bzImage
> make all
> makeinstall
> reboot
> 
> The new kernel starts up fine but it does not load any
> modules like scsi etc.
> if find the .o files in /usr/src/kernel-source2.4.18
> sub directories but in the /lib/modules i find only a
> directory with the previous version i was using 
> /lib/modules/2.2.20-idepci/
> i do not have any /lib/modules/2.4.18/

That's because you forgot to do

make modules
make modules_install

before rebooting.

Pigeon



Reply to: