Re: [newbie] Kernel compiling for Driver

2004-04-07 Thread Anne Wilson
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On Tuesday 06 April 2004 21:28, martin brandt wrote: Hello everyone, Im wanting to install my drivers for my ATI Radeon 9200SE ive bought recently on my mdk 9.2, and i have downloaded the appropriate rpm, but i need to tailor my Kernel to allow

[newbie] Kernel compiling for Driver

2004-04-06 Thread martin brandt
Hello everyone, Im wanting to install my drivers for my ATI Radeon 9200SE ive bought recently on my mdk 9.2, and i have downloaded the appropriate rpm, but i need to tailor my Kernel to allow the driver to work. Now messing around with Kernel sounds complicated and i was wondering if it is

Re: [newbie] Kernel Compiling in 9.2 -Update - 9.2 bug?

2003-10-22 Thread Sharrea Day
On Wed, 22 Oct 2003 13:09, Sharrea Day wrote: make[2]: Entering directory `/usr/src/linux-2.4.22-10mdk/arch/i386/mm' gcc -D__KERNEL__ -I/usr/src/linux-2.4.22-10mdk/include -Wstrict-prototypes -Wno-trigraphs -O2 -fno-strict-aliasing -fno-common -pipe -mpreferred-stack-boundary=2 -march=athlon

[newbie] Kernel Compiling in 9.2

2003-10-21 Thread Sharrea Day
Hi all I need to build my own kernel so that I can use my satellite card for internet connection. The driver is compiled with gcc-2.96 and requires the kernel to be compiled with the same. No problem in 9.1 but having just installed 9.2, the make dep gives an error:

Re: [newbie] Kernel Compiling in 9.2

2003-10-21 Thread Joeb
Sharrea Day wrote: Hi all I need to build my own kernel so that I can use my satellite card for internet connection. The driver is compiled with gcc-2.96 and requires the kernel to be compiled with the same. No problem in 9.1 but having just installed 9.2, the make dep gives an error:

Re: [newbie] Kernel Compiling in 9.2

2003-10-21 Thread Sharrea Day
On Wed, 22 Oct 2003 11:21, Joeb wrote: Sharrea Day wrote: I need to build my own kernel so that I can use my satellite card for internet connection. The driver is compiled with gcc-2.96 and requires the kernel to be compiled with the same. No problem in 9.1 but having just installed 9.2,

[newbie] Kernel compiling problems

2003-07-18 Thread Tsyko
Why do I get kernel compiling problems? i.e. Everything goes fine until the make modules part where it gets to a point like isdn, fails and stops compiling? I downloaded the 40mb linux.2.6.test1 file, am I missing some other files or is that a complete file? Thanks. Want to buy your Pack or

Re: [newbie] Kernel compiling takes 80 minutes on P4 1.8 machine

2003-01-21 Thread Wei Wang
Hi, This sounds a bit soothing for me. ;-) Now it takes about 45 minutes to compile the whole kernel. I've heard the Pentium4 deficiency problem before I bought this laptop. But the comments I found gave me an impression that P4 1.8GHz is aboutthe same performance as a P3 1.2GHz, but there is

Re: [newbie] Kernel compiling takes 80 minutes on P4 1.8 machine

2003-01-21 Thread Wei Wang
to rethink your timing. Rob -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]On Behalf Of Chuck Burns Sent: Monday, January 20, 2003 11:26 AM To: [EMAIL PROTECTED] Subject: Re: [newbie] Kernel compiling takes 80 minutes on P4 1.8 machine

[newbie] Kernel compiling takes 80 minutes on P4 1.8 machine

2003-01-20 Thread Wei Wang
Hi, I am not sure if this is hardware related or OS related. I have Mandrake 9.0 on my Pentium 4 M 1.8Ghz laptop. Now the complete kernel compiling make clean bzImage modules takes 80 minutes to finish. Every gcc stays on the screen for a second or so that you can read almost every one of them.

Re: [newbie] Kernel compiling takes 80 minutes on P4 1.8 machine

2003-01-20 Thread Chuck Burns
On Mon, January 20 2003 11:01 am, Wei Wang wrote: *snip* I am not sure if this is hardware related or OS related. I have Mandrake 9.0 on my Pentium 4 M 1.8Ghz laptop. Now the complete kernel compiling make clean bzImage modules *snip takes 80 minutes to finish. Every gcc stays on the screen

RE: [newbie] Kernel compiling takes 80 minutes on P4 1.8 machine

2003-01-20 Thread Robert Wideman
. You guys might want to rethink your timing. Rob -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]On Behalf Of Chuck Burns Sent: Monday, January 20, 2003 11:26 AM To: [EMAIL PROTECTED] Subject: Re: [newbie] Kernel compiling takes 80 minutes on P4 1.8 machine

Re: [newbie] Kernel compiling takes 80 minutes on P4 1.8 machine

2003-01-20 Thread Tom Brinkman
On Monday January 20 2003 11:01 am, Wei Wang wrote: I am not sure if this is hardware related or OS related. I have Mandrake 9.0 on my Pentium 4 M 1.8Ghz laptop. Now the complete kernel compiling make clean bzImage modules make dep clean bzImage~ 5 mins. time make modules

Re: [newbie] Kernel compiling takes 80 minutes on P4 1.8 machine

2003-01-20 Thread Stephen Kuhn
On Tue, 2003-01-21 at 04:01, Wei Wang wrote: Hi, I am not sure if this is hardware related or OS related. I have Mandrake 9.0 on my Pentium 4 M 1.8Ghz laptop. Now the complete kernel compiling make clean bzImage modules takes 80 minutes to finish. Every gcc stays on the screen for a

[newbie] Kernel Compiling Troubles

2001-01-01 Thread Riker
Hello: I finally installed all the source stuff needed to recompile the default kernel in Mandrake 7.2. It went very well. Since it was so easy, I decided to try compiling the 2.4.0-test12 kernel. I didn't have any trouble compiling it. Made may changes in GRUB and rebooted. I picked the right

Re: [newbie] Kernel compiling?

2000-09-20 Thread Fabrizio Ravazz
Hello, you've got to open an xterm, go to the directory /usr/src/linux and give this command: make xconfig This opens a tcl/tk interface where you can put extra options to your Kernel, once you've finished save exit. Be careful because if you do something wrong your machine won't start

Re: [newbie] Kernel compiling?

2000-09-15 Thread Anthony
http://www.pcworld.com/heres_how/article/0,1400,13702,00.html is a really good article on how to do it. I read somewhere in one of the help files in order to maximize our Linux box peformance, we should recompile it's kernel. I am interested in this and would like to find out how to do it.

[newbie] Kernel compiling?

2000-09-14 Thread Lovister LJ
I read somewhere in one of the help files in order to maximize our Linux box peformance, we should recompile it's kernel. I am interested in this and would like to find out how to do it. Thanks... _ Get Your Private,

Re: [[newbie] Kernel compiling?]

2000-09-14 Thread Brent Hawkins
Yes, you can strip the needless features from it. Check out this page for help: http://www.linuxnewbie.org/nhf/intel/compiling/kernelcomp.html In addition to the commands used on that page, you can try: "bzlilo" - another automated lilo updater. "make install" - moves bvImage and System.Map