Loss of networking on resume from suspend.

Code:
> uname -a
FreeBSD pluto 14.3-RELEASE-p3 FreeBSD 14.3-RELEASE-p3 GENERIC amd64

On resume after the machine has been suspended for a period of time IPv4 networking fails to come back up and requires a full

Code:
doas service netif restart

The machine never used to have this problem on 13 point something-RELEASE and later and I'm not sure at what point this stopped working. IPv6 seems to continue working, i.e. can continue to visit IPv6 enabled websites but local IPv4 resources are affected.

Any clues as how to debug this ?


Code:
> pciconf -lv | grep -A 4 "class=0x020000"

ixl0@pci0:16:0:0:    class=0x020000 rev=0x02 hdr=0x00 vendor=0x8086 device=0x1572 subvendor=0x1dcf subdevice=0x0304
    vendor     = 'Intel Corporation'
    device     = 'Ethernet Controller X710 for 10GbE SFP+'
    class      = network
    subclass   = ethernet
ixl1@pci0:16:0:1:    class=0x020000 rev=0x02 hdr=0x00 vendor=0x8086 device=0x1572 subvendor=0x1dcf subdevice=0x0000
    vendor     = 'Intel Corporation'
    device     = 'Ethernet Controller X710 for 10GbE SFP+'
    class      = network
    subclass   = ethernet
--
em0@pci0:33:0:0:    class=0x020000 rev=0x06 hdr=0x00 vendor=0x8086 device=0x105e subvendor=0x103c subdevice=0x7044
    vendor     = 'Intel Corporation'
    device     = '82571EB/82571GB Gigabit Ethernet Controller D0/D1 (copper applications)'
    class      = network
    subclass   = ethernet
em1@pci0:33:0:1:    class=0x020000 rev=0x06 hdr=0x00 vendor=0x8086 device=0x105e subvendor=0x103c subdevice=0x7044
    vendor     = 'Intel Corporation'
    device     = '82571EB/82571GB Gigabit Ethernet Controller D0/D1 (copper applications)'
    class      = network
    subclass   = ethernet
--
re0@pci0:42:0:0:    class=0x020000 rev=0x05 hdr=0x00 vendor=0x10ec device=0x8125 subvendor=0x1462 subdevice=0x7c94
    vendor     = 'Realtek Semiconductor Co., Ltd.'
    device     = 'RTL8125 2.5GbE Controller'
    class      = network
    subclass   = ethernet

Only 1 of the two X710 fiber ports is plugged, all Intel & Realtek copper ports are plugged
 
Please try the net/realtek-rge-kmod port or package (very fresh, don't see it in the FreeBSD-ports-kmod repo yet)
This driver is planned to land in base.
 
Back
Top