modprobe.nix: Blacklist snd_pcsp by default
svn path=/nixos/trunk/; revision=28805
This commit is contained in:
parent
e5917ea6fc
commit
25594961ad
@ -83,6 +83,11 @@ with pkgs.lib;
|
|||||||
# of log output, so it should never be loaded automatically.
|
# of log output, so it should never be loaded automatically.
|
||||||
"evbug"
|
"evbug"
|
||||||
|
|
||||||
|
# This module causes ALSA to occassionally select the wrong
|
||||||
|
# default sound device, and is little more than an annoyance
|
||||||
|
# on modern machines.
|
||||||
|
"snd_pcsp"
|
||||||
|
|
||||||
# !!! Hm, Ubuntu blacklists all framebuffer devices because
|
# !!! Hm, Ubuntu blacklists all framebuffer devices because
|
||||||
# they're "buggy" and cause suspend problems. Maybe we should
|
# they're "buggy" and cause suspend problems. Maybe we should
|
||||||
# too?
|
# too?
|
||||||
|
Loading…
x
Reference in New Issue
Block a user