From 3f1212122d0892096998a03bddd7477cae1aa664 Mon Sep 17 00:00:00 2001 From: Erik Dubois Date: Sat, 26 Jun 2021 23:24:12 +0200 Subject: [PATCH] fix 4 for bluetooth out again --- ...ngs-autoconnect-to-bluetooth-headset-v1.sh | 19 ++++++++++--------- 1 file changed, 10 insertions(+), 9 deletions(-) diff --git a/Personal/955-install-settings-autoconnect-to-bluetooth-headset-v1.sh b/Personal/955-install-settings-autoconnect-to-bluetooth-headset-v1.sh index c257fab5..0e6d7c6c 100755 --- a/Personal/955-install-settings-autoconnect-to-bluetooth-headset-v1.sh +++ b/Personal/955-install-settings-autoconnect-to-bluetooth-headset-v1.sh @@ -40,15 +40,16 @@ echo "Fix 3" echo "#################" [ -f /etc/modprobe.d/bluetooth-clear.conf ] && echo "Bluetooth-clear already created" || echo 'options ath9k btcoex_enable = 1' | sudo tee /etc/modprobe.d/bluetooth-clear.conf -echo "#################" -echo "Fix 4" -echo "#################" -if grep --quiet "Disable=Socket" /etc/bluetooth/main.conf; then - echo "Disable=Socket is already added" -else - echo ' -Disable=Socket' | sudo tee --append /etc/bluetooth/main.conf -fi +# not necessary any more on 26/06/2021 +# echo "#################" +# echo "Fix 4" +# echo "#################" +# if grep --quiet "Disable=Socket" /etc/bluetooth/main.conf; then +# echo "Disable=Socket is already added" +# else +# echo ' +# Disable=Socket' | sudo tee --append /etc/bluetooth/main.conf +# fi echo "################################################################" echo "######### reboot to let the settings kick in ################"