Bluetooth connection issues ubuntu 22.04

Since I updated to Ubuntu 22.04, bluetooth has been broken and I cannot seem to connect my bose quietconfort 2 to my laptop, I've tried every answers I found on the Internet, but since nothing is working Im asking here. My headphones are most of the time plainly refusing to connect, and the rare times I manage to connect them, they just disconnect or play garbled sounds.

Here a the thing I tried : messing with the /etc/bluetooth/main.conf file and putting bluetooth to bredr, pairing through the bluetoothctl command, I tried unpairing and pairing them again, using blueman.

My laptop is a lenovo ideapad 5 pro.

result of the lspci -knn | grep Net -A3; lsusb command :

03:00.0 Network controller [0280]: MEDIATEK Corp. MT7921 802.11ax PCI Express Wireless Network Adapter [14c3:7961]
DeviceName: Realtek RTL8111E Ethernet LOM
Subsystem: Lenovo Device [17aa:e0bc]
Kernel driver in use: mt7921e
Bus 004 Device 001: ID 1d6b:0003 Linux Foundation 3.0 root hub
Bus 003 Device 003: ID 13d3:56fb IMC Networks Integrated Camera
Bus 003 Device 002: ID 0489:e0cd Foxconn / Hon Hai Wireless_Device
Bus 003 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
Bus 002 Device 001: ID 1d6b:0003 Linux Foundation 3.0 root hub
Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
8

1 Answer

I was having trouble with Bose Soundlink2, the following worked for me. I was using Ubuntu 20.? and then migrated to 22.04. The same thing fixed the newer OS version. Also I had issues with volume but in 22.04 it seems to have been fixed for me.

Install:

sudo apt-get install blueman
sudo /etc/init.d/bluetooth start
bluez-tools :
sudo apt-get update -y
sudo apt-get install -y bluez-tools
bt-device -r <mac adress bluetooth speaker>
1

Your Answer

Sign up or log in

Sign up using Google Sign up using Facebook Sign up using Email and Password

Post as a guest

By clicking “Post Your Answer”, you agree to our terms of service, privacy policy and cookie policy

You Might Also Like