Skip to content

Instantly share code, notes, and snippets.

@vincentbernat
Created September 21, 2016 08:00
Show Gist options
  • Save vincentbernat/802fc7716249ce968a6bc760cd8305f2 to your computer and use it in GitHub Desktop.
Save vincentbernat/802fc7716249ce968a6bc760cd8305f2 to your computer and use it in GitHub Desktop.
rfkill block bluetooth
sudo service bluetooth stop
sudo modprobe -r btusb
sleep 1
sudo modprobe btusb
sleep 1
rfkill unblock bluetooth
sleep 1
sudo service bluetooth start
sleep 1
rfkill unblock bluetooth
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment