Bluetooth fails to start (Raspberry Pi 5 w/ LXQt desktop in X11 mode)

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!

Welcome to the forum :enos_flag: :enos:

Maybe the wiki can help ?
https://discovery.endeavouros.com/audio/bluetooth/2021/03/

Yeah tried all that.

https://discovery.endeavouros.com/audio/bluetooth/2021/03/

Edit:

Verify the Bluetooth module is loaded using lsmod | grep btusb. If it’s not loaded, use sudo modprobe btusb. Start and enable the Bluetooth service with sudo systemctl start bluetooth.service and sudo systemctl enable bluetooth.service. Finally, interact with Bluetooth devices using bluetoothctl.

Yes, you were correct. The BT driver needed to be installed. I don’t know why this wasn’t done during the normal install…

Thanks :slight_smile: