Support #681
Setup Bluetooth Headphones on Arch
Description
This is a guide on how I got a pair of bluetooth stereo headphones on Arch Linux.
Prepeare the Environment¶
- Make sure the system is up to date:
pacman -Syu
- Install a few dependencies:
pacman -S pulseaudio-alsa pulseaudio-bluetooth bluez bluez-libs bluez-utils bluez-firmware bluez-hid2hci pavucontrol
- Start the bluetooth service:
systemctl start bluetooth
- Put the bluetooth headphones into pairing mode.
- Use the bluetoothctl command line utility to pair and connect:
bluetoothctl
- Turn on the bluetooth adapter on the Arch computer, and enable scanning:
power on agent on default-agent scan on
- Pair with a device:
pair 1B:05:12:11:24:B4 trust 1B:05:12:11:24:B4 connect 1B:05:12:11:24:B4
- Turn on the bluetooth adapter on the Arch computer, and enable scanning:
NOTE: I had problems with the audio sink automatically being set as the default device. So I just use pavucontrol to set where the audio output goes.
Resources¶
Updated by Daniel Curtis about 9 years ago
- Category set to Workstation
- Assignee set to Daniel Curtis
- Target version set to Arch Linux
Updated by Daniel Curtis about 9 years ago
- Description updated (diff)
- Status changed from New to Resolved
- % Done changed from 0 to 100
- Estimated time set to 0.50 h
Updated by Daniel Curtis over 8 years ago
- Subject changed from Adding Bluetooth Headphones on Arch to Setup Bluetooth Headphones on Arch