/rtl8812AU_8821AU_linux

rtl8812AU_8821AU linux kernel driver for EDUP-AC1620 Wireless Dual-Band USB Adapter

Primary LanguageCGNU General Public License v2.0GPL-2.0

rtl8812AU_8821AU_linux

Quick User Guide

# first clone repository
# run install shell
./install.sh

# SoftAP mode
ifconfig wlan0 down
ifconfig wlan0 192.168.0.1 netmask 255.255.255.0
ifconfig wlan0 up
./wpa_supplicant_hostapd/hostapd ./wpa_supplicant_hostapd/rtl_hostapd_5G.conf -B

# you may also ned dhcpd
systemctl start dhcpd