Skip to content

Linux driver for Realtek RTL8192EU.

License

Notifications You must be signed in to change notification settings

Yichun886/RTL8192EU

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

RTL8192EU

Linux driver for Realtek RTL8192EU based on official's TP Link TL - WN823N V3 Beta v5.2.19.1 from 2018-05-08

Supported devices:

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

Changelog:

  • 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:
    - make (Tested on 4.2.1)
    - gcc (Tested on 8.2.0)
    - git (OPTIONAL, Tested on 2.18.0)
  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

About

Linux driver for Realtek RTL8192EU.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C 94.3%
  • C++ 4.7%
  • Other 1.0%