2

After updating to 21.10 today i cant pair and connect my bluetooth headphones (Sony WH-1000XM4), bluetooth itself is working as i can connect and use a bluetooth mouse. The headphones worked flawlessly before the update. I use kde on x11 as my de. I've tried to sudo systemctl restart bluetooth to no effect. Is there a way to get them to work again?

edit: bluetoothctl actually shows that i can pair the headphones but connecting fails with an error:org.bluez.Error.Failed

1 Answers1

2

I had the exact same problem that you are describing, also after upgrade to 21.10. For me, the solution described here worked, except the module was already there so I had to --reinstall:

sudo apt install --reinstall pulseaudio-module-bluetooth
pactl load-module module-bluetooth-discover

Then remove and pair the device again.

codecrap
  • 148