Advertisement
Guest User

Untitled

a guest
May 17th, 2012
72
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.67 KB | None | 0 0
  1. ubuntu@ubuntu:~$ cat /etc/modprobe.d/blacklist.conf
  2. # This file lists those modules which we don't want to be loaded by
  3. # alias expansion, usually so some other driver will be loaded for the
  4. # device instead.
  5.  
  6. # evbug is a debug tool that should be loaded explicitly
  7. blacklist evbug
  8.  
  9. # these drivers are very simple, the HID drivers are usually preferred
  10. blacklist usbmouse
  11. blacklist usbkbd
  12.  
  13. # replaced by e100
  14. blacklist eepro100
  15.  
  16. # replaced by tulip
  17. blacklist de4x5
  18.  
  19. # causes no end of confusion by creating unexpected network interfaces
  20. blacklist eth1394
  21.  
  22. # snd_intel8x0m can interfere with snd_intel8x0, doesn't seem to support much
  23. # hardware on its own (Ubuntu bug #2011, #6810)
  24. blacklist snd_intel8x0m
  25.  
  26. # Conflicts with dvb driver (which is better for handling this device)
  27. blacklist snd_aw2
  28.  
  29. # causes failure to suspend on HP compaq nc6000 (Ubuntu: #10306)
  30. blacklist i2c_i801
  31.  
  32. # replaced by p54pci
  33. blacklist prism54
  34.  
  35. # replaced by b43 and ssb.
  36. blacklist bcm43xx
  37.  
  38. # most apps now use garmin usb driver directly (Ubuntu: #114565)
  39. blacklist garmin_gps
  40.  
  41. # replaced by asus-laptop (Ubuntu: #184721)
  42. blacklist asus_acpi
  43.  
  44. # low-quality, just noise when being used for sound playback, causes
  45. # hangs at desktop session start (Ubuntu: #246969)
  46. blacklist snd_pcsp
  47.  
  48. # ugly and loud noise, getting on everyone's nerves; this should be done by a
  49. # nice pulseaudio bing (Ubuntu: #77010)
  50. blacklist pcspkr
  51.  
  52. # EDAC driver for amd76x clashes with the agp driver preventing the aperture
  53. # from being initialised (Ubuntu: #297750). Blacklist so that the driver
  54. # continues to build and is installable for the few cases where its
  55. # really needed.
  56. blacklist amd76x_edac
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement