Re: Problems compiling kernel with acpi

2003-08-03 Thread David Hart
On Sun, 2003-08-03 at 15:21, Vivek Shankar wrote: > I'm following instructions from http://xtrinsic.com/geek/articles/acpi.html > > when i run make bzImage i get this: > Are you starting with your current config and just adding ACPI? You need to make sure that works before you fine tune. If that

Problems compiling kernel with acpi

2003-08-03 Thread Vivek Shankar
I'm following instructions from http://xtrinsic.com/geek/articles/acpi.html when i run make bzImage i get this: /usr/src/linux-2.4-acpi/include/asm/processor.h:267:1: warning: this is the location of the previous definition base.c: In function `is_devfsd_or_child': base.c:1417: structure has no

Re: Re: Compiling kernel

2003-07-07 Thread Leonard den Ottolander
Hi Roby, > I do modprobe hisax id=scheda_isdn protocol=2 type=16 pa=irq pb=io > and now the module is in the list of modules (lsmod). > Is it necessary to compile the kernel? No, since obviously your ISDN card seems to be already supported. (If you are having problems configuring your ISDN car

Re: Re: Compiling kernel

2003-07-07 Thread robyd
thank's I do modprobe hisax id=scheda_isdn protocol=2 type=16 pa=irq pb=io and now the module is in the list of modules (lsmod). Is it necessary to compile the kernel? >Hi Roby > >> I'm trying to install a USR Sportster internal ISDN adapter in red hat 8.0, > >After i set hisax like module (

Re: Compiling kernel

2003-07-07 Thread Leonard den Ottolander
Hi Roby > I'm trying to install a USR Sportster internal ISDN adapter in red hat 8.0, > After i set hisax like module (in xconfig) i try to compile the kernel,but i am > getting the > following error: > /usr/src/linux-2.4.18-14/include/net/pkt_sched.h:128: warning: asm operand 1 > probably doesn'

Compiling kernel

2003-07-07 Thread robyd
Hello I'm trying to install a USR Sportster internal ISDN adapter in red hat 8.0, After i set hisax like module (in xconfig) i try to compile the kernel,but i am getting the > following error: /usr/src/linux-2.4.18-14/include/net/pkt_sched.h: In function `sch_tree_unlock': /usr/src/linux-2.4.

Need help compiling kernel for SMP

2002-12-10 Thread Søren Neigaard
I have an old IBM PC Server 520 with 2 P133 processors. I have tried to compile the kernel some times now, and without any luck. When I run "make modules_install" and "make install" I get a LOT of these errors: depmod: *** Unresolved symbols in /lib/modules/2.4.18-14duke/kernel/drivers/scsi/qla1

RE: What does this warning meen when compiling kernel

2002-12-09 Thread Cameron . Davidson
> Sent: Tuesday, 10 December 2002 07:24 > To: [EMAIL PROTECTED] > Subject: What does this warning meen when compiling kernel > > > make[7]: warning: Clock skew detected. Your build may be incomplete. > > I have just set the time (after I made the .config file), so > th

Re: What does this warning meen when compiling kernel

2002-12-09 Thread Samuel Flory
Søren Neigaard wrote: make[7]: warning: Clock skew detected. Your build may be incomplete. I have just set the time (after I made the .config file), so the .config files timestamp is into the future. Is that it? Will it cause any trouble? I suspect that you don't have your time zone setup

What does this warning meen when compiling kernel

2002-12-09 Thread Søren Neigaard
make[7]: warning: Clock skew detected. Your build may be incomplete. I have just set the time (after I made the .config file), so the .config files timestamp is into the future. Is that it? Will it cause any trouble? -- Med venlig hilsen/Best regards, Søren Neigaard mailto:[EMAIL PROTECTED] --

Compiling kernel sources with optimization.

2002-11-21 Thread Adam Bowns
When compiling my custom kernel's, by the look of it, it seems to be using the -march=athlon and -O2 flags by default. I think its got the -march=athlon flag from when i selected processor type in the configuration process. My question is:- Is it possible to override these values and instead use s

Re: Compiling kernel 2.4.19

2002-11-12 Thread Andrew MacKenzie
+++ Todd A. Jacobs [RedHat] [Mon, Nov 11, 2002 at 11:00:13PM -0800]: > I'm trying to compile kernel 2.4.19 from source, but am getting the > following error: > > script_asm.pl : Illegal combination of registers in line 72 : MOVE > CTEST7 & 0xef TO CTEST7 > Either source and destination

Re: Compiling kernel 2.4.19

2002-11-11 Thread Joshua Jones
You may be leaving out a dependency, IE whatever you are compiling for SCSI needs something else? Just my guess. This happens on make bzImage I take it? I have compiled and ran 2.4.19 and a Pre-Release of 2.4.20 --Josh-- --- "Todd A. Jacobs" <[EMAIL PROTECTED]> wrote: > I'm trying to compile kern

Compiling kernel 2.4.19

2002-11-11 Thread Todd A. Jacobs
I'm trying to compile kernel 2.4.19 from source, but am getting the following error: script_asm.pl : Illegal combination of registers in line 72 : MOVE CTEST7 & 0xef TO CTEST7 Either source and destination registers must be the same, or either source or destination register mus

Re: SOLVED:What must I check first when compiling kernel...

2002-10-11 Thread linux power
Thanks. I used xconfig and have used many times. --- "Ashley M. Kirchner" <[EMAIL PROTECTED]> skrev: > linux power wrote: > > > I had to edit the config file to enable > > bridge,nat,iptables and masquerade. > > All options can be set from the menu. Try it > sometimes. 'make menuconfig'

Re: SOLVED:What must I check first when compiling kernel...

2002-10-11 Thread Ashley M. Kirchner
linux power wrote: > I had to edit the config file to enable > bridge,nat,iptables and masquerade. All options can be set from the menu. Try it sometimes. 'make menuconfig' (or 'make xconfig'). -- H | I haven't lost my mind; it's backed up on tape somewhere. +---

Re: SOLVED:What must I check first when compiling kernel...

2002-10-11 Thread linux power
I had to edit the config file to enable bridge,nat,iptables and masquerade. --- "Ashley M. Kirchner" <[EMAIL PROTECTED]> skrev: > linux power wrote: > > > The problem is solved, and it was that I had edit > the > > kernel config file so much that I had forgotten > > certain things. > > The en

Re: SOLVED:What must I check first when compiling kernel...

2002-10-11 Thread Ashley M. Kirchner
linux power wrote: > The problem is solved, and it was that I had edit the > kernel config file so much that I had forgotten > certain things. > The enable scsi emulation must be set to m in /IDE/ATA > section. Then in scsi section I had to enable SCSI and > SCSI generic support. And all places w

Re: SOLVED:What must I check first when compiling kernel...

2002-10-11 Thread linux power
disabled. Together with the additional lines in modules.conf found in the link from Bret Huges, I could install the burner as ide-scsi device. --- Edward Dekkers <[EMAIL PROTECTED]> skrev: > > What must I check first when compiling kernel with > > scsi enabled. Do I have to enable any

Re: What must I check first when compiling kernel...

2002-10-10 Thread Edward Dekkers
> What must I check first when compiling kernel with > scsi enabled. Do I have to enable any block devices or > block functions? > I need to compile the kernel with the scsi option to > make my cdrecord burning CD's, since cdrecord searh > for ide-scsi device. First que

Re: Compiling kernel modules under RH 8 - wrong gcc version errorswhen loading

2002-10-09 Thread Robert Claeson
ons 2002-10-09 klockan 22.57 skrev Bryan Liles: > You might try install the comp-gcc files. I'll try that, but I was under the impression that those really are the gcc2 stuff, while RH8 requires gcc3 for the kernel modules. /Robert -- redhat-list mailing list unsubscribe mailto:[EMAIL PROTE

Re: Compiling kernel modules under RH 8 - wrong gcc version errorswhen loading

2002-10-09 Thread Gordon Messmer
On Wed, 2002-10-09 at 13:57, Bryan Liles wrote: > On Wed, 2002-10-09 at 06:13, Robert Claeson wrote: > > I'm trying to compile kernel modules for two commercial software > > packages that I need to use. Both are distributed as source, and there > > are no binary code supplied with them that the ke

Re: Compiling kernel modules under RH 8 - wrong gcc version errorswhen loading

2002-10-09 Thread Bryan Liles
You might try install the comp-gcc files. compat-gcc - The GNU Compiler Collection for Red Hat Linux 7.3 compatibility compat-gcc-c++ - C++ support for Red Hat 7.3 backwards compatibility compiler compat-gcc-g77 - Fortran 77 support for Red Hat 7.3 backwards compatibility compiler compat-gcc-ja

What must I check first when compiling kernel...

2002-10-09 Thread linux power
What must I check first when compiling kernel with scsi enabled. Do I have to enable any block devices or block functions? I need to compile the kernel with the scsi option to make my cdrecord burning CD's, since cdrecord searh for ide-scsi device. = http://home.no.net/~kn

Compiling kernel modules under RH 8 - wrong gcc version errors whenloading

2002-10-09 Thread Robert Claeson
I'm trying to compile kernel modules for two commercial software packages that I need to use. Both are distributed as source, and there are no binary code supplied with them that the kernel module part links with. One is a module for my WLAN card, and the other is Cisco's VPN client for Linux. Th

Re: Compiling kernel - need to mkinitrd or not?

2002-10-07 Thread John Thomas
Linus: Thanks for the tutorial. That helps. JT C. Linus Hicks wrote: > On Mon, 2002-10-07 at 08:59, John Thomas wrote: > >>I'm compiling the kernel under RH 7.3 I get a freeze after the "freeing >>kernel memory..." message, just before init is supposed to sign on. One >>poster suggested t

Re: Compiling kernel - need to mkinitrd or not?

2002-10-07 Thread C. Linus Hicks
On Mon, 2002-10-07 at 08:59, John Thomas wrote: > I'm compiling the kernel under RH 7.3 I get a freeze after the "freeing > kernel memory..." message, just before init is supposed to sign on. One > poster suggested this is because of an incorrect cpu setting, but I've > checked this. > > I'v

Compiling kernel - need to mkinitrd or not?

2002-10-07 Thread John Thomas
I'm compiling the kernel under RH 7.3 I get a freeze after the "freeing kernel memory..." message, just before init is supposed to sign on. One poster suggested this is because of an incorrect cpu setting, but I've checked this. I've carefully followed the instructions in the kernel HOWTO.

RE: Compiling Kernel

2002-09-12 Thread Rob Yale
eded by gcc-java-2.96-85 Also, when I looked on the RH 7.0 CD2, I couldn't find the 'kcc' files. Thanks, Rob > -Original Message- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED]] On Behalf Of Trevor > Sent: September 12, 2002 4:29 PM > To: [EMAIL PROTECT

RE: Compiling Kernel

2002-09-12 Thread Trevor
s well. Write back to the list and let us know how you made out. Trevor <http://www.gnuguy.com> -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]On Behalf Of Rob Yale Sent: Thursday, September 12, 2002 1:49 PM To: [EMAIL PROTECTED] Subject: RE: Compiling K

RE: Compiling Kernel

2002-09-12 Thread Rob Yale
: September 12, 2002 1:16 PM > To: [EMAIL PROTECTED] > Subject: RE: Compiling Kernel > > > Do you have the ncurses-devel rpm installed? That might be > the problem with the menuconfig. > > Did you install the latest gcc and kgcc tools? RH7.0 has a > buggy g

RE: Compiling Kernel

2002-09-12 Thread Trevor
ould be helpful. >I've been having a couple of problems in compiling Kernel 2.2.19. First >of all, a problem I've never had before: I can't use 'make menuconfig'. >The error indicates that curses.h is missing. I've ensured that I have >ncurses installed, an

Compiling Kernel

2002-09-12 Thread Rob Yale
Hi, I've been having a couple of problems in compiling Kernel 2.2.19. First of all, a problem I've never had before: I can't use 'make menuconfig'. The error indicates that curses.h is missing. I've ensured that I have ncurses installed, and I also have ter

Re: compiling kernel

2002-05-31 Thread Kjetil Tjensvold
I have used make bzImage about 10 times, and it work fine for med. --- "Maynard B. Fernando" <[EMAIL PROTECTED]> skrev: > guys, > > just want to ask why some are using make bzImage, > some are > make zlilo? what are the difference between the two? > which > command is the best? or tht > > Ma

compiling kernel

2002-05-31 Thread Maynard B. Fernando
guys, just want to ask why some are using make bzImage, some are make zlilo? what are the difference between the two? which command is the best? or tht Maynard B. Fernando Tel. Nos.: 632.840.0881 / 632.840.0882 http://www.broline.com "Men of genius are admired, men of wealth are envied, m

What to check to get loopback when compiling kernel

2002-04-20 Thread Kjetil Tjensvold
What do I have to check to get loopback when compiling kernel 2.4.7-10. Any idea? = Investigating the Norwegain 4.th Secret Service The multiheaded animal. http://hjem.sol.no/altiett/knut_ove_hauge_kuren.htm __ Sjekk snørapporter... fra

Re: Bug in make dep or make bzImage compiling kernel.

2002-04-19 Thread Trond Eivind Glomsrød
Kjetil Tjensvold <[EMAIL PROTECTED]> writes: > There is a bug in make dep or make bzImage when > compiling the rh 7.2 2.4.7-10 kernel. > If you disable File systems /devpts and keep unix98 > PTY checked to y ,you will get an error message during > boot saying mounting local filsystems, failed due

Bug in make dep or make bzImage compiling kernel.

2002-04-19 Thread Kjetil Tjensvold
There is a bug in make dep or make bzImage when compiling the rh 7.2 2.4.7-10 kernel. If you disable File systems /devpts and keep unix98 PTY checked to y ,you will get an error message during boot saying mounting local filsystems, failed due to devpts is not supported by the kernel. It has no eff

Problems compiling kernel

2002-04-18 Thread Kjetil Tjensvold
I have the source code in /usr/src/linux-2.4.7-10 dir. I do make xconfig and do all the checkouts to a minimum. make dep make clean make bzImage make modules make install make modules_install cp ./arch/i386/boot/bzImage /boot/vmlinuz-2.4.7-10 lilo reboot and it didnt work. Have I missed something

Nautilus problem when compiling kernel with 2 nic's

2002-04-18 Thread Kjetil Tjensvold
I have 2 nic's of same brand Realtech 8139, and when compiling the kernel with these cards enabled nautilus doesen't show up. If I disable the cards nautilus show up. When the cards is enabled should really don't have any impact on starting nautilus.Is this a bug??? Also the loopback is down when

The loopback didnt show up after compiling kernel

2002-04-16 Thread Kjetil Tjensvold
The loopback didnt show up after compiling kernel. I had to do ifconfig lo up before it shows up.But now it is not answering the ping. I thought you could ping 127.0.0.1 Any idea?? = Investigating the Norwegain 4.th Secret Service The multiheaded animal. http://hjem.sol.no/altiett

RE: Problem compiling kernel rh 7.2

2002-04-14 Thread Kjetil Tjensvold
PROTECTED] > [mailto:[EMAIL PROTECTED]] > On Behalf Of Kjetil Tjensvold > Sent: Saturday, April 13, 2002 10:11 PM > To: [EMAIL PROTECTED] > Subject: RE: Problem compiling kernel rh 7.2 > > I had an previous bootdisk, I don't know what you > mean that I have the old kernel

RE: Problem compiling kernel rh 7.2

2002-04-14 Thread Brian
You should have the stock kernel or did you remove it from your system -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] On Behalf Of Kjetil Tjensvold Sent: Saturday, April 13, 2002 10:11 PM To: [EMAIL PROTECTED] Subject: RE: Problem compiling kernel rh 7.2 I had an

RE: Problem compiling kernel rh 7.2

2002-04-13 Thread Kjetil Tjensvold
L PROTECTED] > [mailto:[EMAIL PROTECTED]] > On Behalf Of Kjetil Tjensvold > Sent: Saturday, April 13, 2002 7:36 PM > To: [EMAIL PROTECTED] > Subject: Re: Problem compiling kernel rh 7.2 > > Thats correct. But now it won't reboot. > Any suggestions what could be wrong?? &g

RE: Problem compiling kernel rh 7.2

2002-04-13 Thread Brian
Did you make a boot disk before you complied your kernel and do you have the original kernel -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] On Behalf Of Kjetil Tjensvold Sent: Saturday, April 13, 2002 7:36 PM To: [EMAIL PROTECTED] Subject: Re: Problem compiling

Re: Problem compiling kernel rh 7.2

2002-04-13 Thread Kjetil Tjensvold
Thats correct. But now it won't reboot. Any suggestions what could be wrong?? --- Devon <[EMAIL PROTECTED]> skrev: > -BEGIN PGP SIGNED MESSAGE- > Hash: SHA1 > > On Saturday 13 April 2002 12:41 pm, Kjetil Tjensvold > wrote: > > I do > > make xconfig > > and eneable bridging to y > > then

Re: Problem compiling kernel rh 7.2

