Hey there, very new to linux
I’m on Fedora 42 and can’t turn my bluetooth on, see this gif:
My Laptop: **HP ZBook Ultra G1a**
Some things I tried but didn’t help:
sudo systemctl disable bluetooth && sleep 30 && sudo systemctl enable --now bluetooth
sudo rmmod btusb
sudo modprobe btusb
Some outputs:
systemctl status bluetooth
● bluetooth.service - Bluetooth service
Loaded: loaded (/usr/lib/systemd/system/bluetooth.service; enabled; preset: enabled)
Drop-In: /usr/lib/systemd/system/service.d
└─10-timeout-abort.conf
Active: active (running) since Sat 2025-08-30 14:28:41 CEST; 3h 10min ago
Invocation: 276da340f5d54ca68a6c8838339907d8
Docs: man:bluetoothd(8)
Main PID: 2838 (bluetoothd)
Status: "Running"
Tasks: 1 (limit: 57235)
Memory: 2.1M (peak: 5.3M)
CPU: 18ms
CGroup: /system.slice/bluetooth.service
└─2838 /usr/libexec/bluetooth/bluetoothd
uname -r
6.16.3-200.fc42.x86_64
this command shows that something is down, not sure what it means though
hciconfig
hci0: Type: Primary Bus: USB
BD Address: 00:00:00:00:00:00 ACL MTU: 0:0 SCO MTU: 0:0
DOWN
RX bytes:0 acl:0 sco:0 events:0 errors:0
TX bytes:0 acl:0 sco:0 commands:1 errors:1
Let me know if you need any other info