Skip to content

Instantly share code, notes, and snippets.

@muhamadazmy
Created December 10, 2019 10:19
Show Gist options
  • Save muhamadazmy/f3617f9a0d329fb4af4009cdb48675ac to your computer and use it in GitHub Desktop.
Save muhamadazmy/f3617f9a0d329fb4af4009cdb48675ac to your computer and use it in GitHub Desktop.
Fix bluetooth annoying issue on linux
#!env sh
set -e
sudo systemctl stop bluetooth
sudo modprobe -r btusb btrtl btbcm btintel
sudo modprobe btusb
sudo systemctl start bluetooth
pulseaudio -k
sleep 1s
bluetoothctl power on
sleep 1s
bluetoothctl connect E8:AB:FA:2A:33:0E
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment