diff options
author | BlackNoxis <steven.darklight@gmail.com> | 2015-05-14 21:56:37 +0300 |
---|---|---|
committer | BlackNoxis <steven.darklight@gmail.com> | 2015-05-14 21:56:37 +0300 |
commit | 95386d5e3e81550bb2541f876faa174814383336 (patch) | |
tree | b61783698018975bf49709e9eec5eb5316279e0a /sys-apps/systemd/files/blacklist-146 | |
parent | 4fbb9ca1e274fc52b48fab928bf78fe40dc21ebc (diff) | |
parent | 2a0eb3310cd466de041bca720e1f7c0b1689a985 (diff) |
Merge recent changes of github.com:Rogentos/kogaion-desktop
Diffstat (limited to 'sys-apps/systemd/files/blacklist-146')
-rw-r--r-- | sys-apps/systemd/files/blacklist-146 | 48 |
1 files changed, 48 insertions, 0 deletions
diff --git a/sys-apps/systemd/files/blacklist-146 b/sys-apps/systemd/files/blacklist-146 new file mode 100644 index 00000000..3e063a35 --- /dev/null +++ b/sys-apps/systemd/files/blacklist-146 @@ -0,0 +1,48 @@ +# This file lists modules which will not be loaded by udev, +# not at coldplugging and not on hotplug events. + +# Add your own entries to this file +# in the format "blacklist <name of module>" + +# Some examples: +# evbug is a debug tool and should be loaded explicitly +blacklist evbug + +# Autoloading eth1394 most of the time re-orders your network +# interfaces, and with buggy kernel 2.6.21, udev persistent-net +# is not able to rename these devices, so you get eth?_rename devices +# plus an exceeded 30sec boot timeout +blacklist eth1394 + +# You probably want this to not get the console beep loud on every tab :) +#blacklist pcspkr + +# these drivers are very simple, the HID drivers are usually preferred +#blacklist usbmouse +#blacklist usbkbd + +# Sometimes loading a framebuffer driver at boot gets the console black +#install pci:v*d*sv*sd*bc03sc*i* /bin/true + +# hplip and cups 1.4+ use raw USB devices, so it requires usblp not be loaded +blacklist usblp + +## make broadcom-sta happy +## <2012-12-08. +#blacklist ssb +#blacklist bcma +#blacklist brcmsmac +#blacklist b43 + +# make b43 happy (ditch broadcom-sta) +# 2012-12-08. Testing needed. +blacklist wl + +# keep nvidia-drivers working, sorry nouveau +blacklist nouveau + +# Known to cause kernel OOPS at boot +blacklist ite_cir + +# Prevents kernel message: Driver 'pcspkr' is already registered, aborting... +blacklist snd-pcsp |