2002-04-13 Thread Devon
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On Saturday 13 April 2002 12:41 pm, Kjetil Tjensvold wrote: > I do > make xconfig > and eneable bridging to y > then > make dep > then > make bzImage > the the error came when I try > make modules_install > Some stupid dummy.o it didn't find. > Any su

Problem compiling kernel rh 7.2

2002-04-13 Thread Kjetil Tjensvold
I do make xconfig and eneable bridging to y then make dep then make bzImage the the error came when I try make modules_install Some stupid dummy.o it didn't find. Any suggestions? = Investigating the Norwegain 4.th Secret Service The multiheaded animal. http://hjem.sol.no/altiett/knut_ove_hau

RE: Error Compiling Kernel

2001-11-20 Thread Jason Taylor
d for you. :-) TTFN, - -Jason > -Original Message- > From: Matthews, John [mailto:[EMAIL PROTECTED]] > Sent: Tuesday, November 20, 2001 08:39 > To: '[EMAIL PROTECTED]' > Subject: RE: Error Compiling Kernel > > > I had the same problem on a Compaq DL360 ru

RE: Error Compiling Kernel

2001-11-20 Thread Matthews, John
e why a "make clean" would be needed from a download of source which hasn't been built yet. -Original Message- From: Kevin Greenidge [mailto:[EMAIL PROTECTED]] Sent: Monday, November 19, 2001 3:18 PM To: [EMAIL PROTECTED] Subject: Error Compiling Kernel I get the followi

