Bug in redhat 9 kernel-> problems with cpufreq.c during recompilation

2003-07-11 Thread Didier Casse
Hi there, I tried to patch my Linux kernel 2.4.20-8 i686 i386 GNU/Linux (on redhat 9) with the linux-ppscsi patch so that I can add my parallel port scanner to my pc. I started as follows in the /usr/src/linux-2.4.20-8/ directory step 1. patch -p1 < linux.ppscsi.patch step 2. make me

RE: new kernel problems

2000-06-04 Thread Uncle Meat
On 04-Jun-2000 Robert D. Crawford opined: > -BEGIN PGP SIGNED MESSAGE- > > I have just compiled a new kernel and done all the associated things > (perhaps I missed something VERY important) and am having a bit of a > problem. Here is what I did: > > 1. dl the source from kernel.org (2.

Re: kernel problems

2000-03-09 Thread Igmar Palsenberg
> I did make xconfig, make dep, make modules, make clean and then make > bzdisk and the make bzdisk craps out this error : > > > gcc: Internal compiler error: program cc1 got fatal signal 11 > make[2]: *** [inode.o] Error 1 > make[2]: Leaving directory `/usr/src/linux-2.2.14/fs' > make[1]: ***

Re: kernel problems

2000-03-05 Thread Eric Sisler
Michael S. Dunsavage <[EMAIL PROTECTED]> wrote: >I did make xconfig, make dep, make modules, make clean and then make >bzdisk and the make bzdisk craps out this error : [snip] Does it matter whether you make the kernel or the modules first? I normally run things in the following order: make

Re: kernel problems

2000-03-05 Thread Hal Burgiss
On Sun, Mar 05, 2000 at 07:23:58AM -0500, Michael S. Dunsavage wrote: > I did make xconfig, make dep, make modules, make clean and then make > bzdisk and the make bzdisk craps out this error : > > > gcc: Internal compiler error: program cc1 got fatal signal 11 > make[2]: *** [inode.o] Error 1 >

Re: kernel problems

2000-03-05 Thread Michael S. Dunsavage
Eric Cifreo wrote: > > I did make xconfig, make dep, make modules, make clean and then make > > bzdisk and the make bzdisk craps out this error : > > > > > > gcc: Internal compiler error: program cc1 got fatal signal 11 > > make[2]: *** [inode.o] Error 1 > > make[2]: Leaving directory `/usr/src/l

Re: kernel problems

2000-03-05 Thread Eric Cifreo
> I did make xconfig, make dep, make modules, make clean and then make > bzdisk and the make bzdisk craps out this error : > > > gcc: Internal compiler error: program cc1 got fatal signal 11 > make[2]: *** [inode.o] Error 1 > make[2]: Leaving directory `/usr/src/linux-2.2.14/fs' > make[1]: *** [

kernel problems

2000-03-05 Thread Michael S. Dunsavage
I did make xconfig, make dep, make modules, make clean and then make bzdisk and the make bzdisk craps out this error : gcc: Internal compiler error: program cc1 got fatal signal 11 make[2]: *** [inode.o] Error 1 make[2]: Leaving directory `/usr/src/linux-2.2.14/fs' make[1]: *** [first_rule] Erro

RE: Compiling kernel problems

1998-06-10 Thread Maxwell Smart
On 09-Jun-98 Alfonso Barreto Lopez wrote: > I give up, I just can't include the sound options on the kernel this is > what I get: Just out of curiosity, which kernel are you trying to compile? The one I have stock with 5.0 has sound already builtin. I assume 5.1 also has it that way. --- Pardon

Compiling kernel problems

1998-06-09 Thread Alfonso Barreto Lopez
I give up, I just can't include the sound options on the kernel this is what I get: drivers/sound/sound.a(soundcard.o): In function `soundcard_init': soundcard.o(.text+0x4a3): undefined reference to `sound_init_lowlevel_drivers' drivers/sound/sound.a(dev_table.o)(.data+0x1c8): undefined referenc

Re: Kernel problems...

1998-03-17 Thread Rick L. Mantooth
~cory, You sure you typed zImage correctly? (simple but guilty) ;) rickdman # locate zImage /usr/src/linux-2.0.32/arch/i386/boot/zImage Might need to be root and then: root# find / -name zImage -print If it is on the machine, the above will find it. Be sure to check the date on the file. Ri

Re: Kernel problems...

1998-03-17 Thread Cory T. Lamb
On Tue, 17 Mar 1998, Dan Cyr wrote: > Your mistake is the 'make vmlinux'. Use 'make zImage' after 'make clean'. > The new kernel image will be > /arch/i386/boot/zImage I can't seem to find the file that you're talking about here. The zImage ran fine but I can't seem to find where it outputs to.

Re: Kernel problems...

1998-03-17 Thread Dan Cyr
Your mistake is the 'make vmlinux'. Use 'make zImage' after 'make clean'. The new kernel image will be /arch/i386/boot/zImage copy it to /boot eg. cp arch/i386/boot/zImage /boot/vmlinuz-new Then edit /etc/lilo.conf Make an exact copy of the original linux boot info, change the second one's lab

Re: Kernel problems...

1998-03-17 Thread Chris Fishwick
> So I think that it is all recompiled I just have to figure out how to boot > it instead of the default kernel. I'm sure this is a stupid question and > I apologize but I would appreciate your help. Take a look at /etc/lilo.conf and its man page Regards Chris Work Homepage: http://www.so

Kernel problems...

1998-03-17 Thread Cory T. Lamb
Hey guys, I have been trying to recompile a kernel that takes advantage of my processor instead of the 386 but I'm not sure how to go about that. Here is what I've done so far: make menuconfig make dep make clean make vmlinux make modules make modules_install So I think that it is all recompile