mirror of
https://github.com/lwfinger/rtl8188eu.git
synced 2024-11-10 07:29:40 +00:00
7638be5ee7
Signed-off-by: Larry Finger <Larry.Finger@lwfinger.net>
28 lines
573 B
Markdown
28 lines
573 B
Markdown
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
|
|
|
|
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/
|
|
|