Dear All,
Seems that net/realtek-re-kmod is not working under FreeBSD 14.0.
I have 2 network devices -
When loading re driver, installed from ports, neither interfaces will work. Device is recognized, but no traffic goes through. When I load the driver from base, the device=0x8168 works as expected, but the device=0x8125 is not recognized.
In other words, I would like to get the 'RTL8125 2.5GbE Controller' working under FreeBSD 14.0, but have not managed to do so.
What might be the problem?
Any experiences? Any help available?
Seems that net/realtek-re-kmod is not working under FreeBSD 14.0.
I have 2 network devices -
Code:
none0@pci0:2:0:0: class=0x020000 rev=0x04 hdr=0x00 vendor=0x10ec device=0x8125 subvendor=0x10ec subdevice=0x0123
vendor = 'Realtek Semiconductor Co., Ltd.'
device = 'RTL8125 2.5GbE Controller'
class = network
subclass = ethernet
re0@pci0:5:0:0: class=0x020000 rev=0x0c hdr=0x00 vendor=0x10ec device=0x8168 subvendor=0x1043 subdevice=0x8554
vendor = 'Realtek Semiconductor Co., Ltd.'
device = 'RTL8111/8168/8411 PCI Express Gigabit Ethernet Controller'
class = network
subclass = ethernet
When loading re driver, installed from ports, neither interfaces will work. Device is recognized, but no traffic goes through. When I load the driver from base, the device=0x8168 works as expected, but the device=0x8125 is not recognized.
In other words, I would like to get the 'RTL8125 2.5GbE Controller' working under FreeBSD 14.0, but have not managed to do so.
What might be the problem?
Any experiences? Any help available?