Skip to content

Instantly share code, notes, and snippets.

@OdinsHat
Created January 13, 2017 21:28
Show Gist options
  • Save OdinsHat/ff20edca7bfd6b143ee96d336d95cda3 to your computer and use it in GitHub Desktop.
Save OdinsHat/ff20edca7bfd6b143ee96d336d95cda3 to your computer and use it in GitHub Desktop.
Commands for fixing bluetooth problems in (Arch) Linux
# This isn't a script but a list of commands
# for helping to fix bluetooth issues
yaourt -S bluez bluez-libs bluez-utils # these are essential
sudo rfkill list # lists the hci devices and their states
sudo rfkill unblock bluetooth # unblocks bluetooth re-enabling you to use it
bluetoothctl #use "help" for command list
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment