[newbie] Kernel compile problems

2003-10-28 Thread Mark
Running MDK9.1. Having a lot of problems recompiling. I need to recompile to get LIRC running, before anybody asks why I need to recompile... Steps I've taken so far: cd /usr/src/linux as root make mrproper make menuconfig switch the character devices setting under 16550 UART from built-in to

Re: [newbie] Kernel compile from src ques.

2003-04-01 Thread Hendrik Boom
On Sun, Mar 30, 2003 at 04:50:42PM -0600, Tom Brinkman wrote: On Sunday March 30 2003 11:08 am, Angus Auld wrote: Thanks for the reply Tom. I am very confused as to the process here. I have upgraded my kernel once in 8.2, and again in 9.0. I thought that the idea of a src rpm was to rebuild

[newbie] Kernel compile from src ques.

2003-03-30 Thread Angus Auld
Greetings, I am just in the process of moving from the 2.4.19-24 to the 2.4.19-32 kernel. I would like to ask the list; would compiling the 2.4.19-32 src rpm before installing it be the equivalent of doing a kernel recompile on an installed kernel? Will the same possible performance improvement

Re: [newbie] Kernel compile from src ques.

2003-03-30 Thread Tom Brinkman
On Sunday March 30 2003 06:15 am, Angus Auld wrote: Greetings, I am just in the process of moving from the 2.4.19-24 to the 2.4.19-32 kernel. I would like to ask the list; would compiling the 2.4.19-32 src rpm before installing it be the equivalent of doing a kernel recompile on an installed

Re: [newbie] Kernel compile from src ques.

2003-03-30 Thread Angus Auld
From: Tom Brinkman [EMAIL PROTECTED] On Sunday March 30 2003 06:15 am, Angus Auld wrote: Greetings, I am just in the process of moving from the 2.4.19-24 to the 2.4.19-32 kernel. I would like to ask the list; would compiling the 2.4.19-32 src rpm before installing it be the equivalent

Re: [newbie] Kernel compile from src ques.

2003-03-30 Thread Tom Brinkman
On Sunday March 30 2003 11:08 am, Angus Auld wrote: Thanks for the reply Tom. I am very confused as to the process here. I have upgraded my kernel once in 8.2, and again in 9.0. I thought that the idea of a src rpm was to rebuild it against your particular arch and hardware, and then install

Re: [newbie] Kernel compile from src ques.

2003-03-30 Thread Derek Jennings
On Sunday 30 Mar 2003 11:50 pm, Tom Brinkman wrote: On Sunday March 30 2003 11:08 am, Angus Auld wrote: Thanks for the reply Tom. I am very confused as to the process here. I have upgraded my kernel once in 8.2, and again in 9.0. I thought that the idea of a src rpm was to rebuild it

[newbie] kernel compile

2001-02-23 Thread German Aguilar
hi guys, i can't recompile my kernel, what can i do, i have a 2.2.14-15mdksecure i don't know how to do it, thanks in advanced GermanGet Your Private, Free E-mail from MSN Hotmail at http://www.hotmail.com.

Re: [newbie] kernel compile

2001-02-23 Thread Salane King
Look here http://63.209.80.231/en/doc/72/en/ref.html/compiling.html On Friday 23 February 2001 11:00 am, German Aguilar wrote: hi guys, i can't recompile my kernel, what can i do, i have a 2.2.14-15mdksecure i don't know how to do it, thanks in advanced Germanbr clear=allhrGet Your

[newbie] Kernel Compile

2000-11-01 Thread Scott D. Pletcher
Hi All, I just recently tried recompiling my kernel. I made only a small number of changes, but I thought I would try it out. I changed the the EXTRAVERSION variable int the Makefile in /usr/src/linux so that the kernel would be appended with -SDP instead of -mdk. I performed the usual make

Re: [newbie] Kernel compile

2000-02-21 Thread Lance Borden
Kemal YILMAZ wrote: Hi, I just subscribed this mailing list. And I have some questions as you may guess. I tries to install Linux-Mandrake 7.0 and i did (I hope) but i have to compile kernel, I think. but i didn't do that because i have to do that commands in /usr/src/linux, but i

[newbie] Kernel compile error

1999-12-07 Thread Warren Doney
Anyone Know what this means, or where I should look to find out? (snipped output of "make zImage") /usr/src/linux/arch/i386/lib/lib.a /usr/src/linux/lib/lib.a /usr/src/lin ux/arch/i386/lib/lib.a \ --end-group \ -o vmlinux init/main.o: In function `check_fpu':

[newbie] Kernel compile for no external cache

1999-11-17 Thread Neil K. Erickson
Is there a compile switch for handling a computer with no external cache or will the kernel handle this with no problems? Thanks Neil

Re: [newbie] Kernel compile for no external cache

1999-11-17 Thread Steve Philp
"Neil K. Erickson" wrote: Is there a compile switch for handling a computer with no external cache or will the kernel handle this with no problems? Thanks It's not something that the kernel really has to worry about, just compile your kernel normally. If it were missing an FPU, then you'd

Re: [newbie] kernel compile

1999-09-04 Thread Richard Adams
On Sat, 04 Sep 1999, you wrote: Hello, I have tried numerous times to recompile my kernel. I run make dep after the changes and then make clean. Before I make bzImage. I then do make modules and then make modules_install . My problem is when I go to reboot it can never find the modules and

Re: [newbie] kernel compile

1999-09-04 Thread Richard Adams
On Sat, 04 Sep 1999, you wrote: On Sat, 04 Sep 1999, you wrote: Hello, I have tried numerous times to recompile my kernel. I run make dep after the changes and then make clean. Before I make bzImage. I then do make modules and then make modules_install . My problem is when I go to reboot

Re: [newbie] kernel compile

1999-09-04 Thread byte-runer | Ralph |
Thanks Richard I'll give it a try Ralph - Original Message - From: Richard Adams [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Saturday, September 04, 1999 9:20 AM Subject: Re: [newbie] kernel compile On Sat, 04 Sep 1999, you wrote: On Sat, 04 Sep 1999, you wrote: Hello, I

[newbie] kernel compile

1999-09-03 Thread Ralph |byte-runner |
Hello, I have tried numerous times to recompile my kernel. I run make dep after the changes and then make clean. Before I make bzImage. I then do make modules and then make modules_install . My problem is when I go to reboot it can never find the modules and stops there during the boot. I ran