fastoe / RTL8812BU

Realtek RTL8812BU Driver for Linux
346 stars 84 forks source link

After Driver installation: Monitor Mode Error -95 #38

Open Noel2077 opened 1 year ago

Noel2077 commented 1 year ago

Device: T3U AC1300 mini V1 RTL8812BU I am using Kernel 5.16 and after successfully installing your driver, i was not able to start monitor mode. When i use airmon-ng i can start it but it will show managed mode with iwconfig! When i start monitor mode via sudo, it shows an error -95 (not supported)...
That should be a driver issue?

fastoe commented 1 year ago

For kernel 5.11 or later, please clone the v5.13.1 branch:

sudo apt update sudo apt install -y build-essential dkms git bc git clone -b v5.13.1 https://github.com/fastoe/RTL8812BU.git cd RTL8812BU make sudo make install sudo reboot