From f19e0adeaa303ed0273bfcc0d30a3a0f38ac2fd9 Mon Sep 17 00:00:00 2001 From: Siraaj Khandkar Date: Wed, 4 Mar 2020 12:44:06 -0500 Subject: [PATCH] Disable all radio devices on startup and shutdown Will turn them on manually as needed. --- etc/default/tlp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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). -- 2.20.1