Re: kernel recompile

2002-12-17 Thread Sahin Haciguliyev
Hi You can find this info on kernel-howto document http://www.linuxdocs.org/HOWTOs/Kernel-HOWTO.html Shahin On 17 Dec 2002, Kieran Hood wrote: > Im a newbie and I want to recompile my kernel to include some parameters > needed for some new drivers i have just installed. Can someone explain > ho

Re: kernel recompile

2002-12-17 Thread Edward Dekkers
> Im a newbie and I want to recompile my kernel to include some parameters > needed for some new drivers i have just installed. Can someone explain > how I can edit my existing kernel please. > > Im using RH 8.0, Kernel: 2.4.18-14, Architecture: Athlon > > Any help would be much appreciated :-)

Re: Kernel Recompile

2002-10-26 Thread john
Jeremy, Try this recompiling a kernel and getting my machine to boot up drove me nuts. Eventually I stumbled on a trick that seems to work (for me anyway). Get into the /usr/src/linux-2.4 dir and type make mrproper, then make (on its own). This causes the machine to ask for text entries for

Re: Kernel Recompile

2002-10-25 Thread Joe Giles
Sounds like the Config file problem. you can get the default kernal config that comes with Red Hat from the directory configs in your source tree. Then, find the one that corresponds to your setup and copy it to the root of the source tree as the filename .config Then, run make xconfig again and m

Re: Kernel Recompile

2002-10-25 Thread linux power
If u look in your kernel source configs dir you find config files for many arch. --- Jeremy Hein <[EMAIL PROTECTED]> skrev: > Does anyone have step by step instructions to > recompile a kernel or can > possibly help me? And please don't point me to the > kernel howto since > I've been down tha

OOPS Re: kernel recompile error, was: Re: 1 gig memory

2001-03-19 Thread Jacob Killian
Mixing apples with oranges. My bad. Got it somewhat figured out. Thanks though! Jacob On Mon, 19 Mar 2001, you wrote: > Well > > I'm having some problems recompiling. > > I get through make config, make dep, make clean OK. > > I've edited my Makefile to include a unique name in

Re: Kernel recompile

2001-03-17 Thread Silviu Cojocaru
On Sat, 17 Mar 2001, at 19:58 (GMT -0500), omicron wrote: > hi > i installed kernel 2.4.1, and everything is ok, except for... > > 1> pppd ! You need ppp-2.4. -- If Bill Gates had a dime for every time a Windows box crashed... ..., Oh wait, he already does.

Re: Kernel recompile

2001-03-17 Thread Statux
> Mar 17 19:54:14 cassandra pppd[939]: pppd 2.3.11 started by root, uid 0 > Mar 17 19:54:14 cassandra pppd[939]: ioctl(PPPIOCGFLAGS): Invalid argument > Mar 17 19:54:14 cassandra pppd[939]: tcsetattr: Invalid argument > Mar 17 19:54:14 cassandra pppd[939]: Exit. NOTES: 1) Get PPP 2.4.0 or later.

Re: Kernel recompile

2001-03-17 Thread Eric Beyer
It seems I had this problem once too. I resolved it by upgrading pppd to version 2.4.0. You can get this version at: ftp://linuxcare.com.au/pub/ppp/ppp-2.4.0.tar.gz You may consider reading the changes in 2.4.x on this page: http://cyberbuzz.gatech.edu/kaboom/linux/Changes-2.4/changes24.html or i

Re: kernel recompile

2000-10-15 Thread Statux
> module-info-2.2.14-5.0 > and > system.map.2.2.14-5.0 module-info is a RedHat produced file. It's not used by the kernel. It's included for things like kernelcfg, etc. ___ Redhat-list mailing list [EMAIL PROTECTED] https://listman.redhat.com/mailman

Re: kernel recompile

2000-10-15 Thread lee
i'm getting tons of unresolved symbol errors ..you know the ones.*unresolved symbols with the kernel version next to it something like * unresolved symbolslib/modules/2.2.14-5.0new/misc i check for sure if you need more details i'm in windows at moment as module for ppp becaues

Re: kernel recompile

2000-10-15 Thread Marco Shaw
I deleted your orginal message... What exact problem are you having? Is the system booting with the new kernel, but spitting errors on bootup? Marco - Original Message - From: "lee" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Sunday, October 15, 2000 12:03 AM Subject: kernel reco

Re: Kernel recompile

2000-04-06 Thread Rodrigo Moya
> Ok, it's at this point that I'm completely baffled as to what to do > next. In my root directory, I now have the two files vmlinuz, and > System.map. I know that both of these files need to be linked up to the > lilo configuration, so the system can boot to them. When I look in the > /boo

Re: Kernel recompile

2000-04-05 Thread Eddie Strohmier
Michael: I did not notice a "make mrproper" in any of your steps. I would do this after you have backed up the previous kernel. According to the documentation it removes any old or stale dependencies that may be laying around. Everything else looks the way I upgraded my 2.2.5-15 to 2.2.14 a coup

