LinuxQuestions.org
Help answer threads with 0 replies.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > Slackware
User Name
Password
Slackware This Forum is for the discussion of Slackware Linux.

Notices


Reply
  Search this Thread
Old 07-16-2006, 05:56 AM   #1
sl4ckw4re
Member
 
Registered: Jul 2006
Distribution: Slackware 10.2
Posts: 31

Rep: Reputation: 15
Kernel upgrade: built-in or modules ?


hello. i want to upgrade my kernel to latest stable 2.6.17.6, and been wondering for some time now about some things. Till now i've always selected at least 95% of the options as built-in and those that i wasn't sure about i left them out. So my main concern is... is it better as built-in or as modules ? If i select an option which i'm not sure of will it break my system ? And if it doesn't break it , does it slow down my sys ? Or if i select an option as module and it's not used by anything, does it still slow my system at boot time or/and runtime ?
 
Old 07-16-2006, 08:43 AM   #2
masonm
Senior Member
 
Registered: Mar 2003
Location: Following the white rabbit
Distribution: Slackware64 -current
Posts: 2,300

Rep: Reputation: 90
Modules don't use any memory unless they are actually loaded. I tend to compile everything that isn't actually need to boot (file system, etc...) as modules.

Compiling everything into the kernel increases the size of the kernel causing it to use more memory and slowing it down a bit.

Just be sure to compile in the things absolutely needed to boot the system. Your filesystems and such should definately be compiled in unless you want to use an initrd.
 
Old 07-16-2006, 09:02 AM   #3
davidsrsb
Member
 
Registered: Oct 2003
Location: Kuala Lumpur, Malaysia
Distribution: Slackware 13.37 current
Posts: 770

Rep: Reputation: 33
You would expect that a compiled in function would use less memory than as a module as the "hooks" are simplified. If you are running a filesystem module it will be using memory all the time whichever method. The saving for modules comes when you don't have that hardware on a particular pc.
I use the very basic 2.6 kernels in testing and have learnt the hard way what happens with a typo in the mkinitrd command. Compiling in is safer.
 
Old 07-16-2006, 09:23 AM   #4
liquidtenmilion
Member
 
Registered: May 2004
Location: South Carolina
Distribution: Slackware 11.0
Posts: 606

Rep: Reputation: 32
I use these rules.

1. Compile IN the the modules that you need to boot. These are IDE Chipset support, Filesystem support, and anything else you need.
2. Compile IN any other IDE chipset that you think you may use in the future.(Just in case you ever buy a new motherboard, there is literally no performance decrease from building in ALL the chipsets)
3. Compile as MODULES other hardware that you ALWAYS have in your PC(Sound card, USB support, etc.
4. Compile as modules any other hardware that you _think_ you _may_ install one day in the future, becuase having to do a kernel recompile whenever you install new hardware is not a good thing(Not to mention the subsequent rebuild of Nvidia/kqemu/wireless chips/etc.

You have nothing to lose but hard drive space compiling more modules than you need, and chances are you have at least a 10GB machine, and if you do you definitely can afford the 40k that the average module takes up.

Also, kernel size doesn't matter in speed anymore, small is not faster unless you are on a very early 1990s machine.
 
Old 07-16-2006, 09:48 AM   #5
davidsrsb
Member
 
Registered: Oct 2003
Location: Kuala Lumpur, Malaysia
Distribution: Slackware 13.37 current
Posts: 770

Rep: Reputation: 33
Wasn't there a problem with alsa recently, that it worked as a module but failed compiled in?
 
Old 07-16-2006, 11:13 AM   #6
liquidtenmilion
Member
 
Registered: May 2004
Location: South Carolina
Distribution: Slackware 11.0
Posts: 606

Rep: Reputation: 32
I would always make soundcards modules, simply because it's easy to switch soundcards, and you never know.

Permanent hardware like IDE chipsets should be built in, but hardware that you can/plan to/_might_ switch out should be modules, such as soundcards.
 
Old 07-16-2006, 11:22 AM   #7
egag
Senior Member
 
Registered: Jul 2004
Location: Netherlands
Distribution: Slackware
Posts: 2,721

Rep: Reputation: 53
Quote:
Originally Posted by liquidtenmilion
I use these rules.

1. Compile IN the the modules that you need to boot. These are IDE Chipset support, Filesystem support, and anything else you need.
2. Compile IN any other IDE chipset that you think you may use in the future.(Just in case you ever buy a new motherboard, there is literally no performance decrease from building in ALL the chipsets)
3. Compile as MODULES other hardware that you ALWAYS have in your PC(Sound card, USB support, etc.
4. Compile as modules any other hardware that you _think_ you _may_ install one day in the future, becuase having to do a kernel recompile whenever you install new hardware is not a good thing(Not to mention the subsequent rebuild of Nvidia/kqemu/wireless chips/etc.
*liquidtenmilion*
i wonder why you would recompile a kernel ?
If one of the standard kernels can boot on your system, there is no need to
recompile, as all of your rules are followed there.

*sl4ckw4re*
when you recompile a kernel, only compile in the support *your machine* needs
at boot time. all stuff that's not needed makes the kernel larger and slows
down the boot process. Besides the things mentioned earlier ( filesystem, chipset-support, IDE/SCSI/SATA )pick the VESA framebuffer-support, to prevent
the "black screen" at boot. ( ...and no other framebuffer support ).

The rest can be build as modules.
When you add new hardware, you can just compile the module(s) it needs.
( no need to recompile everything or anything else )

*davidsrsb*
I believe that alsa (almost) allways has to be modular.
When you run "alsaconfig", a few aliasses are added in /etc/modprobe.conf.
Those are used when loading the module(s), and cannot be set if alsa is build-in.
AFAIK this was allways the case...( not sure...)

egag
 
  


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 Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
kernel: modules or built in? sh4d0w13 Linux - Newbie 1 10-31-2005 07:00 PM
new kernel built....no modules linuxhippy Slackware 11 03-10-2005 03:54 PM
Modules Gone After Kernel Upgrade Corallis Linux - General 5 07-06-2004 02:34 AM
Missing modules when upgrade kernel 2.6 letdoit Slackware 7 05-26-2004 12:42 AM
loadable modules vs built-in modules nuzzy Linux - Hardware 1 07-21-2003 04:16 PM

LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > Slackware

All times are GMT -5. The time now is 12:54 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