On Fri, Sep 19, 2003 at 08:35:36PM -0400, Bill wrote:
>
> Grabbed kernel 2.4.20-20 source and compiled a custom kernel.
> The RHN and Up2date screens still say I'm running a much older
> version. I don't need the kernel rpm, but how do I inform
> RHN & Up2date that it's been updated?
The stand
Hello All:
Grabbed kernel 2.4.20-20 source and compiled a custom kernel.
The RHN and Up2date screens still say I'm running a much older
version. I don't need the kernel rpm, but how do I inform
RHN & Up2date that it's been updated? They both still indicate
the old kernel, I assume since I didn'
I have a problem that is frustrating the dwang out of me and I think
that I have narrowed it down a bit to a compile issue.
I have two kernels running on my machine; the vanilla one 2.4.20-8 that
came with the install of RH9 and a custom one that I added
pcmcia/cardbus support for wifi.
The vanil
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
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
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
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 this and thought all was OK. BUT when i
reboot PCMCIA refuses to r
-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
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
> 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
>
Dear All,
Just a short note to give some feedback on my compile process for kernel
20.4.20-8 on RH9.
Firstly I used "make menuconfig" as it appeared to be easier to scoot
around in than xconfig. I was trying to compile in pcmcia modules. each
time that I checked pcmcia cardbus support and saved t
to kernel. This I
understand is a typical newbie compile error, but was preceded a couple
of statements;
RAMDISK: Compressed image found at block 0
**
**
**
mounting root filesystem
mount: missing root filesystem
The howto kernel compile discusses these errors with LILO and I am using
grub, so I
= option to kernel. This I understand is a typical newbie compile error, but was preceded a couple of statements;
RAMDISK: Compressed image found at block 0
**
**
**
mounting root filesystem
mount: missing root filesystem
The howto kernel compile discusses these errors with LILO and I am using grub, so
-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
Dear listies,
Do you think that you could advise?
I have bought some wlan cards and want to play with them. The kernel on RH
9.0 (2.4.20-8) has the loadable module support disabled.
Heroically, I downloaded the latest stable kernel (2.4.21) and had a go at
compiling it.
Here are the steps tha
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
-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.
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.
I am doing the make clean, make mrproper, make dep.
I know that after these steps I would need to make modules, make
Hi All,
I have been trying to custom my redhat 8 kernel, just adding a few
things and i get these failed errors, any clues?
Matt
Mar 2 19:47:31 earth netfs: Mounting other filesystems: succeeded
Mar 2 19:47:05 earth rc.sysinit: Loading default keymap succeeded
Mar 2 19:47:05 earth unicode_s
doesn't make install work anymore, this use to cp the image to /boot
and create the grub entry?
Matt
The procedure I use is:
make dep clean bzImage modules modules_install
You can do it all on the one line, and you should make
dep before clean.
Michael.
--- Matthew Simpson <[EMAIL PROTECTED
** Reply to message from Matthew Simpson <[EMAIL PROTECTED]> on Mon, 24 Feb 2003
14:02:43 +1100
> Hi,
>
> I've just installed Redhat 8 and need to add some options to the
> kernel. I've done.
>
> cd /usr/src/linux-2.4/
> make xconfig
>
> and then changed the config to my needs and then
>
>
doesn't make install work anymore, this use to cp the image to /boot
and create the grub entry?
Matt
The procedure I use is:
make dep clean bzImage modules modules_install
You can do it all on the one line, and you should make
dep before clean.
Michael.
--- Matthew Simpson <[EMAIL PROTECTED
The procedure I use is:
make dep clean bzImage modules modules_install
You can do it all on the one line, and you should make
dep before clean.
Michael.
--- Matthew Simpson <[EMAIL PROTECTED]>
wrote:
> Hi,
>
> I've just installed Redhat 8 and need to add some
> options to the
> kernel. I've
Hi,
I've just installed Redhat 8 and need to add some options to the
kernel. I've done.
cd /usr/src/linux-2.4/
make xconfig
and then changed the config to my needs and then
make clean && make dep && make && make bzImage && make modules &&
make modules_install && make install
this line use t
On Wed, 2002-10-16 at 10:37, Andrew MacKenzie wrote:
> make[2]: Entering directory `/usr/src/linux-2.4.19/drivers/scsi'
> ln -sf sim710.scr fake7.c
> gcc296 -E -D__KERNEL__ -I/usr/src/linux-2.4.19/include -traditional
> -DCHIP=710 fake7.c | grep -v '^#' | perl -s script_asm.pl -ncr710
> script_as
+++ Nick Lindsell [RedHat] [Wed, Oct 16, 2002 at 03:58:14PM +0100]:
> >I believe it's problem with gcc, in some place I read the author
> >recommended
> >using kgcc and not Red Hat's gcc
>
> There doesn't appear to be a kgcc in rh8.0
> But looking /usr/bin I find i386-redhat-linux-gcc which appe
At 11:06 16/10/2002 -0300, you wrote:
>From: "Andrew MacKenzie" <[EMAIL PROTECTED]>
>
> >I've recently installed RedHat 8.0, and I've yet to be able to compile a
> >new kernel (generic kernel straight from kernel.org).
>
>yesterday someone in the Uruguayan LUG mailing-list sent sent exactly the
>s
From: "Andrew MacKenzie" <[EMAIL PROTECTED]>
>I've recently installed RedHat 8.0, and I've yet to be able to compile a
>new kernel (generic kernel straight from kernel.org).
yesterday someone in the Uruguayan LUG mailing-list sent sent exactly the
same mail as you, but it was with the kernel pro
I've recently installed RedHat 8.0, and I've yet to be able to compile a
new kernel (generic kernel straight from kernel.org). This kernel compiled
just fine under RedHat 7.3 with the same config (which I can post if
necessary). The error occurs during the 'make modules' bit, and I am thus
far c
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
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 installed and an entry for
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
ent: Monday, August 12, 2002 9:34 PM
Subject: Kernel compile and ATX PS question
> I recompiled my kernel and everything went perfect except for one issue.
> Now, when I do "shutdown -h now" my system won't power down (even though
> it's a ATX power supply). It use to sh
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 recompi
I recompiled my kernel and everything went perfect except for one issue.
Now, when I do "shutdown -h now" my system won't power down (even though
it's a ATX power supply). It use to shutdown...
Any ideas? The ONLY thing I did was a kernel compile. So, I'm assuming
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
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 Thinkpad from working. The new kernel
version (2.4.18) is supp
--- Reply to a message ---
By: John Telford
->: a Mail
:>: Red Hat 2.4.18-5 kernel Compile Problems
> /usr/src/linux-2.4/configs/kernel-2.4.18-i386.config config file
> installed by the stock kernel-source-2.4.18-5.rpm.
>
> I did the following:
> # cd /usr/src/
Tried compiling kernel.. all going well until after
mkinitrd /boot/initrd-2.4.18.img 2.4.18-3custom
got announced that:
All of your loopback devices are in use !
What to do ?
Pete
___
Redhat-list mailing list
[EMAIL PROTECTED]
https://lis
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1
On Thursday 20 June 2002 10:27 pm, John Telford wrote:
> Hello
>
> Thanks for reminding me to make mrproper.
You''ll need to 'make oldconfig' after copying the config file, I believe.
- --
- -Michael
pgp key: http://www.tuxfan.homeip.net:8080/gpg
Hello
Thanks for reminding me to make mrproper.
...John
On Thu, Jun 20, 2002 at 07:20:14PM -0400, Michael Fratoni wrote:
> -BEGIN PGP SIGNED MESSAGE-
> Hash: SHA1
>
> On Thursday 20 June 2002 03:44 pm, John Telford wrote:
> > Hello
> >
> > I'm having difficulties compiling the Red Hat
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1
On Thursday 20 June 2002 03:44 pm, John Telford wrote:
> Hello
>
> I'm having difficulties compiling the Red Hat 2.4.18-5 kernel. I'm
> using the stock /usr/src/linux-2.4/configs/kernel-2.4.18-i386.config
> config file installed by the stock kernel-s
Hello
I'm having difficulties compiling the Red Hat 2.4.18-5 kernel. I'm
using the stock /usr/src/linux-2.4/configs/kernel-2.4.18-i386.config
config file installed by the stock kernel-source-2.4.18-5.rpm.
I did the following:
# cd /usr/src/
# ll linux-2.4
lrwxrwxrwx 1 root root 14 J
> 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
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
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
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?
You probably forgot to disable other IDE-related stuff. Go through all
menus and turn things off.
On Thu, 6 Dec 2001, Support & IT Department wrote:
> Hello all.
>
> ..I have Red Hat Linux box 7.1
> I try to recompile kernel 2.4.2 WITHOUT IDE support
> I have pure SCSI
> When I issue "make bz
Hello all.
..I have Red Hat Linux box 7.1
I try to recompile kernel 2.4.2 WITHOUT IDE support
I have pure SCSI
When I issue "make bzImage" I get error :
arch/i386/kernel/kernel.o: In fubction
`pci_fixup_vt8363'
arch/i386/kernel/kernel.o(.text.init+0x3657): undefined reference to
`noautodm
On Wed, 14 Nov 2001, BobH wrote:
> Still trying to get NAT going. Upgraded to 2.4.9-13 and had an unuseable
> kernel. I started from scratch on the configuration but have since found
> the 'configs' subdirectory under the 2.4.9-13 src directory. Should I just
> open the appropriate config fi
Hi,
Still trying to get NAT going. Upgraded to 2.4.9-13 and had an unuseable
kernel. I started from scratch on the configuration but have since found
the 'configs' subdirectory under the 2.4.9-13 src directory. Should I just
open the appropriate config file and use this as my base to add the
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
I am having trouble compiling a new kernel. This is a fresh install of
redhat 7.0. I downloaded all the rpms at updates.redhat.com/7.0/i386/ I
ran rpm -Fvh on all of them except the kernel ones because I want to stay
with 2.2.16 at the moment. I then tried compiling the kernel with `make
menuc
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
hould work.
Warren Melnick
Director of Research and Development
Astata Corporation
-Original Message-
From: Andy Worthington [mailto:[EMAIL PROTECTED]]
Sent: Wednesday, February 28, 2001 11:56 AM
To: [EMAIL PROTECTED]
Subject: kernel compile problems
I am having trouble compiling a
I am having trouble compiling a new kernel. This is a fresh install of
redhat 7.0. I downloaded all the rpms at updates.redhat.com/7.0/i386/ I
ran rpm -Fvh on all of them except the kernel ones because I want to stay
with 2.2.16 at the moment. I then tried compiling the kernel with `make
menuc
> 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 makefi
OK -- this should be trivial, but I'm getting lost in all the makefile
variables. A friend was trying to build a new kernel to include
masquerading for VPN. He had problems and asked me to help.
He said he:
Did the patches for the VPN (there were two of them)
Made configuration file
Did "m
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
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.
Thx
Anton
On Mon, 4 Dec 2000, Michael R. Jinks wrote:
> Hi, all.
>
> Can somebody suggest a reason why the kernel sources packaged with Red
> Hat 7 would compile for SMP, but not for single-CPU?
>
> After a successful compile, I made one change, which was to move the SMP
> option from "yes" to "no", and th
Hi, all.
Can somebody suggest a reason why the kernel sources packaged with Red
Hat 7 would compile for SMP, but not for single-CPU?
After a successful compile, I made one change, which was to move the SMP
option from "yes" to "no", and the whole thing breaks. I'm at a loss
for how to even star
Thanks to Peter Skensved for this tip: to switch from an SMP to a
non-SMP build, you have to do a "make mrproper", which will erase all
config information; move that .config out of the way first.
Probably equivalent to just untarring a fresh tree, I imagine.
Anyhow. Did that, it works.
-m
Cha
I had to do a make clean or clobber, or perhaps both before the kernel
would compile for me.
hth
charles
On Mon, 4 Dec 2000, Michael R. Jinks wrote:
> Hi, all.
>
> Can somebody suggest a reason why the kernel sources packaged with Red
> Hat 7 would compile for SMP, but not for single-CPU?
>
>
a clean kernel compile required a make mrproper for me
On Thu, 16 Nov 2000, Todd A. Jacobs wrote:
> On Tue, 14 Nov 2000, Leonard den Ottolander wrote:
>
> > > CC =$(CROSS_COMPILE)kgcc -D__KERNEL__ -I$(HPATH)
>
> Yes, this is exactly what I did. I even tried passing it on
On Tue, 14 Nov 2000, Leonard den Ottolander wrote:
> > CC =$(CROSS_COMPILE)kgcc -D__KERNEL__ -I$(HPATH)
Yes, this is exactly what I did. I even tried passing it on the
commandline to make. (sigh)
I actually ended up downrevving my servers to 6.2, since I could get clean
kernel compiles out of
Hi Todd,
Here we go again (assuming you didn't do this already):
> Quoted from an earlier post by Jason Costomiris To get my kernel compile
> (2.2.17) to use it, I had to change line 25 of the top-level Makefile in
> the kernel source tree. Change "cc"
ED]>
Sent: Tuesday, November 14, 2000 11:06 PM
Subject: kgcc and kernel compile
> Anyone else finding it impossible to compile the 2.2.16 Linux kernel even
> with kgcc? As mentioned in bugzilla, I changed the compiler to use kgcc
> instead of gcc, but 'make zImage' still
Anyone else finding it impossible to compile the 2.2.16 Linux kernel even
with kgcc? As mentioned in bugzilla, I changed the compiler to use kgcc
instead of gcc, but 'make zImage' still bombs out.
Any suggestions?
--
Todd A. Jacobs
Senior Network Consultant
_
hi..
update to prior message.
not sure this is really relevant but..
my latest purchase of rh 6.2 ( when my other cd went bad ) was
special edition using redhat linux...which came with publishers
edition ? of rh 6.2
i understand its similar to the standard version of redhat
whate
What is the process for 'make'ing one driver? 'make modules' can take a
long time, and I just want drivers/block/DAC960.o to be compiled (from
drivers/block/DAC960.[ch]).
Thanks.
Dan Browning
Network & Database Administrator
Cyclone Computer Systems
__
gcc and cc in /usr/bin. Now, I'm receiving the: following assembly
> > errors:
> >
> > Those are errors caused by gcc 2.96. You have to have the kgcc package
> > installed, which is essentially egcs 1.1.2.
> >
> > To get my kernel compile (2.2.17) to
ust 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:
>
> Those are errors caused by gcc 2.96. You have to have the kgcc package
> installed, which is essentially egcs 1.1.2.
>
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
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
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
> 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
ECTED]
Subject: Kernel compile problems
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:
cc -D__
wing assembly errors:
Those are errors caused by gcc 2.96. You have to have the kgcc package
installed, which is essentially egcs 1.1.2.
To get my kernel compile (2.2.17) to use it, I had to change line 25 of the
top-level Makefile in the kernel source tree. Change "cc" to &quo
> 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
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:
cc -D__KERNEL__ -I/usr/src/linux/include -Wall
-Wstrict-prototypes -
Mike Butler <[EMAIL PROTECTED]> wrote:
>Any idea what I broke? I did a kernel compile and now when I attempt to
>start up NFS services I get : nfssvc: Function not implemented.
>
>I didn't change anything pertaining to NFS when I did the compile.
If you were using the
"Butler, Mike" wrote:
>
> Hello All,
> Any idea what I broke? I did a kernel compile and now when I attempt to
> start up NFS services I get : nfssvc: Function not implemented.
>
> I didn't change anything pertaining to NFS when I did the compile.
Mike,
Ar
Hello All,
Any idea what I broke? I did a kernel compile and now when I attempt to
start up NFS services I get : nfssvc: Function not implemented.
I didn't change anything pertaining to NFS when I did the compile.
Thanks in advance
Mike
--
To unsubscribe: mail [EMAIL PROTECTED]
I compiled 2.2.16 and installed it on my RH 6.0 system. Everything seems to
be fine except my TERM emulations.
No matter how I login, I'm always set to: TERM=dumb
I can set TERM=vt100;export TERM and it works fine. It seems to be
something in the detection.
Is there something I missed in my c
Ok,
I tried compiling my kernel for the 1st time. Std RH6.1 src dist. All I did was
use xconfig to turn on Bridging. Then I ran the following:
make dep
make clean
make bzImage
and make bzImage runs for a while then quites with the following:
make [1]: *** bbootsec.o [error 127]
make [1]: leav
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
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
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
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
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
> > I'm having some trouble compiling a kernel with the 6.1 release. Namely
> > 'make bzImage' crashes near the end, complaining:
> >
> > make[1]: as86: command not found
> >
> > Fair enough, I've probably forgotten to install the bin86 rpm
> > right...uh...well, the 6.1 CD doesn't seem to have
>
> I'm having some trouble compiling a kernel with the 6.1 release. Namely
> 'make bzImage' crashes near the end, complaining:
>
> make[1]: as86: command not found
>
> Fair enough, I've probably forgotten to install the bin86 rpm
> right...uh...well, the 6.1 CD doesn't seem to have a bin86
I'm having some trouble compiling a kernel with the 6.1 release. Namely
'make bzImage' crashes near the end, complaining:
make[1]: as86: command not found
Fair enough, I've probably forgotten to install the bin86 rpm
right...uh...well, the 6.1 CD doesn't seem to have a bin86 package. Has
as
If I compile a kernel to include all needed hardware
for many systems. What are the necessary files
to copy to each machine?
Is it: kernel, all the modules /lib/modules/2.2.xx, and the System.map
to each machine.
Am i missing anything?
--
To unsubscribe: mail [EMAIL PROTECTED] with "unsub
I have been trying to optimize the compilation
of a new kernel for my celeron 300a system. Whenever
I try these CFLAGS it outright fails to compile...
WHY??? How do I get the damn thing to fully optimize
for my system? I am trying to get it compiled for a
pentium-pro based system, NOT a 386/486
When I run "make zImage" on the 2.0.34-0.6 kernel sources supplied
in RH 5.1, I got these warnings:
gcc -D__KERNEL__ -I/usr/src/linux/include -D__ASSEMBLY__ -traditional -c entry.S
-o entry.o
/tmp/cca01896.s: Assembler messages:
/tmp/cca01896.s:257: Warning: warning: missing prefix `*' in abso
>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
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
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
1 - 100 of 112 matches
Mail list logo