[HOW TO] Blacklist/Prevent a module from loading

How to do things, solutions, recipes, tutorials
Post Reply
Message
Author
Krytus
Posts: 5
Joined: Sat 19 Jul 2008, 07:50

[HOW TO] Blacklist/Prevent a module from loading

#1 Post by Krytus »

Open /etc/modprobe.conf and enter:

alias module_name off

save and reboot.

-------------------------

Search if the alias for the module already exists and add off in that case at the end of the line.

Post Reply