-
Notifications
You must be signed in to change notification settings - Fork 20
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Installation on pop os (ubuntu) 20.04 #8
Comments
The modules should be installed and ready to go, the errors you're seeing are telling you that you don't have a certificate to sign the module with. Linux should still load the modules, signed or not. If you want to silence the errors, here's a SuperUser thread about it: EDIT: Apparently Linux can be configured to not accept unsigned modules, but I don't know which distros have this on by default. |
OK, there is no more errors, still warning remains "missing 'System.map' file. Skipping depmod" and module does not install. |
What do you mean by 'module does not install'? Is |
Modprobe says module does not exist.
After some googling I run "sudo depmod -A" and now modprobe works and oversteer sees the wheel. |
Oh yeah, gotcha. That's sometimes needed, I suppose I could add it to the install. |
If I understand correctly, module signing is not something you can correct on your end? It's not very beginner friendly. |
That's correct, everyone who compiles this module has to sign their module themselves, as a way to say "I compiled this". If they want/need to. Yeah, technological security unfortunately can be rather confusing, but try to break it down and draw comparisons to the real world. For example, signing a module can be seen as literally putting your name on it. "I did this, and if it does something it shouldn't, I'm fully responsible." That kind of deal. |
Never had a wheel, ordered T300RS GT today. I tried to install driver and got this:
The text was updated successfully, but these errors were encountered: