From f5d9dd114fff730f96236bbea733cc37947391fc Mon Sep 17 00:00:00 2001 From: Chris McDonough Date: Fri, 8 Jul 2022 23:11:43 -0400 Subject: [PATCH] cannot replicate findings for sleep not working when system has no usb or external video plugged in to it, make wireless work --- lenovo/thinkpad/p52/default.nix | 15 +++------------ 1 file changed, 3 insertions(+), 12 deletions(-) diff --git a/lenovo/thinkpad/p52/default.nix b/lenovo/thinkpad/p52/default.nix index 42d42dd8..763c7427 100644 --- a/lenovo/thinkpad/p52/default.nix +++ b/lenovo/thinkpad/p52/default.nix @@ -22,18 +22,9 @@ }; }; - # Sleep - # ----- - # - # The system will not stay asleep properly while on battery power or AC in - # either offload mode or sync mode. This is true whether TLP is enabled or - # disabled. When the system is told to sleep, it will appear to go into a - # sleep state, but within five minutes (and sometimes much more quickly; in - # my case especially if a USB hub is connected), it will wake itself. I - # attempted to identify what was causing this to happen, but was not - # successful. Note that this behavior is different from that of the P50 or - # P51, both of which can be convinced to sleep by changing TLP config. - # + # required to make wireless work + hardware.enableAllFirmware = true; + # throttled vs. thermald # ----------------------- #