mirror of
https://github.com/lwfinger/rtl8188eu.git
synced 2024-11-09 23:19:39 +00:00
docs: Fix typos in README.md
Fix spell of following words in README.md file: - likelihood (liklihood -> likelihood); - address (adress -> address).
This commit is contained in:
parent
b02c92bc92
commit
ac9cb491cb
1 changed files with 2 additions and 2 deletions
|
@ -1,7 +1,7 @@
|
||||||
IMPORTANT - PLEASE READ:
|
IMPORTANT - PLEASE READ:
|
||||||
|
|
||||||
Beginning on November 4, 2019, I will NO LONGER support people that have downloaded the source
|
Beginning on November 4, 2019, I will NO LONGER support people that have downloaded the source
|
||||||
as a zip file. Using git has much more flexibility. In addition, there is much less liklihood
|
as a zip file. Using git has much more flexibility. In addition, there is much less likelihood
|
||||||
that a user will contact me with a problem that is ALREADY fixed.
|
that a user will contact me with a problem that is ALREADY fixed.
|
||||||
|
|
||||||
If your system says that /lib/modules/...../build does not exist, you have not
|
If your system says that /lib/modules/...../build does not exist, you have not
|
||||||
|
@ -46,7 +46,7 @@ Frequently asked Questions
|
||||||
Make sure you copied the firmware (rtl8188eufw.bin) to /lib/firmware/rtlwifi/
|
Make sure you copied the firmware (rtl8188eufw.bin) to /lib/firmware/rtlwifi/
|
||||||
|
|
||||||
### NetworkManager does not list SSID
|
### NetworkManager does not list SSID
|
||||||
NetworkManager changes the Wi-Fi MAC address during scanning to improve privacy but this adapter does not support it. To adress this issue, please create `/etc/NetworkManager/conf.d/80-wifi.conf` with content:
|
NetworkManager changes the Wi-Fi MAC address during scanning to improve privacy but this adapter does not support it. To address this issue, please create `/etc/NetworkManager/conf.d/80-wifi.conf` with content:
|
||||||
|
|
||||||
```
|
```
|
||||||
[device]
|
[device]
|
||||||
|
|
Loading…
Reference in a new issue