-
Notifications
You must be signed in to change notification settings - Fork 72
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
9.013.02 not work on pve 8.2 with kernel 6.8 #55
Comments
Sorry for the inconvenience. I will test it on my kernel 6.8 system soon. |
How did you upgrade the package? Using Debian package file or the script the repo includes? |
Using Debian package file with dpkg -i. |
I encountered the same problem as well. My Linux kernel version is 6.8.4-3-pve, and the operating system version is 8.2.2.
After completing the above steps, restart your system. It seems like everything is okay now. You could try this way. |
Thanks @whidy for sharing your experience. Although the driver can be downloaded directly from the Realtek website, the source code in this repository is identical to the official one. If you're curious about the previously merged patches to the sources here, they have been merged on the official side already. So you can install the driver without DKMS by cloning this repository to your PVE machine and executing the But it is always your choice, you may be relieved by downloading the source codes from the official website. |
I'm not sure if this is the same issue, but I'm using Ubuntu 24.04, which comes with the 6.8 kernel. When I install the package via the launchpadd ppa, as per the readme, and blacklisted the r8169. So lspci -k gives... But as a connection it's barely functioning, dropping 70+% of packets. The cable and gig-e switch it is plugged into are4 all fine. This is with a MINIX Z100-0dB fanless Intel N100 mini PC. |
How about r8169? If it has the same issue (high rate packet loss), it might be a hardware issue. |
I can confirm the I just tried it on 2 identical machines with a fresh install of proxmox 8 and it works the same as using the driver from the realtek website manually. order of operations for success:
The most important proxmox specific part is probably first installing Hopefully this means next kernel update it will automagically rebuild and continue working compared to manually building from the realtek website. |
PVE 8.2 changes their default kernel to 6.8, which makes my network down. After
upgrading r8125-dkms to 9.013.02, there is still lots of errors show on my console, like:
[353.459395] r8125 0000:06:00.0 enp6s0: NETDEV WATCHDOG: CPU: 0: transmit queue 0 timed out 12412 ms
and the network is still unavailable.
I'm not familiar with dkms so i don't know how to get more logs about this error. If you need more info, just tell me.
By the way, the newest one still works on pve 8.2 with kernel 6.5.
The text was updated successfully, but these errors were encountered: