Ubuntu – Bluetooth audio device connected but not showing up in audio devices

bluetoothbluetooth-speakersound

Ubuntu 15.04
Dell XPS-13

I can connect my audio devices via Bluetooth, but I can not use them as they don't show up in sounds settings as an output option (or input option).

How do I fix this?

Best Answer

I tried to load the module first but I got a Failure: Module initialization failed so you have to unload the module first:

pactl unload-module module-bluetooth-discover

and then load it again:

pactl load-module module-bluetooth-discover

After that I was able to see the audio device in audio settings.

Related Question