Re: about usb3 <> ethernet adapters for raspberry pi 5
void <[email protected]> Tue, 2 Jun 2026 15:15:30 +0100
| Newsgroups | gmane.os.freebsd.devel.arm |
|---|---|
| Message-ID | <ah7lgt47FLr5Oj8C@int21h> |
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. >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. I was able to make it (the fan) work by installing https://github.com/aphor/FreeBSD15-RPi5-modules.git and following the instructions. >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. --