Display MoreHi,
I know i am kinda late. I am currently building a server and bought a very very cheap chinese card using the RTL8125 chipset.
I was facing the same issue. The package C-States didn't got under C3.
Now i installed the current Realtek r8125 DKMS 9.015.00-1 from here: https://github.com/awesometic/realtek-r8125-dkms
Had to install Linux-headers too and obviously DKMS
Furthermore I had to blacklist the r8169 module so it isn't used for the r8125 card.
Coderoot@openmediavault:~# cat /etc/modprobe.d/blacklist-r8169.conf # To use r8125 driver explicitly blacklist r8169
I am forcing ASPM via grub statement
I am running powertop --auto-tune after the system is up and running.
Seems to work:
The whole system is idleing around 15W with 1 SATA-SSD and 3 old! SATA-HDDs connected. (Drives will be replaced as soon as everything is to my liking
Just wanted to say thank you for this post. I had the same situation just trying to get this card working and it was helpful. I'm not too familiar with power management and my box but maybe it's time to be a little more attuned to the power it's drawing with all its drives etc. Anyway connection seems good except I'm having trouble getting the OMV dashboard interface to display in the browser but I'm sure it's user error somehow since all my other plugins are working.