Re: Kernel compile

2003-07-15 Thread Samuel Flory
David Mackay wrote: Thanks for your response. The problem with that is that 2.4.20 doesn't contain all the patches required for my chipset. I can do back to a RH kernel like 2.4.20-8 and have PCMCIA but no USB, or compile 2.4.21 and get USB but no PCMCIA! There must be a scripting/startup problem

Re: Kernel compile

2003-07-15 Thread David Mackay
Thanks for your response. The problem with that is that 2.4.20 doesn't contain all the patches required for my chipset. I can do back to a RH kernel like 2.4.20-8 and have PCMCIA but no USB, or compile 2.4.21 and get USB but no PCMCIA! There must be a scripting/startup problem that i can work arou

Re: Kernel compile

2003-07-15 Thread dch
On Tue, 2003-07-15 at 05:35, David Mackay wrote: > Hi Guys, > > I've got one of the dreaded Compaq Presario 900 Linux > hating laptops. Unfortunatly the stock kernel locks up > USB even 2.4.20-18 in RH9. Therfore you have to > compile 2.4.21 with some patches to stand any chance. > I have done thi

Re: Kernel Compile Issues for newbie

2003-07-13 Thread Michael Schwendt
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 09 Jul 2003 21:17:46 +0200, George Nicholls wrote: > Many txs for the advice; I used mkinitrd to make a initial ramdisk. I > used the command; > > /sbin/mkinitrd --fstab /boot/initrd-2.4.21.img 2.4.21 to create a file > initrd-2.4.21.img Read the

Re: Kernel Compile Issues for newbie

2003-07-13 Thread George Nicholls
txs for the feeback:-) I got the kernel up and running in the end. I became confused after the "make modules_install" stage as the next stage, "make install", was not recommended in the how-to from kernel.org. It recommended using mkinitrd and copying the bzImage, config and other things to the /b

Re: Kernel Compile Issues for newbie

2003-07-12 Thread Linux Tard
> default=0 > timeout=2 > splashimage=(hd0,0)/grub/splash.xpm.gz > title Pasco Linux (2.4.21) > root (hd0,0) > kernel /bzImage.pasco ro root=LABEL=/ hdc=ide-scsi > initrd /initrd-2.4.21.img > title Red Hat Linux (2.4.20-8) > root (hd0,0) > kernel /vmlinuz-2.4.20-8 ro root=LABEL=/ > hdc=ide-scsi >

Re: Kernel Compile Issues for newbie

2003-07-09 Thread George Nicholls
Many txs for the advice; I used mkinitrd to make a initial ramdisk. I used the command; /sbin/mkinitrd --fstab /boot/initrd-2.4.21.img 2.4.21 to create a file initrd-2.4.21.img When I rebooted to test the kernel, I got the following error; Kernel panic: no init found. Try passing init= option to

Re: Kernel Compile Issues for newbie

2003-07-09 Thread George Nicholls
Many txs for the advice; I used mkinitrd to make a initial ramdisk. I used the command; /sbin/mkinitrd --fstab /boot/initrd-2.4.21.img 2.4.21 to create a file initrd-2.4.21.img When I rebooted to test the kernel, I got the following error; Kernel panic: no init found. Try passing init= optio

Re: Kernel Compile Issues for newbie

2003-07-09 Thread Michael Schwendt
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On Tue, 08 Jul 2003 17:35:22 +0200, [EMAIL PROTECTED] wrote: > Do you think that you could advise? Yes. > 11. Reboot and check new kernel is booting > > > At this point the boot says booting Pasco Linux and stops with error 15: > cannot find file

Re: kernel compile troubles - No rule to make target `fastdep'. Stop.

2003-03-12 Thread Thierry ITTY
save your .config file in another directory (/tmp) do a "make mrproper" move your .config file back in /usr/src/linux-2.4 do the "make dep && make bzImage && ..." if it's not enough save your .config file again, remove the whole kernel-source directory and re-install it (re untar the kerneltar

Re: kernel compile troubles - No rule to make target `fastdep'.Stop.

2003-03-12 Thread Michael Schwendt
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On Wed, 12 Mar 2003 10:22:04 +1000, Richard Garland wrote: > Posting again because I am not seeing on the list. My humble apologies if I > have overlooked the 1st post. > > > Trying to compile the kernel to include the drivers for Qlogic HBA cards.

Re: Kernel Compile Help Needed

2002-10-09 Thread Samuel Flory
Lance Spence wrote: >I don't know if my request made it through the first time, so I'm reposting. > >Can some one please help me with a kernel build and getting the system to >boot up completely. I have Redhat 8.0 and have rebuilt the kernel. I've gone >through the kernel building steps. Grub is