Error Compiling Kernel

2001-11-19 Thread Kevin Greenidge
I get the following error message when compiling kernel 2.4.14 on Redhat 7.1 when the "make bzImage" script finishes running. Can anyone help? arch/i386/kernel/kernel.o arch/i386/mm/mm.o kernel/kernel.o mm/mm.o fs/fs. o ipc/ipc.o \ drivers/char/char.o drivers/blo

Re: Error Compiling Kernel 2.4.3

2001-04-18 Thread Mike Chambers
quot;Moke Tsing" <[EMAIL PROTECTED]> To: "Redhat-List (E-mail)" <[EMAIL PROTECTED]> Sent: Wednesday, April 18, 2001 6:36 PM Subject: Error Compiling Kernel 2.4.3 > Hi, > > I am having some problems trying to compile the Kernel 2.4.3. > > Following are th

Error Compiling Kernel 2.4.3

2001-04-18 Thread Moke Tsing
Hi, I am having some problems trying to compile the Kernel 2.4.3. Following are the step that I've taken:- #make menuconfig #make dep #make clean #make bzImage During the compilation, I saw the following error message :- ... ... floppy.c:1150:36: warning: pasting would not give a valid preproc

Error Compiling Kernel 2.4.3

2001-04-18 Thread Moke Tsing
Hi, I am having some problems trying to compile the Kernel 2.4.3. Following are the step that I've taken:- #make menuconfig #make dep #make clean #make bzImage During the compilation, I saw the following error message :- ... ... floppy.c:1150:36: warning: pasting would not give a valid preproc

