Skip to content
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

sudo modprobe nvhda fails #8

Open
adriaanbd opened this issue Jan 5, 2019 · 4 comments
Open

sudo modprobe nvhda fails #8

adriaanbd opened this issue Jan 5, 2019 · 4 comments

Comments

@adriaanbd
Copy link

After runnin sudo make -f Makefil.dkms and obtaining the following output:
image

Running sudo modprobe nvhda returns:
modprobe: ERROR: could not insert 'nvhda': Required key not available

@hhfeuer
Copy link
Owner

hhfeuer commented Jan 5, 2019

You have secure boot enabled so you'll have to sign the module. https://wiki.ubuntu.com/UEFI/SecureBoot/Signing

@adriaanbd
Copy link
Author

adriaanbd commented Jan 5, 2019

Which file do I need to sign specifically? And which one do I need to use from that link sbsign or kmodsign? I'm new to the linux world and I think I can figure out the signing part, but if you have a reference to that'd be helpful. Thanks for your time!

@hhfeuer
Copy link
Owner

hhfeuer commented Jan 5, 2019

I'm neither using Ubuntu nor secure boot but my guess would be
sudo kmodsign sha512 /var/lib/shim-signed/mok/MOK.priv /var/lib/shim-signed/mok/MOK.der nvhda.ko
and then specify the password you created on install. Maybe you will have to find the path to nvhda.ko

@adriaanbd
Copy link
Author

Thanks for your help, but it'll probably take a while until I figure this out. Its not urgent matter for me, its just a nice to have, you know, listening through my widescreen speakers, I can always just plug an aux and boom it away. Its kinda painful that this stuff doesn't come working out of the box like it is in Windows, which I ditched and don't regret. But this kind of stuff is like a little rock in a shoe.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants