tomaspinho / rtl8821ce

Other
1.58k stars 412 forks source link

Cannot modprobe 8821ce on fedora 34 and 35 #212

Closed ghost closed 3 years ago

ghost commented 3 years ago

Running sudo modprobe 8821ce actually give me only one error.

modprobe: ERROR: could not insert 8821ce: Permission denied.

I have installed dkms, bc, kernel-headers and kernel-devel but nothing. The kernel is the 5.11 and I have blacklisted both rtw88_etc modules

ghost commented 3 years ago

With same kernel on other OSes this module works normally

ghost commented 3 years ago

Also secure boot is disabled

Zaryob commented 3 years ago

Im using Fedora Rawhide as well. There is not problem on module loading

Are you take root permissions for modprobe (with sudo command or going to root account)

ghost commented 3 years ago

Im using Fedora Rawhide as well. There is not problem on module loading

Are you take root permissions for modprobe (with sudo command or going to root account)

Obviously... And also disabled secure boot

tomaspinho commented 3 years ago

Was the module built for the correct kernel version?

can you check your /usr/lib/modules/$(uname -r) and see if the compiled module is in there?

or just run dkms status

ghost commented 3 years ago

I think I can close the issue because I have changed the OS. If I will try again fedora I will post further infos