Advertisement
altima

Untitled

Mar 13th, 2012
299
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.42 KB | None | 0 0
  1. #------------------------------------------------------------------------------
  2. # Modified Calculate-install 2.2.27
  3. # Processing template files:
  4. # /usr/share/calculate/templates/install/1merge/udev/blacklist.conf
  5. # For modify this file, create /etc/modprobe.d/blacklist.conf.clt template.
  6. #------------------------------------------------------------------------------
  7. # This file lists modules which will not be loaded by udev,
  8. # not at coldplugging and not on hotplug events.
  9.  
  10. # Add your own entries to this file
  11. # in the format "blacklist <name of module>"
  12.  
  13. # Not using kernel video drivers
  14. blacklist nvidia
  15. blacklist radeon
  16. blacklist nouveau
  17. blacklist i915
  18. blacklist uvesafb
  19.  
  20. # Some examples:
  21. # evbug is a debug tool and should be loaded explicitly
  22. blacklist evbug
  23.  
  24. # Autoloading eth1394 most of the time re-orders your network
  25. # interfaces, and with buggy kernel 2.6.21, udev persistent-net
  26. # is not able to rename these devices, so you get eth?_rename devices
  27. # plus an exceeded 30sec boot timeout
  28. blacklist eth1394
  29.  
  30. # You probably want this to not get the console beep loud on every tab :)
  31. blacklist pcspkr
  32.  
  33. # these drivers are very simple, the HID drivers are usually preferred
  34. #blacklist usbmouse
  35. #blacklist usbkbd
  36.  
  37. # Sometimes loading a framebuffer driver at boot gets the console black
  38. #install pci:v*d*sv*sd*bc03sc*i* /bin/true
  39.  
  40. # hplip and cups 1.4+ use raw USB devices, so it requires usblp not be loaded
  41. blacklist usblp
  42. blacklist psmouse
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement