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'

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

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

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

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
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 gcc compiler (I'm sure you already know about this). What is the error messages before the "error 2". Anything else could be helpful.

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

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

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 message appear w

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

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 6:51 PM Subject: Compiling Kernel Problem >

Re: Compiling Kernel Problem

2000-10-14 Thread Nick Hudson
umm yes and yes im running gcc 2.96 Marco Shaw wrote: > 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:

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

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

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: >

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

1998-05-17 Thread Ray Curtis
> "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 messages: rs> gcc: Internal compiler error: program cc

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

1998-05-17 Thread Ben Sinclair
Richard Sharpe wrote: > > > gcc: Internal compiler error: program cc1 got fatal signal 11 Many times that's a sign of bad RAM. Might want to run some memory tests, try some new RAM, etc. I never had problems compiling with my Cyrix chip... -- Ben Sinclair -- PLEASE read the Red Hat FAQ,

Re: Compiling Kernel on P-2

1998-04-24 Thread Keith Schoenefeld
On Thu, 23 Apr 1998, Ed Jackson wrote: > Hello all > I got a 266 P-2 a while ago, and want to know if I should > compile the redhat kernel as a pentium, or a P-pro? > Blue skies Ed. I have a PII/300, I have compiled the kernel both as pentium and as P

Re: Compiling Kernel on P-2

1998-04-23 Thread Cory T. Lamb
P-Pro On Thu, 23 Apr 1998, Ed Jackson wrote: > Hello all > I got a 266 P-2 a while ago, and want to know if I should > compile the redhat kernel as a pentium, or a P-pro? > Blue skies Ed. > > > -- > PLEASE read the Red Hat FAQ, Tips, Errata and t

Re: Compiling kernel from .config

1998-04-17 Thread David E. Fox
> > Hi, > I have to reconfigure kernel on several > machines, and I was wondering... > There is a file in the directory named It's best not to edit the .config program directly, but use the make config, or make xconfig, options. > Nikita. --

Re: Compiling kernel from .config

1998-04-17 Thread Jeff Johnson
According to [EMAIL PROTECTED]: > > > Hi, > I have to reconfigure kernel on several > machines, and I was wondering... > There is a file in the directory named > .config. It seems as tho it has all of > the previous' compile options. Can I > just edit the fi