Hey folks, I’ve been struggling with a new install of EndeavourOS Ganymede running Plasma. I’ve had issues when suspending and when trying to use bluetooth. Bluetooth simply does not start and no host devices are listed when I try and use ‘bluetoothctl’.
Hardware:
https://dpaste.com/BTF32DEJ7
Boot:
https://dpaste.com/F6KMZ5DSM
Running $ /usr/lib/bluetooth/bluetoothd -d -n
Gives me this output:
bluetoothd[4477]: Bluetooth daemon 5.85
bluetoothd[4477]: src/main.c:parse_config() parsing /etc/bluetooth/main.conf
D-Bus setup failed: Request to own name refused by policy
bluetoothd[4477]: src.c/main() Unable to get on D-Bus
Don’t have a answer for the suspending problem, but concerning the bluetooth did you have a look at this wiki
Yes, but the bluetooth daemon does not start so that wiki page does not help me.
you did enable bluetooth correct?
what is the status of bluetooth service?
The bluetooth service starts when I start it manually using systemctl but it does not find any default controller. I have tried using the steps from this section on the Arch Wiki: https://wiki.archlinux.org/title/Bluetooth#bluetoothctl:_No_default_controller_available
/sys/class/bluetooth/hci0 exists so the device is present
rfkill is also not blocking either my wifi or bluetooth
kde uses what bluedevil? what does that show you?
@pandlantis
So you have tried the following?
power off your computer and physically unplug the power cable for 30 seconds. Hold down the power button to drain the power. This forces the controller to reload the firmware, unlike a standard reboot.
Also did you run
sudo modprobe -r btusb
sudo modprobe btusb
Edit: Check dmesg for any info .
sudo dmesg | grep iwl
Running modprobe -r btusb and modprobe btusb seemed to fix it. No errors in dmesg as far as I can tell.