Open JalorOo opened 8 months ago
run lspci -nn | grep -i net
05:00.0 Ethernet controller [0200]: Realtek Semiconductor Co., Ltd. RTL8125 2.5GbE Controller [10ec:8125] (rev 05)
06:00.0 Network controller [0280]: Realtek Semiconductor Co., Ltd. Device [10ec:c852] (rev 01)
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 am still trying to sort that out, but I have more pressing problems at the moment.
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 am still trying to sort that out, but I have more pressing problems at the moment.
Ok,thank you, If you had solved this problem, please let me know. Although my problem has not been solved at present, thank you very much for developing this driver
in the rtw89 folder use terminal input git chekcout 6dc944
, then make
and sudo maker install
it work!!!
I use the
lsmod | grep rtw
, the output as follow:the dmesg.txt is follow: dmesg.txt
What should i do?