lwfinger

Results 996 comments of lwfinger

Thank you. Your problem is here: [ 6.306763] rtw89_8852be 0000:02:00.0: loaded firmware rtw89/rtw8852b_fw-1.bin [ 6.307637] rtw89_8852be 0000:02:00.0: enabling device (0000 -> 0003) [ 6.350288] Bluetooth: hci0: RTL: fw version 0xdfb791cb...

Do your firmware files match mine?

I have no idea what the "Arch" method of installing the driver is. Do the following: git clone https://github.com/lwfinger/rtw89.git cd rtw89 make -j4 sudo make install Then reboot. After the...

You still do not have suitable firmware. See your most recent dmesg.txt. A list of your firmware is not sufficient. I need 'md5sum /lib/firmware/rtw89/*'. That will not only list the...

As I suspected, your firmware does not match the latest from Realtek. Go to https://lwfinger.com/download/ to get the latest.

I sent your question to my contact at Realtek in Taiwan. His reply was "We never connect more than 8 stations in AP mode, and the test is only ping...

Thanks for the complete report. There was a similar problem with the vendor driver for a different chip that was caused by iwd starting a scan with the interface not...

I get a maximum of 130 Mbps transmit and 93 RX with iperf3. LibreSpeed gets 119 down and 113 up.

The master branch now contains all of dubhater's changes for the RTW8821AU and RTW8812AU, and the driver works. I have not removed any of the other branches until the code...