Re: Kernel recompile

2000-04-05 Thread Michael J. McGillick
Matthew: Thank you for the document. It's very well written, and easy to understand. Also, thank you to Mark and the others who have helped me with this. I'm going to work on this in a few minutes. :) - Mike On Wed, 5 Apr 2000, Matthew Saltzman wrote: > "Michael J. McGillick" <[EMAIL PROTEC

Re: Kernel recompile

2000-04-05 Thread Matthew Saltzman
"Michael J. McGillick" <[EMAIL PROTECTED]> wrote; >Afternoon Everyone: > >It seems I very easily get myself into trouble trying to recompile the >Linux Kernel. Some attempts in the past have worked just fine, others >tend to blow things up, and I usually end up having to reinstall. So far, >I u

RE: Kernel recompile

2000-04-05 Thread Michael J. McGillick
Mark: If I do this, will I run into a problem trying to get back to the old kernel? The System.map symlink no longer points to the original System.map file, but, instead, points to the newly generated one. Will this cause a problem if I boot to the old kernel. Second, what about the modules sy

Re: Kernel recompile

2000-04-05 Thread lloy0076
Mark[s]: > After you have the newly compiled kernel, you need to put it in your /boot > directory, along with the system.map file. You should name it something > like vmlinuz-x.y.z . Then, rename the kernel that was already there to > whatever_it_was.old. YIKES Rename the old ones BEFORE shif

RE: Kernel recompile

2000-04-05 Thread Mark Basil
Mike, After you have the newly compiled kernel, you need to put it in your /boot directory, along with the system.map file. You should name it something like vmlinuz-x.y.z . Then, rename the kernel that was already there to whatever_it_was.old. Then there should be a System.map file in /boot w

Re: kernel recompile

2000-02-22 Thread Igmar Palsenberg
On Mon, 21 Feb 2000, Ketan wrote: > I am trying to install Oracle8i on my linux6.1 > box and this requires setting some kernel > parameters like SHMMAX, SHMMIN, SHMMNI, SHMSEG, > SEMMSL, SEMMNI, SEMOPM, SEMVMX. these are the > kernel parameters to adjust the shared memory and > semaphores. ech

Re: kernel recompile

2000-02-21 Thread Jake Johnson
You don't need to recompile. I didn't. I am running 8i with the patches and it works great! Good Luck, Jake R. Johnson On Mon, 21 Feb 2000, Shane Ally wrote: > e-mail for oracle 8i on 6.1 > [EMAIL PROTECTED] > > -Original Message- > From: Ketan <[EMAIL PROTECTED]> > To: [EM

Re: kernel recompile

2000-02-21 Thread Shane Ally
e-mail for oracle 8i on 6.1 [EMAIL PROTECTED] -Original Message- From: Ketan <[EMAIL PROTECTED]> To: [EMAIL PROTECTED] <[EMAIL PROTECTED]> Date: Monday, February 21, 2000 2:38 PM Subject: kernel recompile >I am trying to install Oracle8i on my linux6.1 >box and this requires setting so

Re: kernel recompile

1999-12-28 Thread Gerry Doris
Because that's the way Redhat themselves said to do it in their documentation (granted, it was their 5.1 manual) and it has always worked for me. I really don't see any advantage to doing it your way as far as the modules are concerned (not much difference in doing a vi versus a mv) but it real

Re: kernel recompile

1999-12-28 Thread Stefan Smietanowski
Hi. > Prior to running this you should go into the /lib/modules directory and: > > mv 2.2.16 2.2.12.old Why? vi /usr/src/linux/Makefile edit the EXTRAVERSION= to include something like -20_r1 where r1 stands for release 1, then next recompile change it to r2, etc. Use that naming scheme for

Re: kernel recompile

1999-12-28 Thread Jeff Smelser
On Tue, 28 Dec 1999, Gerry Doris wrote: > You said you did a make modules_install but didn't say if you did a make > modules?? I compile all the kernel, do a make modules make modules-install.. make bzImage.. > > The full command in the /usr/src/linux directory should be: > > make dep modul

Re: kernel recompile

1999-12-28 Thread Gerry Doris
You said you did a make modules_install but didn't say if you did a make modules?? The full command in the /usr/src/linux directory should be: make dep modules modules_install bzImage Prior to running this you should go into the /lib/modules directory and: mv 2.2.16 2.2.12.old This will ens

Re: kernel recompile

1999-12-28 Thread Jeff Smelser
On Mon, 27 Dec 1999, Yoink! wrote: > On Mon, 27 Dec 1999, Jeff Smelser wrote: > > I have redhat-6.1 and all I did what take out ftape support and > > recompiled. When I try to run the recompiled version, it gives me a kernel > > panic and a block-major-3 (scsi driver not found error). But it I bo

Re: kernel recompile

1999-12-27 Thread Yoink!
On Mon, 27 Dec 1999, Jeff Smelser wrote: > I have redhat-6.1 and all I did what take out ftape support and > recompiled. When I try to run the recompiled version, it gives me a kernel > panic and a block-major-3 (scsi driver not found error). But it I boot up > from redhat's default. Everything bo

Re: Kernel Recompile Problem

1999-12-05 Thread David Taylor
On 05-Dec-99 lloy0076 opined: > Joseph Wagner wrote: >> >> I recompiled my kernel but I'm not sure the new kernel took (I think it >> booted into the old kernel.) >> >> I executed: >> make mrproper >> make xconfig (Made the changes I wanted) >> make dep clean bzlilo modules modules_install (Wait

RE: Kernel Recompile Problem

1999-12-04 Thread Juha Saarinen
make mrproper would take care of the good practice you're after. -- Juha > -Original Message- > From: lloy0076 [mailto:[EMAIL PROTECTED]] > Sent: Sunday, 5 December 1999 15:30 > To: [EMAIL PROTECTED] > Subject: Re: Kernel Recompile Problem > > > Gordon!

Re: Kernel Recompile Problem

1999-12-04 Thread Uncle Meat
On 05-Dec-99 lloy0076 opined: > Joseph Wagner wrote: >> >> I recompiled my kernel but I'm not sure the new kernel took (I think it >> booted into the old kernel.) >> >> I executed: >> make mrproper >> make xconfig (Made the changes I wanted) >> make dep clean bzlilo modules modules_install (Wai

Re: Kernel Recompile Problem

1999-12-04 Thread lloy0076
Gordon! I just had a look at the Makefile. I concede that it doesn't but in my opinion anything called "clean" should be done before you start making anything anyway. It's just "good" practice. DAVID -- Don't forget about the Linux C Mailing Lists! mailto:[EMAIL PROTECTED] The Linux C++ Mail

Re: Kernel Recompile Problem

1999-12-04 Thread Gordon Messmer
lloy0076 wrote: > > I executed: > > make mrproper > > make xconfig (Made the changes I wanted) > > make dep clean bzlilo modules modules_install (Waited a very long time) > > Rebooted the computer. > > ROFL > > make clean removes what make xconfig does :-) Silly boi...do that BEFORE > make mrpro

Re: Kernel Recompile Problem

1999-12-04 Thread lloy0076
Joseph Wagner wrote: > > I recompiled my kernel but I'm not sure the new kernel took (I think it > booted into the old kernel.) > > I executed: > make mrproper > make xconfig (Made the changes I wanted) > make dep clean bzlilo modules modules_install (Waited a very long time) > Rebooted the comp

Re: Kernel Recompile Problem

1999-12-04 Thread Leonid Mamtchenkov
Hello Joseph Wagner, Once you wrote about "Kernel Recompile Problem": > I recompiled my kernel but I'm not sure the new kernel took (I think it > booted into the old kernel.) > > I executed: > make mrproper > make xconfig (Made the changes I wanted) > make dep clean bzlilo modules modules_insta

RE: Kernel Recompile Problems

1999-11-10 Thread Chris Morton
To: [EMAIL PROTECTED] Subject: Re: Kernel Recompile Problems I ran into that problem before. Here is what I did to get it to compile... cd /usr/src/linux make distclean make clean make mrproper make xconfig make clean make dep make zImage make modules make modules_install mv /boot/vml

Re: Kernel Recompile Problems

1999-11-10 Thread Thomas Ribbrock \(Design/DEG\)
On Tue, Nov 09, 1999 at 01:05:39PM -0500, Chris Morton wrote: > I'm trying to recompile my RH 6.0 kernel for my Pentium 200. > > Make xconfig sometimes crashes during configuration. It may have > rebooted the system a time or two also. > > I get errors during compile, to include "Segmentation F

Re: Kernel Recompile Problems

1999-11-09 Thread Sean Staats
I ran into that problem before. Here is what I did to get it to compile... cd /usr/src/linux make distclean make clean make mrproper make xconfig make clean make dep make zImage make modules make modules_install mv /boot/vmlinuz /boot/vmlinuz.old cp /usr/src/linux/arch/i386/boot/zImage /boot/vml

RE: Kernel Recompile Problems

1999-11-09 Thread Chris Morton
lto:[EMAIL PROTECTED]] Sent: Tuesday, November 09, 1999 3:07 PM To: '[EMAIL PROTECTED]' Subject: Re: Kernel Recompile Problems IMHO, Kernel Compiling in X == Bad Thing try going to a console and 'make menuconfig' IMHO its safer. Less SegFaults too. Ben Jackson - [EMAIL PROTEC

Re: Kernel Recompile Problems

1999-11-09 Thread Benjamin Jackson
IMHO, Kernel Compiling in X == Bad Thing try going to a console and 'make menuconfig' IMHO its safer. Less SegFaults too. Ben Jackson - [EMAIL PROTECTED] - http://www.esgeroth.org/~zaphod -BEGIN GEEK CODE BLOCK- Version 3.12 GAT d- s+:++ a19 C$ UL P++ L++$ E-- W+++ N++