1

I am trying to get my Bose QC 35 to work with Ubuntu. I have managed to get the headset paired, but the headset doesn't want to connect to the PC for some reason.

Here is a screenshot of what it looks like:

Image here

When I turn on the headphones nothing happens. I have also tried going into ControllerMode and changed it from Dual mode to bredr

Zanna
  • 70,465
Robin
  • 11

1 Answers1

1

Your headphones are paired and connected, but not recognised as an audio device. If you click on Sound Settings on the bottom right you will see a list of devices, but the headphones will not be listed. I had the same problem and found a solution in this question , but running the suggested commands without sudo. So just do this:

pactl load-module module-bluetooth-discover

Your headphones should than show up under the listed audio devices. If it doesn't work you can try the stuff in this question, but since it is already paired, you probably won't need to.

Leon S.
  • 111