Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
hotbrakepads opened this issue Apr 22, 2020 · 2 comments

Comments

@hotbrakepads
Copy link

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
Copy link

jmbott commented Apr 29, 2020

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
Copy link

ivnish commented Apr 6, 2021

Thank you @jmbott, it helps!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants