1. # This file lists modules which will not be loaded by udev,
  2. # not at coldplugging and not on hotplug events.
  3. # Add your own entries to this file
  4. # in the format "blacklist <name of module>"
  5. # Some examples:
  6. # evbug is a debug tool and should be loaded explicitly
  7. blacklist evbug
  8. # Autoloading eth1394 most of the time re-orders your network
  9. # interfaces, and with buggy kernel 2.6.21, udev persistent-net
  10. # is not able to rename these devices, so you get eth?_rename devices
  11. # plus an exceeded 30sec boot timeout
  12. blacklist eth1394
  13. # You probably want this to not get the console beep loud on every tab :)
  14. #blacklist pcspkr
  15. # these drivers are very simple, the HID drivers are usually preferred
  16. #blacklist usbmouse
  17. #blacklist usbkbd
  18. # Sometimes loading a framebuffer driver at boot gets the console black
  19. #install pci:v*d*sv*sd*bc03sc*i* /bin/true
  20. # hplip and cups 1.4+ use raw USB devices, so it requires usblp not be loaded
  21. blacklist usblp
  22. ## make broadcom-sta happy
  23. ## <2012-12-08.
  24. #blacklist ssb
  25. #blacklist bcma
  26. #blacklist brcmsmac
  27. blacklist b43
  28. # make b43 happy (ditch broadcom-sta)
  29. # 2012-12-08. Testing needed.
  30. #blacklist wl
  31. # keep nvidia-drivers working, sorry nouveau
  32. blacklist nouveau
  33. # Known to cause kernel OOPS at boot
  34. blacklist ite_cir
  35. # Prevents kernel message: Driver 'pcspkr' is already registered, aborting...
  36. blacklist snd-pcsp