在线时间:8:00-16:00
迪恩网络APP
随时随地掌握行业动态
扫描二维码
关注迪恩网络微信公众号
开源软件名称(OpenSource Name):abperiasamy/rtl8812AU_8821AU_linux开源软件地址(OpenSource Url):https://github.com/abperiasamy/rtl8812AU_8821AU_linux开源编程语言(OpenSource Language):C 94.2%开源软件介绍(OpenSource Introduction):rtl8812auRealtek 8812AU/8821AU USB WiFi driver. for AC1200 (801.11ac) Wireless Dual-Band USB Adapter This code is base on version 4.3.14 from https://github.com/diederikdehaas/rtl8812AU Update for NVidia Jestson Nano supportThis code was forked from https://github.com/abperiasamy/rtl8812AU_8821AU_linux Known Supported Devices:
Compiling with DKMS# sudo make -f Makefile.dkms install Compiling for NVidia Jeston Nano# CONFIG_PLATFORM_ARM_JET_NANO = y Compiling for Raspberry Pi (3)Install kernel headers and other dependencies. # sudo apt-get install linux-image-rpi-rpfv linux-headers-rpi-rpfv raspberrypi-kernel-headers dkms build-essential bc Install kernel headers: https://github.com/notro/rpi-source/wiki sudo wget https://raw.githubusercontent.com/notro/rpi-source/master/rpi-source -O /usr/local/bin/rpi-source && sudo chmod +x /usr/local/bin/rpi-source && /usr/local/bin/rpi-source -q --tag-update
rpi-source Edit Makefile and turn on CONFIG_PLATFORM_I386_PC = n
CONFIG_PLATFORM_ARM_RPI = y # cd /usr/src/rtl8812au
# sudo make clean
# sudo make -j4
# sudo make install
# sudo modprobe -a rtl8812au Compiling for Ubuntu (16.04) and Debian (9)Download archive into temp directory # mkdir -p /tmp/t4u
# cd /tmp/t4u
# wget https://github.com/abperiasamy/rtl8812AU_8821AU_linux/archive/master.zip Unzip # unzip master.zip
# cd rtl8812AU_8821AU_linux-master Install kernel headers # sudo apt install linux-headers-$(uname -r) Compile and install from source # make
# sudo make install Load module # sudo modprobe -a rtl8812au Cross-compiling. You can now specify variables on the command line w/out editingmakefile. For instance, this builds against recent OpenWRT neo2 platform. YourCross-compile binaries should be in your PATH.KSRC=/home/greearb/git/openwrt-neo2-dev/build_dir/target-aarch64_cortex-a53_musl/linux-sunxi_cortexa53/linux-4.14.78 EXT_EXTRA_CFLAGS=-DCONFIG_LITTLE_ENDIAN ARCH=arm64 CROSS_COMPILE=aarch64-openwrt-linux- MODDESTDIR=/tmp make V=1 Setup DKMS # sudo apt-get update
# sudo apt-get install dkms
# cd /tmp/t4u/rtl8812AU_8821AU_linux-master/
# sudo cp -R . /usr/src/rtl8812AU_8821AU_linux-1.0
# sudo dkms add -m rtl8812AU_8821AU_linux -v 1.0
# sudo dkms build -m rtl8812AU_8821AU_linux -v 1.0
# sudo dkms install -m rtl8812AU_8821AU_linux -v 1.0 Contributors
|
2023-10-27
2022-08-15
2022-08-17
2022-09-23
2022-08-13
请发表评论