Re: Compiling the kernel - and losing my modules

2002-08-27 Thread Bem Ajani Jones-Bey
On Tue, Aug 27, 2002 at 10:54:20AM +0300, Amir Tal wrote: > On Tuesday 27 August 2002 04:29, Paul King wrote: > > You forgot: > > > > make modules > > make modules_install > > > why not use kernel-package and have it all be done automaticly ? I believe the original poster was using kernel-packag

Re: Compiling the kernel - and losing my modules

2002-08-27 Thread Amir Tal
On Tuesday 27 August 2002 04:29, Paul King wrote: > You forgot: > > make modules > make modules_install why not use kernel-package and have it all be done automaticly ? -- == Amir Tal Owner, Founder Whatsup, Hebrew Linux Portal Voice:+972-8-93

Re: Compiling the kernel - and losing my modules

2002-08-26 Thread Paul King
You forgot: make modules make modules_install

RE: Compiling the kernel - and losing my modules

2002-08-26 Thread dongili
[snip...] >> # mv /lib/modules/2.4.18 /lib/modules/2.4.18-save >> # cd /usr/src/kernel-source-2.4.18/ >> # make menuconfig >> # make dep >> # make-kpkg clean >> # make-kpkg --revision=custom.1.0 kernel_image >> # dpkg -i ../kernel-image-2.4.18_custom.1.0_i386.deb >> from "dwarfs debian guide"

RE: Compiling the kernel - and losing my modules

2002-08-26 Thread Lewis, James M.
> -Original Message- > From: Ivan Uemlianin [mailto:[EMAIL PROTECTED] > Sent: Monday, August 26, 2002 6:54 PM > To: debian-laptop@lists.debian.org > Subject: Compiling the kernel - and losing my modules > [snip...] > To compile the kernel, I follow instructions (e.g. from > /usr/share/