Re: about usb3 <> ethernet adapters for raspberry pi 5
Mark Millard <[email protected]> Tue, 2 Jun 2026 07:46:28 -0700
| Newsgroups | gmane.os.freebsd.devel.arm |
|---|---|
| Message-ID | <[email protected]> |
On 6/2/26 07:15, void wrote: > On Tue, Jun 02, 2026 at 06:53:35AM -0700, Mark Millard wrote: >>> On 6/2/26 06:08, void wrote: > >> 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" > > The problem happened even wiht DHCP. I set it static in order to > get around/diagnose the problem. > > >>> 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. > > yep. I built a nodebug kernel first of all, then rebooted, then started > make buildworld. FYI: pkgbase provides multiple main kernels, including non-debug and debug ones. But the world build it provides is always a debug world, which is the bigger time taker from what I've seen. > >> Also: Do you have a fan/heatsink? If you have a fan, is it operating? > > It worked while the edk (?) part of it worked, then it didn't work at all > once FreeBSD had booted multiuser. The partial/draft EDK2 does not have fan control of itself: "Supported peripherals in UEFI" reports: "RP1 PWM Not working Fan control". It leaves such as the RPi5 firmware sets things up. Modern enough EEPROM content will mean that the RPI5 firmware no longer keeps the fan running. (I assume that RPi5 firmware behavior has not changed again in more recent times.) > I was able to make it (the fan) work by installing > https://github.com/aphor/FreeBSD15-RPi5-modules.git and following the > instructions. Cool. > >> 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. > > 2:11PM up 4:31, 7 users, load averages: 3.95, 3.87, 3.77 > hw.bcm2712.thermal.cpu_temp: 62.7C > > $ sysctl hw.rpi5.fan > hw.rpi5.fan.rpm: 5557 > hw.rpi5.fan.current_state: 2 > hw.rpi5.fan.cpu_temp: 62800 > > make -j4 buildworld right now. -- === Mark Millard marklmi at yahoo.com