- Saved searches
- Use saved searches to filter your results more quickly
- License
- Ethical-Hacking-Tools/rtl8192eu
- Name already in use
- Sign In Required
- Launching GitHub Desktop
- Launching GitHub Desktop
- Launching Xcode
- Launching Visual Studio Code
- Latest commit
- Git stats
- Files
- README.md
- Saved searches
- Use saved searches to filter your results more quickly
- clnhub/rtl8192eu-linux
- Name already in use
- Sign In Required
- Launching GitHub Desktop
- Launching GitHub Desktop
- Launching Xcode
- Launching Visual Studio Code
- Latest commit
- Git stats
- Files
- README.md
- About
- Saved searches
- Use saved searches to filter your results more quickly
- License
- ZeeRooo/RTL8192EU
- Name already in use
- Sign In Required
- Launching GitHub Desktop
- Launching GitHub Desktop
- Launching Xcode
- Launching Visual Studio Code
- Latest commit
- Git stats
- Files
- README.md
- Saved searches
- Use saved searches to filter your results more quickly
- License
- kimocoder/rtl8192eu
- Name already in use
- Sign In Required
- Launching GitHub Desktop
- Launching GitHub Desktop
- Launching Xcode
- Launching Visual Studio Code
- Latest commit
- Git stats
- Files
- README.md
- Saved searches
- Use saved searches to filter your results more quickly
- codedwrench/rtl8192eu
- Name already in use
- Sign In Required
- Launching GitHub Desktop
- Launching GitHub Desktop
- Launching Xcode
- Launching Visual Studio Code
- Latest commit
- Git stats
- Files
- README.md
- About
Saved searches
Use saved searches to filter your results more quickly
You signed in with another tab or window. Reload to refresh your session. You signed out in another tab or window. Reload to refresh your session. You switched accounts on another tab or window. Reload to refresh your session.
Linux driver for Realtek RTL8192EU.
License
Ethical-Hacking-Tools/rtl8192eu
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Name already in use
A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Sign In Required
Please sign in to use Codespaces.
Launching GitHub Desktop
If nothing happens, download GitHub Desktop and try again.
Launching GitHub Desktop
If nothing happens, download GitHub Desktop and try again.
Launching Xcode
If nothing happens, download Xcode and try again.
Launching Visual Studio Code
Your codespace will open once ready.
There was a problem preparing your codespace, please try again.
Latest commit
Git stats
Files
Failed to load latest commit information.
README.md
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.
- DWA-131 (untested)
- GW-300S Katana (untested)
- TL-WN821N V6 (untested)
- TL-WN822N V5 (untested)
- TL-WN823N V3 (tested)
- 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+
- make (Tested on 4.2.1) - gcc (Tested on 8.2.0) - git (OPTIONAL, Tested on 2.18.0) - libelf-dev
$ git clone https://github.com/ZeeRooo/RTL8192EU.git $ cd RTL8192EU/
$ make clean $ make $ make install
Saved searches
Use saved searches to filter your results more quickly
You signed in with another tab or window. Reload to refresh your session. You signed out in another tab or window. Reload to refresh your session. You switched accounts on another tab or window. Reload to refresh your session.
Realtek rtl8192eu official Linux driver, versions: 5.2.19.1 (master), 5.6.3.1, 5.6.4 and 5.11.2.1 (default)
clnhub/rtl8192eu-linux
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Name already in use
A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Sign In Required
Please sign in to use Codespaces.
Launching GitHub Desktop
If nothing happens, download GitHub Desktop and try again.
Launching GitHub Desktop
If nothing happens, download GitHub Desktop and try again.
Launching Xcode
If nothing happens, download Xcode and try again.
Launching Visual Studio Code
Your codespace will open once ready.
There was a problem preparing your codespace, please try again.
Latest commit
Git stats
Files
Failed to load latest commit information.
README.md
Realtek rtl8192eu official Linux driver v5.11.2.1
This driver is based on the (latest) official and manufacturer supported Realtek v5.11.2.1 driver with fixes and improvements to support the latest kernels (up to 6.5).
If you’re using a different architecture than x86, please set (MakeFile) CONFIG_PLATFORM_I386_PC = n and also set your architecture (for example CONFIG_PLATFORM_ARM_RPI = y for 32-bit ARM, or CONFIG_PLATFORM_ARM_AARCH64 = y for 64-bit ARM).
Monitor mode can be enabled by setting CONFIG_WIFI_MONITOR = y .
Also, make sure you have headers, build, dkms and git packages installed.
sudo apt install linux-headers-generic build-essential dkms git
sudo dnf groupinstall «C Development Tools and Libraries» & sudo dnf install dkms git
sudo yum groupinstall «Development Tools» && sudo yum install dkms git
sudo pacman -S base-devel dkms git
sudo zypper install -t pattern devel_C_C++ && sudo zypper install dkms git
Run from driver directory:
Run from driver directory:
Remove available drivers with (skip if sudo lshw -C network and dkms status do not show any wifi drivers):
sudo rmmod 8192eu sudo rmmod rtl8xxxu sudo dkms remove -m rtl8192eu -v 1.0
Blacklist default driver (rtl8xxxu on Ubuntu):
echo "blacklist rtl8xxxu" >> ./blacklist-rtl8xxxu.conf sudo mv ./blacklist-rtl8xxxu.conf /etc/modprobe.d/
Run add and install commands from driver directory:
sudo cp -ar . /usr/src/rtl8192eu-1.0 sudo dkms add -m rtl8192eu -v 1.0 sudo dkms install -m rtl8192eu -v 1.0
After installing (secure boot)
If secure boot (deployed mode) is enabled, you must enroll the public key mentioned during the install process once. This may require installing additional packages like mokutil keyutils and openssl. You can temporarily switch to audit mode (bios) and use the driver normally.
sudo mokutil --import [public_key]
After reboot, you can enroll the key.
About
Realtek rtl8192eu official Linux driver, versions: 5.2.19.1 (master), 5.6.3.1, 5.6.4 and 5.11.2.1 (default)
Saved searches
Use saved searches to filter your results more quickly
You signed in with another tab or window. Reload to refresh your session. You signed out in another tab or window. Reload to refresh your session. You switched accounts on another tab or window. Reload to refresh your session.
Linux driver for Realtek RTL8192EU.
License
ZeeRooo/RTL8192EU
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Name already in use
A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Sign In Required
Please sign in to use Codespaces.
Launching GitHub Desktop
If nothing happens, download GitHub Desktop and try again.
Launching GitHub Desktop
If nothing happens, download GitHub Desktop and try again.
Launching Xcode
If nothing happens, download Xcode and try again.
Launching Visual Studio Code
Your codespace will open once ready.
There was a problem preparing your codespace, please try again.
Latest commit
Git stats
Files
Failed to load latest commit information.
README.md
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.
- DWA-131 (untested)
- GW-300S Katana (untested)
- TL-WN821N V6 (untested)
- TL-WN822N V5 (tested)
- TL-WN823N V3 (tested)
- 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+
- make (Tested on 4.2.1) - gcc (Tested on 8.2.0) - git (OPTIONAL, Tested on 2.18.0) - libelf-dev
$ git clone https://github.com/ZeeRooo/RTL8192EU.git $ cd RTL8192EU/
$ make clean $ make $ make install
Saved searches
Use saved searches to filter your results more quickly
You signed in with another tab or window. Reload to refresh your session. You signed out in another tab or window. Reload to refresh your session. You switched accounts on another tab or window. Reload to refresh your session.
Linux driver for Realtek RTL8192EU.
License
kimocoder/rtl8192eu
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Name already in use
A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Sign In Required
Please sign in to use Codespaces.
Launching GitHub Desktop
If nothing happens, download GitHub Desktop and try again.
Launching GitHub Desktop
If nothing happens, download GitHub Desktop and try again.
Launching Xcode
If nothing happens, download Xcode and try again.
Launching Visual Studio Code
Your codespace will open once ready.
There was a problem preparing your codespace, please try again.
Latest commit
Git stats
Files
Failed to load latest commit information.
README.md
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.
- DWA-131 (untested)
- GW-300S Katana (untested)
- TL-WN821N V6 (untested)
- TL-WN822N V5 (untested)
- TL-WN823N V3 (tested)
- 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+
- make (Tested on 4.2.1) - gcc (Tested on 8.2.0) - git (OPTIONAL, Tested on 2.18.0) - libelf-dev
$ git clone https://github.com/ZeeRooo/RTL8192EU.git $ cd RTL8192EU/
$ make clean $ make $ make install
Saved searches
Use saved searches to filter your results more quickly
You signed in with another tab or window. Reload to refresh your session. You signed out in another tab or window. Reload to refresh your session. You switched accounts on another tab or window. Reload to refresh your session.
Linux driver for Realtek RTL8192EU.
codedwrench/rtl8192eu
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Name already in use
A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Sign In Required
Please sign in to use Codespaces.
Launching GitHub Desktop
If nothing happens, download GitHub Desktop and try again.
Launching GitHub Desktop
If nothing happens, download GitHub Desktop and try again.
Launching Xcode
If nothing happens, download Xcode and try again.
Launching Visual Studio Code
Your codespace will open once ready.
There was a problem preparing your codespace, please try again.
Latest commit
Git stats
Files
Failed to load latest commit information.
README.md
Realtek rtl8188eus & rtl8188eu & rtl8188etv WiFi drivers
- Android 12/13
- MESH Support
- Monitor mode
- Frame injection
- Up to kernel v6.0+ . And a bunch of various wifi chipsets
- You will need to blacklist another driver in order to use this one.
- echo ‘blacklist r8188eu’|sudo tee -a ‘/etc/modprobe.d/realtek.conf’
- Reboot
- cd rtl8188eus
- make && sudo make install
- Reboot in order to blacklist and load the new driver/module.
Use these steps to enter monitor mode.
$ sudo airmon-ng check kill $ sudo ip link set down $ sudo iw dev set type monitor
Frame injection test may be performed with (after kernel v5.2 scanning is slow, run a scan or simply an airodump-ng first!)
Add these lines below to «NetworkManager.conf» and ADD YOUR ADAPTER MAC below Rtl8192eu linux driver github This will make the Network-Manager ignore the device, and therefore don’t cause problems.
[device] wifi.scan-rand-mac-address=no [ifupdown] managed=false [connection] wifi.powersave=0 [main] plugins=keyfile Rtl8192eu linux driver github unmanaged-devices=mac:A7:A7:A7:A7:A7
And all those who may be using or contributing to it of anykind. Thanks!
About
Linux driver for Realtek RTL8192EU.