-
Notifications
You must be signed in to change notification settings - Fork 435
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
running the driver on OpenWrt 21.02.2 embedded Linux #268
Comments
Sorry, I can't help with that. Looks like your issue is common in rtl drivers Take a look at https://github.com/aircrack-ng/rtl8812au issues and commits, maybe you can found something interesting. |
Thank you @CGarces, I thoroughly browsed those discussions time ago end ended up looking here: abperiasamy/rtl8812AU_8821AU_linux#285 alas, the 8192eu driver structure is very different from the 8812au one altough they share a lot in common. This set of patches can't be easily reworked to fit this driver so I think I have to dig deeper into the source code...If I ever come up with a solution I'll share it with the whole community of course. Please don't close soon the issue so to have other feedback about it.... Regards, Arturo |
Hi @artynet, I was exploring the same thing. Were you able to find/fix this? If not, I`ll give up as well :) I've tried to port this, but my knowledge is too limited: https://github.com/gl-inet/openwrt/tree/openwrt-19.07.8/package/kernel/rtl8192eu |
Hello @CGarces,
I've recently embarked in the porting of the rtl8192eu driver for the OpenWrt embedded linux systems. Starting from the only Realtek officially supported driver here:
https://github.com/openwrt/openwrt/tree/master/package/kernel/rtl8812au-ct
I have applied similar patches to the ongoing development branch of the driver realtek-4.4.x:
https://github.com/artynet/rtl8192eu-linux-driver/tree/openwrt
then, accordingly the Makefile has been written to properly build the driver:
so far, the driver builds properly so to allow compatibility with the internal cfg802.11/mac802.11 OpenWrt stack. Once the system is booted, the driver is properly loaded but unfortunately when running one of the standard commands to show the active network interfaces
ifconfig
orip a
the system freezes and the only option to unlock it is to perform a general reboot.Can you give some pointers about that ? I browsed through the closed issues and time ago a couple of developers asked for your help but in the very end they turned to build (maybe) an official driver release for a specific USB dongle....
If I could figure out the issue maybe it would open the doors for the porting of other realtek drivers to this very embedded operating system. Thanks in advance. I will appreciate you support....
Kind Regards
The text was updated successfully, but these errors were encountered: