kemonine
/
lollipopcloud
Archived
1
0
Fork 0

Add note about no psk given in passwd-file

This commit is contained in:
KemoNine 2019-03-02 00:10:16 +00:00
parent a2890824aa
commit 30f72bf5eb
1 changed files with 4 additions and 0 deletions

View File

@ -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.```