Posts: 24
Threads: 7
Joined: Jun 2018
Reputation:
1
09-29-2019, 08:50 PM
(This post was last modified: 10-06-2019, 07:50 PM by blarg.)
Been struggling with this for a few days. I just upgraded to 6.2 via downloadable image and can’t get networking configured. When ai set WiFi networking in the GUI it seems to accept my settings but I always get “AP mode active” and when I reboot it goes right back into AP mode. If I try to delete AP mode settings I get an error message that I must enter something in the AP ssid and password fields
What am I missing? How do I turn off AP mode and join a WiFi network? I can’t find an option to do that.
Posts: 13,399
Threads: 304
Joined: Mar 2018
Reputation:
543
AP mode starts when either of the following two conditions are true.
1. The SSID is explicitly set to "None (activateds AP mode)" in Network Config.
2. An attempt to connect to the SSID fails.
Here is the ( i ) help for Password requirements
"Length 8-63 chars. The password will be converted to a pre-shared key (PSK) after saving."
Does your SSID show up after SCAN in Network Config?
Posts: 24
Threads: 7
Joined: Jun 2018
Reputation:
1
09-29-2019, 11:18 PM
(This post was last modified: 09-29-2019, 11:21 PM by blarg.)
That could be where I’m going wrong. My password has spaces in it and it’s WPA2.
Has something changed since the 5.x version? It used to work.
I might have to go Ethernet for now....unless I can set it from the command line manually.
Posts: 13,399
Threads: 304
Joined: Mar 2018
Reputation:
543
10-06-2019, 06:49 PM
(This post was last modified: 10-06-2019, 06:50 PM by Tim Curtis.)
Interesting. You might want to consider using a friendly name for your SSID.
When u get a moment mark your original post SOLVED, thx.
Posts: 6,015
Threads: 176
Joined: Apr 2018
Reputation:
235
I believe almost every printable character is legal in an SSID and so should be acceptable to wpa_passphrase. I’m on a road trip and have no convenient way to look at moOde sources ATM but might this instead be a shell script problem? Backtick is a special character in bash.
Regards,
Kent