Re: about usb3 <> ethernet adapters for raspberry pi 5
Mark Millard <[email protected]> Tue, 2 Jun 2026 06:53:35 -0700
| Newsgroups | gmane.os.freebsd.devel.arm |
|---|---|
| Message-ID | <[email protected]> |
On 6/2/26 06:08, void wrote: > On Tue, Jun 02, 2026 at 05:52:55AM -0700, bob prohaska wrote: > >> Might this be related to >> https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=252165, >> bearing the title " usb network and mii bus media status race >> condition" ? > > It certainly looks like part of it. Thank you for suggesting it.> > The main difference on my machine is that I'm not seeing the link page > down/up > in dmesg/console. It has been a while since I synchronized but I've never historically had problems with the USB3 Ethernet dongle automatic operation. But my context is DHCP with /etc/r.conf having: ifconfig_DEFAULT="DHCP inet6 accept_rtadv" I think Bob P. may use static addressing on his RPI*'s but that he does not have a RPi5 (any variant). Once I manually page the interface down/up after > booting, it behaves normally. > > Right now this 16.0-CURRENT #0 n286096-490c53e9353f arm64 system is running > make -j4 buildworld and /usr/src /usr/obj and /var/cache/ccache are all nfs > mounted, so the network is getting a workout and it's not complaining. A prebuilt main normally has a debug world and a debug kernel. Expect buildworld and buildkernel to take notably longer than if a non-debug world is used, for example. World looks to be the bigger time issue, through both the debug kernel also leads to more time. Also: Do you have a fan/heatsink? If you have a fan, is it operating? Depending on the details, you might have temperature issues for such activities as buildworld, buildkernel, poudriere bulk (or other forms of port/package building). That too can slow things down. -- === Mark Millard marklmi at yahoo.com