From e8cf42f2f17151378574ee5b50f29904a1067bee Mon Sep 17 00:00:00 2001 From: Lukasz Kasprzak Date: Tue, 19 May 2026 18:38:39 +0200 Subject: added readme --- bt-fix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'bt-fix') diff --git a/bt-fix b/bt-fix index 1d9cfc4..76e32b7 100755 --- a/bt-fix +++ b/bt-fix @@ -1,10 +1,10 @@ #!/bin/sh # Reset Bluetooth adapter (run as root) -systemctl stop bluetooth.service +service bluetooth stop modprobe -r btusb modprobe btusb -systemctl start bluetooth.service +service bluetooth start rfkill unblock bluetooth bluetoothctl power on -- cgit v1.3