diff options
| author | Lukasz Kasprzak <lukas@labunix.xyz> | 2026-05-19 18:38:39 +0200 |
|---|---|---|
| committer | Lukasz Kasprzak <lukas@labunix.xyz> | 2026-05-19 18:38:39 +0200 |
| commit | e8cf42f2f17151378574ee5b50f29904a1067bee (patch) | |
| tree | 86b4db80971ecf9818ad769bd8b7fa337d218731 /bt-fix | |
| parent | c3bfa44d1b6da88c184fc3312944cf47d1dfd7f2 (diff) | |
| download | bin-main.tar.gz bin-main.zip | |
Diffstat (limited to 'bt-fix')
| -rwxr-xr-x | bt-fix | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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 |
