Realtek RTL8812AU - Linux (Ubuntu, Kali | Debian)
Source: https://github.com/gnab/rtl8812au
# clone the drivers from git
git clone https://github.com/gnab/rtl8812au.git
# goto folder
cd rtl8812au/
# create the driver from the sources
make
# Check the driver
insmod 8812au.ko # (Sometimes error "File exists"
# copy to lib
cp 8812au.ko /lib/modules/$(uname -r)/kernel/drivers/net/wireless/
# ?
depmod
# add autoload the driver on boot
echo 8812au | tee -a /etc/modules
# Optional
reboot
Tidak ada komentar:
Posting Komentar