GithubHelp home page GithubHelp logo

iyingok / rtl8188eus Goto Github PK

View Code? Open in Web Editor NEW

This project forked from quickreflex/rtl8188eus

0.0 1.0 0.0 4.64 MB

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

License: Other

Makefile 0.35% Shell 0.01% C 94.81% C++ 4.55% Objective-C 0.28%

rtl8188eus's Introduction

rtl8188eus

Wifi driver support for rtl8188eu, rtl8188eus and rtl8188etv chips and working under the new linux kernel (5.1.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 v5.2.2.4 https://github.com/quickreflex/rtl8188eus.git
cd rtl8188eu

Compiling & Installing

make all
make install

Or with DKMS

dkms add .
dkms build 8188eu/1.0
dkms install 8188eu/1.0

Switch modes

Supported interface modes

* IBSS
* managed
* AP
* monitor
* P2P-client
* P2P-GO

For setting interface modes

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

For setting TX power

iw wlan0 set txpower fixed 1300

rtl8188eus's People

Contributors

quickreflex avatar

Watchers

James Cloos avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.