Advertisement
Guest User

Untitled

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