View previous topic :: View next topic |
Author |
Message |
theturner Tux's lil' helper
![Tux's lil' helper Tux's lil' helper](/images/ranks/rank_rect_1.gif)
Joined: 12 Mar 2004 Posts: 111 Location: United Socialist Republic of Europe
|
Posted: Thu Nov 25, 2004 2:22 pm Post subject: Automatic module loading doesn't work |
|
|
Hi,
I have the following in my kernel (v2.6.9-gentoo-r2):
Code: | [*] Enable loadable module support
[*] Module unloading
[*] Forced module unloading
[ ] Module versioning support (EXPERIMENTAL)
[*] Automatic kernel module loading |
But modules won't load by themselves. I had to put everything I need into /etc/modules.autoload.d/kernel-2.6 .
The system is pure udev.
Now why the fsck do I have to do all of this by hand?
Note that loading the ALSA modules is working automatically at boot, but I have to do everything else (8139too, sis900, nvidia, psmouse, ide-cd). |
|
Back to top |
|
![](templates/gentoo/images/spacer.gif) |
neilhwatson l33t
![l33t l33t](/images/ranks/rank_rect_4.gif)
![](images/avatars/gallery/Futurama/cartoon_futurama_morbo.gif)
Joined: 06 Feb 2003 Posts: 719 Location: Canada
|
Posted: Thu Nov 25, 2004 2:29 pm Post subject: |
|
|
The help file states that some parts of the kernel can autoload. I cannot find the documentation on which parts. _________________ The true guru is a teacher.
Neil Watson |
|
Back to top |
|
![](templates/gentoo/images/spacer.gif) |
MdaG l33t
![l33t l33t](/images/ranks/rank_rect_4.gif)
![](images/avatars/79699192441eebb7c2601b.gif)
Joined: 09 Nov 2004 Posts: 945 Location: Stockholm, Sverige
|
Posted: Thu Nov 25, 2004 3:24 pm Post subject: |
|
|
You've probable already tried this, but have you tried hotplugging the modules with hotplug (and then some with coldplug)? |
|
Back to top |
|
![](templates/gentoo/images/spacer.gif) |
doonkel Apprentice
![Apprentice Apprentice](/images/ranks/rank_rect_2.gif)
Joined: 06 Aug 2004 Posts: 202
|
Posted: Thu Nov 25, 2004 3:34 pm Post subject: |
|
|
Have you installed module-init-tools? |
|
Back to top |
|
![](templates/gentoo/images/spacer.gif) |
dsd Developer
![Developer Developer](/images/ranks/rank-dev.gif)
Joined: 30 Mar 2003 Posts: 2162 Location: nr London
|
Posted: Thu Nov 25, 2004 7:32 pm Post subject: |
|
|
the automatic kernel module loading refers to the process of loading modules during system operation. you just emerge hotplug, plug your usb hard disk in, and usb-storage gets loaded for you _________________ http://dev.gentoo.org/~dsd |
|
Back to top |
|
![](templates/gentoo/images/spacer.gif) |
theturner Tux's lil' helper
![Tux's lil' helper Tux's lil' helper](/images/ranks/rank_rect_1.gif)
Joined: 12 Mar 2004 Posts: 111 Location: United Socialist Republic of Europe
|
Posted: Thu Nov 25, 2004 7:32 pm Post subject: |
|
|
Hotplug version 20040923 is installed and in runlevel default. Coldplug would actually resolve a part of the problem (having to add modules that I want to have loaded at boot into /etc/modules.autoload.d/kernel-2.6), but it's not the same thing as automatic module loading in the kernel.
module-init-tools 3.0-r2 is installed, otherwise i also wouldn't be able to load the modules manually, wouldn't I? |
|
Back to top |
|
![](templates/gentoo/images/spacer.gif) |
|