mirror of
https://github.com/lwfinger/rtl8188eu.git
synced 2025-02-27 08:12:05 +00:00
- install target should create destination directory, if not found. - some people don't want to install the firmware binary by default, e.g. someone who already installed the linux-firmware package from its Linux distribution. Signed-off-by: Rafael G. Martins <rafael@rafaelmartins.eng.br>
30 lines
572 B
Markdown
30 lines
572 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
|
|
|
|
> sudo make install_firmware
|
|
|
|
Submitting Issues
|
|
---------
|
|
|
|
Frequently asked Questions
|
|
---------
|
|
|
|
### The network manager says: "Device is not ready"!
|
|
Make sure you ran `sudo make install_firmware`
|
|
|