lwfinger

Results 996 comments of lwfinger

Does Fedora 27 have iw and do you have it installed? If so, run 'sudo iw dev' and see if there is a PHY entry for the 8812au. post the...

There is a problem with Ubuntu 20.04. The workaround is in https://github.com/lwfinger/rtw89/issues/320. The clue was the line that said: [ 3.832328] WARNING: CPU: 8 PID: 567 at net/wireless/core.c:879 wiphy_register+0xa5a/0xa80 [cfg80211]...

I suspect that you have a Lenovo or HP laptop. Their problem is an improperly coded BIOS. Read the section of README.md that starts with ##### Option configuration and follow...

I had no part in writing that driver. I would be able to help if you were having a compile problem, but debugging the spin_lock problems is another matter. The...

The only documentation is in the source files. In routine rtw_check_bcn_info() in file core/rtw_wlan_util.c, any of the places where the routine does a 'goto _mismatch' is a candidate. I suggest...

@cemunal - If you need those fixes, it is because of the BIOS found in your device cannot properly handle your PCIe devices. On my 10-year old Samsung laptop, there...

You have the code generation sequence wrong. The new code goes into the wireless-next repo, which is 2 steps ahead of the stable releases. For example, stable is at 6.8,...

@cemunal - Those options are needed because of BIOS problems. All of the rtw88 drivers work on my system with no options needed. I would worry about those PCIe Bus...

The reason I wrote that is because only Lenovo and HP laptops have problems such as you see. Windows uses a completely different driver than Linux - I have no...

Firstly, check to make sure that you do not have modules from the kernel and this repo both loaded. 'lsmod | grep rtw' will show what is loaded. Secondly, if...