Bluetooth randomly stopped working on fedora 36

My bluetooth speaker wasnt showing up as an audio output so i tried disconnecting it and reconnecting. It wouldnt disconnect, so i tried turning off bluetooth in general. It took a few tries and it turned off, but it wouldnt turn back on, so i restarted the system and now its telling me that i have no bluetooth at all. (But I heard the disconnect sound from my speaker only when i turned off my laptop.)

I tried running nmcli radio all; rfkill list all and this was the output.

I havent had problems with bluetooth before.
Has enybody else had this problem? Is there any way to fix it?

Hey and welcome :slight_smile:

Have u tried the command in terminal:

  1. sudo systemctl enable bluetooth.service
  2. sudo systemctl start bluetooth.service

v/r

Andi/andilinux

Hello,
I tried running both of those commands but nothing changed.
I also ran sudo systemctl status bluetooth.service and this was the output:

○ bluetooth.service - Bluetooth service
     Loaded: loaded (/usr/lib/systemd/system/bluetooth.service; enabled; vendor preset: enabled)
     Active: inactive (dead)
       Docs: man:bluetoothd(8)

Jul 13 17:42:04 fedora systemd[1]: bluetooth.service - Bluetooth service was skipped because of a failed condition check (ConditionPathIsDirectory=/sys/class/>
Jul 13 17:42:35 fedora systemd[1]: bluetooth.service - Bluetooth service was skipped because of a failed condition check (ConditionPathIsDirectory=/sys/class/>
Jul 13 19:50:27 fedora systemd[1]: bluetooth.service - Bluetooth service was skipped because of a failed condition check (ConditionPathIsDirectory=/sys/class/>
Jul 13 19:51:16 fedora systemd[1]: bluetooth.service - Bluetooth service was skipped because of a failed condition check (ConditionPathIsDirectory=/sys/class/>

Hello,

uhh that’s odd. Did u upgrade your system?

unless the os did something automatically in the background, no

sudo dnf upgrade

on terminal:)

I updated and restarted it and it works now, thanks for the help!

1 Like