tomaspinho / rtl8821ce

Other
1.58k stars 412 forks source link

the module can be used under secure boot following this tutorial #280

Open MatiasFS99 opened 2 years ago

MatiasFS99 commented 2 years ago

https://gist.github.com/sbueringer/bd8cec239c44d66967cf307d808f10c4 Before you install the module follow this guide and add a file in "/etc/dkms" called "rtl8821ce.conf" with the next content in it "POST_BUILD=../../../../../../root/module-signing/dkms-sign-module", then install the module and the problem with the secure boot is fixed without disabling it. This work because you sign the module to be valid to use under secure boot.

retronav commented 2 years ago

Can confirm this is working.

SaBenBurra commented 2 years ago

Not works for me (Fedora 36)

nazar1ua commented 1 year ago

Do you have openssl installed?

andikapramudityaa commented 1 year ago

Thank you!, it works in debian 12

Roblex09 commented 8 months ago

Hi! I can't get this to work on Ubuntu 23.10. Can someone help, please?