notes: add bloetooth problem
This commit is contained in:
parent
ce4380ecd0
commit
1ef0e86b9d
1 changed files with 8 additions and 0 deletions
8
notes/problems.md
Normal file
8
notes/problems.md
Normal file
|
@ -0,0 +1,8 @@
|
|||
# Problems
|
||||
|
||||
## bluetooth stops working - "Failed to set power on: org.bluez.Error.Failed"
|
||||
|
||||
```sh
|
||||
rfkill list
|
||||
rfkill unblock bluetooth
|
||||
```
|
Loading…
Reference in a new issue