You are not logged in.
I have an AsRock X870E Taichi Lite and after booting the live system from the USB drive I can't access the Internet even if the ethernet cable is plugged in.
ip link show
does not show any ethernet interface.
journalctl -b
shows an error:
unknown chip XID 64a
. Is this related to my problem?
Last edited by dartheian (2024-10-17 07:51:46)
Offline
Which kernel version does your ISO have? (uname -r)
Offline
I downloaded the 01-Oct-2024 image and using the provided kernel.
Offline
Does it work when you use a previous image? (for example https://archive.archlinux.org/iso/2024.08.01/)
Offline
I checked the version:
6.10.10-arch1-1
I'll retry with an older version. My motherboard is very new, maybe it is not supported?
Last edited by dartheian (2024-10-16 14:55:18)
Offline
My motherboard is very new, maybe it is not supported?
lspci -k
Offline
lspci -k
find an Ethernet controller with kernel module
r8169
but no driver in use.
The error I see from
journalctl -b
is
r8169 [...] error -ENODEV: unknown chip XID 64a, contact r8169 maintainers
Offline
https://www.mail-archive.com/kernel-pac … 31781.html
Seems to have support in 6.12
Offline
So I just have to wait until a new ISO with 6.12 is uploaded?
Offline
what system do you used to create the boot media? you could build your own with the required update
sanity check: dual boot with windows? if so: 3rd link in seth's signature "and reboot both just for voodoo"
Offline
So I just have to wait until a new ISO with 6.12 is uploaded?
You can also help yourself out w/ https://wiki.archlinux.org/title/Tethering and then switch to https://aur.archlinux.org/packages/linux-mainline (or live w/o network until 6.12 hits the repos
Offline
I have both Windows on the same machine and Arch on a different machine. Is there a guide on how to do that?
Last edited by dartheian (2024-10-17 07:30:08)
Offline
I found this guide on the wiki: https://wiki.archlinux.org/title/Archiso
Thanks for the help, I'll mark this as solved
Offline
I have a similar motherboard(gigabyte aorus x870e) and I have similar issues with Ethernet, except it happens when using my system, not on install.
Is there anyway I can update the kernel from 6.11 to 6.12 without Internet access? I have a seperate laptop and USB drive I can use to download.
I was reading about kernel-install, but I wasn't confident that would work in my use case.
A little more background, I had an older mobo with an 8700k CPU. I upgraded the CPU,MOBO and RAM. I did regenerate the initramfs and got arch to boot, but without Ethernet, I cannot update my microcode or kernel to 6.12.
Last edited by wtaylor303 (2024-11-09 15:42:56)
Offline
You can download the packages from https://archlinux.org/packages/?q=linux and "pacman -U" install them, but 6.12 hasn't been released yet.
Alternatively if you've a phone, see https://wiki.archlinux.org/title/Tethering
Offline
You can download the packages from https://archlinux.org/packages/?q=linux and "pacman -U" install them, but 6.12 hasn't been released yet.
Alternatively if you've a phone, see https://wiki.archlinux.org/title/Tethering
Oh great point. I can USB tether with my phone. Awesome. I think that will solve the microcode package install at least. I guess I'll just have to wait for 6.12 to release before Ethernet works.
Offline
I guess I'll just have to wait for 6.12 to release before Ethernet works.
You can use a release candidate until it is officially released and packaged by Arch. https://pkgbuild.com/~gromit/linux-bise … kg.tar.zst
Offline
Thanks for the post, this helped me out today. NIC up and running on 6.12 rc
Have you managed to get any sensors or fan control software like lm-sensors to detect things? I miss being able to modify fan speeds with coolercontrol
Offline
seth wrote:You can download the packages from https://archlinux.org/packages/?q=linux and "pacman -U" install them, but 6.12 hasn't been released yet.
Alternatively if you've a phone, see https://wiki.archlinux.org/title/TetheringOh great point. I can USB tether with my phone. Awesome. I think that will solve the microcode package install at least. I guess I'll just have to wait for 6.12 to release before Ethernet works.
There's no need to wait for kernel 6.12, I got it working with package r8126-dkms from AUR. Just installed it and it worked fine after reboot. Sometimes it takes a couple of minutes to connect, but stable after.
Offline