rtl8723bu icon indicating copy to clipboard operation
rtl8723bu copied to clipboard

Unreliable on Kubuntu 17.10 running 4.13 kernel

Open syddel opened this issue 7 years ago • 10 comments

I installed on Kubuntu 17.10 (kernel 4.13) using:

git clone https://github.com/lwfinger/rtl8723bu.git
cd rtl8723bu
make
sudo make install
sudo reboot

After rebooting, wifi routers can be seen (although each one is listed twice) and connection is successful. However, throughput is very slow, and eventually drops out altogether before coming back and then repeating (i.e. getting slow again, dropping out again).

syddel avatar Jan 22 '18 01:01 syddel

Apologies for the ping. Did you ever get this sorted?

yochrisbolton avatar Apr 21 '18 04:04 yochrisbolton

Noppe.

lwfinger avatar Apr 21 '18 13:04 lwfinger

I just got it working, I needed to blacklist my chip in /etc/modprobe.d/blacklist.conf like:

blacklist rtl8xxxu

Not it works like a charm on 17.10!

yochrisbolton avatar Apr 21 '18 18:04 yochrisbolton

For me it is still not reliable. I see two devices in Kubuntu for the single WiFi chip. It quite often disconnects by itself or the connection is just not working. Sometimes I can not connect back and only a restart of the whole tablet solves the problem.

javlada avatar Apr 23 '18 12:04 javlada

On openSUSE, it creates only one interface. The only way you would get two is if you have defined CONFIG_CONCURRENT_MODE in file include/autoconf.h. For this driver, that mode is untested.

If you have not modified any of the code, and are still getting two interfaces, then I do not understand it.

These drivers come from Realtek, and I have no details of the programming of the wifi chip. I can help with OS crashes, but reliability issues are outside what I can fix.

lwfinger avatar Apr 23 '18 20:04 lwfinger

Thank you, I will check it. But I didn't modify any code. Only disabled the default driver like finchMFG mentioned.

Apparently it is not only happening on my machine since syddel has the same problem with duplicated WiFi connections. It works most of the time but sometimes the connection gets too weak or is lost at all and I have to reboot my PC.

javlada avatar Apr 24 '18 06:04 javlada

Run the command 'dmesg > dmesg.out', put that file into some pastebin location, and post the link here.

lwfinger avatar Apr 24 '18 13:04 lwfinger

I finally was able to generate the debug information. It is included. If there is anything else I could do to identify the issue, please let me know.

dmesg.out.zip

javlada avatar Apr 29 '18 20:04 javlada

Any ideas how I could fix this? After upgrade to Kubuntu 18.04 there is no improvement.

For me the most serious issue is that once I disconnect from the first WiFi connection, I cannot connect (to the same or different one) unless I restart the computer.

javlada avatar May 17 '18 08:05 javlada

On my system - openSUSE Leap 15.0 with wireless controlled by NetworkManager - I can disconnect from an AP and connect to a different one or re-connect to that same one without any problem.

All I can conclude is that there is something wrong with the Ubuntu user-space network control software. That is beyond my control.

lwfinger avatar May 19 '18 16:05 lwfinger