kimocoder / rtl8192eu

Linux driver for Realtek RTL8192EU.
MIT License
22 stars 8 forks source link

RTL8192EU

Linux driver for Realtek RTL8192EU based on official's TP Link TL - WN823N V3 Beta v5.2.19.1 from 2018-05-08
Supports monitor mode and frame injection for penetration testing abilities.

Supported devices:

Changelog:

Build guide

  1. Make sure you have installed the following packages:
    - make (Tested on 4.2.1)
    - gcc (Tested on 8.2.0)
    - git (OPTIONAL, Tested on 2.18.0)
    - libelf-dev
  1. Download and unpack this repo, or just clone with git:
    $ git clone https://github.com/ZeeRooo/RTL8192EU.git
    $ cd RTL8192EU/
  1. Build the module:

    $ make clean
    $ make
    $ make install
    1. Load our shiny module:
    $ modprobe 8192eu

    Original TP Link driver:

    https://static.tp-link.com/2018/201805/20180514/TP-Link_Driver_Linux_series8_beta.zip