Bluetooth Arch Linux
How to make the blueooth headphones work with Arch Linux
Install
sh
sudo pacman -S bluez bluez-utils
sudo pacman -S pulseaudio-alsa pulseaudio-bluetoothStart service
sh
sudo systemctl start bluetooth
sudo systemctl enable bluetoothPair and connect
Enter bluetoothctl
sh
bluetoothctlWill get you into a new command line interface
Type list to see bluetooth controller is present on the computer
If yes make your headphone ready for pairing and follow this:
sh
[bluetooth]# power on
[bluetooth]# agent on
[bluetooth]# default-agent
[bluetooth]# scan on
[bluetooth]# devicesThe last command will start listing devices, you should see a MAC address and a name which will help you recognize the right device. Copy the MAC addres and then
sh
[bluetooth]# pair 12:34:56:78:90:AB
[bluetooth]# trust 12:34:56:78:90:AB
[bluetooth]# connect 12:34:56:78:90:ABPower on at boot
Edit file /etc/bluetooth/main.conf
Set this to enable by default
bash
[Policy]
AutoEnable=true