You are not logged in.
I'm trying to compile a kernel, using this suggestion:
http://bbs.archlinux.org/viewtopic.php? … 01#p739701
I found
lspci -k
which lists all drivers and modules in use. Logically, I want to include those modules into the new kernel, so I try to find the corresponding names in
make menuconfig
Is there a way to search for a module name? Is there a table somewhere to find the relevant kernel parameters?
How can I be sure I included the right module?
zʇıɹɟʇıɹʞsuɐs AUR || Cycling in Budapest with a helmet camera || Revised log levels proposal: "FYI" "WTF" and "OMG" (John Barnette)
Offline
http://kmuto.jp/debian/hcl/ <-- This is a link of the topic you linked above. Simply copy the output of lspci -n in the box and press the left button.
Then you will get a table, the second column from the right is the one with the driver names.
Sometimes it seems to be useful to speak german ;-)
See also this: http://zen-kernel.org/tutorials/creatin … figuration
(it should explain the same method but with some more details)
Offline
Thanks, that is useful!
I speak german, why?
zʇıɹɟʇıɹʞsuɐs AUR || Cycling in Budapest with a helmet camera || Revised log levels proposal: "FYI" "WTF" and "OMG" (John Barnette)
Offline
You should use make localmodconfig - just make sure all modules that you want in the new kernel are loaded at the time that you run it.
Offline
I'm trying to compile a kernel, using this suggestion:
http://bbs.archlinux.org/viewtopic.php? … 01#p739701
I found
lspci -k
which lists all drivers and modules in use. Logically, I want to include those modules into the new kernel, so I try to find the corresponding names in
make menuconfig
Is there a way to search for a module name? Is there a table somewhere to find the relevant kernel parameters?
How can I be sure I included the right module?
in menuconfig, just type / to get a searchbox. it will list all modules and their locations that match your search (IIRC it's case sensitive so beware of that)
Offline
Guys thanks,
make localmodconfig (awesome script!)
and the "/" search function was almost more than what I was looking for!
zʇıɹɟʇıɹʞsuɐs AUR || Cycling in Budapest with a helmet camera || Revised log levels proposal: "FYI" "WTF" and "OMG" (John Barnette)
Offline
Funny, 'make localmodconfig' worked fine for me whenever I compiled 2.6.32.x. However, I always get an error after answering a few question prompts whenever trying to compile 2.6.33.x
Offline
Mine is working fine, never used it before but except for whining that lsmod can't be found all went well (i've just edited the streamline-whatever.pl script to point to /bin/lsmod instead of /sbin/lsmod).
mine custom config had 600 modules, now 200 I don't know how much stock kernel had, 2K ?
Offline
I have to say, I'm really impressed. 15 minutes compile time, blazing fast kernel, life is good
make localmodconfig is a godsent, really.
zʇıɹɟʇıɹʞsuɐs AUR || Cycling in Budapest with a helmet camera || Revised log levels proposal: "FYI" "WTF" and "OMG" (John Barnette)
Offline