Having installed radxa-zero-debian-buster-xfce4-arm64-20220501-0346-mbr.img, I tried initializing the wifi:
-
Switch to super user mode
$ sudo su -
Open the WIFI
$ nmcli r wifi on -
Scan WIFI
$ nmcli dev wifi
(produces no results) -
Connect to WIFI network
$ nmcli dev wifi connect “wifi_name” password “wifi_password”
(produces the error:
“Error: No Wi-Fi device found.”
The command line
nmcli dev
shows this:
DEVICE TYPE STATE CONNECTION
lo loopback unmanaged –
And no other devices.
My last Raxda Zero worked for wifi using this identical process.
That one, by the way, stopped talking to the HDMI interface about a week in. This makes two lemons in a row. I am not a happy customer so far.
EDIT — installing Armbian instead of Debian fixed the problem. Armbian can see wlan0 where Debian, paradoxically, could not (though the same distro worked fine on the last unit).