Concurrent or Non-Concurrent Mode
By default driver operates the hardware as a station AND as an access point simultaneously. This will show two devices when you run the iwconfig command.
If you do not want two devices (station and an access point) simultaneously, then follow these instructions.
Step 1: Run the following command in the Linux terminal.
nano Makefile
Step 2: Find the line that contains EXTRA_CFLAGS += -DCONFIG_CONCURRENT_MODE and insert a # symbol at the beginning of that line. This comments that line and disables concurrent mode.
Fais :
cd ~/rtl8723bu/rtl8723bu-master
nano Makefile
Tu cherches la ligne où il y a
EXTRA_CFLAGS += -DCONFIG_CONCURRENT_MODE Tu ajoutes # en début de ligne. (Si ça y est déjà, pas besoin de le rajouter)
CTRL+o
Entrée
CTRL+x
make
sudo make install
sudo modprobe -r 8723bu
sudo modprobe -a 8723bu
echo "blacklist rtl8xxxu" | sudo tee /etc/modprobe.d/rtl8xxxu.conf