Date: Tue, 20 Aug 2024 09:16:57 +0100 From: Danilo Egea Gondolfo <danilo@FreeBSD.org> To: freebsd-current@freebsd.org Subject: Re: RTL8125: wont stay up Message-ID: <6a97dd5f-84e6-4576-8bb3-e95b368bccf5@FreeBSD.org> In-Reply-To: <093c92b6b67b4afb85c7ebc2cbc4ffa7@FreeBSD.org> References: <88e3f79deb314fd3530c21c5b8d0b1ab@FreeBSD.org> <093c92b6b67b4afb85c7ebc2cbc4ffa7@FreeBSD.org>
next in thread | previous in thread | raw e-mail | index | archive | help
On 20/08/2024 03:39, Larry Rosenman wrote: > On 08/19/2024 9:14 pm, Larry Rosenman wrote: >> shows up, doesn't ping -- ifconfig up brings it back for ~4 packets >> >> ifconfig_re0="DHCP" >> ifconfig_re0_ipv6="inet6 accept_rtadv" >> ipv6_activate_all_interfaces="AUTO" >> rtsold_enable="YES" >> >> 15-CURRENT as of just now, port of net/realtek-re-kmod as of now as >> well. >> >> Ideas???? > > ler@ryzen-box:~ $ cat /etc/rc.conf > hostname="ryzen-box" > sshd_enable="YES" > ntpd_enable="YES" > ntpd_sync_on_start="YES" > #powerd_enable="YES" > #moused_nondefault_enable="NO" > # Set dumpdev to "AUTO" to enable crash dumps, "NO" to disable > dumpdev="AUTO" > zfs_enable="YES" > ifconfig_re0="DHCP" > #ipv6_activate_all_interfaces=”AUTO” > #ifconfig_re0_ipv6="inet6 accept_rtadv -ifdisabled" > #rtsold_enable="YES" > smartd_enable="YES" > kld_list="filemon" > > if I enable the ipv6 stuff it breaks, the above works but of course no > IPv6. I had exactly the same problem, as soon as I enable IPv6 everything stops. Disabling checksum offload [1] "fixes" the problem for me and IPv6 works reliably. [1] - https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=275882#c44
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?6a97dd5f-84e6-4576-8bb3-e95b368bccf5>