lwfinger/rtw89

my ubantu version is 20.04 and kernel version is 5.15

903859154 opened this issue · 7 comments

should i update the kernel ?
image

or should i change to use rtw88? In the picture i use is rtw 89

I would recommend a kernel update; however, I think I fixed your errors. That was my mistake. In line 679 of regd.c, I was testing for kernel versions > 5.15.0. The correct test was for kernel versions >= 5.16.0. There may be other similar errors. Do a 'git pull' and try again.

Repo rtw88 is for wifi 5 devices. If yours is RTW882X.YE, then if would use rtw88. If it is RTW885X.YE, then it needs rtw89.

So should i also need to update the kernel? Because you said you fixed the error

image
this is my Graphics card model number

I thought I made it clear. I did fix the error, but you should still update your kernel as the throughput is lower and lower the older your kernel. On my system, rtw_8852be gets upload and download speeds of over 700 Mbps running LibreSpeed with kernel 6.7-rc4. Using kernel 5.14, the throughput is 210 Mbps with nothing else changed. You do not NEED to update your kernel, but you will get wifi4 performance from your wifi6 device if you do not.