forked from brandon-bailey/rtl8822bu
-
Notifications
You must be signed in to change notification settings - Fork 61
Home
Imran Chaudhry edited this page May 2, 2020
·
4 revisions
These are some general notes about getting this to work on various Linux flavours.
NetworkManager will randomize the adapter MAC address. This is a security feature in case you are using a laptop with public wi-fi spots but is problematic when using a home wifi setup.
To fix this do the follow:
Create a file /etc/NetworkManager/conf.d/00-do-not-randomize-mac.conf
with contents:
[device]
wifi.scan-rand-mac-address=yes
Then restart NetworkManager with:
systemctl restart NetworkManager