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