Compare commits
2 commits
6d9ae3ec72
...
5beb18c87d
Author | SHA1 | Date | |
---|---|---|---|
|
5beb18c87d | ||
|
d8b0e30d67 |
2 changed files with 3 additions and 3 deletions
|
@ -97,8 +97,8 @@
|
|||
# brcmfmac being loaded during hibernation would not let a successful resume
|
||||
# https://bugzilla.kernel.org/show_bug.cgi?id=101681#c116.
|
||||
# Also brcmfmac could randomly crash on resume from sleep.
|
||||
powerUpCommands = lib.mkBefore "${pkgs.kmod}/bin/modprobe brcmfmac";
|
||||
powerDownCommands = lib.mkBefore "${pkgs.kmod}/bin/rmmod brcmfmac";
|
||||
powerUpCommands = lib.mkBefore "${pkgs.kmod}/bin/modprobe brcmfmac && ${pkgs.kmod}/bin/modprobe brcmfmac_wcc";
|
||||
powerDownCommands = lib.mkBefore "${pkgs.kmod}/bin/rmmod brcmfmac_wcc && ${pkgs.kmod}/bin/rmmod brcmfmac";
|
||||
};
|
||||
|
||||
# USB subsystem wakes up MBP right after suspend unless we disable it.
|
||||
|
|
|
@ -147,7 +147,7 @@
|
|||
#libsForQt5.bismuth
|
||||
mixxx
|
||||
mumble
|
||||
neochat
|
||||
#neochat
|
||||
nextcloud-client
|
||||
obsidian
|
||||
signal-desktop
|
||||
|
|
Loading…
Add table
Reference in a new issue