cannot replicate findings for sleep not working when system has no usb or external video plugged in to it, make wireless work
This commit is contained in:
parent
e36b0c4022
commit
f5d9dd114f
|
@ -22,18 +22,9 @@
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
# Sleep
|
# required to make wireless work
|
||||||
# -----
|
hardware.enableAllFirmware = true;
|
||||||
#
|
|
||||||
# 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.
|
|
||||||
#
|
|
||||||
# throttled vs. thermald
|
# throttled vs. thermald
|
||||||
# -----------------------
|
# -----------------------
|
||||||
#
|
#
|
||||||
|
|
Loading…
Reference in a new issue