Thank you, it works. Unfortunately, there aren't compiled modules for some very popular USB wifi adapters. In particular, I use MT7601AN and RTL8811AU. Do you think it's possible to compile support for those? I know they are well supported in mainline kernels, and both work fine in the Armbian version for Rock64.
Thanks!
Alternately, an even better solution @wilsonYan would be to have access to your toolchain/SDK, this way we could compile our own modules and packages without pestering you. Even a patch against the openwrt tree would work because I could then generate my own toolchain (I've done it frequently). Any help much appreciated.
I've updated the build again, this one is more plain but hopefully more stable, unfortunately for the r8156 it's defaulting to the in-tree cdc_ncm driver and openwrt doesn't have the easy way of copying the udev rule file over. I hear you guys, i'll put the patches out. It's just that they aren't very clean.
Have a go enabling threading perhaps, some drivers seem to allow it e.g:
Also note that when initially setting up interfaces you may need to reboot for everything to take effect. It seems like the ongoing persistent problem is when you try to use two usb nics off the usb3.0 port, especially if you are bridging / bridging vlans etc.
Hello again ! I've recently put together a new build.
CHANGES OF NOTE:
* Latest glibc / 5.10 kernel / openwrt packages * Reworked the ethernet node in the DTS file ! (no more weird load problem and network restarts are possible without issue !) * Led functionality is now enabled and configurable from GUI * Small change copied from ayufan for power. * Small xhci change lifted from git.kernel.org
* Release the patches I have that make this build (see above post for the main kernel patches) * Possibly get sound and display working * Possibly add more packages/support for things like qos
OUTSTANDING:
* Asix ax88179 adapter is still unreliable for me when plugged directly into the usb3 port. It appears to be much better when plugged into a usb3 hub (I haven't been able to crash it yet though i'm not sure this driver has ever been reliable when using bridging vendor or no vendor)
* I've switched the realtek r8152 driver to the vendor driver. The rtl8156 (2.5gbps) may stil be unreliable or only operate in 1gbps mode though.
09-22-2021, 06:38 PM (This post was last modified: 09-22-2021, 06:39 PM by wilsonYan.)
I've just done one last update to latest mainline because it had a mac80211 update.
Sorry to people that already downloaded from the old links the above post has been edited to contain the latest links.