Disable all radio devices on startup and shutdown
authorSiraaj Khandkar <siraaj@khandkar.net>
Wed, 4 Mar 2020 17:44:06 +0000 (12:44 -0500)
committerSiraaj Khandkar <siraaj@khandkar.net>
Wed, 4 Mar 2020 17:44:06 +0000 (12:44 -0500)
Will turn them on manually as needed.

etc/default/tlp

index 2cd3a44..9c43a0b 100644 (file)
@@ -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).
This page took 0.021714 seconds and 4 git commands to generate.