Since the Arch linux installation I have this problem with my bluetooth devices. Yes I have successfully paired them and all devices appears in all the bluetooth monitor of each device. But the bluetooth service in Arch disconnects immediately after I try to turn it on. The logs says:
"bluetoothd[2668]: a2dp-source profile connect failed for 1C:B7:2C:55:A8:80: Protocol not available"
I found my answer in the Arch Wiki here. But please read the whole article about bluetooth since your issues might not be completely the same. So the short story is I'm missing a package there. After downloading with pacman and restarting pulseaudio, I tried connecting the devices. I'm using gnome by the way so the graphical front-end is where I went. I also got these from the logs. It confirms the devices are now connected.
logfile: Feb 24 06:15:14 archdesktop bluetoothd[535]: Endpoint registered: sender=:1.44 path=/MediaEndpoint/A2DPSource
logfile: Feb 24 06:15:14 archdesktop bluetoothd[535]: Endpoint registered: sender=:1.44 path=/MediaEndpoint/A2DPSink
logfile: Feb 24 06:15:26 archdesktop bluetoothd[535]: Endpoint registered: sender=:1.66 path=/MediaEndpoint/A2DPSource
logfile: Feb 24 06:15:26 archdesktop bluetoothd[535]: Endpoint registered: sender=:1.66 path=/MediaEndpoint/A2DPSink
Comments