lwfinger / rtl8188eu

Repository for stand-alone RTL8188EU driver.
Other
1.68k stars 592 forks source link

module verification failed: signature and/or required key missing - tainting kernel #173

Open JohnAllen opened 8 years ago

JohnAllen commented 8 years ago

I get this error after a while of wifi working for this driver. I didn't change anything relevant to it, I don't believe.

JohnAllen commented 8 years ago

I found this workaround. You can add this CONFIG_MODULE_SIG=n to the first line of the MakeFile. Happy to submit a PR if it's welcome for this.

JohnAllen commented 8 years ago

Ok, so that didn't work actually. But add 8188eu to /etc/modules did

wang70880 commented 4 years ago

Hi John. So finally how do you solve this issue? I added 8188eu to modules, but it didn't work. I haven't tried to modify the Makefile. Will it work ?