Bitterblue
Bitterblue
Someone backported rtl8xxxu to kernel 6.0-6.3: https://github.com/a5a5aa555oo/rtl8xxxu Maybe it can support 5.19 too if you ask.
@jatink2004 Someone reported that problem with the RTL8188EU. Maybe the same fix can help you too: ```diff diff --git a/rtl8xxxu_8710b.c b/rtl8xxxu_8710b.c index 871b8cc..1778016 100644 --- a/rtl8xxxu_8710b.c +++ b/rtl8xxxu_8710b.c @@ -1757,7...
That TX speed sure is disappointing. A 1T1R wifi 4 device can achieve that with 40 MHz channel width. About the USB3 issue: I think the Windows driver must be...
@morrownr Those devices also pretend to be USB2 when you first plug them in?
@Smackd0wn rtw88 switches to USB 3 by itself now. The speeds may have improved/worsened also. Would you test it again? https://github.com/lwfinger/rtw88
I have this problem too. With ``-DCONFIG_REGD_SRC_FROM_OS`` channels 144-173 no longer show disabled in iw list, but my phone's hotspot on channel 149 still doesn't appear in the scans. rtw88...
I hope you will get better soon. I may end up fixing this so I can compare the two drivers in the 5 GHz band. It is still early. I...
Your device probably has a different hardcoded channel plan (offset 0xb8 in the efuse). Mine has the value 0xba. Bit 7 instructs the driver to use this value instead of...
They had the same thought: the module parameter rtw_regd_src appears when you use ``-DCONFIG_REGD_SRC_FROM_OS``. > Thoughts? More testing would be good. I'm only using this driver briefly, to check something...
Yes.