1

I installed ubuntu on my desktop computer recently. Its version is Ubuntu 22.04.1 LTS I have a Bluetooth dongle and it can find my cellphone and my laptop Bluetooth properly but it can't find my headset(model: Lenovo HE05) it even doesn't show its name on detected devices How can I solve this problem?

enter image description here

enter image description here

I use lsusb command to see information about Bluetooth dongle enter image description here

1 Answers1

0
  1. Try updating your kernel to a higher version such as 6.5 or above (for me it worked).

  2. After this, install libspa-0.2-bluetooth with

    sudo apt install libspa-0.2-bluetooth
    

This package contains a plugin to make Bluetooth audio devices such as speakers and headsets available.

zx485
  • 2,865