kemonine
/
lollipopcloud
Archived
1
0
Fork 0

added NM workaround for password-related error messages

This commit is contained in:
jmf 2018-11-09 10:10:52 -07:00 committed by KemoNine
parent 03c9d2aabd
commit d341f20a92
No known key found for this signature in database
GPG Key ID: 9D79FBF661EC6779
1 changed files with 11 additions and 0 deletions

View File

@ -279,3 +279,14 @@ See [Modem Manager](modem_manager.md) for details on integrating a 3G/LTE modem
## Auto Config
Once the above is setup Network Manager should handle the auto configuration of your WAN/LAN/Modems/etc for you.
## Real World Uses and Troubleshooting
If you're using your Lollipop as a router and have a collection of preferred networks, at the command line (and/or using Cockpit), to switch access points on the fly:
```nmcli con down wan-wifi-connection-name
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```