Linux - Software This forum is for Software issues.
Having a problem installing a new program? Want to know which application is best for the job? Post your question in this forum. |
| 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.
 |
GNU/Linux Basic Guide
This 255-page guide will provide you with the keys to understand the philosophy of free software, teach you how to use and handle it, and give you the tools required to move easily in the world of GNU/Linux. Many users and administrators will be taking their first steps with this GNU/Linux Basic guide and it will show you how to approach and solve the problems you encounter.
Click Here to receive this Complete Guide absolutely free. |
|
 |
07-01-2005, 09:57 AM
|
#1
|
|
Member
Registered: Nov 2004
Location: England
Distribution: Ubuntu 9.04; Crunchee; EEE Xandros
Posts: 289
Rep:
|
Interested in automatic kernel configuration?
I would like to hear peoples opinions on an automatic kernel configuration program. I suggested the idea a few months ago on this forum and Ekkume was interested in trying to develop such a program with me. So basically I want to know if anybody is going to use it before we start making it.
Thanks.
Adam
|
|
|
|
07-01-2005, 10:07 AM
|
#2
|
|
Member
Registered: Jun 2005
Location: Oslo, Norway
Distribution: Slackware 11, Solaris 10, Solaris 9, Sourcemage 0.9.6
Posts: 322
Rep:
|
Hi!
How will the program work?
|
|
|
|
07-01-2005, 10:10 AM
|
#3
|
|
Member
Registered: Nov 2004
Location: England
Distribution: Ubuntu 9.04; Crunchee; EEE Xandros
Posts: 289
Original Poster
Rep:
|
Hey dino,
thanks for the question. The idea is to scan the hardware and then create a config file that should match with the current hardware.
|
|
|
|
07-01-2005, 10:14 AM
|
#4
|
|
HCL Maintainer
Registered: Jun 2003
Location: Tupelo, MS
Distribution: Gentoo
Posts: 6,926
Rep: 
|
Just an opinion, which is what you're asking for I suppose.
I would not attempt to use an automatic kernel configuration program.
First, I wouldn't learn anything. This sounds like one of the reasons I fled Windoze for Slackware to begin with.
Second, sometimes my hardware is not detected, so I'd have to recompile anyway.
Third, the purpose of compiling a custom kernel is for things that you want in your system that others don't want/use. And nobody can write an app that reads the users mind enough to determine things such as the proper IO Scheduler for this box.
|
|
|
|
07-01-2005, 11:01 AM
|
#5
|
|
Member
Registered: Jun 2005
Location: Oslo, Norway
Distribution: Slackware 11, Solaris 10, Solaris 9, Sourcemage 0.9.6
Posts: 322
Rep:
|
Hi!
Your idea sounds good to me. I think I would give it a try if I wanted a fast compile. Good idea! Keep working on it! 
|
|
|
|
07-01-2005, 11:34 AM
|
#6
|
|
Member
Registered: Nov 2004
Location: England
Distribution: Ubuntu 9.04; Crunchee; EEE Xandros
Posts: 289
Original Poster
Rep:
|
Quote:
|
Third, the purpose of compiling a custom kernel is for things that you want in your system that others don't want/use. And nobody can write an app that reads the users mind enough to determine things such as the proper IO Scheduler for this box.
|
The idea is it detects for your specific hardware therefore it adds things you want in your system that might not be standard. This should help people who aren't confident compiling their own kernel but who have some hardware that doesn't work correctly and also for speed and removing unused parts of the kernel. You will also be able to check before compiliation and I'll make sure you keep your old kernel as back up.
Quote:
Hi!
Your idea sounds good to me. I think I would give it a try if I wanted a fast compile. Good idea! Keep working on it!
|
Thanks
|
|
|
|
07-01-2005, 11:38 AM
|
#7
|
|
Member
Registered: Apr 2005
Location: Canada
Distribution: Slackware
Posts: 496
Rep:
|
Personally, I don't know how widely accepted the idea would become. I think it would help a lot of new people who are too afraid to manually recompile their kernel. But most people who would be recompiling are gonna go through the options themselves and are the type of people who don't like auto-anything. Also, since you can export each configuration as a file, once you configure the kernel once, you can load the file with each new release instead of starting from scratch. An interesting idea none the less, and certainly worth building for all the Mandriva, etc. users, but don't expect a Slackware sysadmin to be using it.
|
|
|
|
07-01-2005, 11:45 AM
|
#8
|
|
Member
Registered: Nov 2004
Location: England
Distribution: Ubuntu 9.04; Crunchee; EEE Xandros
Posts: 289
Original Poster
Rep:
|
Quote:
Originally posted by Vgui
Personally, I don't know how widely accepted the idea would become. I think it would help a lot of new people who are too afraid to manually recompile their kernel. But most people who would be recompiling are gonna go through the options themselves and are the type of people who don't like auto-anything. Also, since you can export each configuration as a file, once you configure the kernel once, you can load the file with each new release instead of starting from scratch. An interesting idea none the less, and certainly worth building for all the Mandriva, etc. users, but don't expect a Slackware sysadmin to be using it.
|
I wasn't expecting people who already compile themselves to use it anyway. I've done a few myself now but remember what it was like the first couple of times trying to work out whether I needed some of the options I didn't even understand what they were for.
|
|
|
|
07-01-2005, 11:47 AM
|
#9
|
|
Member
Registered: Apr 2005
Location: Canada
Distribution: Slackware
Posts: 496
Rep:
|
Yep, that would be your target audience for sure.
I think if the menuconfig documentation had a "if you don't know what you are doing, choose Yes" note for _every_ option, it would simplify things a lot.
|
|
|
|
07-01-2005, 12:38 PM
|
#10
|
|
Senior Member
Registered: Nov 2003
Location: Orlando FL
Distribution: Debian
Posts: 1,765
Rep:
|
Re: Interested in automatic kernel configuration?
Quote:
Originally posted by APB_4
I would like to hear peoples opinions on an automatic kernel configuration program. I suggested the idea a few months ago on this forum and Ekkume was interested in trying to develop such a program with me. So basically I want to know if anybody is going to use it before we start making it.
Thanks.
Adam
|
IIRC the RH line including all of its forks do that already. once the system is installed and you want to run a kernel update as long as it is the proper .rpm then it will automatically do it for you. no muss, no fuss it just works. reboot the system and poof you are running the new kernel.
no it is not a custom and i have no clue how well it handles custom kernels, but for base install kernel it works great.
i would love something like that for debian.
|
|
|
|
07-01-2005, 12:42 PM
|
#11
|
|
Member
Registered: Nov 2004
Location: England
Distribution: Ubuntu 9.04; Crunchee; EEE Xandros
Posts: 289
Original Poster
Rep:
|
Re: Re: Interested in automatic kernel configuration?
Quote:
Originally posted by Lleb_KCir
IIRC the RH line including all of its forks do that already. once the system is installed and you want to run a kernel update as long as it is the proper .rpm then it will automatically do it for you. no muss, no fuss it just works. reboot the system and poof you are running the new kernel.
no it is not a custom and i have no clue how well it handles custom kernels, but for base install kernel it works great.
i would love something like that for debian.
|
I think the RH rpms are precompiled aren't they? The idea with this is to make the config file and compile a custom kernel.
|
|
|
|
| Thread Tools |
Search this Thread |
|
|
|
Posting Rules
|
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts
HTML code is Off
|
|
|
All times are GMT -5. The time now is 10:17 AM.
|
|
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
|
|