Bluetooth can't enable in KDE Plasma

Bluetooth was working more than a week ago. Every time I turn on, it is like this:

systemctl status bluetooth                                                               ✔ 
● bluetooth.service - Bluetooth service
     Loaded: loaded (/usr/lib/systemd/system/bluetooth.service; enabled; preset: disabled)
     Active: active (running) since Mon 2026-02-09 19:08:30 PST; 19min ago
 Invocation: c88e57b26db84689a62928a6737f10a8
       Docs: man:bluetoothd(8)
   Main PID: 807 (bluetoothd)
     Status: "Running"
      Tasks: 1 (limit: 38084)
     Memory: 2.1M (peak: 3M)
        CPU: 37ms
     CGroup: /system.slice/bluetooth.service
             └─807 /usr/lib/bluetooth/bluetoothd

Feb 09 19:08:30 beehive systemd[1]: Starting Bluetooth service...
Feb 09 19:08:30 beehive bluetoothd[807]: Bluetooth daemon 5.85
Feb 09 19:08:30 beehive bluetoothd[807]: Starting SDP server
Feb 09 19:08:30 beehive systemd[1]: Started Bluetooth service.
Feb 09 19:08:30 beehive bluetoothd[807]: Bluetooth management interface 1.23 initialized

rfkill list                                                                              ✔ 
1: hci0: Bluetooth
        Soft blocked: yes
        Hard blocked: no

Although I use # rfkill unblock bluetooth, it actually unblocks, but still cannot enable in Plasma:

I tried with different kernels, so far 6.19, 6.18, 6.17, 6.12 and none of them seems to work. I also plugged the bluetooth dongle in my Laptop with the same Manjaro kernels and working smooth.

Is there some app that can be blocking it? I had another issue with the AMD GPU that already solved, I am not really sure if the last update broke many things or something else.

The command to unblock is

rfkill unblock bluetooth

The command is a user space command - root is not necessary.

Personally I cannot reproduce it, I use a bluetooth dongle on my workstation to connect a bluetooth headset (Apple), and it work without any issues

Bus 003 Device 003: ID 0a12:0001 Cambridge Silicon Radio, Ltd Bluetooth Dongle (HCI mode)

Plasma Info (Manjaro Unstable Branch)

 $ kinfo
Operating System: Manjaro Linux 
KDE Plasma Version: 6.5.5
KDE Frameworks Version: 6.22.0
Qt Version: 6.10.2
Kernel Version: 6.18.9-1-MANJARO (64-bit)
Graphics Platform: Wayland
Processors: 24 × AMD Ryzen Threadripper PRO 5945WX 12-Cores
Memory: 128 GiB of RAM (125.6 GiB usable)
Graphics Processor: AMD Radeon AI PRO R9700

I should have said that first have the issue with an ASUS BT500 dongle, after unblocking the internal (Intel AX200) it worked for a couple of days, but stopped working and same issue. I dig into a lot of forums (I usually look in Arch) and couldn’t find anything. I also commit blasphemy asking AI and nothing. I just had to dig somewhere in a supposedly missing file, but I belive the last major update came into conflict with drivers for bluetooth in general. Anyway, I just look in the aur and found someone posted an old driver (rtl8761b-firmware) because of conflicts with new updates or something. I don’t think any regular user could find this, but just installing and overriding the driver, works as expected.

I usually wait until manjaro team fixes these issues, I’ve become so lazy. But this time was driving me nutz. Hope it works for those with the same issue

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