Re: Compiling Kernel in RedHat7.0

2001-04-10 Thread Trond Eivind Glomsrød
[EMAIL PROTECTED] writes: > Anyone that can tell me what to do when i get this message when i run 'make > menuconfig'. > > rm -f include/asm > ( cd include ; ln -sf asm-i386 asm) > make -C scripts/lxdialog all > make[1]: Entering directory `/usr/src/linux-2.2.17/scripts/lxdialog' > kgcc -Wall -W

Re: Compiling Kernel in RedHat7.0

2001-04-10 Thread Jacob Killian
You need ncurses source (curses.h). On Tue, 10 Apr 2001, you wrote: > Anyone that can tell me what to do when i get this message when i run 'make > menuconfig'. > > rm -f include/asm > ( cd include ; ln -sf asm-i386 asm) > make -C scripts/lxdialog all > make[1]: Entering directory `/usr/src/linu

Re: Compiling Kernel in RedHat7.0

2001-04-10 Thread Mikkel L. Ellertson
On Tue, 10 Apr 2001 [EMAIL PROTECTED] wrote: > > I'm not very good at this but anyway, I have installed ncurses but i don't > really know how i should run ldconfig it has no man pages. Can you give me > some example. > > /Jonny > > If you installed ncurses from an RPM, it should have run ldconfig

Re: Compiling Kernel in RedHat7.0

2001-04-10 Thread jonny . axelsson
Sent by: Subject: Re: Compiling Kernel in RedHat7.0 redhat-list-admin@

Re: Compiling Kernel in RedHat7.0

2001-04-10 Thread Mitchell Henderson
Hi, the fact it can't find curses.h either means you need to run `ldconfig` or you need to install ncurses and run ldconfig. On Tue, Apr 10, 2001 at 11:25:13AM +0200, [EMAIL PROTECTED] wrote: > Anyone that can tell me what to do when i get this message when i run 'make > menuconfig'. > > rm -f

Compiling Kernel in RedHat7.0

2001-04-10 Thread jonny . axelsson
Anyone that can tell me what to do when i get this message when i run 'make menuconfig'. rm -f include/asm ( cd include ; ln -sf asm-i386 asm) make -C scripts/lxdialog all make[1]: Entering directory `/usr/src/linux-2.2.17/scripts/lxdialog' kgcc -Wall -Wstrict-prototypes -O2 -fomit-frame-pointer

Re: compiling kernel

2001-01-05 Thread Samuel Flory
Luke C Gavel wrote: > > Wait a minute! I just realized that you have to run mkinitrd no > matter what! *slaps self* The mbr is on the SCSI disk...which > loads the kernel...the driver to access the SCSI controller and > hence the disk, has to be reloaded into the ramdisk to access > even the mbr

Re: compiling kernel

2001-01-05 Thread Michael R. Jinks
Peter Peltonen wrote: > > Luke C Gavel wrote: > > > > Wait a minute! I just realized that you have to run mkinitrd no > > matter what! *slaps self* The mbr is on the SCSI disk...which > > loads the kernel...the driver to access the SCSI controller and > > hence the disk, has to be reloaded into

Re: compiling kernel

2001-01-05 Thread Peter Peltonen
Luke C Gavel wrote: > > Wait a minute! I just realized that you have to run mkinitrd no > matter what! *slaps self* The mbr is on the SCSI disk...which > loads the kernel...the driver to access the SCSI controller and > hence the disk, has to be reloaded into the ramdisk to access > even the mbr

RE: compiling kernel

2001-01-05 Thread Luke C Gavel
Wait a minute! I just realized that you have to run mkinitrd no matter what! *slaps self* The mbr is on the SCSI disk...which loads the kernel...the driver to access the SCSI controller and hence the disk, has to be reloaded into the ramdisk to access even the mbr. Did you run `mkinitrd' to crea

