Install bluez and bluez-utils.
bluez
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
lp
gpasswd -a ${USER} lp
Last updated 1 year ago