mirror of
https://github.com/lwfinger/rtl8188eu.git
synced 2024-11-22 12:33:40 +00:00
Merge branch 'master' of https://github.com/Lionel07/rtl8188eu
This commit is contained in:
commit
133157eeeb
1 changed files with 26 additions and 0 deletions
26
README.md
Normal file
26
README.md
Normal file
|
@ -0,0 +1,26 @@
|
||||||
|
rtl8188eu
|
||||||
|
=========
|
||||||
|
|
||||||
|
Repository for the stand-alone RTL8188EU driver.
|
||||||
|
|
||||||
|
Compiling & Building
|
||||||
|
---------
|
||||||
|
### Dependencies
|
||||||
|
To compile the driver, you need to have make and a compiler installed
|
||||||
|
### Compiling
|
||||||
|
|
||||||
|
> make all
|
||||||
|
|
||||||
|
### Installing
|
||||||
|
|
||||||
|
> 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/
|
||||||
|
|
Loading…
Reference in a new issue