Description:
As title states, I'm having trouble getting bluetooth to be functional on my new linux mint install. So far, I have been unable to connect ANY bluetooth device properly. I have tried with a logitech keyboard, and more importantly, with my Sony WF-1000XM5 earbuds. Currently, the issue is that the earbuds connect, then immediately disconnect; or connect, disconnect and reconnect repeatedly for as long as they are in pairing mode, depending on whether I click pair or connect
Bluejay throws "error 16: Authentication failed" when clicking "pair" and "error 2: Connection failed" when clicking "connect"
Additionally, I ran:
lsusb | grep Bluetooth
which returned:
Bus 001 Device 005: ID 8087:0026 Intel Corp. AX201 Bluetooth
(note, it isn't actually a usb bluetooth dongle, but an internal bluetooth adapter, despite showing under lsusb)
and :
dmesg | grep -i bluetooth
which returned a lot, but most helpfully is probably:
[36142.541058] Bluetooth: hci0: Opcode 0x0c24 failed: -112
[36144.185612] Bluetooth: hci0: Opcode 0x0c24 failed: -112
[36144.188822] Bluetooth: hci0: unexpected event for opcode 0x0c1a
[73587.267318] Bluetooth: hci0: Opcode 0x0c24 failed: -112
[125804.969432] Bluetooth: hci0: Opcode 0x0c24 failed: -112
Steps I've tried
- Running "Sudo apt upgrade" "Sudo apt update",
- Rebooting the laptop,
- Installing a different GUI (Bluejay) to manage bluetooth connections,
- using "bluetoothctl" to manually remove, trust, and pair with the device (removing didn't work, as the system fails to pair with the earbuds. Trusting, however, DID work, and the earbuds show as trusted in both GUI's)