8 lines
138 B
Markdown
8 lines
138 B
Markdown
# Problems
|
|
|
|
## bluetooth stops working - "Failed to set power on: org.bluez.Error.Failed"
|
|
|
|
```sh
|
|
rfkill list
|
|
rfkill unblock bluetooth
|
|
```
|