View previous topic :: View next topic |
Author |
Message |
haneulso Apprentice
![Apprentice Apprentice](/images/ranks/rank_rect_2.gif)
Joined: 31 Aug 2004 Posts: 173
|
Posted: Mon Nov 28, 2011 11:24 am Post subject: How to auto module upload in kernel 3.1.X |
|
|
I want to upload modules automatically at boot in kernel 3.1.x.
How can I do it?
Thanks. |
|
Back to top |
|
![](templates/gentoo/images/spacer.gif) |
gringo Advocate
![Advocate Advocate](/images/ranks/rank-G-1-advocate.gif)
![](images/avatars/9565137345531ca1c9c61.jpg)
Joined: 27 Apr 2003 Posts: 3793
|
Posted: Mon Nov 28, 2011 11:38 am Post subject: |
|
|
i suppose you are talking about autoloading modules.
have a look to -> /etc/conf.d/modules.
cheers |
|
Back to top |
|
![](templates/gentoo/images/spacer.gif) |
cach0rr0 Bodhisattva
![Bodhisattva Bodhisattva](/images/ranks/rank-bodhisattva.gif)
![](images/avatars/14936637654ee19d6630f96.gif)
Joined: 13 Nov 2008 Posts: 4123 Location: Houston, Republic of Texas
|
Posted: Mon Nov 28, 2011 3:08 pm Post subject: |
|
|
if you're asking about loading modules AFTER the root partition has been mounted (e.g. not modules required for booting), as gringo said /etc/conf.d/modules controls which ones get loaded when the 'modules' init script starts up
however if youre asking about loading modules before all of that, such as ones required to get your system to even boot, you'd need to bundle them into an initramfs _________________ Lost configuring your system?
dump lspci -n here | see Pappy's guide | Link Stash |
|
Back to top |
|
![](templates/gentoo/images/spacer.gif) |
|