Re: about usb3 <> ethernet adapters for raspberry pi 5
void <[email protected]> Thu, 4 Jun 2026 10:19:28 +0100
| Newsgroups | gmane.os.freebsd.devel.arm |
|---|---|
| Message-ID | <aiFDIItV4236TXZl@int21h> |
On Thu, Jun 04, 2026 at 11:09:58AM +0200, Ronald Klop wrote: >Thanks. I have two thoughts. > >1. if_axge is now auto-loaded. Would it act different > if you load it earliier in /boot/loader.conf or via kld_list > in /etc/rc.conf? A good suggestion. I'll try /boot/loader.conf first, and then compiling it into the kernel directly. >2. would it help to set ifconfig_ue0="up inet ..." in /etc/rc.conf? I thought the "up" was implied but I'll try that too, and post the results here. --