Re: compiling kernel and modules issues

2000-10-09 Thread Alan Cox
> make xconfig > make dep > make clean [make bzImage] you need the kernel image here > make modules > make modules_install > edit /etc/lilo.conf and add lilo header. - To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to [EMAIL PROTECTED] Please re

Re: compiling kernel and modules issues

2000-10-03 Thread lkml recipient
On Tue, 3 Oct 2000, Tom Cheung wrote: > Would anyone tell me how can I update the kernel and modules > simultaneously without losing previous installed modules.Thanks a lot !! Hi. Let me first say that although I'm subscribed to lkml, I'm really only an aspiring kernel hacker, not in any way a g

Re: compiling kernel and modules issues

2000-10-03 Thread Keith Owens
On Tue, 03 Oct 2000 16:17:54 +0800, Tom Cheung <[EMAIL PROTECTED]> wrote: >make mrproper >make xconfig >make dep >make clean >make modules >make modules_install >edit /etc/lilo.conf and add lilo header. > >Then after reboot I only see net directory under new modules directory >/lib/modules/2.2-17

compiling kernel and modules issues

2000-10-03 Thread Tom Cheung
Hello Everyone: The kernel(2.2.14) seems to be no problem when newly installing RedHat 6.2 Then I download new kernel(2.2.17) for updating kernel. Before update I see the modules are OK in directory /lib/modules/kernel-version. Then I extract the 2.2.17 kernel source code in the /usr/src and re