Re: about usb3 <> ethernet adapters for raspberry pi 5

void <[email protected]> Tue, 2 Jun 2026 23:21:10 +0100
Newsgroups gmane.os.freebsd.devel.arm
Message-ID <ah9XVjEobGKlqgVq@int21h>
On Tue, Jun 02, 2026 at 02:50:19PM +0200, Ronald Klop wrote:

>It really helps to share your /etc/rc.conf file.
>
>As you have a serial connection you probably also have 
>the output of booting which might indicate why things behave 
>like they do.
>Please copy-paste the output of the boot process in an email.

I would, but the problem went away after upgrading *everything*
to nodebug. By that I mean, in /etc/src.conf

KERNCONF=GENERIC-NODEBUG
WITHOUT_DEBUG_FILES=

then buildworld kernel etc

--