View previous topic :: View next topic |
Author |
Message |
tomatopi Tux's lil' helper
Joined: 18 Sep 2005 Posts: 130 Location: Ottawa
|
Posted: Tue Jul 03, 2007 1:52 am Post subject: Preventing autoloading of modules |
|
|
I've got an Eicon Diva ISDN adapter that need it's module to be loaded via an init script since it needs a firmware to be loaded. I don't have the module listed in modules.autoload.d/kernel-2.6 but it continues to be autoloaded on boot. It used to not get autoloaded but I did a system update and now I can't get this thing right. I looked in /etc/udev and I can't find any file that makes reference to the divas module that's being loaded.
What else determines what modules get autoloaded at boot? I need to stop this module from getting autoloaded and let it get loaded properly with my init script in order to get my Asterisk PBX to start reliably. |
|
Back to top |
|
|
nalldrin n00b
Joined: 04 Nov 2003 Posts: 19 Location: Pittsburgh, PA
|
Posted: Tue Jul 03, 2007 6:13 am Post subject: kernel config? |
|
|
There is a kernel option for autoloading modules (CONFIG_KMOD)...not sure if your problem is related though. |
|
Back to top |
|
|
PaulBredbury Watchman
Joined: 14 Jul 2005 Posts: 7310
|
Posted: Tue Jul 03, 2007 7:56 am Post subject: |
|
|
Put in /etc/modprobe.d/blacklist
Or whatever the module is called. Then run:
To repopulate /etc/modprobe.conf |
|
Back to top |
|
|
|