From 83f7fe4b8402bab171d110703a1b1115efbc9b28 Mon Sep 17 00:00:00 2001 From: Lukasz Kasprzak Date: Tue, 14 Apr 2026 22:32:43 +0200 Subject: cleaned up many scrits and deleted some that were of no use; renamed a lot --- bt-fix | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100755 bt-fix (limited to 'bt-fix') diff --git a/bt-fix b/bt-fix new file mode 100755 index 0000000..1d9cfc4 --- /dev/null +++ b/bt-fix @@ -0,0 +1,10 @@ +#!/bin/sh +# Reset Bluetooth adapter (run as root) + +systemctl stop bluetooth.service +modprobe -r btusb +modprobe btusb +systemctl start bluetooth.service +rfkill unblock bluetooth +bluetoothctl power on + -- cgit v1.3