Cannot connect Bluetooth earphones

I can’t get my laptop to connect to my Baseus E16 wireless earphones. It successfully paired, then connected, but it disconnects shortly after. I tried connecting with bluetoothctl but it also failed, here is the result:

[sat@baja-coil ~]$ sudo bluetoothctl
[NEW] Media /org/bluez/hci0 
        SupportedUUIDs: 0000110a-0000-1000-8000-00805f9b34fb
        SupportedUUIDs: 0000110b-0000-1000-8000-00805f9b34fb
Agent registered
[bluetoothctl]> connect 41:AA:01:49:B4:67
Attempting to connect to 41:AA:01:49:B4:67
hci0 41:AA:01:49:B4:67 type BR/EDR connected eir_len 23
[CHG] Device 41:AA:01:49:B4:67 Connected: yes
[NEW] Endpoint /org/bluez/hci0/dev_41_AA_01_49_B4_67/sep1 
[NEW] Endpoint /org/bluez/hci0/dev_41_AA_01_49_B4_67/sep2 
[NEW] Transport /org/bluez/hci0/dev_41_AA_01_49_B4_67/sep2/fd14 
Connection successful
[CHG] Transport /org/bluez/hci0/dev_41_AA_01_49_B4_67/sep2/fd14 Volume: 0x0040 (64)
[CHG] Device 41:AA:01:49:B4:67 ServicesResolved: yes
hci0 41:AA:01:49:B4:67 auth failed with status 0x05 (Authentication Failed)
hci0 41:AA:01:49:B4:67 type BR/EDR disconnected with reason 2
[CHG] Device 41:AA:01:49:B4:67 ServicesResolved: no
[SIGNAL] org.bluez.Device1.Disconnected org.bluez.Reason.Local Connection terminated by local host
[CHG] Device 41:AA:01:49:B4:67 Connected: no
[DEL] Transport /org/bluez/hci0/dev_41_AA_01_49_B4_67/sep2/fd14 
[DEL] Endpoint /org/bluez/hci0/dev_41_AA_01_49_B4_67/sep1 
[DEL] Endpoint /org/bluez/hci0/dev_41_AA_01_49_B4_67/sep2 
[bluetoothctl]> 

The device connected after:

[CHG] Device 41:AA:01:49:B4:67 ServicesResolved: yes

but disconnected after:

hci0 41:AA:01:49:B4:67 auth failed with status 0x05 (Authentication Failed)

I’ve looked everywhere for a solution but none seems to work. Help would be appreciated, thank you in advance…

I would remove it from the list and rescan and re-add. Pay attention as sometimes you will get a notification asking if you if it should allow the bluetooth connection click the confirm or accept button. Make sure you trust the device.

also would be helpful if you gave us a bit of information like what DE?

Is it a dual-boot system?

Device_connects,_then_disconnects_after_a_few_moments

I had the same problem today - haven’t used my heaset for quite some time…

Turned out it worked fine after downgrading bluez to 5.82-1

sudo pacman -U https://archive.archlinux.org/packages/b/bluez/bluez-5.82-1-x86_64.pkg.tar.zst

(see https://wiki.archlinux.org/title/Downgrading_packages#Arch_Linux_Archive)

Added bluez to the ignorepkg list in pacman.conf so it won’t upgrade to 5.83-1.
(see https://wiki.archlinux.org/title/Pacman#Skip_package_from_being_upgraded)

edit: we are not alone…

I’m using Niri WM wayland. I also tried it with KDE and the result is the same

This worked, Thank you…

1 Like

This topic was automatically closed 2 days after the last reply. New replies are no longer allowed.