View previous topic :: View next topic |
Author |
Message |
daledude n00b
Joined: 05 Apr 2004 Posts: 52
|
Posted: Sat Nov 26, 2005 9:33 pm Post subject: Automagically find hardware and create kernel .config? |
|
|
Aynone know of a program that will autodetect hardware and create the kernel .config file? Is there even a project (or site) that links what lspci says and whats in the .config?
I did find this (hope lwn sub isnt needed): http://lwn.net/Articles/153290/ _________________ Who am I to say? Nobody. Why should you listen to me? Because I'm not just anybody! |
|
Back to top |
|
|
Exil Apprentice
Joined: 10 Oct 2005 Posts: 251 Location: Nibylandia
|
Posted: Sat Nov 26, 2005 10:08 pm Post subject: |
|
|
Read the article, then you'll understand what you need. that means:
1. Download kernel patch.
2. Apply it.
3. Set the scripts as follow: chmod u+rwx scripts/kconfig/rules/*
4. Type: 'make autoconfig' or 'make autochoiceconfig'.
Thats it. I didn't try it and don't know how it works. |
|
Back to top |
|
|
daledude n00b
Joined: 05 Apr 2004 Posts: 52
|
Posted: Tue Nov 29, 2005 2:23 am Post subject: |
|
|
I know how to install that particular hack, but I was looking for any other method others have seen/tried.
Be ideal to have an existing "dbase" to translate hwdata, lspci or that other hardware detector data to kernel .config defs. _________________ Who am I to say? Nobody. Why should you listen to me? Because I'm not just anybody! |
|
Back to top |
|
|
|