Cannot enable bluetooth on kde neon

After installing KDE Neon, I’ve encountered an issue where Bluetooth cannot be enabled. I’ve taken several steps to troubleshoot the problem, including updating the system, checking the drivers, and installing BlueMan. However, despite these efforts, I am still facing the same problem.

This isn’t the first time I’ve faced such an issue. In the past, while using Manjaro KDE, I had a similar Bluetooth problem that I managed to resolve by downloading a specific file (unfortunately, I can’t recall the exact name) and placing it in a certain location. However, it’s been a while since then, and I’ve forgotten the details. I would greatly appreciate any assistance or guidance to help me resolve this recurring Bluetooth issue on KDE Neon.

rfkill list
0: phy0: Wireless LAN
        Soft blocked: no
        Hard blocked: no
1: brcmwl-0: Wireless LAN
        Soft blocked: no
        Hard blocked: no
3: hci0: Bluetooth
        Soft blocked: no
        Hard blocked: no
abdelkhaleq@hp-pc:~$ lsusb
Bus 002 Device 001: ID 1d6b:0003 Linux Foundation 3.0 root hub
Bus 001 Device 004: ID 0a5c:216c Broadcom Corp. BCM43142A0 Bluetooth Device
Bus 001 Device 003: ID 04f2:b40e Chicony Electronics Co., Ltd HP Truevision HD camera
Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
abdelkhaleq@hp-pc:~$ systemctl status bluetooth
● bluetooth.service - Bluetooth service
     Loaded: loaded (/lib/systemd/system/bluetooth.service; enabled; vendor preset: enabled)
     Active: active (running) since Thu 2024-03-14 22:31:09 CET; 13min ago
       Docs: man:bluetoothd(8)
   Main PID: 7062 (bluetoothd)
     Status: "Running"
      Tasks: 1 (limit: 4436)
     Memory: 900.0K
        CPU: 66ms
     CGroup: /system.slice/bluetooth.service
             └─7062 /usr/lib/bluetooth/bluetoothd

مارس 14 22:31:09 hp-pc systemd[1]: Starting Bluetooth service...
مارس 14 22:31:09 hp-pc bluetoothd[7062]: Bluetooth daemon 5.64
مارس 14 22:31:09 hp-pc bluetoothd[7062]: Starting SDP server
مارس 14 22:31:09 hp-pc systemd[1]: Started Bluetooth service.
مارس 14 22:31:09 hp-pc bluetoothd[7062]: Bluetooth management interface 1.22 initialized

Bluetooth:
  Device-1: Broadcom BCM43142A0 Bluetooth Device type: USB driver: btusb
    v: 0.8 bus-ID: 1-7:4 chip-ID: 0a5c:216c class-ID: fe01 serial: <filter>
  Report: hciconfig ID: hci0 rfk-id: 2 state: down
    bt-service: enabled,running rfk-block: hardware: no software: yes
    address: <filter>
  Info: acl-mtu: 0:0 sco-mtu: 0:0 link-mode: peripheral accept

1 Like

Have the exact sam issue with my KDE Neon 6
It looks like service is running

mehus@mehus-imac:~$ systemctl status bluetooth
● bluetooth.service - Bluetooth service
Loaded: loaded (/lib/systemd/system/bluetooth.service; enabled; vendor preset: enabled)
Active: active (running) since Tue 2024-04-09 20:40:10 CEST; 11min ago
Docs: man:bluetoothd(8)
Main PID: 1991 (bluetoothd)
Status: “Running”
Tasks: 1 (limit: 28555)
Memory: 656.0K
CPU: 61ms
CGroup: /system.slice/bluetooth.service
└─1991 /usr/lib/bluetooth/bluetoothd

Apr 09 20:40:10 mehus-imac systemd[1]: Starting Bluetooth service…
Apr 09 20:40:10 mehus-imac bluetoothd[1991]: Bluetooth daemon 5.64
Apr 09 20:40:10 mehus-imac bluetoothd[1991]: Starting SDP server
Apr 09 20:40:10 mehus-imac systemd[1]: Started Bluetooth service.
Apr 09 20:40:10 mehus-imac bluetoothd[1991]: Bluetooth management interface 1.22 initialized

1 Like