How to install drivers for Anewkodi AC600 usb wireless adapter on linux

Spread the love

In order to use the wireless adapter Anewkodi AC600 USB on linux, you’ll have to download, compile and install the RTL8821AU driver from aircrack-ng. If it doesn’t work, you can alternatively try with this RTL8821A driver (from thejavascriptman). Run:

cd rtl8821au
make
sudo make install

If it doesn’t work, you can alternatively try with this RTL8821A driver (from thejavascriptman). Run:

cd linux-rtl8821a-master
make
sudo make install

Alternatively, you’ll find an up-to-date version of the driver on github.