I can successfully connect a Mi BlueTooth speaker to Ubuntu, but I cannot play sound through it, because it is not listed in my sound output list.
Bluetooth module for PulseAudio sound server
Is present on my system, however running sudo pactl load-module module-bluetooth-discover
returns:
Failure: Module initialization failed.
How can I solve this issue? `
One way to solve the problem is to:
sudo pkill pulseaudio
The speaker is now displayed on the output audio list, which needs to selected for obtaining output sound.
Remember to, under Sound Settings, change Mode to
High Fidelity Playback (A2DP Sink)
.This is what is working for me for Bose QuietComfort 35 on Ubuntu 16.04.
pauvcontrol
didn't do it for me, and neither did the numerous settings changes and module loadings recommended elsewhere. So give this a try:Install blueman
Delete the paired device in the bluetooth settings.
Run these commands in terminal:
Turn off headphones.
Turn on headphones, and press green/go until headphones notification voice says "Ready to pair."
Launch blueman, and from the upper right menu, right-click the icon to bring up the blueman menu. Select Setup new device.
Pair the device, and when you are given an option, not Headphones, not Handsfree. Use the Audio sink option.
Then when you look into the audio settings panel, the device should be displayed.
I had to use Lou Gro's blueman solution every time I rebooted. This fixed it for me:
https://wiki.archlinux.org/index.php/Bluetooth_headset#Gnome_with_GDM
Follow the instructions under "Gnome with GDM" (use
gdm3
in the paths instead ofgdm
for Gnome 3)For me the easiest and right solution to that was:
then i removed the device from the bluetooth known devices, reboot and all worked. I can now see the headphones as sound output in sound settings. Hope it helps!
This is old, but I had the same problem on 18.04 and none of the solutions offered worked for me.
What worked for me, at least for Audacious, was to start PulseAudio Volume Control, and after I started Audacious - I selected Mi Bluetooth Computer Speaker from the dropdown.
I had a lot of trouble getting my No Bounds speaker to connect. Clicking the Bluetooth icon in the taskbar showed 3 devices called 'No Bounds'. The first one would connect, then disconnect in 10 secs. So I decided to delete the device. Then when I turned on the No Bounds, it connected! Now works perfectly (LM19.1)
I followed the Debian documentation troubleshooting help for A2DP ("Advanced Audio Distribution Profile") that works for me:
I didn't have any luck with
/var/lib/gdm3/.config/pulse/client.conf
or/var/lib/gdm3/.config/systemd/user/sockets.target.wants/pulseaudio.socket
or/var/lib/gdm3/.config/pulse/default.pa
- I kept seeingDebian-gdm
'spulseaudio
process. What worked for me was the link from https://wiki.debian.org/BluetoothUser/a2dp#Refused_to_switch_profile_to_a2dp_sink:_Not_connected to https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=845938 and the removal of execute permission from theDebian-gdm
user topulseaudio
in the original submission there, which I refined as follows to avoid the reboot:...
Well, that's remained working for me across upgrades and reboots - I only see a
pulseaudio
process in my username - but I still had problems today getting my Amazon Echo to connect as a sink rather than a source. What finally worked (today) was initiating the pairing as a sink from theblueman-manager
program from theblueman
package.Had this issue on 20.04. This worked for me:
For me, on Ubuntu 20.04, I had two problems:
The UI is not enabled, so the confirm device GUI can't appear. Fixed by this answer
After I could confirm the device, it paired, but did not show in the audio device manager. This is because the device was not trusted.
I installed blueman as mentioned above,
sudo apt install blueman
, and then my bt speaker was already listed. Instead of all of the process kill, restart and pair steps, I right-clicked the speaker inblueman
and chose "Trust" - and now the speaker shows as an audio output in Sound settings.