diff --git a/notes/problems.md b/notes/problems.md new file mode 100644 index 0000000..6187de5 --- /dev/null +++ b/notes/problems.md @@ -0,0 +1,8 @@ +# Problems + +## bluetooth stops working - "Failed to set power on: org.bluez.Error.Failed" + +```sh +rfkill list +rfkill unblock bluetooth +```