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

Working Step-By-Step For Ubuntu (Add To README?) #56

Open
mirrorsonthewall opened this issue Dec 28, 2020 · 2 comments
Open

Working Step-By-Step For Ubuntu (Add To README?) #56

mirrorsonthewall opened this issue Dec 28, 2020 · 2 comments

Comments

@mirrorsonthewall
Copy link

This issue post is based off of other closed issues.

Secureboot was enabled, so from issue #3 it needed to be disabled and this guide says how to disable it. (Could this guide be added to Issue #3 or linked in README?)

(Note: When it asks to enter password character 7 for example, if you set the password as 12345678 then you can enter "7", or if it asks for password character 4, can enter "4")

(Note: I believe Secureboot must remain "disabled" for this driver to work, see "Is It Safe To Disable Secureboot?" - the answer appears to be generally "yes".)

Then after rebooting, (solution from issue #27) navigate to the veikk-linux-driver-master directory and:

sudo depmod

sudo modprobe veikk

sudo make all install clean

(maybe we could add to this post if others have problems and we work through them? I don't think other issues presented themselves)

@jlam55555
Copy link
Owner

Thanks, I will add this to the README. I thought I had mentioned Secure Boot on the README at some point but it looks like I didn't (explicitly, at least).

@ssteinerx
Copy link

The

depmod
modprobe veikk 

saved me from:

arning: modules_install: missing 'System.map' file. Skipping depmod.
make[1]: Leaving directory '/usr/src/linux-headers-6.2.0-32-generic'
modprobe veikk
modprobe: FATAL: Module veikk not found in directory /lib/modules/6.2.0-32-generic
make: *** [Makefile:15: install] Error 1

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

3 participants