RE: compiling kernel

2001-01-05 Thread Luke C Gavel
On Fri, 5 Jan 2001 [EMAIL PROTECTED] wrote: > did you put scsi support in yer new kernel > Did you do the above, (putting the SCSI driver directly into the kernel) or; run `mkinitrd' to update the ramdisk to preload the SCSI controller driver as a module? This might be easier to do if you wa

RE: compiling kernel

2001-01-05 Thread aaron . mcsorley
did you put scsi support in yer new kernel -Original Message- From: Sergio Pereira [mailto:[EMAIL PROTECTED]] Sent: Friday, January 05, 2001 8:45 AM To: [EMAIL PROTECTED] Subject: compiling kernel Hi all, I'm using RH70 and I'm try compile the kernel 2.2.18. A error mess

Re: compiling kernel

2001-01-05 Thread Peter Peltonen
Sergio Pereira wrote: > So, in my lilo.conf there is a root=/dev/sda2 (my root partition), someone > can help me ? > thx, What does image= say in your lilo.conf? Do you have that file mentioned in image=? I mean, did you move the kernel image file to the correct place with correct name after c

compiling kernel

2001-01-05 Thread Sergio Pereira
Hi all, I'm using RH70 and I'm try compile the kernel 2.2.18. A error message appear when I boot the machine: ---cut--- VFS: Cannot open root device "802" or "08:02" Please append a correct "root=" boot option Kernel Panic: VFS: unable to mount root fs on 08:02 ---cut--- So, in my lilo.conf

Re: Problems with compiling Kernel 2.2.16

2000-12-11 Thread John Aldrich
On Mon, 11 Dec 2000, John Aldrich wrote: > On Mon, 11 Dec 2000, Robert Key wrote: > > Hi, > > I have installed Redhat 7.0 and I have tried to compile a custom kernel > > (2.2.16-22). If I do not set 'smp' to on I simply cannot get the kernel > > to compile! > > > > Does anyone have any ideas? >

Re: Problems with compiling Kernel 2.2.16

2000-12-11 Thread John Aldrich
On Mon, 11 Dec 2000, Robert Key wrote: > Hi, > I have installed Redhat 7.0 and I have tried to compile a custom kernel > (2.2.16-22). If I do not set 'smp' to on I simply cannot get the kernel > to compile! > > Does anyone have any ideas? > FAQ. You have to "make clean" I think it is and the

Re: Problems with compiling Kernel 2.2.16

2000-12-11 Thread rpjday
On Mon, 11 Dec 2000, Robert Key wrote: > Hi, > I have installed Redhat 7.0 and I have tried to compile a custom kernel > (2.2.16-22). If I do not set 'smp' to on I simply cannot get the kernel > to compile! "make mrproper" first. rday ___ Redhat-l

Problems with compiling Kernel 2.2.16

2000-12-11 Thread Robert Key
Hi, I have installed Redhat 7.0 and I have tried to compile a custom kernel (2.2.16-22). If I do not set 'smp' to on I simply cannot get the kernel to compile! Does anyone have any ideas? Thanks, rob -- Robert Key Dept of Electrical Engineering Peninsula Technikon [EMAIL PR

Re: Need help re-compiling kernel

2000-11-14 Thread Aaron Prohaska
Ted, actually using bzdisk did work fine. It created a copy of the kernel on a floppy disk which I am now booting off of. The only problem is that it boots with usb errors though the system works fine and since I don't use usb right now its not too much of a problem I would like to fix the usb

Re: Need help re-compiling kernel

2000-11-14 Thread Ted Gervais
On Tue, 14 Nov 2000, you wrote: > On Mon, 13 Nov 2000, you wrote: > > I am trying to recompile my kernel and keep getting this error when > > running 'make bzdisk'. If anyone has a moment to look at the output of > > the command I'll send you the txt file I created. Here are the list few > > li

Re: Need help re-compiling kernel

2000-11-14 Thread Ted Gervais
On Mon, 13 Nov 2000, you wrote: > I am trying to recompile my kernel and keep getting this error when > running 'make bzdisk'. If anyone has a moment to look at the output of > the command I'll send you the txt file I created. Here are the list few > lines that look like the problem though. >

Re: Need help re-compiling kernel

2000-11-13 Thread Aaron Prohaska
Thanks Eric, I downloaded the dev86 rpm package and installed it then ran make bzdisk and this time it worked. I just rebooted the sytem off the floppy and system booted off of the new kernel with some errors loading the usb drivers. So now my next question is how can I fix this error I am see

Re: Need help re-compiling kernel

2000-11-13 Thread ktb
Aaron Prohaska wrote: > > I am trying to recompile my kernel and keep getting this error when > running 'make bzdisk'. If anyone has a moment to look at the output of > the command I'll send you the txt file I created. Here are the list few > lines that look like the problem though. > > make[1]:

RE: Need help re-compiling kernel

2000-11-13 Thread Uncle Meat
On 14-Nov-2000 Aaron Prohaska opined: > I am trying to recompile my kernel and keep getting this error when > running 'make bzdisk'. If anyone has a moment to look at the output of > the command I'll send you the txt file I created. Here are the list few > lines that look like the problem thoug

Re: Need help re-compiling kernel

2000-11-13 Thread Eric Cifreo
> I am trying to recompile my kernel and keep getting this error when > running 'make bzdisk'. If anyone has a moment to look at the output of > the command I'll send you the txt file I created. Here are the list few > lines that look like the problem though. > > make[1]: Entering directory `/usr/