Re: Kernel compile and ATX PS question

2002-08-12 Thread Mohd Irfan R Khan
ay, August 13, 2002 12:05 AM Subject: Re: Kernel compile and ATX PS question > > cd /usr/src/linux > > make menuconfig > > go to the General Setup -> Power Management. > > - Original Message - > From: "Trevor" <[EMAIL PROTECTED]> > To: <[E

RE: Kernel compile and ATX PS question

2002-08-12 Thread Trevor
Yes, I've looked in here already... (BTW, I'm running 2.2.16). Thanks. >cd /usr/src/linux >make menuconfig >go to the General Setup -> Power Management. - Original Message - From: "Trevor" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Monday, August 12, 2002 9:34 PM Subject: Kerne

Re: Kernel compile and ATX PS question

2002-08-12 Thread Teodor Georgiev
cd /usr/src/linux make menuconfig go to the General Setup -> Power Management. - Original Message - From: "Trevor" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Monday, August 12, 2002 9:34 PM Subject: Kernel compile and ATX PS question > I recompiled my kernel and everything we

Re: Kernel compile and install issue

2002-07-23 Thread Mark C
On Tue, 2002-07-23 at 23:48, Patrick Beart wrote: > Folks: > > I'm trying to upgrade the kernel version on my laptop. > Currently, it has the default RH 7.2 kernel (v. 2.4.7-10). However, > there's a bug in the PnP Bios for that kernel that prevents the > built-in soundcard on my IBM Thi

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

Re: kernel compile problems

