-
-
Notifications
You must be signed in to change notification settings - Fork 2.3k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Put some Realtek wireless drivers back to the kernel #7012
base: main
Are you sure you want to change the base?
Conversation
In my own personal builds I've started pulling from; https://github.com/lwfinger/rtw88 as it now has RTL88XXAU support. Basically we pull it in, remove the original from the source-tree, copy in the new and add our own Makefile Kconfig. Another benefit would be less patching on our end. |
I assume this #6703 also fixes it? |
I attempted to add the lwfinger RTW88 to Armbian not long after this post, but ran into some .ymal fail. |
Hy @pyavitz - would you be so kind to share your code, I'd be interested to in pulling rtw88 from our beloved Larry Finger's git repo during build-time - perhaps an extension? |
Probs better off just adding this; https://lore.kernel.org/linux-wireless/[email protected]/T/#t or waiting till the next LTS? Thats a lot of patching. |
I tried replacing the function in drivers_network.sh with this
But I get the following sha1 patch fail
The Kconfig, Makefile and hack patches I used can be found here; https://github.com/pyavitz/rpi-img-builder/tree/master/patches/wireless/rtw88 |
Thanks! I'll have a look around and see if/what I can cobble up together - otherwise waiting for next LTS makes sense :D |
Hi guys, Any updates on when this will be merged into main? Thank you very much in advance! |
Description
Enable wifi drivers on user request https://forum.armbian.com/topic/43134-drivers-for-rtl8812au-on-odroid-m1/#comment-198064
They were disabled here:
#6202
due to the size?
How Has This Been Tested?
Checklist: