What OS version are you using? How did you configure the OS image before flashing? What device are you using? You could also enable support access to the device and share the UUID with us so we can take a look?
The configured wifi network is not in range. You can see the available wifi network by running nmcli d wifi list in the host os. Depending on the raspberry pi version it might not support a 5GHz network (in case your network is 5GHz). Also you might have to check the WiFi channels, there can be regional differences for some special channels.
Sorry I might not have been clear enough in my last answer. : ) I meant that the channels of the WiFi network (the AP) should be compatible with the settings and HW of the device. Depending on the country these can be different or blocked because of local regulation. See https://en.wikipedia.org/wiki/List_of_WLAN_channels#2.4_GHz_(802.11b/g/n/ax) for more info. With iw phy0 info you should be able to see the available channels on the device.
Also you don’t have to disconnect the ethernet to debug the WiFi connectivity. You can check if a WiFi connection can be established using nmcli in the webterminal, while the device is connected through ethernet.
Hi!
would it be possibile to setup an hotspot with your mobile phone to make other tests to see if the problem is in the device or in the OS or maybe in the network you are trying to reach
Thank you for the test made, it looks strange that the device can finds some and not others. Could you please give us the output of dmesg and journalctl -u NetworkManager --no-pager to see if there are some errors please ?
I found an error:
Mar 05 06:49:21 3b575bf NetworkManager[794]: [1583390961.7982] keyfile: load: “/etc/NetworkManager/system-connections/resin-wifi-01”: failed to load connection: invalid connection: 802-11-wireless-security.key-mgmt: ‘wpa2-psk’ is not a valid value for the property
This info is different from resin file on /mnt/boot/
You shouldn’t need to do that every time. I would ask you to share your connection file if possibile. Meanwhile to check the auto connection you can add autoconnect=true to the [connection] section of your connection file in /mnt/boot/system-connection/resin-wifi-02
The connection file looks correct besides missing the first [connection] bit but I assume that was miss pasted. I would recommend you to try to reboot and see if the connection comes up again, it really should, if not I’ll need to see the NM logs again. May I also ask you the device type ?