DEV Community

Discussion on: Can't connect Bluetooth neckband in Ubuntu 22.04.

Collapse
 
dumboprogrammer profile image
Tawhid

Here's a common solution for audio problems:

LAPTOP:
Search (your laptop model here)[kernel.org/doc/html/latest/sound/h...]
Open /etc/modprobe.d/alsa-base.conf file in VS code;
Add the options snd-hda-intel position fix=1 (on line 44) and options snd-hda-intel model=laptopname-headset-mic (on line 45);
Save the file, restar the laptop.
Next time you will get the window asking to Select Audio Device (Headphones / Headset).

Desktop: try software and updates, there go to additional drivers and see if you see the driver for that model.