mirror of
https://github.com/lwfinger/rtl8188eu.git
synced 2024-11-09 23:19:39 +00:00
Merge pull request #323 from runlevel5/patch-2
[network-manager] Add how to address no SSID scanning
This commit is contained in:
commit
1ea03fb6de
1 changed files with 9 additions and 0 deletions
|
@ -45,3 +45,12 @@ Frequently asked Questions
|
|||
### The network manager says: "Device is not ready"!
|
||||
Make sure you copied the firmware (rtl8188eufw.bin) to /lib/firmware/rtlwifi/
|
||||
|
||||
### 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:
|
||||
|
||||
```
|
||||
[device]
|
||||
wifi.scan-rand-mac-address=no
|
||||
```
|
||||
|
||||
and run `systemctl restart NetworkManager`
|
||||
|
|
Loading…
Reference in a new issue