Re: Kernel Compile Question...

2002-05-15 Thread Mario Günterberg
> i'm on rh7.3 now.because this version not support my sound card,i have to > recompile the kernel.two questions below: > 1.i've got the bzImage file,can i del other files in the /usr/src/linux/? > 2.after recompile the kernel,i have to shut the power by myself.what module > i've missed? 1. first

Re: Kernel Compile Question...

2002-05-14 Thread Marcus
After you have done your: make dep make bzImage make modules make modules_install You then want to do: cp /usr/src/linux/arch/i386/boot/bzImage /boot/vmlinuz-2.4.x ...and as an optional step: cp /usr/src/linux/System.map /boot/System.map-2.4.x Now you have to tell lilo what to do with your n

Re: Kernel Compile Question...

2002-05-14 Thread Kjetil Tjensvold
I dont know about the first one, but the second question you must check for automatic power down. I think it is on the general setup window. --- Wei Wu <[EMAIL PROTECTED]> skrev: > i'm on rh7.3 now.because this version not support my > sound card,i have to > recompile the kernel.two questions b

Kernel Compile Question...

2002-05-14 Thread Wei Wu
i'm on rh7.3 now.because this version not support my sound card,i have to recompile the kernel.two questions below: 1.i've got the bzImage file,can i del other files in the /usr/src/linux/? 2.after recompile the kernel,i have to shut the power by myself.what module i've missed?

Re: kernel compile question update

2000-05-23 Thread Bret Hughes
The modules problem seems to be that somthing needs a driver that is in the sound configuration. I disabled sound support and the modules always failed while compiling radiosomething.o sying it needed something else. I guessed it was the sound stuff and added it back in and the modules are now

Re: kernel compile question

2000-05-23 Thread Bret Hughes
Thanks to all for the input. Makes sense. I thought I would try the modules again berfore asking for help. I was getting a couple of errors on the make modules and incorrectly assumed that all were built. None of the ipv4 or net modules were installed amoung others I am sure. I'll run it agai

Re: kernel compile question

2000-05-23 Thread Eric Sisler
Bret Hughes <[EMAIL PROTECTED]> wrote: >after I compile a newly configured kernel using: > >make mrproper >make menuconifg >make dep >make clean >make bzImage > >I get a vmlinuz file in /usr/src/linux (2.2.14-5.0) >and a much smaller file in arch/i386/boot/bzImage > >The kernel howto indicates th

Re: kernel compile question

2000-05-23 Thread Rodrigo Moya
Bret Hughes wrote: > > after I compile a newly configured kernel using: > > make mrproper > make menuconifg > make dep > make clean > make bzImage > > I get a vmlinuz file in /usr/src/linux (2.2.14-5.0) > and a much smaller file in arch/i386/boot/bzImage > > The kernel howto indicates that bzI

kernel compile question

2000-05-23 Thread Bret Hughes
after I compile a newly configured kernel using: make mrproper make menuconifg make dep make clean make bzImage I get a vmlinuz file in /usr/src/linux (2.2.14-5.0) and a much smaller file in arch/i386/boot/bzImage The kernel howto indicates that bzImage is the one I should move and it seems to

Re: kernel compile question

1998-05-28 Thread Igmar Palsenberg
>Hello, >I'm trying to build 2.0.33, but I get this compile error when I do a >"make >boot". It says as86 not found when compiling bootsect.c (I think i >got >that right) >Any suggestions? >david Install bin86 Igmar -- PLEASE read the Red Hat FAQ, Tips, Errata and the MAILING LIST ARCHIVES

Re: kernel compile question

1998-05-26 Thread Matt Housh
You probably don't have as86 installed. It's in the bin86 RPM, bin86-0.4-3 on my system. HTH Matt --- Matt Housh email: [EMAIL PROTECTED] MicroComputer SpecialistUniversity of Tulsa

kernel compile question

1998-05-26 Thread David S Edwards
Hello, I'm trying to build 2.0.33, but I get this compile error when I do a "make boot". It says as86 not found when compiling bootsect.c (I think i got that right) Any suggestions? david -- PLEASE read the Red Hat FAQ, Tips, Errata and the MAILING LIST ARCHIVES! http://www.redhat.com/Red