lwfinger / rtl8723bu

Driver for RTL8723BU
285 stars 145 forks source link

[WORKAROUND] Continuous disconnects on Kernel 5.0.0-38 #157

Open ziSo12 opened 4 years ago

ziSo12 commented 4 years ago

There is an issue using Edimax EW-7611ULB wifi/bt stick on Ubuntu 19.04 Kernel 5.0.0-38. Wifi is constantly disconnecting/reconnecting and sometimes not coming back. Here is my current workaround. Thought this might be a power saving issue so I set CONFIG_POWER_SAVING = n I also commented out

EXTRA_CFLAGS += -DCONFIG_CONCURRENT_MODE

Source from branch v4.3.16 giving compile errors, source from branch master compiling fine, though. At least I got a stable connection so far.

aldemaroc commented 4 years ago

I was also unable to compile v4.3.16.

lwfinger commented 4 years ago

Without someone posting the errors, I will never fix them.

ivnish commented 3 years ago

Thank you @ziSo12, it helps!

ejmarkow commented 2 years ago

I had the same issue on my openSUSE Linux system. It was consistently connecting/disconnecting.

Recompiled using: CONFIG_POWER_SAVING = n

and Commenting out

EXTRA_CFLAGS += -DCONFIG_CONCURRENT_MODE

My Wifi hotspot and Bluetooth all working well, thanks for this tip!