BrightX / rtl8192fu

Realtek 8192FU Linux USB无线网卡驱动
GNU General Public License v2.0
60 stars 24 forks source link

About the problem of using the driver when SecureBoot is turned on #8

Closed qyvip closed 2 years ago

qyvip commented 2 years ago

At present, the driver has been successfully installed in ubuntu, but the driver can only be loaded when SecureBoot is turned off. Does this mean that SecureBoot must be turned off, or is there any way to successfully load the driver when SecureBoot is turned on?

BrightX commented 2 years ago

This problem generally exists, although I haven't tried it, but you can try the following solution. After executing the make -j8 command, first you can sign the compiled kernel module file 8192fu.ko, and then execute the make install command. Specific reference: https://ubuntu.com/blog/how-to-sign-things-for-secure-boot .

BrightX commented 2 years ago

I wrote a Wiki Page SecureBoot 安全引导下驱动模块启动 that I hope will help you.