Add how to address no SSID scanning of network-manager

The issue was reported upstream at https://gitlab.freedesktop.org/NetworkManager/NetworkManager/issues/158
This commit is contained in:
Trung Lê 2020-04-08 10:54:12 +10:00 committed by GitHub
parent 20e1989da6
commit 5b226d0eb5
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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`