Files
dotfiles/FIXES.md
2024-06-22 18:50:13 +01:00

13 lines
207 B
Markdown

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