Hi,
I’ve tried twice now from fresh EndeavourOS installs on the Raspberry Pi 5. Bluetooth fails to start up, and hence there’s no BT icon in the taskbar.
I’m using the LXQt desktop in X11 mode.
I try reinstalling all the necessary packages, and starting the BT service:
sudo pacman -S bluez bluez-utils blueman
sudo systemctl start bluetooth.service
journalctl -b | grep bluetooth:
Jul 07 19:29:13 rpi5-left NetworkManager[551]: <info> [1751912953.7697] Loaded device plugin: NMBluezManager (/usr/lib/NetworkManager/1.52.0-1/libnm-device-plugin-bluetooth.so)
Jul 07 19:30:20 rpi5-left systemd[1]: Bluetooth service was skipped because of an unmet condition check (ConditionPathIsDirectory=/sys/class/bluetooth).
Jul 07 19:30:39 rpi5-left sudo[1262]: demon : TTY=pts/0 ; PWD=/home/demon ; USER=root ; COMMAND=/usr/bin/systemctl start bluetooth
Jul 07 19:30:39 rpi5-left systemd[1]: Bluetooth service was skipped because of an unmet condition check (ConditionPathIsDirectory=/sys/class/bluetooth).
pacman -Ss bluetooth | grep installed:
core/linux-firmware-atheros 20250627-1 [installed]
extra/blueman 2.4.6-1 [installed]`
extra/bluez 5.83-1 [installed]`
extra/bluez-libs 5.83-1 [installed]`
extra/bluez-utils 5.83-1 [installed]`
extra/hidapi 0.15.0-1 [installed]`
extra/libldac 2.0.2.3-2 [installed]`
extra/sbc 2.0-2 [installed]
inxi --bluetooth
Bluetooth:
Message: No bluetooth data found.
Please help!