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
|
# brcmfmac being loaded during hibernation would not let a successful resume
|
||||||
# https://bugzilla.kernel.org/show_bug.cgi?id=101681#c116.
|
# https://bugzilla.kernel.org/show_bug.cgi?id=101681#c116.
|
||||||
# Also brcmfmac could randomly crash on resume from sleep.
|
# Also brcmfmac could randomly crash on resume from sleep.
|
||||||
powerUpCommands = lib.mkBefore "${pkgs.kmod}/bin/modprobe brcmfmac";
|
powerUpCommands = lib.mkBefore "${pkgs.kmod}/bin/modprobe brcmfmac && ${pkgs.kmod}/bin/modprobe brcmfmac_wcc";
|
||||||
powerDownCommands = lib.mkBefore "${pkgs.kmod}/bin/rmmod brcmfmac";
|
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.
|
# USB subsystem wakes up MBP right after suspend unless we disable it.
|
||||||
|
|
|
@ -147,7 +147,7 @@
|
||||||
#libsForQt5.bismuth
|
#libsForQt5.bismuth
|
||||||
mixxx
|
mixxx
|
||||||
mumble
|
mumble
|
||||||
neochat
|
#neochat
|
||||||
nextcloud-client
|
nextcloud-client
|
||||||
obsidian
|
obsidian
|
||||||
signal-desktop
|
signal-desktop
|
||||||
|
|
Loading…
Add table
Reference in a new issue