Drivers and Manuals

AC1200 Driver for Ubuntu/Mint/Kali

600e8c862359b.jpg

NOTE:

Open a terminal window. Copy & paste the following into the terminal window and hit Return. You may be prompted to enter your password.


• Ubuntu/Mint/Kali (tested)(plug the wifi adapter ,then start to following command step by step)


sudo apt update && sudo apt upgrade

sudo apt install -y build-essential dkms git iw

mkdir -p ~/src

cd ~/src

git clone https://github.com/morrownr/88x2bu-20210702.git

cd ~/src/88x2bu-20210702

sudo ./install-driver.sh

sudo sh install-driver.sh



please check this link if not ok

https://github.com/morrownr/88x2bu-20210702

5f0a9f55c0d7a.jpg

5f0a9fef31c67.jpg


openSUSE Leap 15.1/Debian 10 (tested)

wget https://www.ninepluswifi.com/rtl88x2BU_WiFi_linux_v5.3.1_27678.20180430_COEX20200205-5960.tar.gz

tar -zxvf rtl88x2BU_WiFi_linux_v5.3.1_27678.20180430_COEX20200205-5960.tar.gz

cd RTL8812BU\rtl88x2BU_WiFi_linux_v5.3.1_27678.20180430_COEX20200205-5960

make

sudo make install

sudo reboot

5f0aa084600a8.jpg

5f0aa09331e31.jpg


For setting monitor mode (tested)

vi ./Makefile

72 "CONFIG_80211W = n" -> "CONFIG_80211W = y"

76 "CONFIG_WIFI_MONITOR = n" -> "CONFIG_WIFI_MONITOR = y"

make

sudo make install

sudo ifconfig wlx1cbfcea97791 down

sudo iwconfig wlx1cbfcea97791 mode monitor

sudo ifconfig wlx1cbfcea97791 up

5f0aa0dc8e318.png


Raspbian (Raspberry Pi)


Currently tested with Linux kernel 4.19.97-v7+ on Raspberry Pi 3 Model B+ only.


sudo apt-get install raspberrypi-kernel-headers

git clone https://github.com/fastoe/RTL8812BU_for_Raspbian

cd RTL8812BU_for_Raspbian

make

sudo make install

sudo reboot


5f0aa0e602051.jpg


Video installation






Installation information,check out these guides: