mirror of
https://github.com/lwfinger/rtl8188eu.git
synced 2024-11-09 23:19:39 +00:00
parent
d53cd09c9d
commit
f286a8021a
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