Hello,
I have a USB Wi-Fi adapter in my BPI-M64, which is running the current latest Armbian image from the official download location. Armbian does find the network adapter and configure it, but it does not always automatically configure on boot. Sometimes it suffices to explicitly run dhclient wlan0
, sometimes I have to reboot. Other times, the network is working fine after a boot. I have the following command in /etc/wpa_supplicant-start
:
wpa_supplicant -B -D nl80211 -i wlan0 -c /etc/wpa_supplicant/wpa_supplicant.conf
Scanning /etc for references, I also see this line in /etc/network/interfaces.d/wlan0
:
wpa-conf /etc/wpa_supplicant/wpa_supplicant.conf
I think the configuration is essentially correct, based on the fact that about half of the boots, the network comes up entirely properly of its own accord, but I don’t know why it doesn’t start reliably or how to fix it.
Anybody know?
Thanks,
Jonathan