kernel recompile problems

2002-05-06 Thread Gordon Heydon
Hello, I am having alot of problems with a new machine I am setting up to use as a firewall and proxy server - ( and new means that it is the first time I have gotten my hands on it, it is a P150 with 32Megs of RAM) - I installed with the 2.4.18-bf rescue disk which worked fine, I can set it up, s

Re: Kernel recompile problems (fwd)

2000-07-26 Thread Pavel M. Penev
From: Pavel M. Penev <[EMAIL PROTECTED]> Subject: Re: Kernel recompile problems > Then why not try moddep -a -e? I meant "depmod" here. Sorry, Pavel

Re: Kernel recompile problems

2000-07-26 Thread Pavel M. Penev
On Wed, 26 Jul 2000, Andr? Dahlqvist wrote: > > My first problem is that after the recompile and setting up lilo, > > when I reboot my computer, every single module fails to load because > > of a huge number of unresolved symbol errors. > > It sounds like you forgot to install the modules, or

Re: Kernel recompile problems

2000-07-26 Thread cxpx
On Wed, 26 Jul 2000 04:05:38 +0200, André Dahlqvist said: > > Probably because you overwrote the old modules with the new ones, and > the kernel you're running now wasn't compiled at the same time as these > modules. That would probably be it. So now how do I go about getting the old ones

Re: Kernel recompile problems

2000-07-26 Thread Krzys Majewski
The procedure I follow is: make xconfig && make dep && make clean && make zImage && make modules && make modules_install && mount /dosc && cp arch/i386/boot/zImage /dosc/linux/boot/vmlinuz && lilo -t && lilo && umount /dosc Maybe that'll help (I'm thinking in particular of the 'make clean',

Re: Kernel recompile problems

2000-07-25 Thread André Dahlqvist
> My first problem is that after the recompile and setting up lilo, > when I reboot my computer, every single module fails to load because > of a huge number of unresolved symbol errors. It sounds like you forgot to install the modules, or installed them in the same directory as the old modules.

Kernel recompile problems

2000-07-25 Thread cxpx
I re-compiled my kernel (2.2.15) in an attempt to get my cd-writer working. It failed miserably for some reason. My first problem is that after the recompile and setting up lilo, when I reboot my computer, every single module fails to load because of a huge number of unresolved symbol errors. The