I have installed BalenaOS 2.29.2 rev2 dev and for some reason despite all the details being configured correctly in the boot partition I am unable to join my wireless network. The interface is not coming up as running indicating that wpa_supplicant has probably failed.
If I manually create wpa_supplicant.conf with the same SSID and PSK, stop wpa_supplicant using systemctl and start it using the created config I am able to connect via wifi successfully and get a dhcp address.
When viewing /etc/wpa_supplicant.conf it doesn’t seem to have the network configured at all. I am not overly familiar with NetworkManager so I am not sure where else to look.
Hi @phoenixmage,
We use NetworkManager to connect to wifi networks so it’s not advised to create your own wpa_supplicant configuration.
So in order to help you, we need you to download a vanilla RPi3 image from the dashboard where you will type your wifi credentials.
If wifi still doesn’t work we will need the output of:
journalctl -u NetworkManager --no-pager
and
ifconfig
Regards!
Hi @phoenixmage,
Looking through your connection file, it seems fine.
You said that you used balena local configure command so this makes me think that there could be something wrong with the local mode.
Could you please download the same image version from the dashboard where you will also put your WiFi credentials and see if it works?
Dashboard link: https://dashboard.balena-cloud.com
Thank you!
There is indeed a small issue where a post appears twice. I will erase the extra one.
If you download an image from the dashboard where you will also insert your WiFi credentials, there is no balena os configure step necessary.
In your dashboard application click on Add device, select the Development version and Wifi + Ethernet. Type your wifi credentials and click on Download balenaOS.
Then flash the image as you downloaded it without any other intervention on the image.