.
-
paperbackwriter -
March 25, 2017 at 5:42 PM -
Thread is Unresolved
-
-
It is safer to use
Codegrep -q EHC1.*disabled /proc/acpi/wakeup && echo EHC1 >/proc/acpi/wakeup grep -q XHC.*enabled /proc/acpi/wakeup && echo XHC >/proc/acpi/wakeup
It enables EHC1 only if it is disabled. Same for XHC: it disable it if it is enabled.You should check what values are set after boot - maybe they were changed between releases.
-
-
-
-