14 lines
196 B
Markdown
14 lines
196 B
Markdown
# Problems
|
|
|
|
## bluetooth stops working - "Failed to set power on: org.bluez.Error.Failed"
|
|
|
|
```sh
|
|
rfkill list
|
|
rfkill unblock bluetooth
|
|
```
|
|
|
|
## Git: Cannot push (unpacker error)
|
|
|
|
```sh
|
|
git fsck
|
|
```
|