Replies: 4 comments 4 replies
-
It may work. The oldest kernel supported is listed based on several factors:
Nick |
Beta Was this translation helpful? Give feedback.
-
Thank you Nick, I compiled 88x2bu-20210702 driver and run in our embedded device (Linux kernel, cross-compiler). But I got failing by starting hostapd. Like below: Can you please help a look to find this issue ? My hostapd config: Best regards, |
Beta Was this translation helpful? Give feedback.
-
Hi @vinhnv211 Fun with the compiler I see.
That leads me to think there is a setting problem: In the driver directory, run: $ sudo ./edit-options.sh This file setting the module parameters (driver options). Look for the rtw_vht_enable=2 For vht support in AP mode, you need a setting of 2. Let me know. Nick |
Beta Was this translation helpful? Give feedback.
-
No, not a practical solution. You could search for a very old version of the rtl8812au driver that says it supports kernel 3.2. That driver, at that time, supported the 8812au and 8811au chipsets which are still available. The 8812bu chipset and this driver are actually a little too modern. I'd have to do some research but even the 8812au may not be practical. vht on an 11 year old kernel, whew! Nick |
Beta Was this translation helpful? Give feedback.
-
Hello everyone,
I have WiFi Adaptor using RTL8812 chipset.
From 88x2bu-20210702 driver, I see that it is supported by kernel > 4.19 only.
Driver link: https://github.com/morrownr/88x2bu-20210702
May I know in case I have lower kernel version 3.4. Does this driver work ?
Thank you.
Beta Was this translation helpful? Give feedback.
All reactions