Open bigjoncoop opened 5 months ago
@bigjoncoop
My plan for this out-of-kernel driver is to continue API related changes until the in-progress in-kernel driver is upstreamed. Soon after that, I'll look at retiring this driver. Let me invite you to test the new in kernel driver. The location where we are coordinated the effort and taking bug reports is right here in this repo:
https://github.com/morrownr/8821au-20210708/issues/133
The first message gives details and the location of the repo that has the code to test. It is a manual installation with no scripts unlike this driver but it is not hard to install. Read the README. Don't forget to uninstall this driver first via:
$ sudo sh remove-driver.sh
Hopefully I see you in the above shown issue soon,
@morrownr
@bigjoncoop
Have you been able to test the new driver? A big drop of patches took place yesterday. The driver is in really good shape. We can use all of the testers/reporters we can get. It would be good to know if the new driver fixes your problem.
Thanks
REQUESTED INFO:
WiFi Adapter: Alpha AWUS036ACS Chipset: RTL8811AU OS: KALI 2024.1 - Official Pre-Made Kali VirtualBox VM (Latest Update / Upgrade as of 6/2/2024) Hardware/Software: HP EliteBook 745 G5 Ryzen 7 - Windows 11 - Virtual Box 7.0.18 - Extention Pack 7.0.18
Requested Terminal Output: (only had a few seconds to copy this after inserting the wifi adapter, before the VM crashes...)
ISSUE:
Kali runs perfectly fine in the Virtualbox VM with out having the RTL8811AU wifi adapter enabled. Also if I connect a different USB wifi adapter, for instance one that uses the RTL8812BU chipset, the VM doesn't crash and everything works as it should.
Before installing the RTL8811AU drivers by following your guide, the Wi-Fi dongle would not work. It would show up in the list if I did
lsusb
but that's it. Since after installing your drivers the Wi-Fi dongle will now show up as a usable device but the VM will crash within 10 seconds of an enabling/passing it thru to the VM. The VM will just 100% freeze and I need to force close the window / end the windows process.THIS DRIVER DOES MAKE THE WIFI ADAPTER SHOW UP AS "REALTEK 8812AU/8821AU" NOT SURE IF THAT'S A PROBLEM? THE DEVICE IS A USING THE RTL8811AU CHIPSET
If you need me to provide any other info or specific LOG files just let me know...
*I have also installed the RTL8811AU driver by following your guide on a baremetal machine running KALI (which did cause some display issues though), and the driver did work allowing me to use this USB wifi dongle. So I know that your driver and this wifi adapter do work.
THANKS!!!