Re: compiling the kernel

2003-01-09 Thread Daniel Callahan
I've written a Mini-HOWTO on compiling the kernel: http://www.eclectic-cheval.net/linux/kr-mhowto.txt I've posted it here for two reasons: 1) In case it will help, and 2) To get suggestions from those who know more than I do. It's licensed under the FDL, so hack away. Daniel. -- Bash forehead

Re: compiling the kernel

2003-01-07 Thread ABrady
On Tue, 7 Jan 2003 12:01:34 -0700 Craig Cameron [EMAIL PROTECTED] wrote: Can somebody give me a hand with compiling my kernel. I run make config, and I get an error which essentially says no rule for config. I did a custom install, and only installed networking and DNS BIND. I have a

RE: compiling the kernel

2003-01-07 Thread Craig Cameron
I have nothing under /src/linux No files or directory's. I really think I need to add an RPM. Thanks. -Original Message- From: ABrady [mailto:[EMAIL PROTECTED]] Sent: Tuesday, January 07, 2003 12:25 PM To: [EMAIL PROTECTED] Subject: Re: compiling the kernel On Tue, 7 Jan 2003 12:01

Re: compiling the kernel

2003-01-07 Thread Michael Schwendt
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On Tue, 7 Jan 2003 12:01:34 -0700, Craig Cameron wrote: Can somebody give me a hand with compiling my kernel. I run make config, and I get an error which essentially says no rule for config. Where the heck did you run that command? ;) You must

RE: compiling the kernel

2003-01-07 Thread Craig Cameron
: compiling the kernel -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On Tue, 7 Jan 2003 12:01:34 -0700, Craig Cameron wrote: Can somebody give me a hand with compiling my kernel. I run make config, and I get an error which essentially says no rule for config. Where the heck did you run

RE: compiling the kernel

2003-01-07 Thread Craig Cameron
I did try make menuconfig, but had the same result. What is the RPM for Kernal hacking? -Original Message- From: Daniel Callahan [mailto:[EMAIL PROTECTED]] Sent: Tuesday, January 07, 2003 12:19 PM To: [EMAIL PROTECTED] Subject: Re: compiling the kernel On Tuesday 07 January 2003 13:01

Re: compiling the kernel

2003-01-07 Thread Daniel Callahan
On Tuesday 07 January 2003 13:01, Craig Cameron wrote: Can somebody give me a hand with compiling my kernel. I run make config, and I get an error which essentially says no rule for config. I did a custom install, and only installed networking and DNS BIND. I have a feeling I have to

Re: Compiling 2.4.18 kernel - missing module-info file?

2002-12-11 Thread Jeff Davis
Well, I took the path of least resistance and compiled a static kernel. Seems to work ok :) However, I'm still wondering why I'm having trouble building a modular kernel. mkinitrd cannot find the ncr583cxx module, but it doe exist in the appropriate folder. Any thoughts? At 09:05 PM

Re: Compiling 2.4.18 kernel - missing module-info file?

2002-12-10 Thread Michael Schwendt
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On Mon, 09 Dec 2002 08:50:32 -0800, Jeff Davis wrote: The kernel compiles without errors, but for some reason there is no module-info-2.4.18 file created, or at least I have been unable to find it. grep-ing the source tree shows no module-info

Re: Compiling 2.4.18 kernel - missing module-info file?

2002-12-10 Thread Jeff Davis
At 09:46 AM 12/10/2002 +0100, you wrote: -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On Mon, 09 Dec 2002 08:50:32 -0800, Jeff Davis wrote: *snip* So, am I missing something obvious? Do I need to install an additional package to make this work? modutils perhaps? No. The module-info file

Re: Compiling 2.4.18 kernel - missing module-info file?

2002-12-10 Thread Rick Johnson
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Jeff Davis wrote: | Huh. So, if I want or need to create a ramdisk image for the new | kernel, how do I get mkinitrd to quite whining about not being able to | find my ncr53c8xx module. The file (ncr53c8xx.o) is in the | /lib/modules/scsi

Re: Compiling 2.4.18 kernel - missing module-info file?

