lwfinger/rtw89

module verification failed

TroyeJames9 opened this issue · 2 comments

lsmod Output:
plaintext
Copy code
rtw_8852be             16384  0
rtw_8852b             409600  1 rtw_8852be
rtw89pci               81920  1 rtw_8852be
rtw89core             770048  2 rtw89pci,rtw_8852b
mac80211             1249280  2 rtw89pci,rtw89core
cfg80211              974848  3 rtw89core,mac80211,rtw_8852b
dmesg Output:
I'm unable to view the uploaded dmesg_log.txt file. However, you can include relevant parts of the dmesg output directly in your message to help diagnose the issue.

Secure Boot Status:
Secure Boot is disabled and the platform is in Setup Mode, as confirmed by the output of mokutil --sb-state.

It seems like you're facing an issue despite disabling Secure Boot. To assist you further, please provide any error messages or relevant logs from the dmesg output that you're experiencing after disabling Secure Boot. This will help in diagnosing the issue and providing appropriate solutions.

This is the first time I post an issue. The layout is not normal. I will test it myself and repost it. Sorry.

I use the lsmod | grep rtw, the output as follow:

rtw_8852be             16384  0
rtw_8852b             409600  1 rtw_8852be
rtw89pci               81920  1 rtw_8852be
rtw89core             770048  2 rtw89pci,rtw_8852b
mac80211             1249280  2 rtw89pci,rtw89core
cfg80211              974848  3 rtw89core,mac80211,rtw_8852b

the dmesg.txt is follow:
dmesg_log.txt

The error about rtw8852 in dmesg is as follows:
Snipaste_2024-03-30_09-52-13

The results of mokutil --sb-state are as follows. I have disabled secure boot:

SecureBoot disabled
Platform is in Setup Mode

I'm just one step away from success. Please help me. I'm sorry to bother you.