2013-11-27 02:03:20 +00:00
|
|
|
rtl8188eu
|
|
|
|
=========
|
|
|
|
|
|
|
|
Repository for the stand-alone RTL8188EU driver.
|
|
|
|
|
|
|
|
Compiling & Building
|
|
|
|
---------
|
|
|
|
### Dependencies
|
2013-11-27 02:31:46 +00:00
|
|
|
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.
|
2013-11-27 02:03:20 +00:00
|
|
|
### Compiling
|
|
|
|
|
|
|
|
> make all
|
|
|
|
|
|
|
|
### Installing
|
|
|
|
|
2013-11-27 02:31:46 +00:00
|
|
|
> sudo make install
|
2013-11-27 02:03:20 +00:00
|
|
|
|
|
|
|
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/
|
|
|
|
|