diff --git a/armbian/network_manager.md b/armbian/network_manager.md index b63847f..4650958 100644 --- a/armbian/network_manager.md +++ b/armbian/network_manager.md @@ -290,3 +290,7 @@ nmcli con up wan-wifi-connection-name``` If you receive an error message like ```Warning: password for '802-11-wireless-security.psk' not given in 'passwd-file' and nmcli cannot ask without '--ask' option. Error: Connection activation failed.``` the workaround is to include --ask in your nmcli con up command: ```nmcli --ask con up wan-wifi-name``` + +If you receive the following error with a WiFi network/access point you may have to delete and re-create the connection. We haven't found a reliable fix for this particular warning/error. + +```Warning: password for ‘802-11-wireless-security.psk’ not given in ‘passwd-file’ and nmcli cannot ask without ‘--ask’ option. Error: Connection activation failed.``` \ No newline at end of file