lwfinger / rtl8723bu

Driver for RTL8723BU
283 stars 143 forks source link

RTL8723bu With Concurrent Mode Build Results in Internet Connection Drops #163

Open hotbrakepads opened 4 years ago

hotbrakepads commented 4 years ago

The RTL8723bu driver when built in concurrent mode causes the internet connectivity to drop. This happens when the wireless card is solely connected to an AP.

To solve this, the 8723bu driver needs to be build by commenting out the concurrent mode option in the MakeFile.

I have noticed this in all Debian based distributions that come shipped with this driver as it is build with concurrent mode enabled by default. It is probably an old bug, but just wanted to report it as I always have to rebuild this driver when I do a fresh OS installation.

Thank you.

jmbott commented 4 years ago

I experienced this same issue of the wifi dropping out. Commenting out EXTRA_CFLAGS += -DCONFIG_CONCURRENT_MODE and rebuilding as described seems to have corrected the problem for now. Using this driver on the Raspberry Pi 3+ compute module (Raspbian 4.19) with an Edimax EW-7611ULB wifi dongle.

ivnish commented 3 years ago

Thank you @jmbott, it helps!