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

rtl8812bu: WiFI disconnects randomly #259

Open
ByteArrayException opened this issue Nov 28, 2024 · 2 comments
Open

rtl8812bu: WiFI disconnects randomly #259

ByteArrayException opened this issue Nov 28, 2024 · 2 comments

Comments

@ByteArrayException
Copy link

Hello,
I have built the current version of this repo. Some WLANs now work better than an older version, but when connecting individual access points (I have tried ISP routers) I have the problem that it often loses the connection or no data goes through, log excerpt:

[ 9373.603862] rtw_8822bu 2-1.4:1.0: failed to get tx report from firmware
[ 9375.603895] rtw_8822bu 2-1.4:1.0: failed to get tx report from firmware
[ 9377.577260] rtw_8822bu 2-1.4:1.0: failed to get tx report from firmware
[ 9379.577294] rtw_8822bu 2-1.4:1.0: failed to get tx report from firmware
[ 9381.630661] rtw_8822bu 2-1.4:1.0: failed to get tx report from firmware
[ 9383.604027] rtw_8822bu 2-1.4:1.0: failed to get tx report from firmware
[ 9385.630725] rtw_8822bu 2-1.4:1.0: failed to get tx report from firmware
[ 9387.630762] rtw_8822bu 2-1.4:1.0: failed to get tx report from firmware
[ 9389.630792] rtw_8822bu 2-1.4:1.0: failed to get tx report from firmware
[ 9391.577491] rtw_8822bu 2-1.4:1.0: failed to get tx report from firmware
[ 9393.577523] rtw_8822bu 2-1.4:1.0: failed to get tx report from firmware
[ 9395.577555] rtw_8822bu 2-1.4:1.0: failed to get tx report from firmware
[ 9397.550922] rtw_8822bu 2-1.4:1.0: failed to get tx report from firmware
[ 9399.577623] rtw_8822bu 2-1.4:1.0: failed to get tx report from firmware
[ 9401.604324] rtw_8822bu 2-1.4:1.0: failed to get tx report from firmware
[ 9403.577689] rtw_8822bu 2-1.4:1.0: failed to get tx report from firmware
[ 9405.604386] rtw_8822bu 2-1.4:1.0: failed to get tx report from firmware
[ 9407.631089] rtw_8822bu 2-1.4:1.0: failed to get tx report from firmware
[ 9409.631121] rtw_8822bu 2-1.4:1.0: failed to get tx report from firmware
[ 9411.604486] rtw_8822bu 2-1.4:1.0: failed to get tx report from firmware
[ 9412.474126] rtw_8822bu 2-1.4:1.0: skipping RX URB, packet too big: 13131

Maybe someone can help me.

Thanks in advance.

@dubhater
Copy link
Collaborator

This chip has some kind of problem in USB 3 mode. To me it looks like memory corruption in the chip. It's the same even with the vendor driver.

Try a USB 2 port.

If you want to keep using the USB 3 port, you can disable switching to USB 3 mode by creating /etc/modprobe.d/rtw88_usb.conf with this contents:

rtw_usb switch_usb_mode=0
rtw88_usb switch_usb_mode=0

Then unplug the device and reboot, or reload the rtw* modules.

@ByteArrayException
Copy link
Author

Thanks for the quick reply, I'll try that!

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

2 participants