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 |
Welcome to LinuxQuestions.org, a friendly and active Linux Community.
You are currently viewing LQ as a guest. By joining our community you will have the ability to post topics, receive our newsletter, use the advanced search, subscribe to threads and access many other special features. Registration is quick, simple and absolutely free. Join our community today!
Note that registered members see fewer ads, and ContentLink is completely disabled once you log in.
Are you new to LinuxQuestions.org? Visit the following links:
Site Howto |
Site FAQ |
Sitemap |
Register Now
If you have any problems with the registration process or your account login, please contact us. If you need to reset your password, click here.
Having a problem logging in? Please visit this page to clear all LQ-related cookies.
Get a virtual cloud desktop with the Linux distro that you want in less than five minutes with Shells! With over 10 pre-installed distros to choose from, the worry-free installation life is here! Whether you are a digital nomad or just looking for flexibility, Shells can put your Linux machine on the device that you want to use.
Exclusive for LQ members, get up to 45% off per month. Click here for more info.
|
|
|
04-22-2004, 02:24 AM
|
#1
|
Member
Registered: Mar 2003
Location: Bellevue, WA
Distribution: Arch w/ XFCE
Posts: 834
Rep:
|
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??
|
|
|
04-22-2004, 02:36 AM
|
#2
|
LQ Guru
Registered: Jan 2004
Location: NJ, USA
Distribution: Slackware, Debian
Posts: 5,852
|
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.
|
|
|
04-22-2004, 04:12 AM
|
#3
|
Member
Registered: Oct 2002
Location: Sydney, Australia
Distribution: Gentoo, Ubuntu, Debian
Posts: 184
Rep:
|
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".
|
|
|
04-22-2004, 12:08 PM
|
#4
|
Member
Registered: Mar 2003
Location: Bellevue, WA
Distribution: Arch w/ XFCE
Posts: 834
Original Poster
Rep:
|
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?
|
|
|
04-22-2004, 01:13 PM
|
#5
|
Senior Member
Registered: Feb 2004
Location: Somerset, England
Distribution: Slackware 10.2, Slackware 10.0, Ubuntu 9.10
Posts: 1,938
Rep:
|
or make gconfig if you have gtk installed
|
|
|
04-22-2004, 01:31 PM
|
#6
|
Member
Registered: Mar 2003
Location: Bellevue, WA
Distribution: Arch w/ XFCE
Posts: 834
Original Poster
Rep:
|
I don't have gtk either ...
I'm using debian ... how would one go about installing these modules?
|
|
|
04-22-2004, 02:34 PM
|
#7
|
Member
Registered: Feb 2004
Posts: 467
Rep:
|
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.
|
|
|
04-22-2004, 03:31 PM
|
#8
|
LQ Guru
Registered: Jan 2001
Posts: 24,149
|
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.
|
|
|
04-22-2004, 03:51 PM
|
#9
|
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:
|
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.
|
|
|
04-22-2004, 06:03 PM
|
#10
|
Member
Registered: Mar 2003
Location: Bellevue, WA
Distribution: Arch w/ XFCE
Posts: 834
Original Poster
Rep:
|
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.
|
|
|
04-22-2004, 07:09 PM
|
#11
|
Member
Registered: Feb 2004
Posts: 467
Rep:
|
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.
|
|
|
04-22-2004, 11:46 PM
|
#12
|
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:
|
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
|
|
|
04-23-2004, 03:51 AM
|
#13
|
Member
Registered: Mar 2003
Location: Bellevue, WA
Distribution: Arch w/ XFCE
Posts: 834
Original Poster
Rep:
|
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.
|
|
|
04-23-2004, 05:33 AM
|
#14
|
Member
Registered: Jul 2003
Location: Oahu, Hawaii, USA
Distribution: Ubuntu, Debian, RHES
Posts: 57
Rep:
|
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!
|
|
|
04-23-2004, 05:36 AM
|
#15
|
Member
Registered: Mar 2003
Location: Bellevue, WA
Distribution: Arch w/ XFCE
Posts: 834
Original Poster
Rep:
|
I have ncurses (for menuconfig), gtk (gconfig), and qt (kconfig) stuff installed and make can't detect any of em! What's wrong?
|
|
|
All times are GMT -5. The time now is 08:30 PM.
|
LinuxQuestions.org is looking for people interested in writing
Editorials, Articles, Reviews, and more. If you'd like to contribute
content, let us know.
|
Latest Threads
LQ News
|
|