Hi, despite following steps from lots of other threads here and on github I can't seem to get my NIC working. I have tried installing using the autorun.sh script directly from Realteks download site "2.5G Ethernet LINUX driver r8125 for kernel up to 6.8" [1] and following the steps in linked comment on awesometic github using dkms [2].
None of the methods have gotten my card working for me, I just get no connection from any port and error messages like the ones below is constantly being printed at the host screen.
I also got an error installing with the autorun.sh script saying: Warning: modules_install: missing 'System.map' file. Skipping depmod.
Not sure what this means, searched a little for it, someone had issues with secure boot not being set to other OS but mine already was.
I'll put some network configs below, let me know if I can provide any other outputs for troubleshooting. I'm at my wits end here, most people in threads report success after following the steps I have but I can't get it working.
Grateful for any help.
[1] https://www.realtek.com/Download/List?cate_id=584
[2] https://github.com/awesometic/realtek-r8125-dkms/issues/55#issuecomment-2184079948
None of the methods have gotten my card working for me, I just get no connection from any port and error messages like the ones below is constantly being printed at the host screen.
[ 108.426301] r8125 0000:04:00.0 enp4s0: NETDEV WATCHDOG: CPU 13: transmit queue 0 timed out 6215 ms[ 129.417799] r8125 0000:04:00.0 enp4s0: NETDEV WATCHDOG: CPU 8: transmit queue 0 timed out 6252 msI also got an error installing with the autorun.sh script saying: Warning: modules_install: missing 'System.map' file. Skipping depmod.
Not sure what this means, searched a little for it, someone had issues with secure boot not being set to other OS but mine already was.
root@server:/media/realtekdriver/r8125-9.013.02# bash autorun.shCheck old driver and unload it.rmmod r8125Build the module and installSkipping BTF generation for /media/realtekdriver/r8125-9.013.02/src/r8125.ko due to unavailability of vmlinuxWarning: modules_install: missing 'System.map' file. Skipping depmod.DEPMOD 6.8.8-3-pveload module r8125Updating initramfs. Please wait.update-initramfs: Generating /boot/initrd.img-6.8.8-3-pveRunning hook script 'zz-proxmox-boot'..Re-executing '/etc/kernel/postinst.d/zz-proxmox-boot' in new private mount namespace..No /etc/kernel/proxmox-boot-uuids found, skipping ESP sync.Completed.I'll put some network configs below, let me know if I can provide any other outputs for troubleshooting. I'm at my wits end here, most people in threads report success after following the steps I have but I can't get it working.
Grateful for any help.
lspci -nnk | grep -A2 Ethernet
00:19.0 Ethernet controller [0200]: Intel Corporation Ethernet Connection (2) I218-LM [8086:15a0] (rev 05) DeviceName: Onboard LAN Subsystem: ASUSTeK Computer Inc. Ethernet Connection (2) I218-LM [1043:862a] Kernel driver in use: e1000e Kernel modules: e1000e--04:00.0 Ethernet controller [0200]: Realtek Semiconductor Co., Ltd. RTL8125 2.5GbE Controller [10ec:8125] (rev 05) Subsystem: Realtek Semiconductor Co., Ltd. RTL8125 2.5GbE Controller [10ec:8125] Kernel driver in use: r8125--05:00.0 Ethernet controller [0200]: Realtek Semiconductor Co., Ltd. RTL8125 2.5GbE Controller [10ec:8125] (rev 05) Subsystem: Realtek Semiconductor Co., Ltd. RTL8125 2.5GbE Controller [10ec:8125] Kernel driver in use: r8125--06:00.0 Ethernet controller [0200]: Realtek Semiconductor Co., Ltd. RTL8125 2.5GbE Controller [10ec:8125] (rev 05) Subsystem: Realtek Semiconductor Co., Ltd. RTL8125 2.5GbE Controller [10ec:8125] Kernel driver in use: r8125--07:00.0 Ethernet controller [0200]: Realtek Semiconductor Co., Ltd. RTL8125 2.5GbE Controller [10ec:8125] (rev 05) Subsystem: Realtek Semiconductor Co., Ltd. RTL8125 2.5GbE Controller [10ec:8125] Kernel driver in use: r8125--0a:00.0 Ethernet controller [0200]: Intel Corporation I210 Gigabit Network Connection [8086:1533] (rev 03) Subsystem: ASUSTeK Computer Inc. I210 Gigabit Network Connection [1043:8557] Kernel driver in use: igbetc/network/interfaces
auto loiface lo inet loopbackauto eno1iface eno1 inet manualauto enp4s0iface enp4s0 inet manualauto enp10s0iface enp10s0 inet manualauto enp5s0iface enp5s0 inet manualauto enp6s0iface enp6s0 inet manualauto enp7s0iface enp7s0 inet manualauto vmbr0iface vmbr0 inet static address 192.168.1.119/24 gateway 192.168.1.1 bridge-ports eno1 enp4s0 enp5s0 enp6s0 enp7s0 bridge-stp off bridge-fd 0 bridge-vlan-aware yes bridge-vids 2-4094#LAN/mgmtPortauto vmbr1iface vmbr1 inet manual bridge-ports enp10s0 bridge-stp off bridge-fd 0 bridge-vlan-aware yes bridge-vids 2-4094#WAN[1] https://www.realtek.com/Download/List?cate_id=584
[2] https://github.com/awesometic/realtek-r8125-dkms/issues/55#issuecomment-2184079948