You are not logged in.

#1 2025-01-14 15:23:52

Elixirslayer
Member
Registered: 2024-07-12
Posts: 54

[SOLVED] Bluez can't detect bluetooth earbuds

It detects bunch of random devices just fine.
I had no problem connecting to my buds until i booted up windows, it stopped working after that.
buds are in pairing mode, but bluetoothctl scan on can't detect them.

● bluetooth.service - Bluetooth service
     Loaded: loaded (/usr/lib/systemd/system/bluetooth.service; enabled; preset: disabled)
     Active: active (running) since Tue 2025-01-14 20:46:26 IST; 2min 47s ago
 Invocation: 368e456eddd342e4b3bc1467d739da27
       Docs: man:bluetoothd(8)
   Main PID: 601 (bluetoothd)
     Status: "Running"
      Tasks: 1 (limit: 18793)
     Memory: 2.6M (peak: 2.9M)
        CPU: 87ms
     CGroup: /system.slice/bluetooth.service
             └─601 /usr/lib/bluetooth/bluetoothd

Jan 14 20:46:45 ArchOp bluetoothd[601]: Endpoint registered: sender=:1.28 path=/MediaEndpoint/A2DPSink/sbc
 rfkill list

1: hci0: Bluetooth
        Soft blocked: no
        Hard blocked: no
[bluetooth]# pair 3C:B0:ED:9A:22:75
Device 3C:B0:ED:9A:22:75 not available

Last edited by Elixirslayer (2025-01-15 16:53:23)

Offline

#2 2025-01-14 15:41:43

V1del
Forum Moderator
Registered: 2012-10-16
Posts: 23,923

Re: [SOLVED] Bluez can't detect bluetooth earbuds

Is fast startup disabled in Windows: https://wiki.archlinux.org/title/Dual_b … ibernation that's something you should minimally do on a dual boot regardless of anything else.

Assuming you paired your earbuds in Windows as well this can lead to logical complications since two different systems register with the same MAC address of the receiver, you might want to check/follow https://wiki.archlinux.org/title/Blueto … ot_pairing to properly share keys. Alternatively try to wipe your /var/lib/bluetooth and re-pair

Offline

#3 2025-01-14 15:49:36

Elixirslayer
Member
Registered: 2024-07-12
Posts: 54

Re: [SOLVED] Bluez can't detect bluetooth earbuds

V1del wrote:

Is fast startup disabled in Windows: https://wiki.archlinux.org/title/Dual_b … ibernation that's something you should minimally do on a dual boot regardless of anything else.

Assuming you paired your earbuds in Windows as well this can lead to logical complications since two different systems register with the same MAC address of the receiver, you might want to check/follow https://wiki.archlinux.org/title/Blueto … ot_pairing to properly share keys. Alternatively try to wipe your /var/lib/bluetooth and re-pair


Yes fast boot is disabled in windows.

┌──(oc㉿ArchOp)-[~]
└─$ systemctl status bluetooth
● bluetooth.service - Bluetooth service
     Loaded: loaded (/usr/lib/systemd/system/bluetooth.service; enabled; preset: disabled)
     Active: active (running) since Tue 2025-01-14 21:06:01 IST; 11min ago
 Invocation: c05f8ce78d2c49299bd89ea275b61883
       Docs: man:bluetoothd(8)
   Main PID: 22280 (bluetoothd)
     Status: "Running"
      Tasks: 1 (limit: 18793)
     Memory: 740K (peak: 1.9M)
        CPU: 32ms
     CGroup: /system.slice/bluetooth.service
             └─22280 /usr/lib/bluetooth/bluetoothd

┌──(oc㉿ArchOp)-[~]
└─$ sudo bt-dualboot --sync-all -b

ERROR: No Bluetooth devices found!
Check if your user have access to /var/lib/bluetooth and at least one device paired. Try use sudo.

sudo ls /var/lib/bluetooth
[sudo] password for oc:
E8:48:B8:C8:20:00

correct me pls if i didn't understand
https://wiki.archlinux.org/title/Blueto … ot_pairing


sudo bt-dualboot -l

ERROR: No Bluetooth devices found!
Check if your user have access to /var/lib/bluetooth and at least one device paired. Try use sudo.

also, if i remember correctly i couldn't pair it in windows.

Last edited by Elixirslayer (2025-01-14 15:55:02)

Offline

#4 2025-01-15 16:54:07

Elixirslayer
Member
Registered: 2024-07-12
Posts: 54

Re: [SOLVED] Bluez can't detect bluetooth earbuds

Solved by sudo rm -rf /var/lib/bluetooth/ and restarting everything
multiple times

Offline

Board footer

Powered by FluxBB