Created
January 13, 2017 21:28
-
-
Save OdinsHat/ff20edca7bfd6b143ee96d336d95cda3 to your computer and use it in GitHub Desktop.
Commands for fixing bluetooth problems in (Arch) Linux
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# 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