You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: