You are not logged in.
When trying to connect to my bluetooth audio receiver using the instructions from https://wiki.archlinux.org/index.php/Bluetooth it fails to connect.
Checking the bluetooth log gives me "a2dp-sink profile connect failed for 00:10:61:00:98:B8: Protocol not available"
Trying to do the exact same thing on different pc (also arch) works without problems.
Offline
Hi,
I have the same problem. My heaset is a Philips SHB7000.
Has someone a solution?
Offline
After installing pulseaudio, I can connect my headset.
Offline
I also had to load in the bluez5 modules in my pulseaudio config (default.pa or system.pa). Here is the relevant section:
### Automatically load driver modules for Bluetooth hardware
.ifexists module-bluetooth-policy.so
load-module module-bluetooth-policy
.endif
.ifexists module-bluetooth-discover.so
load-module module-bluetooth-discover
.endif
.ifexists module-bluez5-device.so
load-module module-bluez5-device
.endif
.ifexists module-bluez5-discover.so
load-module module-bluez5-discover
.endif
Offline