Подключение bluetooth гарнитуры в Linux

Ошибка: "Protocol not available"

Решение: добавить в файл /etc/pulse/system.pa строки:

load-module module-bluetooth-policy
load-module module-bluetooth-discover

Перезапустить службу:

systemctl restart bluetooth.service

https://wiki.archlinux.org/index.php/bluetooth#Using_your_computer.27s_…