Need help re-compiling kernel

2000-11-13 Thread Aaron Prohaska
I am trying to recompile my kernel and keep getting this error when running 'make bzdisk'. If anyone has a moment to look at the output of the command I'll send you the txt file I created. Here are the list few lines that look like the problem though. make[1]: Entering directory `/usr/src/linu

Re: Compiling Kernel Problem [reply+OT comments]

2000-10-16 Thread Jeff Hogg
-Original Message- From: Pedro Rodrigues <[EMAIL PROTECTED]> To: [EMAIL PROTECTED] <[EMAIL PROTECTED]> Date: Sunday, October 15, 2000 7:54 AM Subject: Re: Compiling Kernel Problem [reply+OT comments] > > You bet! Besides having Nic Hudson´s problem compiling the &g

Re: Compiling Kernel Problem [reply+OT comments]

2000-10-15 Thread Hal Burgiss
On Sun, Oct 15, 2000 at 04:19:53AM -0400, Statux wrote: > Did you remove the source tree (saving your .config file first) and put it > back in from the original source? Worth a shot if you haven't tried > it. Mind you, I haven't done anything RH7.0 related since as far as I'm > concerned.. it's a

Re: Compiling Kernel Problem

2000-10-15 Thread Hal Burgiss
On Sun, Oct 15, 2000 at 02:57:15AM -0500, Nick Hudson wrote: > Ok that didnt help any i made the change in the Makefile and now i get > this error when i do either make bzImage or bzlilo doesnt matter both are > the same. : > Did you do 'make mrproper' first to clean out the cruft? -- Hal B

Re: Compiling Kernel Problem [reply+OT comments]

2000-10-15 Thread Pedro Rodrigues
You bet! Besides having Nic Hudson´s problem compiling the distribution kernel, i can´t even build packages from the kernel SRPMS. It fails compiling Ibcs. This is nuts. If i had touched something, i would assume my changes made it fail. But now, i make a fresh installation from Redhhat 7, i g

Re: Compiling Kernel Problem [reply+OT comments]

2000-10-15 Thread Statux
Did you remove the source tree (saving your .config file first) and put it back in from the original source? Worth a shot if you haven't tried it. Mind you, I haven't done anything RH7.0 related since as far as I'm concerned.. it's a borked distro. I'm not liking how RH is starting to smell like

Re: Compiling Kernel Problem

2000-10-15 Thread Nick Hudson
Ok that didnt help any i made the change in the Makefile and now i get this error when i do either make bzImage or bzlilo doesnt matter both are the same. : /usr/src/linux/include/asm/hardirq.h:23: warning: `synchronize_irq' redefined /usr/src/linux/include/linux/modules/i386_ksyms.ver:138: war

Re: Compiling Kernel Problem

2000-10-14 Thread Marco Shaw
If you've tried 3 times, I hope you've been running 'make clean'? Just for my information...Are you running GCC 2.96? Marco - Original Message - From: "Nick Hudson" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Saturday, October 14, 2000

Compiling Kernel Problem

2000-10-14 Thread Nick Hudson
OK I go to make the bzImage and i get this error: /usr/src/linux/include/asm/softirq.h:75: warning: `synchronize_bh' redefined /usr/src/linux/include/linux/modules/i386_ksyms.ver:142: warning: this is the location of the previous definition /usr/src/linux/include/linux/kernel_stat.h: In function

