LinuxQuestions.org
Welcome to the most active Linux Forum on the web.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - General
User Name
Password
Linux - General This Linux forum is for general Linux questions and discussion.
If it is Linux Related and doesn't seem to fit in any other forum then this is the place.

Notices


Reply
  Search this Thread
Old 04-22-2004, 02:24 AM   #1
orange400
Member
 
Registered: Mar 2003
Location: Bellevue, WA
Distribution: Arch w/ XFCE
Posts: 834

Rep: Reputation: 30
Kernel "make config" - is this for real?


I've been sitting on my butt all day today for like 5 straight hours just trying to get kernel v2.6.5 going!! I don't know what to do, the questions just keep coming. I hate it. Do you guys actually go though the whole config to compile a kernel???

Is there any way I can just get 2.6.5 on there in a slightly easier way than this so I can get my USB-ethernet NIC working??
 
Old 04-22-2004, 02:36 AM   #2
MS3FGX
LQ Guru
 
Registered: Jan 2004
Location: NJ, USA
Distribution: Slackware, Debian
Posts: 5,852

Rep: Reputation: 361Reputation: 361Reputation: 361Reputation: 361
You have to go through it all.

You could use the defaults, but there is no way to know if the features you need are going to be included in the final product.
 
Old 04-22-2004, 04:12 AM   #3
miknight
Member
 
Registered: Oct 2002
Location: Sydney, Australia
Distribution: Gentoo, Ubuntu, Debian
Posts: 184

Rep: Reputation: 30
Re: Kernel "make config" - is this for real?

Quote:
Originally posted by orange400
Is there any way I can just get 2.6.5 on there in a slightly easier way than this so I can get my USB-ethernet NIC working??
Have you considered upgrading to Mandrake 10 where your USB NIC may (not sure) work out of the box? Also, instead of "make config" try "make menuconfig" or "make xconfig".
 
Old 04-22-2004, 12:08 PM   #4
orange400
Member
 
Registered: Mar 2003
Location: Bellevue, WA
Distribution: Arch w/ XFCE
Posts: 834

Original Poster
Rep: Reputation: 30
Make xconfig doesn't work cause I don't have the right developers kit. I think it's the QT developers kit? Yeah. I'll try make menuconfig though.

Is there a way to save where I was and continue later?
 
Old 04-22-2004, 01:13 PM   #5
Komakino
Senior Member
 
Registered: Feb 2004
Location: Somerset, England
Distribution: Slackware 10.2, Slackware 10.0, Ubuntu 9.10
Posts: 1,938

Rep: Reputation: 55
or make gconfig if you have gtk installed
 
Old 04-22-2004, 01:31 PM   #6
orange400
Member
 
Registered: Mar 2003
Location: Bellevue, WA
Distribution: Arch w/ XFCE
Posts: 834

Original Poster
Rep: Reputation: 30
I don't have gtk either ...

I'm using debian ... how would one go about installing these modules?
 
Old 04-22-2004, 02:34 PM   #7
comp12345
Member
 
Registered: Feb 2004
Posts: 467

Rep: Reputation: 30
Here's a link for you.

http://anarka.org/linux/debian_kernel.html

I suggest menuconfig. It's easier to go through the options. y=compile into kernel, m=compile as module, n=don't include.
 
Old 04-22-2004, 03:31 PM   #8
trickykid
LQ Guru
 
Registered: Jan 2001
Posts: 24,149

Rep: Reputation: 269Reputation: 269Reputation: 269
Quote:
Originally posted by orange400
I don't have gtk either ...

I'm using debian ... how would one go about installing these modules?
Use menuconfig which is a text based menu system that uses ncurses. Easier than make config and doesn't require what xconfig needs.
 
Old 04-22-2004, 03:51 PM   #9
zLinuxz
Senior Member
 
Registered: Feb 2002
Location: Shanghai, CHINA
Distribution: RH 5.0,5.1 6.0,6.1 7.0,7.1,7.2,7.3.,8.0,9.0, RH Enterprise, Fedora C1, C2
Posts: 1,216

Rep: Reputation: 45
Re: Kernel "make config" - is this for real?

Quote:
Originally posted by orange400
I've been sitting on my butt all day today for like 5 straight hours just trying to get kernel v2.6.5 going!! I don't know what to do, the questions just keep coming. I hate it. Do you guys actually go though the whole config to compile a kernel???

Is there any way I can just get 2.6.5 on there in a slightly easier way than this so I can get my USB-ethernet NIC working??
Hey Orange400,

Don't have such a hard time configuring your kernel man, it's really easy!, but you must be organized when you configure your kernel!

The first thing you should do, and this is a suggestion, is to write down on a piece of paper...
Every single piece of hardware you must configure to use in your computer;
Start with your Monitor, and work all the way into your pc down to the modem, hardrives, video card, etc...

