I have a RaspberryPi 4 B which runs Arch Linux for ARM.
I follow the installation steps provided by https://archlinuxarm.org/platforms/armv ... berry-pi-4, It can boot successfully.
However, when I type `ip addr show`, it print out the following links for wlan0:
```
wlan0: <NO-CARRIER,BROADCAST,MULTICAST,UP> ................. DOWN ........
```
While, the Ethernet interface is UP.
No matter how I enter `ip link set wlan0 up`, the status of wlan0 is still DOWN.
I login to this Raspberry through ssh via Ethernet interface.
How can I turn wlan0 up?