项目作者: ZeeRooo

项目描述 :
Linux driver for Realtek RTL8192EU.
高级语言: C
项目地址: git://github.com/ZeeRooo/RTL8192EU.git
创建时间: 2018-08-08T04:45:43Z
项目社区:https://github.com/ZeeRooo/RTL8192EU

开源协议:MIT License

下载


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:

  • DWA-131 (untested)
  • GW-300S Katana (untested)
  • TL-WN821N V6 (untested)
  • TL-WN822N V5 (tested)
  • TL-WN823N V3 (tested)

Changelog:

  • Added frame injection support
  • Monitor mode is now supported
  • Turned of powersaving
  • Turned of debug
  • Added compatibility for Linux Kernel v5.0-rc1
  • Added compatibility for Linux Kernel v4.20
  • Added compatibility for Linux Kernel v4.19+
  • Added compatibility for Linux Kernel v4.15+

Build guide

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

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

    Original TP Link driver:

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