Re: Compiling Kernel Problem

2000-10-14 Thread Nick Hudson
lt;[EMAIL PROTECTED]> > To: <[EMAIL PROTECTED]> > Sent: Saturday, October 14, 2000 6:51 PM > Subject: Compiling Kernel Problem > > > OK I go to make the bzImage and i get this error: > > > > /usr/src/linux/include/asm/softirq.h:75: warning: `synchronize_bh

Re: Compiling Kernel Problem

2000-10-14 Thread Hal Burgiss
On Sat, Oct 14, 2000 at 04:51:09PM -0500, Nick Hudson wrote: > OK I go to make the bzImage and i get this error: > > make[1]: *** [first_rule] Error 2 > make[1]: Leaving directory `/usr/src/linux-2.2.16/kernel' > make: *** [_dir_kernel] Error 2 > [root@Blackhawk linux]# > > > Ive reinstalled th

Re: compiling kernel 2.4.0-test8-1.0

2000-09-19 Thread Mikkel L. Ellertson
On Tue, 19 Sep 2000, kf wrote: > > Great! I ran modprobe sg and got some sensible output to > /var/log/messages (I've inserted blank spaces between lines for > readability): > > [SNIP] > > > Now what do I do? I'm guessing I need to do a mount on the CDRW, but how > do I determine the devic

Re: compiling kernel 2.4.0-test8-1.0

2000-09-19 Thread Charles Galpin
On Tue, 19 Sep 2000, kf wrote: > Sep 19 06:24:46 heidegger kernel: Detected scsi CD-ROM sr0 at scsi0, > channel 0, id 4, lun 0 ^ here is your device name -| > Sep 19 06:24:47 heidegger kernel: sr0: scs

Re: compiling kernel 2.4.0-test8-1.0

2000-09-19 Thread kf
Great! I ran modprobe sg and got some sensible output to /var/log/messages (I've inserted blank spaces between lines for readability): Sep 19 06:24:46 heidegger kernel: (scsi0) found at PCI 11/0 Sep 19 06:24:46 heidegger kernel: (scsi0) Wide Channel, SCSI ID=7, 32/255 SCBs Sep 19 06:24:46

Re: compiling kernel 2.4.0-test8-1.0

2000-09-15 Thread Mikkel L. Ellertson
On Fri, 15 Sep 2000, Adam Sleight wrote: > I compiled 2.4.0-test8-1.0 and now my cd burning doesn't work and sound doesn't > work. Generally, what is supposed to be compiled as a module? I'm guess my > scsi cd burner doesn't burn because I didn't use mkinitrd. Although I can't > mount cd's etc

compiling kernel 2.4.0-test8-1.0

2000-09-15 Thread Adam Sleight
I compiled 2.4.0-test8-1.0 and now my cd burning doesn't work and sound doesn't work. Generally, what is supposed to be compiled as a module? I'm guess my scsi cd burner doesn't burn because I didn't use mkinitrd. Although I can't mount cd's etc...just not burn. sage: mkinitrd [--version] [-

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: Compiling Kernel under RH 5.0 system fails on a Cyrix processor

1998-05-17 Thread Richard Sharpe
At 11:44 PM 5/16/98 -0700, Dan Cyr wrote: > >There is an unsupported fix in the redhat 5.0 errata for this. And it works too. I must have one of those 'old' Cyrix chips. Must upgrade! >Dan > >At 12:00 PM 5/17/1998 +0900, you wrote: >>Hi, >> >>I tried compiling the 3.0.32 kernel with the IPChain

Re: Compiling Kernel under RH 5.0 system fails on a Cyrix processor

1998-05-17 Thread Richard Sharpe
At 02:18 AM 5/17/98 -0400, Ray Curtis wrote: >> "rs" == Richard Sharpe <[EMAIL PROTECTED]> writes: > >rs> Hi, >rs> I tried compiling the 3.0.32 kernel with the IPChains stuff in it on my >rs> Cyrix-based machine last night, and I got a rude shock. > >rs> The build failed with the following mes

Re: Compiling Kernel under RH 5.0 system fails on a Cyrix processor

1998-05-17 Thread Dan Cyr
There is an unsupported fix in the redhat 5.0 errata for this. Dan At 12:00 PM 5/17/1998 +0900, you wrote: >Hi, > >I tried compiling the 3.0.32 kernel with the IPChains stuff in it on my >Cyrix-based machine last night, and I got a rude shock. > >The build failed with the following messages: >

  1   2   >