2002-12-10 Thread Michael Schwendt
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On Tue, 10 Dec 2002 11:06:51 -0800, Jeff Davis wrote: No. The module-info file is only for your Linux distributor's installation and hardware configuration utilities which maintain kernel driver entries in /etc/modules.conf. The file is not

Re: Compiling 2.4.18 kernel - missing module-info file?

2002-12-09 Thread David van Hoose
Why are you doing a make clean after the make dep? Generally you do the following to build your kernel. (As defined in README) make mrproper make xconfig make dep make bzImage make modules make modules_install Doing the above will not give you a module-info file. I never found an isntance where

Re: Compiling 2.4.18 kernel - missing module-info file?

2002-12-09 Thread Jeff Davis
At 05:01 PM 12/9/2002 -0600, you wrote: Why are you doing a make clean after the make dep? It's been a while since I've customized a kernel... According to the howto they recommended doing a make clean after make dep. Perhaps this was an old howto? Generally you do the following to build

Re: Compiling 2.4.18 kernel - missing module-info file?

2002-12-09 Thread David van Hoose
Jeff Davis wrote: At 05:01 PM 12/9/2002 -0600, you wrote: Why are you doing a make clean after the make dep? It's been a while since I've customized a kernel... According to the howto they recommended doing a make clean after make dep. Perhaps this was an old howto? Perhaps. The README

Cant connect to HTTPS after re-compiling the kernel

2002-11-13 Thread Silkk
Hello, Do you know how come i cant connect to HTTPS sites after re-compiling my kernel to 2.4.19 and i un-installed ipchains... rpm -q ipchains Casue im going to use iptables?But i have not put in any rules. It was working before i re-compiled the kernel? Any ideas what could cause this? Im

Cant connect to HTTPS after re-compiling the kernel

2002-11-12 Thread Silkk
Hey, Do you know how come i cant connect to HTTPS sites after re-compiling my kernel to 2.4.19 and i un-installed ipchains...casue im going to use iptables? It was working before i re-compiled the kernel? Any ideas what could cause this? Im usuing Mozilla 1.1 Browser i also tryed it with netscape

Re-Compiling the kernel.

2002-09-13 Thread Trevor Fraser
Hello all. I'm in the process of re-compiling the kernel, but I get to a point where there's an error. These are the steps up to the error: # cd /usr/src/linux-2.4.18-3 # make config (CONFIG_PCMCIA = no to achieve a kernel without PCMCIA support) # make dep # make clean # make bzImage # make

Re-Compiling the kernel.

2002-09-13 Thread Trevor Fraser
Hello all. I'm in the process of re-compiling the kernel, but I get to a point where there's an error. These are the steps up to the error: # cd /usr/src/linux-2.4.18-3 # make config (CONFIG_PCMCIA = no to achieve a kernel without PCMCIA support) # make dep # make clean # make bzImage # make

Re: compiling the kernel to recognize ntfs

2002-09-08 Thread Ricardo Mostalac
So..., I recompile the kernel with NTFS suport, and copy to /boot, I modify grub.conf in /boot/grub to select the kernel to boot, but when select the kernel with NTFS suport the system freezing when the red hat 7.3 is begin to load..., then I have to rebooting the machine and select the kernel

Re: Compiling new kernel, lilo problem

2002-01-20 Thread David Talkington
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Mike Burger wrote: If you compiled the kernel with the device drivers as modules, and not directly into the kernel, and any of those drivers/modules are needed for the initial startup, it could cause problems. If you compiled all those drivers

Re: Compiling new kernel, lilo problem

2002-01-20 Thread Mike Burger
I'm currently using X-CD-Roast...but I'll look at some others at some point, too. On 19 Jan 2002, Brandon Robert Dorman wrote: I compiled most everything I'll need into the kernel. cdburner, visor, usb printer/scanner stuff, etc. but for next time, thanks for the info Bret, Mike and

Re: Compiling new kernel, lilo problem

2002-01-20 Thread Mike Burger
Simply put, I don't know. G On Sun, 20 Jan 2002, David Talkington wrote: -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Mike Burger wrote: If you compiled the kernel with the device drivers as modules, and not directly into the kernel, and any of those drivers/modules are needed for

Re: Compiling new kernel, lilo problem

