mismatch between uname -a and pacman -Q linux
- Dominant language
- Swift
- Stars
- 35.5k
- Forks
- 1.8k
- Avg merge
- 5d 5h
- Merged PRs (30d)
- 7
Description
hi all, I've taken an arch installation from utm gallery on mac m1: https://mac.getutm.app/gallery/
after installation I updated packages :
pacman -Syu.
When I ping 8.8.8.8 I get network unreachable.
ip link shows only loopback.
lspci -k shows Ethernet controller: Realtek Semiconductor Co., Ltd. RTL-8100/8101L/8139 PCI Fast Ethernet Adapter (rev 20)
when trying to load the networking module
modprobe 8139.too
I get:
modprobe: FATAL: Module 8139too.c not found in directory /lib/modules/5.5.7-1-ARCH
there is a file in /lib/modules called 5.18.1-1-aarch64-ARCH
I see there is a mismatch between uname -a which outputs
Linux alarm 5.5.7-1-ARCH
and pacman -Q linux which outputs
linux-aarch64 5.18.1-1
how can I resolve this issue?
Contributor guide
Assessment
This issue has not been assessed yet.