Bluetooth does not turn on in the settings. The switch appears to have turned on but does not start searching for bluetooth devices and in the shell menu it appears that bluetooth is off but when I open the options there is the option to turn off bluetooth as if it were on, when I select this option the bluetooth disappears from the shell menu.
When the switch is turned of in the settings:
rfkill list
0: hci0: Bluetooth
Soft blocked: yes
Hard blocked: no
1: phy0: Wireless LAN
Soft blocked: no
Hard blocked: no
Then i did sudo rfkill unblock bluetooth
0: hci0: Bluetooth
Soft blocked: no
Hard blocked: no
1: phy0: Wireless LAN
Soft blocked: no
Hard blocked: no
After this the bluetooth appears on shell menu but still donât turn on and it appears that bluetooth is off but when I open the options there is the option to turn off bluetooth as if it were on. When a select to turn off bluetooth it dissapears again from shell menu and ârfkill listâ gives me:
0: hci0: Bluetooth
Soft blocked: yes
Hard blocked: no
1: phy0: Wireless LAN
Soft blocked: no
Hard blocked: no
Then i tried to do âsudo rfkill unblock bluetoothâ and after this i tried âsudo service bluetooth.service startâ and the bluetooth appears turned on in the shell menu and in the settings and 100% working. But if i turn off bluetooth from shell or settings i have the same trouble, the bluetooth dissapear from shell menu and donât turn on. So the only way to turn off the bluetooth without this trouble is doing âsudo service bluetooth.service stopâ and if i want turn on do âsudo service bluetooth.service startâ again. A want to fix this to turn on and off from the shell or settings and not from terminal. Below is a link to a video showing the problem better.
Hi @ryan.severo1107 , welcome to the forum! Please take a minute to go through the introductory posts in the #start-here category if youâve not had a chance to do so yet.
Can you please check your journal logs to see what they say when you see this issue, for example when you follow the steps shown in your video? Please paste your logs here for folks to see too.
The same problem was reported in this post. I replied there as well providing some details.
I think many people have this exact same problem. I couldnât find a solution anywhere and there is no similar bug reported in https://bugzilla.redhat.com/.
I would like to add to my previous reply that as far as I understand (sorry if I am wrong) Bluetooth is supposed to be soft-blocked by rfkill once you turn it off. The problem is it doesnât turn on at all. As a quick workaround, you could turn it on from settings and then do sudo systemctl restart bluetooth.service from the terminal. That only helps until you turn it off again.