HunterXuan / rtl8812AU_8821AU_linux

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

Home Page:https://hunterx.xyz/edup-ac1620-ros.html

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

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

https://hunterx.xyz/edup-ac1620-ros.html

License:GNU General Public License v2.0


Languages

Language:C 88.8%Language:Shell 10.7%Language:Makefile 0.5%