adding the module (or a set of them) to /etc/modprobe.d/blacklist.conf
and then loading it (or them) via /etc/conf.d/modules might work
for example (taken from my own files)
Code: Select all
/etc/modprobe.d $ cat blacklist.conf
#blacklist e1000e
blacklist thinkpad_acpi
and
Code: Select all
/etc/conf.d $ cat modules
modules="thinkpad_acpi snd_hda_intel snd_hda_codec_realtek"
module_thinkpad_acpi_args="fan_control=1"
module_snd_hda_intel_args="index=2"
.... there is nothing - absolutely nothing - half so much worth
doing as simply messing about with Linux ...
(apologies to Kenneth Graeme)