Add help for common issues

This commit is contained in:
2024-06-22 18:50:13 +01:00
parent 92d3f1f11f
commit 075d8580a4
11 changed files with 20 additions and 7 deletions

12
FIXES.md Normal file
View File

@@ -0,0 +1,12 @@
# Fix common issues
## WiFi
### Access point requires a password or encryption key - Can't connect.
Edit `/etc/NetworkManager/NetworkManager.conf`.
```diff
+ [device]
+ wifi.scan-rand-mac-address=no
```