Blacklist Module
Source: https://superuser.com/questions/575887/how-to-disable-device-in-linux-debian-wheezy
In all commands replace <modulename>
with the actual module name
- Create a file
sudo nano /etc/modprobe.d/<modulename>.conf
containing the following
blacklist <modulename>
- Run
sudo depmod -ae
- Recreate your initrd
update-initramfs -u