Re: rebuild kernel and modules

2000-02-15 Thread Junichi Uekawa
On Mon, 14 Feb 2000 11:42:33 -0800, brian moore [EMAIL PROTECTED] was crying out from somewhere about: Re: rebuild kernel and modules bem Indeed, after avoiding it for months, I finally actually built a kernel bem 'the debian way' and found it a breeze. No more 'make bzImage make bem modules

Re: rebuild kernel and modules

2000-02-14 Thread Gary Hennigan
Lee Bradshaw [EMAIL PROTECTED] writes: On Mon, Feb 14, 2000 at 10:22:11AM -0600, Timothy C. Phan wrote: Hi, I'm in the middle of rebuild the 2.2.13 kernel for potato to include IP-MASQ plus some other modules. I'd like to know after the kernel and some modules were built, how

Re: rebuild kernel and modules

2000-02-14 Thread Lee Bradshaw
On Mon, Feb 14, 2000 at 09:57:32AM -0700, Gary Hennigan wrote: Lee Bradshaw [EMAIL PROTECTED] writes: On Mon, Feb 14, 2000 at 10:22:11AM -0600, Timothy C. Phan wrote: Hi, I'm in the middle of rebuild the 2.2.13 kernel for potato to include IP-MASQ plus some other modules. I'd like to

Re: rebuild kernel and modules

2000-02-14 Thread Timothy C. Phan
Hi All, Thank you for the replies. I'll use the kernel-package since it will make my life easier :) Could someone send me the kernel-package/README.modules since I do not have my potato-box with me :) Thanks! Gary Hennigan wrote: Lee Bradshaw [EMAIL PROTECTED] writes: On Mon,

Re: rebuild kernel and modules

2000-02-14 Thread Timothy C. Phan
Hi Lee, So, when I do a dpkg -i kernel_image, would this allowed me to install the modules one by one or it would just install all the modules that I configure to build before rebuilding the kernel? Secondly, when I installed the module during the fresh installation, I selected a

Re: rebuild kernel and modules

2000-02-14 Thread Ron Rademaker
How are you guys compiling your kernel??? Why don't you 'just' config the thing and do: make dep make clean make bzImage make modules make modules_install After that, simply edit your /etc/lilo.conf, run lilo and add your modules using modprobe or insmod (you could also use modconf) and

Re: rebuild kernel and modules

2000-02-14 Thread Gary Hennigan
Ron Rademaker [EMAIL PROTECTED] writes: How are you guys compiling your kernel??? Why don't you 'just' config the thing and do: make dep make clean make bzImage make modules make modules_install After that, simply edit your /etc/lilo.conf, run lilo and add your modules using modprobe

Re: rebuild kernel and modules

2000-02-14 Thread Ron Rademaker
Your story is right if you install kernel-images, not if, like I always do, download source code untar and gunzip it and ... On Mon, 14 Feb 2000, Gary Hennigan wrote: Ron Rademaker [EMAIL PROTECTED] writes: How are you guys compiling your kernel??? Why don't you 'just' config the thing and

Re: rebuild kernel and modules

2000-02-14 Thread brian moore
On Mon, Feb 14, 2000 at 12:13:53PM -0700, Gary Hennigan wrote: make-kpkg is a nice piece of software, and IMHO, well worth looking into if you're using Debian and like keeping up your own kernels. Indeed, after avoiding it for months, I finally actually built a kernel 'the debian way' and

Re: rebuild kernel and modules

2000-02-14 Thread Nathan E Norman
On Mon, Feb 14, 2000 at 12:13:53PM -0700, Gary Hennigan wrote: [ snip] : make-kpkg is a nice piece of software, and IMHO, well worth looking : into if you're using Debian and like keeping up your own kernels. Besides, kernel-package lets you leverage your (or your friend's) fast machine for

Re: rebuild kernel and modules

2000-02-14 Thread Nathan E Norman
On Mon, Feb 14, 2000 at 08:28:16PM +0100, Ron Rademaker wrote: : Your story is right if you install kernel-images, not if, like I always : do, download source code untar and gunzip it and ... Gosh, I wish I'd known that before I built 30 or so kernels using kernel-package and the tarballs from

Re: rebuild kernel and modules

2000-02-14 Thread Lee Bradshaw
On Mon, Feb 14, 2000 at 12:07:46PM -0600, Timothy C. Phan wrote: Hi Lee, So, when I do a dpkg -i kernel_image, would this allowed me to install the modules one by one or it would just install all the modules that I configure to build before rebuilding the kernel? dpkg -i install

Re: rebuild kernel and modules

2000-02-14 Thread John Hasler
Ron Rademaker writes: Your story is right if you install kernel-images, not if, like I always do, download source code untar and gunzip it and ... Kernel-package does not require Debian kernel sources. -- John Hasler [EMAIL PROTECTED] (John Hasler) Dancing Horse Hill Elmwood, WI

Re: rebuild kernel and modules

2000-02-14 Thread John Hasler
Gary Hennigan writes: 'apt-get upgrade' dutifully notices this and upgrades your kernel-image. BAM! Your custom kernel and all the changes are wiped in one fell swoop. Which he deserves for not putting his local customized kernel source in /usr/local/src. -- John Hasler [EMAIL PROTECTED]