NoteFun

  1. 首页
  2. Configure Linux
  3. 正文

RaspberryPi install RTL8811 Wireless Card Driver

2019年1月31日 18点热度 0人点赞 0条评论

Clone Driver

git clone https://github.com/abperiasamy/rtl8812AU_8821AU_linux.git
cd rtl8812AU_8821AU_linux

Install DKMS and Kernel headers

sudo apt install dkms raspberrypi-kernel-headers -y

Edit "Makefile"

vim Makefile

turn on "CONFIG_PLATFORM_ARM_PI" and turn off "CONFIG_PLATFORM_I386_PC"

CONFIG_PLATFORM_I386_PC = n
CONFIG_PLATFORM_ARM_RPI = y

Compiling with DKMS

sudo make -f Makefile.dkms install

Compiling without DKMS you can use this command

make
sudo make install

Load module

sudo modprobe -a rtl8812au

Disable onboard WIFI

vim /boot/config.txt

add it to the last line

dtoverlay=pi3-disable-wifi
标签: 暂无
最后更新:2019年2月20日

点赞
< 上一篇
下一篇 >

文章评论

取消回复
分类目录
  • Coding
  • Configure Linux
  • 懒得分类

COPYRIGHT © 2021 NoteFun. ALL RIGHTS RESERVED.

THEME KRATOS MADE BY VTROIS