2002-01-20 Thread rpjday
On Sun, 20 Jan 2002, Mike Burger wrote: Simply put, I don't know. G On Sun, 20 Jan 2002, David Talkington wrote: -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Mike Burger wrote: If you compiled the kernel with the device drivers as modules, and not directly into the

Re: Compiling new kernel, lilo problem

2002-01-20 Thread David Talkington
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 rpjday wrote: Forgive me for being dense, but why would one want to compile as a module a driver which is needed for the system to even boot? Modules are great for peripherals and supporting functions, and I can see the benefit of low-level

Re: Compiling new kernel, lilo problem

2002-01-19 Thread Werner Puschitz
On 19 Jan 2002, Brandon Robert Dorman wrote: Hey guys, Was recompiling my kernel today to 2.4.17 from 2.4-7-10. Upon changing my lilo.conf, ran /sbin/lilo and got this: Added linux fatal: open /boot/initrd-2.4.17: no such file or directory. Sure enough, a ls of /boot shows: ls

Re: Compiling new kernel, lilo problem

2002-01-19 Thread Bret Hughes
Check out man mkinitrd. seems like I have always just given it the kernel version and the imgfile name needed. I guess the real question is do you really need an initrd? Unless you need something like scsi drivers that you compiled as modules that need to be availible before the file systems

Re: Compiling new kernel, lilo problem

2002-01-19 Thread Brandon Robert Dorman
Before I got this e-mail i just removed the initrd line and rebooted. now i get: [Brandon@localhost Brandon]$ uname -a Linux localhost.localdomain 2.4.17 #1 Sat Jan 19 19:28:25 PST 2002 i686 unknown :-) So it works. Is there any danger in doing that? seems to work fine for me right now

Re: Compiling new kernel, lilo problem

2002-01-19 Thread Mike Burger
That'll kinda depend. If you compiled the kernel with the device drivers as modules, and not directly into the kernel, and any of those drivers/modules are needed for the initial startup, it could cause problems. If you compiled all those drivers directly into the kernel, instead of as

Re: Compiling new kernel, lilo problem

2002-01-19 Thread Brandon Robert Dorman
I compiled most everything I'll need into the kernel. cdburner, visor, usb printer/scanner stuff, etc. but for next time, thanks for the info Bret, Mike and Werner. -Brandon p.s. this doesn't have to be a list question, but what do you guys recommend for a cd-burning software? Now that I

Re: compiling the kernel

2001-03-27 Thread Andrew So Hing-pong
Stuart Why don't try http://www.linuxdoc.org. In here, you can find a detail how-to document for compliling the linux kernel. Regards, Andrew So Hing-pong Hidong Kim wrote: http://www.freeos.com/articles/2589/2/1-3/ among many others found from a google search on "compiling the linux

Re: compiling the kernel

2001-03-27 Thread David Talkington
-BEGIN PGP SIGNED MESSAGE- Well! anyone would think that instructions for compiling the kernel would be on the kernel.org site . But alas no. Can anyone tell me where to get this info from. Actually, the kernel docs (which you get when you install the kernel-doc package) have

Re: compiling the kernel

2001-03-26 Thread Hidong Kim
http://www.freeos.com/articles/2589/2/1-3/ among many others found from a google search on "compiling the linux kernel". Good luck, Stuart Clark wrote: Well! anyone would think that instructions for compiling the kernel would be on the kernel.org site . But alas no. Can anyone tell

Re: Compiling the Kernel

2000-02-14 Thread Frank Carreiro
Ok.. I downloaded the patches... This is going to sound dumb but how do I install them :DOk... I feel like a newbie again ::grinz:: BTW, I also tried compiling the latest egcs source (1.1.2 I think). I'm getting a signal 11 error after I think 70% + complete with the build (make

Re: Compiling the Kernel

2000-02-11 Thread Bernhard Rosenkraenzer
On Fri, 11 Feb 2000, Frank Carreiro wrote: sbni.c:1375: Invalid `asm' statement: sbni.c:1375: fixed or forbidden register 1 (sx) was spilled for class DREG. You're trying to compile this kernel with gcc 2.95.x. Either get the gcc 2.95.x kernel patch (http://people.redhat.com/bero/gcc295/) or