aircrack-ng / rtl8812au

RTL8812AU/21AU and RTL8814AU driver with monitor mode and frame injection
GNU General Public License v2.0
3.55k stars 779 forks source link

Alfa AWUS036AC not working on latest Fedora 40 #1188

Open strasharo opened 2 months ago

strasharo commented 2 months ago

I have an Alfa AWUS036AC adapter running on latest Fedora 40. Pulled the latest sources from git and installed. Interface is showing up but it doesn't see any networks. Kernel is 6.10.7-200.fc40.x86_64 Using git bisect I found that the driver broke at the following commit: https://github.com/aircrack-ng/rtl8812au/commit/c7f8f6e3633bd91a9f359eb3406beb972e58cd7b

c7f8f6e3633bd91a9f359eb3406beb972e58cd7b is the first bad commit
commit c7f8f6e3633bd91a9f359eb3406beb972e58cd7b
Author: kimocoder <christian@aircrack-ng.org>
Date:   Thu May 9 21:22:32 2024 +0200

    Remove leftovers of Intel WIDI and take a general cleanup

It works fine on 63cf0b4584aa8878b0fe8ab38017f31c319bde3d

strasharo commented 2 months ago

Now noticed this response https://github.com/aircrack-ng/rtl8812au/commit/c7f8f6e3633bd91a9f359eb3406beb972e58cd7b#commitcomment-143176241

Switched to https://github.com/lwfinger/rtw88 instead