I have an RTL8125B-CG NIC which, from what I gather from their product page, has hardware support for PTP. However, sudo ethtool -T
does not detect any HW timestamping capabilities.
I've tried with the r8169
driver and with the r8125
driver from Realtek (both this one from Github and this one from Realtek's download page), but without success. In the Makefile in the source code, there seems to be a flag which indicate that PTP support is not enabled by default, but when I enable this flag I can't compile (I get the error presented in this issue).
Anyone have any experience or know what I can do to get PTP support enabled?
I'm running Ubuntu 20.04 and the 5.11.0-36-generic
kernel.