tomaspinho / rtl8821ce

Other
1.58k stars 412 forks source link

Kernel-core error on Fedora 36 and 37 #311

Open nazar1ua opened 1 year ago

nazar1ua commented 1 year ago

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: https://github.com/tomaspinho/rtl8821ce/blob/a3e2f7c1f91e92f2dc788e8fcd7f2986af3d19b6/hal/hal_com.c#L11445-L11448

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 commented 1 year ago

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

a-h-ismail commented 1 year ago

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 commented 1 year ago

Thank you very much!