pop-os / cosmic-applets

WIP applets for cosmic-panel
GNU General Public License v3.0
216 stars 89 forks source link

[bluetooth] can't enable bluetooth #659

Open wiiznokes opened 2 months ago

wiiznokes commented 2 months ago

log:

sept. 14 14:00:25 fedasus bluetoothd[1253]: Failed to set mode: Failed (0x03)
sept. 14 14:00:25 fedasus cosmic-panel[2710]: com.system76.CosmicAppletBluetooth: bluetooth request error: Bluetooth operation failed: Failed

I was using W11 before this boot, not sure if this is related. I logged out of cosmic and tried with plasma and it worked. When i relogged in cosmic, it still didn't worked.

FlorianPallas commented 2 months ago

Same issue running on arch since I installed cosmic. For me it was my bluetooth adapter being soft-blocked by rfkill by default somehow. You can check yourself with rfkill list. An easy workaround is simply unblocking it via rfkill unblock bluetooth. Everything worked flawless after that ^^

The blueman applet I was using before does not have this issue when I run it on cosmic. Glancing over their code it looks like they handle this case, so maybe this is worth looking into?

robjac commented 4 weeks ago

Seems that I have to do what @FlorianPallas describes above after every reboot.