lwfinger / rtl8723au

Repo for RTL8723AU code before Linux Kernel commit
126 stars 46 forks source link

mod probe error #58

Open death2525 opened 8 years ago

death2525 commented 8 years ago

at command sudo modprobe 8723au terminal returns the following

modprobe :ERROR :could not insert '8723au': required key not available

pleas help going nuts over this bug

lwfinger commented 8 years ago

That is because secure boot is enabled. If you keep that "feature", you will NEVER be able to load any external module. There are two ways to disable secure boot: (1) change the BIOS setting, or (2) generate a kernel with that disabled.

kaiyulee commented 6 years ago

@death2525 see Why do I get “Required key not available” when install 3rd party kernel modules or after a kernel upgrade?

dnlmc commented 5 years ago

I've disabled secure boot but I'm still getting this same error at this step. Other ideas?

Also thanks a ton for this, its worked for me for years on my lenovo yoga 11s with ubuntu but i updated something & now hitting this error.

lwfinger commented 5 years ago

Are you sure you disabled secure boot? That is the only thing that causes a required key not available message.

dnlmc commented 5 years ago

As far as I can tell:

https://photos.app.goo.gl/QNiuBJ6TZWVnG1QC9

https://photos.app.goo.gl/1CtabLjXDe4YQ2Su8

https://photos.app.goo.gl/mfiu6WH1E4SpmSgo6

lwfinger commented 5 years ago

The other possibility is that your distro is refusing to load modules that are not signed even though you have disabled secure boot. You would have to talk to them to determine if that is the case.