rtl8189ES_linux icon indicating copy to clipboard operation
rtl8189ES_linux copied to clipboard

WPA or WPA2 support on linux

Open snuglinux opened this issue 5 years ago • 3 comments

When using WPA or WPA2, I get an answer that the password was entered incorrectly. How to solve this problem?

snuglinux avatar Mar 26 '21 21:03 snuglinux

If you add when compiling the driver: EXTRA_CFLAGS + = -DCONFIG_CONCURRENT_MODE a second wlan device appears and it works fine with WPA and WPA2 in both access point and client mode. But why isn't wlan0 working?

snuglinux avatar Mar 30 '21 11:03 snuglinux

after a couple of minutes, the access point still breaks the connection and then you can connect only if nmcli connection up wlan1 :(

snuglinux avatar Mar 30 '21 20:03 snuglinux

It turned out that when accessing wlan0, wlan1 stops working. For NetworkManager I decided like this: nm-system-settings.conf:

[main]
plugins=ifupdown,keyfile

[ifupdown]
managed=false

[keyfile]
unmanaged-devices=mac:38:01:46:4f:62:d7

snuglinux avatar Mar 31 '21 18:03 snuglinux