You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Ethernet drivers do not work on AMD X870 motherboard.
I'm running 41.20241215 of bluefin-dx (stable). It looks like I'm missing an ethernet driver, as it does not show up in nmcli or ip -a whatsoever--not even as disconnected.
journalctl shows the following error message:
Dec 12 08:43:01 bluefin-dx kernel: r8169 0000:08:00.0: error -ENODEV: unknown chip XID 688, contact r8169 maintainers (see MAINTAINERS file)
I'm not sure how to proceed here, since using custom kernels or including ethernet drivers seems to not be supported OOB, I'd need to build my own image?
What did you expect to happen?
Ethernet connectivity should work out-of-the-box, or there should be instructions on how to build a newer kernel / out-of-tree drivers for this kernel version.
I tried working on building an image out, following details from #2051, but I haven't gotten it to work yet. I'm currently trying to rebase onto the container pr-1 at https://github.com/drf-jpg/bluefin-mainline/tree/devel, so if there's any advice I'd appreciate it.
Describe the bug
Ethernet drivers do not work on AMD X870 motherboard.
I'm running 41.20241215 of bluefin-dx (stable). It looks like I'm missing an ethernet driver, as it does not show up in
nmcli
orip -a
whatsoever--not even as disconnected.journalctl
shows the following error message:It looks similar to this issue on Arch: https://bbs.archlinux.org/viewtopic.php?id=301284
I'm not sure how to proceed here, since using custom kernels or including ethernet drivers seems to not be supported OOB, I'd need to build my own image?
What did you expect to happen?
Ethernet connectivity should work out-of-the-box, or there should be instructions on how to build a newer kernel / out-of-tree drivers for this kernel version.
Output of
bootc status
Output of
groups
Extra information or context
Related Discourse thread: https://universal-blue.discourse.group/t/missing-ethernet-driver-on-x870-board-for-realtek-rtl8125-xid-688-in-r8169/5649
For context, I'm using this motherboard: https://www.asus.com/motherboards-components/motherboards/prime/prime-x870-p-wifi/
The output of
sudo lspci | rg -S ethernet
isThe text was updated successfully, but these errors were encountered: