ARMv7 - Raspberry Pi 4 B
Hello,
I installed ARMv7 on my Raspberry Pi 4 B a week or so ago. I got it installed, including connecting via WiFi, setting it up with the cli utiliy wifi-menu then enabling it on boot with
sudo systemctl enable
netctl-auto@wlan0.serviceYesterday I ran an update and did some work on it.
Today, I turned it on but it's unable to connect via WiFi.
I ran ifconfig, which only returns the eth0 and loopback interface
$this->bbcode_second_pass_code('', '
eth0: flags=4163<UP,BROADCAST,RUNNING,MULTICAST> mtu 1500
inet 192.168.1.104 netmask 255.255.255.0 broadcast 192.168.1.255
...
lo: flags=73<UP,LOOPBACK,RUNNING> mtu 65536
inet 127.0.0.1 netmask 255.0.0.0
...
')
ls /sys/class/net returns this:
eth0 lo
I thought it might have been a hardware failure so I wiped Arch and installed Raspberry Pi OS. It connected fine via WiFi
I still have the tar image from when I installed Arch a week or so ago, so I reused that to reinstall Arch on my SD card. Initially it connected fine via WiFi after running menu-wifi and enabling netctl. But when I ran:
pacman -Syu
to update and then rebooted, I ran into the same problem with the missing wireless interface.
As it seemed to break after an update, I wonder if it's related to a bug the latest version of the firmware or something else?
Would greatly appreciate some help. Let me know if I can provide any more information.
Many thanks
Josh