notes: add bloetooth problem

This commit is contained in:
Dmitriy Pleshevskiy 2023-07-19 11:24:03 +03:00
parent ce4380ecd0
commit 1ef0e86b9d
Signed by: pleshevskiy
GPG Key ID: 79C4487B44403985
1 changed files with 8 additions and 0 deletions

8
notes/problems.md Normal file
View File

@ -0,0 +1,8 @@
# Problems
## bluetooth stops working - "Failed to set power on: org.bluez.Error.Failed"
```sh
rfkill list
rfkill unblock bluetooth
```