Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Kernel-core error on Fedora 36 and 37 #311

Open
nazar1ua opened this issue Jan 5, 2023 · 3 comments
Open

Kernel-core error on Fedora 36 and 37 #311

nazar1ua opened this issue Jan 5, 2023 · 3 comments

Comments

@nazar1ua
Copy link

nazar1ua commented Jan 5, 2023

Hello, I am using Fedora 37 (used Fedora 36 last year), and this driver, because default rtw88_8821ce is very unstable. I am building this driver from source, and signing it with self-signed key. Every time I start, reboot or log in into my account, I am getting kernel-core error:

There was a problem with the kernel being loaded with unwanted modules (flags:GWOE)
...
Modules of questionable quality: 8821ce.

Here is the error from back-trace:

rtl8821ce/hal/hal_com.c

Lines 11445 to 11448 in a3e2f7c

if (ps_ready == _FALSE) {
RTW_ERR(FUNC_ADPT_FMT" PS_MODE_ACTIVE check failed\n", FUNC_ADPT_ARG(adapter));
rtw_warn_on(1);
}

I am a web developer, and I don't know Linux (and C) very well, but I think, that it is not critical warning, and it's log level can be lowered. Or is this a mistake on my end? Thanks!

@nazar1ua
Copy link
Author

nazar1ua commented Jan 6, 2023

Also many errors at net/core/dev_addr_lists.c:519 dev_addr_check.cold+0x43/0x74

@a-h-ismail
Copy link
Contributor

I have a similar problem and it used to happen on Ubuntu too, except Ubuntu doesn't have abrt to bother you.
A temporary solution to suppress the error:

echo "OnlyFatalMCE = yes
DropNotReportableOopses = yes" | sudo tee /etc/abrt/plugins/oops.conf

@nazar1ua
Copy link
Author

nazar1ua commented Jan 7, 2023

Thank you very much!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants