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