blacklist.conf 1.6 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455
  1. # This file lists those modules which we don't want to be loaded by
  2. # alias expansion, usually so some other driver will be loaded for the
  3. # device instead.
  4. # evbug is a debug tool that should be loaded explicitly
  5. blacklist evbug
  6. # these drivers are very simple, the HID drivers are usually preferred
  7. blacklist usbmouse
  8. blacklist usbkbd
  9. # replaced by e100
  10. blacklist eepro100
  11. # replaced by tulip
  12. blacklist de4x5
  13. # causes no end of confusion by creating unexpected network interfaces
  14. blacklist eth1394
  15. # snd_intel8x0m can interfere with snd_intel8x0, doesn't seem to support much
  16. # hardware on its own (Ubuntu bug #2011, #6810)
  17. blacklist snd_intel8x0m
  18. # Conflicts with dvb driver (which is better for handling this device)
  19. blacklist snd_aw2
  20. # causes failure to suspend on HP compaq nc6000 (Ubuntu: #10306)
  21. blacklist i2c_i801
  22. # replaced by p54pci
  23. blacklist prism54
  24. # replaced by b43 and ssb.
  25. blacklist bcm43xx
  26. # most apps now use garmin usb driver directly (Ubuntu: #114565)
  27. blacklist garmin_gps
  28. # replaced by asus-laptop (Ubuntu: #184721)
  29. blacklist asus_acpi
  30. # low-quality, just noise when being used for sound playback, causes
  31. # hangs at desktop session start (Ubuntu: #246969)
  32. blacklist snd_pcsp
  33. # ugly and loud noise, getting on everyone's nerves; this should be done by a
  34. # nice pulseaudio bing (Ubuntu: #77010)
  35. blacklist pcspkr
  36. # EDAC driver for amd76x clashes with the agp driver preventing the aperture
  37. # from being initialised (Ubuntu: #297750). Blacklist so that the driver
  38. # continues to build and is installable for the few cases where its
  39. # really needed.
  40. blacklist amd76x_edac