I recently (a couple of weeks ago) did a full system update of a Raspberry Pi 4b running aarch64. The system was working perfectly fine, and was connected to my network through the ethernet port, not using WiFi.
After the update, I discovered that the system has lost all network extensions.
[code]
$ ip a
1: lo: <LOOPBACK,UP,LOWER_UP> mtu 65536 qdisc noqueue state UNKNOWN group default qlen 1000
link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00
inet 127.0.0.1/8 scope host lo
valid_lft forever preferred_lft forever
inet6 ::1/128 scope host noprefixroute
valid_lft forever preferred_lft forever
$
[/code]
[code]
$ lspci
00:00.0 PCI bridge: Broadcom Inc. and subsidiaries BCM2711 PCIe Bridge (rev 20)
01:00.0 USB controller: VIA Technologies, Inc. VL805/806 xHCI USB 3.0 Controller (rev 01)
$
[/code]
No modules are loaded.. that seems odd.
[code]
$ lsmod
Module Size Used by
$
[/code]
/etc/systemd/network has both en.network and eth.network. There are no special udev rules. I'm at my wit's end with this.. any ideas?