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 ms
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.
root@server:/media/realtekdriver/r8125-9.013.02# bash autorun.sh
Check old driver and unload it.
rmmod r8125
Build the module and install
Skipping BTF generation for /media/realtekdriver/r8125-9.013.02/src/r8125.ko due to unavailability of vmlinux
Warning: modules_install: missing 'System.map' file. Skipping depmod.
DEPMOD 6.8.8-3-pve
load module r8125
Updating initramfs. Please wait.
update-initramfs: Generating /boot/initrd.img-6.8.8-3-pve
Running 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: igb
etc/network/interfaces
auto lo
iface lo inet loopback
auto eno1
iface eno1 inet manual
auto enp4s0
iface enp4s0 inet manual
auto enp10s0
iface enp10s0 inet manual
auto enp5s0
iface enp5s0 inet manual
auto enp6s0
iface enp6s0 inet manual
auto enp7s0
iface enp7s0 inet manual
auto vmbr0
iface 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/mgmtPort
auto vmbr1
iface 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