system/notes/problems.md

15 lines
196 B
Markdown
Raw Normal View History

2023-07-19 11:24:03 +03:00
# Problems
## bluetooth stops working - "Failed to set power on: org.bluez.Error.Failed"
```sh
rfkill list
rfkill unblock bluetooth
```
2023-11-24 11:46:22 +03:00
## Git: Cannot push (unpacker error)
```sh
git fsck
```