fastoe/RTL8812BU

After Driver installation: Monitor Mode Error -95

Opened this issue · 1 comments

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?

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