Haxk20 / rtl8188eus

Wifi driver support for rtl8188eu, rtl8188eus and rtl8188etv chips and working under the new linux kernel (4.17.x).

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

rtl8188eus

Wifi driver support for rtl8188eu, rtl8188eus and rtl8188etv chips and working under the new linux kernel (4.17.x). More information about your wifi device can be found here: https://wikidevi.com.

Compiling & Building

Dependencies

To compile the driver, you need to have make and a compiler installed. In addition, you must have the kernel headers installed. If you do not understand what this means, consult your distro. if compile a new kernel, you will need to set two parameters with make: KSRC=path_to_kernel_source and KVER=kernel_version. The same goes for installation.

Download

git clone -b master https://github.com/quickreflex/rtl8188eus.git
cd rtl8188eu

Compiling & Installing

make all
make install

Switch modes

For setting monitor mode

ifconfig wlan0 down
iw dev wlan0 set type monitor
ifconfig wlan0 up

For setting TX power

iw wlan0 set txpower fixed 1300

About

Wifi driver support for rtl8188eu, rtl8188eus and rtl8188etv chips and working under the new linux kernel (4.17.x).

License:GNU General Public License v2.0


Languages

Language:C 93.8%Language:C++ 5.2%Language:Makefile 0.5%Language:Objective-C 0.5%Language:Shell 0.0%