Comment 5 for bug 1954746

Revision history for this message
Robin Dekens (robijn17) wrote (last edit ):

I had similar problems with this too.
The .ko that is delivered with 21.10 gives me the same output as above.

I downloaded the firmware from ASIX and tried to compile it.
That didn't work because 'usbnet_get_stats64' (line 1030) no longer exist in kernel 5.11 and up.

I had to change it out for 'dev_get_tstats64' as this replaced a whole lot of statements.
After this change it compiled perfectly and the USB3 adapter works just fine without error.
I am running it right now and i got 0 drops in the last 4 hours.

If needed i can add a .gz with my working files and compiled stuff.