1. www.linuxdoc.org -> kernel-howto

2 ways to compile kernel
1. general
make menuconfig && make dep && make clean && make modules && make 
modules_install && make install

2. debian specific
make menuconfig
make dep
make-kpkg clean
make-kpkg kernel-image
make-kpkg modules-image
cd..
dpkg -i kernel-source-2.2.14_i386.deb

or just download kernel image from debian ftp.

On Thu, Apr 06, 2000 at 07:44:20PM -0700, Beavis wrote: 
> ok i found the root of the problem
> i am unfortunatetly try to use 
> modules compiled for a 2.0.38 kernel w/ a 2.2.14 kernel
> 
> how do i get my modules back?
> or recompile them for use w/ my new kernel?
> 
> if i loaded a cdrom module for the old kernel, how do i transfer it to the 
> new one?

-- 
Marcin Kurc
Indiana Institute of Technology
System Administrator
http://me.indtech.edu           http://www.indtech.edu

Reply via email to