rtl8189ES_linux
rtl8189ES_linux copied to clipboard
Concurrent mode wlan0 not working
I compiled the rtl8189fs in concurrent mode. To compile in Concurrent mode, I uncommented this line on include/autoconf.h
Concurrent mode creates 2 interfaces, wlan0, wlan1. However, only wlan1 could connect to an AP. wlan0 fails to connect. I observed both wlan0 and wlan1 has the same mac address assigned.
Is my approach to compile with Concurrent mode correct? Any tips are welcome.
Tested on Orange Pi Zero Plus. @CGarces Thank you.
@sunzone93 I have the same problem. Did you manage to figure out the problem?