Along them, write their Drivers, because you need them to know what to enable in the kernel and what to not enable.

This should make your configuration 50% faster...all you have to do is find it in the kernel, and select it. That's the other 50%.

I've always used> make menuconfig
and it has always worked beautifully.
I just compiled the 2.6.5, and it took me like 15 minutes configuring it.

So, you really should have a hard time with it bro!, any other questions, fire'em.
 
Old 04-22-2004, 06:03 PM   #10
orange400
Member
 
Registered: Mar 2003
Location: Bellevue, WA
Distribution: Arch w/ XFCE
Posts: 834

Original Poster
Rep: Reputation: 30
Re: Re: Kernel "make config" - is this for real?

Quote:
Originally posted by zLinuxz
So, you really should have a hard time with it bro!
lol ... typo

I know all of my configuration by heart. Even most of the IRQ and DMA stuff. And it's even a laptop. I'm fluent in PC hardware ... been doin it since the 486s. I overclock too

I'm guessing that make menuconfig = make config ... I tried make menuconfig but that didn't work either. But make config works.

I also found the debian package installer ... it was ... lol ... right on the KDE menu Why didn't I see that?? I supposedly installed etereal on it but I'm not sure if I did it. I'm too n00b to start ethereal.
 
Old 04-22-2004, 07:09 PM   #11
comp12345
Member
 
Registered: Feb 2004
Posts: 467

Rep: Reputation: 30
The reason "make menuconfig" doesn't work is most likely because libncurses5-dev is not installed. As root, type "apt-get install libncurses5-dev" in a terminal and "make menuconfig" should work just fine.
 
Old 04-22-2004, 11:46 PM   #12
zLinuxz
Senior Member
 
Registered: Feb 2002
Location: Shanghai, CHINA
Distribution: RH 5.0,5.1 6.0,6.1 7.0,7.1,7.2,7.3.,8.0,9.0, RH Enterprise, Fedora C1, C2
Posts: 1,216

Rep: Reputation: 45
oh, yeah bro, that was a big typo, hehehe, sorry.

Ah, cool try what comp12345 said, and if your make menuconfig works, then you will be very greatful it did, hehehe, it's so much nicer,

zLinuxz
 
Old 04-23-2004, 03:51 AM   #13
orange400
Member
 
Registered: Mar 2003
Location: Bellevue, WA
Distribution: Arch w/ XFCE
Posts: 834

Original Poster
Rep: Reputation: 30
Ahh, I would apt-get, but neither of my ethernet interfaces are working. In fact, I'm trying to recompile the kernel to get them going. Isn't that a /dev/null (I'm sure you've NEVER heard that before )

I have some stuff on my debian cd too, including the QT stuff. I'm fooling around with the X package installer, hopefully I can make it boogie.
 
Old 04-23-2004, 05:33 AM   #14
Garp
Member
 
Registered: Jul 2003
Location: Oahu, Hawaii, USA
Distribution: Ubuntu, Debian, RHES
Posts: 57

Rep: Reputation: 15
Re: Kernel "make config" - is this for real?

Quote:
Originally posted by orange400
I've been sitting on my butt all day today for like 5 straight hours just trying to get kernel v2.6.5 going!! I don't know what to do, the questions just keep coming. I hate it. Do you guys actually go though the whole config to compile a kernel???

Is there any way I can just get 2.6.5 on there in a slightly easier way than this so I can get my USB-ethernet NIC working??
Two steps:

Make oldconfig. That'll bring your old kernel configs into the 2.6.5 kernel directory, and updates them for the new kernel. It'll ask you a question or two in the config style, but not many.
Then run: make menuconfig.
That is a much better interface for it!
 
Old 04-23-2004, 05:36 AM   #15
orange400
Member
 
Registered: Mar 2003
Location: Bellevue, WA
Distribution: Arch w/ XFCE
Posts: 834

Original Poster
Rep: Reputation: 30
I have ncurses (for menuconfig), gtk (gconfig), and qt (kconfig) stuff installed and make can't detect any of em! What's wrong?
 
  


Reply



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
Can't "make config" whilst attempting wifi card install on Debian Sarge. Keychain Linux - Hardware 3 09-19-2008 11:24 AM
MA111 USB adapter driver "make config" fail theonlydrew Linux - Wireless Networking 1 01-26-2005 10:53 PM
"make config" with current kernel arimus25 Linux - Software 1 03-08-2004 06:26 PM
vsftpd - "real" vs. "virtual" users clau_bolson Linux - Networking 2 11-17-2003 06:22 AM
[RedHat] "make xconfig" changes stock .config gbell Linux - Distributions 0 07-07-2003 05:28 PM

LinuxQuestions.org > Forums > Linux Forums > Linux - General

All times are GMT -5. The time now is 11:11 PM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration