From: Siraaj Khandkar Date: Wed, 4 Mar 2020 17:44:06 +0000 (-0500) Subject: Disable all radio devices on startup and shutdown X-Git-Url: https://git.xandkar.net/?p=khome.git;a=commitdiff_plain;h=f19e0adeaa303ed0273bfcc0d30a3a0f38ac2fd9 Disable all radio devices on startup and shutdown Will turn them on manually as needed. --- diff --git a/etc/default/tlp b/etc/default/tlp index 2cd3a44..9c43a0b 100644 --- a/etc/default/tlp +++ b/etc/default/tlp @@ -242,7 +242,7 @@ RESTORE_DEVICE_STATE_ON_STARTUP=0 # Radio devices to disable on startup: bluetooth, wifi, wwan. # Separate multiple devices with spaces. -#DEVICES_TO_DISABLE_ON_STARTUP="bluetooth wifi wwan" +DEVICES_TO_DISABLE_ON_STARTUP="bluetooth wifi wwan" # Radio devices to enable on startup: bluetooth, wifi, wwan. # Separate multiple devices with spaces. @@ -250,7 +250,7 @@ RESTORE_DEVICE_STATE_ON_STARTUP=0 # Radio devices to disable on shutdown: bluetooth, wifi, wwan. # (workaround for devices that are blocking shutdown). -#DEVICES_TO_DISABLE_ON_SHUTDOWN="bluetooth wifi wwan" +DEVICES_TO_DISABLE_ON_SHUTDOWN="bluetooth wifi wwan" # Radio devices to enable on shutdown: bluetooth, wifi, wwan. # (to prevent other operating systems from missing radios).