Skip to content
forked from marczis/rtl8812au

RTL8812AU/21AU and RTL8814AU driver with monitor mode and frame injection

Notifications You must be signed in to change notification settings

az0uz/rtl8812au

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

50 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

RTL8812AU driver for Raspberry Pi supporting monitor mode and frame injection

This repo is a fork from https://github.com/marczis/rtl8812au branch v.4.3.21

To build on your Raspberry pi:

update to the last supported kernel:

sudo apt-get install rpi-update
sudo rpi-update

install raspberrypi/linux source to compile the driver:

sudo wget https://raw.githubusercontent.com/notro/rpi-source/master/rpi-source -O /usr/bin/rpi-source && sudo chmod +x /usr/bin/rpi-source && /usr/bin/rpi-source -q --tag-update
rpi-source

download/build/install this driver:

sudo apt-get install git build-essential
git clone https://github.com/az0uz/rtl8812au
cd rtl8812au
make -j4
sudo make install

you can delete the linux source in your home folder afterward as it takes a lot of space

About

RTL8812AU/21AU and RTL8814AU driver with monitor mode and frame injection

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C 96.4%
  • Objective-C 1.9%
  • C++ 1.3%
  • Other 0.4%