Wi5 / odin-wi5

Odin framework: Patches + Wiki (Instructions)
8 stars 17 forks source link

Clients having problems to connect to Wi-5 #48

Open josemariasaldana opened 6 years ago

josemariasaldana commented 6 years ago

Devices that CAN connect to Wi-5

Devices that have problems

Devices that MAY have problems

Possible explainings

We suspect this poses problems in connecting devices that apply MAC Randomization. The problem, explained step-by-step:

Possible solutions

How to disable MAC randomization in Linux

You can just add a few lines to your NetworkManager.conf file to disable it.

Code:

[connection]
wifi.mac-address-randomization=1

The values are:

0: default
1: force off
2: force on