oahong / rtl8188eu

Repository for stand-alone RTL8188EU driver.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

rtl8188eu

Repository for the stand-alone RTL8188EU driver.

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.

Compiling

make all

Installing

sudo make install

DKMS

The module can also be installed with DKMS. Make sure to install the dkms package first.

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

Submitting Issues

Frequently asked Questions

The network manager says: "Device is not ready"!

Make sure you copied the firmware (rtl8188eufw.bin) to /lib/firmware/rtlwifi/

About

Repository for stand-alone RTL8188EU driver.

License:Other


Languages

Language:C 98.6%Language:Makefile 0.6%Language:Objective-C 0.5%Language:C++ 0.3%Language:Shell 0.0%Language:Groff 0.0%Language:Perl 0.0%