View previous topic :: View next topic |
Author |
Message |
enricotognoni n00b
Joined: 03 Jan 2013 Posts: 4
|
Posted: Sat Jan 05, 2013 1:30 am Post subject: i dont know about modules to install |
|
|
im compiling kernel right now, next step is to list all available modules and then i dont know what to do about nano -w /etc/conf.d/modules is genkernel all enough? I dont have special hardware, usb key, hd external, mobile internet key, wireless mouse, do i have to know something about, or to install something necessary?
ciao & thanks! |
|
Back to top |
|
|
The Doctor Moderator
Joined: 27 Jul 2010 Posts: 2678
|
Posted: Sat Jan 05, 2013 1:36 am Post subject: |
|
|
You can ignore that. Chances are you will not need to auto load any modules. The system is great about loading the needed modules by itself. If it misses any, you will get a clue, ie no sound or something.
EDIT: From what I understand, that step is a bit of a legacy thing. The system did not used to be as good at knowing which modules to load. _________________ First things first, but not necessarily in that order.
Apologies if I take a while to respond. I'm currently working on the dematerialization circuit for my blue box. |
|
Back to top |
|
|
BillWho Veteran
Joined: 03 Mar 2012 Posts: 1600 Location: US
|
Posted: Sat Jan 05, 2013 1:49 am Post subject: |
|
|
enricotognoni,
No need to worry about it. In-tree kernel modules will load.
If you should later decide to install virtualbox, then you would have to add its modules to /etc/conf.d/modules _________________ Good luck
Since installing gentoo, my life has become one long emerge |
|
Back to top |
|
|
cach0rr0 Bodhisattva
Joined: 13 Nov 2008 Posts: 4123 Location: Houston, Republic of Texas
|
Posted: Sat Jan 05, 2013 10:57 am Post subject: |
|
|
The Doctor wrote: | You can ignore that. Chances are you will not need to auto load any modules. The system is great about loading the needed modules by itself. If it misses any, you will get a clue, ie no sound or something.
EDIT: From what I understand, that step is a bit of a legacy thing. The system did not used to be as good at knowing which modules to load. |
basically. unless you dont use udev
udev should be hotplugging modules as needed nowadays
if you dont use udev, you still need that. But, most everyone uses udev _________________ Lost configuring your system?
dump lspci -n here | see Pappy's guide | Link Stash |
|
Back to top |
|
|
mv Watchman
Joined: 20 Apr 2005 Posts: 6780
|
Posted: Sat Jan 05, 2013 11:34 am Post subject: |
|
|
There are several things which do not load automatically since they are not associated to a particular hardware or kernel call (IIRC some pptp, iptables stuff, some special filesystems (aufs, squashfs?), of course things like zram if compiled as a module etc). |
|
Back to top |
|
|
roravun Tux's lil' helper
Joined: 05 Sep 2012 Posts: 82
|
Posted: Sat Jan 05, 2013 1:08 pm Post subject: |
|
|
mv,
I thought iptables related modules are loaded by /sbin/iptables itself, upon issuing particular command. |
|
Back to top |
|
|
Ottre Tux's lil' helper
Joined: 23 Dec 2012 Posts: 129
|
Posted: Sat Jan 05, 2013 4:07 pm Post subject: |
|
|
I've noticed that when you insert a CD the kernel can't tell if it's a read-only CD-R (and should load sr_mod) or a read-write CD-RW (and should load sr_mod + sg).
Most other hardware-related modules are loaded for you automatically. |
|
Back to top |
|
|
mv Watchman
Joined: 20 Apr 2005 Posts: 6780
|
Posted: Sat Jan 05, 2013 8:31 pm Post subject: |
|
|
roravun wrote: | I thought iptables related modules are loaded by /sbin/iptables itself, upon issuing particular command. |
Maybe for some, but not for the majority of commands: You just get an error message from iptables.
As a related issue, cryptsetup also just gives an error if the required encryption algorithm is only an unloaded module. |
|
Back to top |
|
|
|