Author: shlevy
Date: Wed Aug 24 23:37:40 2011
New Revision: 28805
URL: https://svn.nixos.org/websvn/nix/?rev=28805&sc=1

Log:
modprobe.nix: Blacklist snd_pcsp by default

Modified:
   nixos/trunk/modules/system/boot/modprobe.nix

Modified: nixos/trunk/modules/system/boot/modprobe.nix
==============================================================================
--- nixos/trunk/modules/system/boot/modprobe.nix        Wed Aug 24 22:52:16 
2011        (r28804)
+++ nixos/trunk/modules/system/boot/modprobe.nix        Wed Aug 24 23:37:40 
2011        (r28805)
@@ -83,6 +83,11 @@
         # of log output, so it should never be loaded automatically.
         "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
         # they're "buggy" and cause suspend problems.  Maybe we should
         # too?
_______________________________________________
nix-commits mailing list
[email protected]
http://mail.cs.uu.nl/mailman/listinfo/nix-commits

Reply via email to