Re: about usb3 <> ethernet adapters for raspberry pi 5
void <[email protected]> Thu, 4 Jun 2026 11:25:33 +0100
| Newsgroups | gmane.os.freebsd.devel.arm |
|---|---|
| Message-ID | <aiFSnWldQNS2hg5s@int21h> |
On Thu, Jun 04, 2026 at 10:56:36AM +0100, void wrote: >weird how it jumps from ~180 to ~480 and when it's at ~480 it's erroring. > >I'll remove the 'if_axge_load="YES"' from /etc/loader.conf and compile >it into the kernel as per the manpage and re-test. Only difference is that the interface came up properly after reboot. [ ID] Interval Transfer Bitrate Retr [ 5] 0.00-60.00 sec 1.28 GBytes 183 Mbits/sec 193 sender [ 5] 0.00-60.00 sec 1.28 GBytes 183 Mbits/sec receiver Paging the ue0 interface down/up made no difference. freebsd@generic:~ $ doas ifconfig ue0 -rxcsum -txcsum (interface pages down/up) [ ID] Interval Transfer Bitrate Retr [ 5] 0.00-60.02 sec 1.26 GBytes 181 Mbits/sec 27 sender [ 5] 0.00-60.02 sec 1.26 GBytes 181 Mbits/sec receiver so, applying https://reviews.freebsd.org/D55631 made no odds in my case --