

This way, the pulseaudio bluetooth module should be working and Volume Control ( pavucontrol) should detect the bluetooth device and list it under input and output devices. Either reboot your machine or use the following commands: pulseaudio -k usr/bin/pactl load-module module-switch-on-connect Click on View at the top and view Devices by container.

usr/bin/pactl load-module module-bluetooth-discover Device does not appear in G HUB If some features of G HUB do not appear to work correctly and restarting doesnt help, try this: 1. To do this, edit /usr/bin/start-pulseaudio-x11 and add two lines: if then ifexists module-bluetooth-discover.soĬonfigure the module to be loaded after X11. To do this, edit /etc/pulse/default.pa and comment out these lines by putting # characters in front of them. Tell the bluetooth service to not load the module.

You need to change the configuration so that the pulseaudio bluetooth module is loaded after X11. The problem is that the bluetooth service tries to load the pulseaudio bluetooth module at startup, which fails because they require X11 to be running. Extending upon Mark's answer, which basically did the trick for me.
