BrightX / rtl8192fu

Realtek 8192FU Linux USB无线网卡驱动
GNU General Public License v2.0
60 stars 24 forks source link

Monitor mode not working #3

Closed AlienWolfX closed 2 years ago

AlienWolfX commented 2 years ago

English: Hello Good day, I would like to ask if the Device or the Driver supports monitor mode as i failed to get it to work Chinese: 您好,好,我想问一下设备或驱动程序支持监视器模式是否无法正常工作。 Ps: Sorry if the translation is messed up I used google translate

BrightX commented 2 years ago

OK, you can try to change CONFIG_WIFI_MONITOR = n to CONFIG_WIFI_MONITOR = y at about line 78 of the file Makefile. And use the command make -j$(nproc) to recompile.

AlienWolfX commented 2 years ago

Do I need to Uninstall the old driver first.?

BrightX commented 2 years ago

Yes, you can execute the command rmmod 8192fu and make uninstall to uninstall it.

AlienWolfX commented 2 years ago

Does the driver or chip supports VIF.? I can't get it to work with airgeddon and fluxion

BrightX commented 2 years ago

Sorry, I don't know. 😅😅😅

AlienWolfX commented 2 years ago

Oh It's okay At least the monitor mode is working lol, Thank you very much