Which I guess the network is not. There might be some clue in the syslog, either from the net server or from wpa_supplicant.
I don’t understand network code, but it seems one possibility to get no auth is a problem getting the network, like I don’t know, maybe the scan has not finished or something? Another one might be that it’s stated in the wireless_networks file humdinger pointed to. While I only have a list of network entries with SSID, it seems one can have among other things authentication entries that would set the auth mode used.
Please do not delete the keystore_database, it may have many other things. You can explore and edit it with the keystore command:
~> keystore list keyrings
keyring: "Calendar"
keyring: "Master"
keyring: "wpa_supplicant"
~> keystore list passwords wpa_supplicant
password key:
purpose: network
identifier: [and some more data, including the passwords]
Used the keystore cli already pretty mutch when trying out daily builds for NeoChat, the main app in the depot stores it in “NeoChat”, with keystore remove password neochat I can remove it from the list and launch a binary build with kde-builder to test it out.
EDIT: the cmd above does not remove the password for NeoChat (case sensitive).
A few days ago, I installed Beta 5 on an old HP laptop equipped with an RTL8188EE wireless card. I noticed that on boot, it wouldn’t automatically connect to my saved network.
While troubleshooting, I checked the /boot/system/settings/network/wireless_networks file, and the network name was listed there correctly.
I also checked the keystore using the following command:
keystore list passwords wpa_supplicant
Both the network SSID and the password appeared to be saved properly.
Then, I noticed that my SSID consists of two words separated by a space. I decided to modify the network name inside the /boot/system/settings/network/wireless_networks file by adding quotes around it, like this:
network “MY SSID”
…and now everything works perfectly! Just wanted to share this in case anyone else bumps into the same issue with SSIDs containing spaces.