2008/2/6, Dan Dexter <wulfmahn@gmail.com>:
On Tuesday 05 February 2008 06:20:25 pm Elyahou ITTAH wrote:
> What i can do so that the kernel module iwl3945 don't be autoload at the
> boot ?
>
> He is not on module.autoload.d/kernel ...
>
> I have many modules (Alsa,nvidia,uvcvideo) which are loaded automaticaly
> but i don't know why...
>
> I am interested to remove this autoload only for iwl3945
>
> thx
As root:
echo "blacklist iwl3945" >> /etc/modprobe.d/blacklist
http://gentoo-wiki.com/HOWTO_prevent_udev_from_loading_certain_modules
For additional info
Thx
