Bluetooth

Install bluez and bluez-utils.

pacman -S bluez bluez-utils

Load bluetooth driver (may be already loaded).

modprobe btusb

Start, and enable the bluetooth unit

systemctl enable --now bluetooth

Add user(s) who will use bluetooth to lp group

gpasswd -a ${USER} lp

Last updated