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

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
```