2001-03-02 Thread lee
do make mrproper BUT before you do copy your config file i think it is ( sorry in windows right now can't check ) somewhere else so not overwritten...then copy it back and start again.. hth's lee Andy Worthington wrote: > I am having trouble compiling a new kernel. This is a fresh install of

Re: kernel compile problems

2001-02-28 Thread Andy Worthington
1 12:06 PM Subject: RE: kernel compile problems > OK people - how many times do we have to say this: > SEARCH THE ARCHIVES!! > This question has been answered (literally) hundreds of times by now. > > Andy: Use kgcc instead of gcc is the official answer. Unofficially i thin

RE: kernel compile problems

2001-02-28 Thread Warren Melnick
OK people - how many times do we have to say this: SEARCH THE ARCHIVES!! This question has been answered (literally) hundreds of times by now. Andy: Use kgcc instead of gcc is the official answer. Unofficially i think if you do a "make distclean" then everything should work. ---

Re: Kernel Compile Error

2001-02-02 Thread Pete Peterson
> Date: Fri, 2 Feb 2001 14:35:43 -0500 (EST) > To: [EMAIL PROTECTED] > Subject: Kernel Compile Error > From: "Pete Peterson" <[EMAIL PROTECTED]> > Reply-To: [EMAIL PROTECTED] > > > OK -- this should be trivial, but I'm getting lost in all the makefile > variables. A friend was trying to build

Re: Kernel Compile Problem

2000-12-05 Thread Nitebirdz
On Mon, 4 Dec 2000, Anton wrote: > Hi all, > > I was succesfully install RedHat 7.0 on my PC, but i'm found error when i try to >make bzImage. I just adding several TCP/IP options on the kernel options. I found the >same problem when i try to use kernel-2.2.17. > > What problem are you exa

Re: Kernel compile problems (clean 7.0 install) [solved]

2000-10-05 Thread Charles Galpin
shortly after I sent this, I tried a make mrproper oldconfig dep and then it magically worked. The mrproper seems to have done it, since I checked another 7.0 box (upgraded not clean install) with the same problem, and it fixed it there too - without changing the Makefile. I guess the list server

Re: Kernel compile problems (clean 7.0 install)

2000-10-05 Thread Charles Galpin
I'm having the same problem. I changed the CC definition to use kgcc (which is installed), even though mine had some logic that should have resulted in the same thing anyway, and it made no difference. What else can I check? kernelcfg-0.6-9 kernel-headers-2.4.0-0.26 kernel-2.2.16-22 kernel-util

Re: Kernel compile problems

2000-09-29 Thread Luke C Gavel
On Thu, 28 Sep 2000, Mr FW User wrote: > Hi. I've just installed 7.0 on a blank disk and now > understand there is a 'kgcc' that must be used to > compile the kernel. I removed gcc and linked kgcc to I have a question. Where did 'kgcc' come from? The core kernel development group, or did it co

Re: Kernel compile problems

2000-09-29 Thread Jason Costomiris
On Thu, Sep 28, 2000 at 11:57:24PM -0400, Statux wrote: : gcc is your standard issue C compiler. Have you ever compiled a kernel : from tarball? What he's saying here is that the stock gcc in 7.0 blows up on compiling kernel 2.2.x, as it is gcc 2.96. This same problem existed with the 2.0 kernel

Re: Kernel compile problems

2000-09-29 Thread Statux
gcc is your standard issue C compiler. Have you ever compiled a kernel from tarball? On Thu, 28 Sep 2000, Mr FW User wrote: > > You should be using cc or gcc to compile anything on > > a redhat system... including the kernel. > > Well, apparently this kgcc is specifically designed to > compile

Re: Kernel compile problems

2000-09-28 Thread Mr FW User
> You should be using cc or gcc to compile anything on > a redhat system... including the kernel. Well, apparently this kgcc is specifically designed to compile the kernel, due to it being a new version, I think? So you're able to compile the kernel using: cpp-2.96-54 kernel-2.2.16-22 glibc-2.1

RE: Kernel compile problems

2000-09-28 Thread Mark Basil
Warnings aren't really anything to be all that worried about. If you have a kernel, just be happy :o) --MB -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]On Behalf Of Mr FW User Sent: Thursday, September 28, 2000 9:45 PM To: [EMAIL PROTECTED] Cc: [EMAIL PROTECTED]

Re: Kernel compile problems

2000-09-28 Thread Jason Costomiris
On Thu, Sep 28, 2000 at 06:45:25PM -0700, Mr FW User wrote: : Hi. I've just installed 7.0 on a blank disk and now : understand there is a 'kgcc' that must be used to : compile the kernel. I removed gcc and linked kgcc to : gcc and cc in /usr/bin. Now, I'm receiving the : following assembly errors:

Re: Kernel compile problems

2000-09-28 Thread Statux
> What's going on? The kernel compiles okay, but this > doesn't give me the warm-and-fuzzy... Why does this > seem so half-assed? You should be using cc or gcc to compile anything on a redhat system... including the kernel. ___ Redhat-list mailing li

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

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

Re: Kernel Compile gives sig-11

1998-03-26 Thread Stephen de Vries
I also had this problem, after tinkering around with my mboard I found that the people who sold it to me had overclocked it, so I changed the jumpers so that it works as specified. Also turned off the external L-2 cache and Linux compiled smoothly. (Remember to turn the cache back on after the c

Re: Kernel Compile gives sig-11

1998-03-26 Thread Patrick T. Berry
after the switch.. jim mills > > -Original Message- > From: Mike Frisch [SMTP:[EMAIL PROTECTED]] > Sent: Wednesday, March 25, 1998 12:08 PM > To: [EMAIL PROTECTED] > Subject:Re: Kernel Compile gives sig-11 > > On Wed, 25 Mar 1998, Graham Hemmings wrote: &g

RE: Kernel Compile gives sig-11

1998-03-26 Thread James W. Mills Jr
day, March 26, 1998 7:12 AM To: [EMAIL PROTECTED] Subject: Re: Kernel Compile gives sig-11 Would be nice if the rest of us knew what motherboard! Could you divulge? James W. Mills Jr wrote: > I had this problem with a kernel compile the only resolution was a diffrent > motherbo

RE: Kernel Compile gives sig-11

1998-03-25 Thread James W. Mills Jr
, March 25, 1998 12:08 PM To: [EMAIL PROTECTED] Subject:Re: Kernel Compile gives sig-11 On Wed, 25 Mar 1998, Graham Hemmings wrote: > Any ideas what I should check? Isn't there a sig-11 list somewhere? http://www.bitwizard.nl/sig11 Sounds like your case may indeed by a

Re: Kernel Compile gives sig-11

1998-03-25 Thread Mike Frisch
On Wed, 25 Mar 1998, Graham Hemmings wrote: > Any ideas what I should check? Isn't there a sig-11 list somewhere? http://www.bitwizard.nl/sig11 Sounds like your case may indeed by a hardware problem... Mike. == Mike Frisch

Re: Kernel Compile gives sig-11

1998-03-25 Thread Dan Cyr
>Any ideas what I should check? Isn't there a sig-11 list somewhere? > PLEASE read the Red Hat FAQ, Tips, Errata and the MAILING LIST ARCHIVES! >http://www.redhat.com/RedHat-FAQ /RedHat-Errata /RedHat-Tips /mailing-lists > To unsubscribe: mail [EMAIL PROTECTED] with >

Re: Kernel compile/gcc reporting(dmesg)-incorrect

1998-03-05 Thread Sam Ockman
I'll bet your not running lilo after compiling your kernels... This means you are in fact running your old kernel...I believe it's possible that your running your old kernel even if you copied your new one on top, and therefore, your old one no longer exists (at least as a file entry.) The blocks