I’m fairly new to Fedora Silverblue, I’ve been using it since December or so for pretty much everything, I dual boot this and Windows. Bluetooth was fine initially, but stopped working around Feburary 17th, and I looked at previous posts before but couldn’t solve my issue. I click the switch but it doesn’t turn on, and I know it’s not the device because it works fine on my Windows partition.
Here’s what I’ve gotten so far:
- Fedora Linux 41.20250317.0 (Silverblue)
- Kernel - Linux 6.13.6-200.fc41.x86_64
Everything below is using commands I found in other posts:
Hardware
$ inxi --bluetooth
Bluetooth:
Device-1: Lite-On Wireless_Device driver: btusb type: USB
Report: btmgmt ID: hci0 state: up address: N/A
Wireless Radios
$ bluetoothctl
[bluetooth]# Agent registered
[bluetooth]# power on
No default controller available
[bluetooth]#
$ journalctl -b | grep Bluetooth
Mar 17 17:22:53 fedora kernel: Bluetooth: Core ver 2.22
Mar 17 17:22:53 fedora kernel: Bluetooth: HCI device and connection manager initialized
Mar 17 17:22:53 fedora kernel: Bluetooth: HCI socket layer initialized
Mar 17 17:22:53 fedora kernel: Bluetooth: L2CAP socket layer initialized
Mar 17 17:22:53 fedora kernel: Bluetooth: SCO socket layer initialized
Mar 17 17:22:55 fedora systemd[1]: Starting bluetooth.service - Bluetooth service...
Mar 17 17:22:55 fedora bluetoothd[1052]: Bluetooth daemon 5.79
Mar 17 17:22:55 fedora systemd[1]: Started bluetooth.service - Bluetooth service.
Mar 17 17:22:55 fedora systemd[1]: Reached target bluetooth.target - Bluetooth Support.
Mar 17 17:22:55 fedora kernel: Bluetooth: BNEP (Ethernet Emulation) ver 1.3
Mar 17 17:22:55 fedora kernel: Bluetooth: BNEP filters: protocol multicast
Mar 17 17:22:55 fedora kernel: Bluetooth: BNEP socket layer initialized
Mar 17 17:22:55 fedora bluetoothd[1052]: Bluetooth management interface 1.23 initialized
Mar 17 17:22:56 fedora systemd[1312]: Started mpris-proxy.service - Bluetooth mpris proxy.
Mar 17 17:23:41 fedora systemd[2088]: Started mpris-proxy.service - Bluetooth mpris proxy.
Mar 17 17:23:55 fedora systemd[1312]: Stopping mpris-proxy.service - Bluetooth mpris proxy...
Mar 17 17:23:55 fedora systemd[1312]: Stopped mpris-proxy.service - Bluetooth mpris proxy.
$ rfkill list all
0: acer-wireless: Wireless LAN
Soft blocked: no
Hard blocked: no
1: acer-bluetooth: Bluetooth
Soft blocked: no
Hard blocked: no
2: hci0: Bluetooth
Soft blocked: no
Hard blocked: no
3: phy0: Wireless LAN
Soft blocked: no
Hard blocked: no
I’ve seen some posts saying Kernel 13 might have issues with Bluetooth, so how would I go about changing kernels? I’m not exactly sure on what version to change to to avoid any other hardware problems, and I’m not sure about making backups…