-
Notifications
You must be signed in to change notification settings - Fork 33
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
"FATAL: Module veikk not found in directory" and a potential fix #27
Comments
Hi I faced the same error and this solution worked for me on Manjaro 19.0.2 KDE. Hers some more info on the error. ashwin@ashwin-pc veikk-s640-driver]$ sudo make all install clean
make -C /lib/modules/5.4.24-1-MANJARO/build M=/home/ashwin/veikk-s640-driver modules
make[1]: Entering directory '/usr/lib/modules/5.4.24-1-MANJARO/build'
Building modules, stage 2.
MODPOST 1 modules
make[1]: Leaving directory '/usr/lib/modules/5.4.24-1-MANJARO/build'
make -C /lib/modules/5.4.24-1-MANJARO/build M=/home/ashwin/veikk-s640-driver modules_install
make[1]: Entering directory '/usr/lib/modules/5.4.24-1-MANJARO/build'
INSTALL /home/ashwin/veikk-s640-driver/veikk.ko
At main.c:160:
- SSL error:02001002:system library:fopen:No such file or directory: crypto/bio/bss_file.c:69
- SSL error:2006D080:BIO routines:BIO_new_file:no such file: crypto/bio/bss_file.c:76
sign-file: certs/signing_key.pem: No such file or directory
DEPMOD 5.4.24-1-MANJARO
make[1]: Leaving directory '/usr/lib/modules/5.4.24-1-MANJARO/build'
modprobe veikk
libkmod: kmod_config_parse: /etc/modprobe.d/bbswitch.conf line 1: ignoring bad line starting with 'bbswitch'
echo "veikk" > /etc/modules-load.d/veikk.conf
make -C /lib/modules/5.4.24-1-MANJARO/build M=/home/ashwin/veikk-s640-driver clean
make[1]: Entering directory '/usr/lib/modules/5.4.24-1-MANJARO/build'
CLEAN /home/ashwin/veikk-s640-driver/Module.symvers
make[1]: Leaving directory '/usr/lib/modules/5.4.24-1-MANJARO/build' |
Nice! I'm glad to see that this even works on Manjaro as well. Thanks for posting that! |
@Nicole4740 @iamashwin99 Does 815cff1 fix the error without the "workaround"? (Explicitly added |
Ya, that commit works for me. Thanks for the patch! |
Im a tad busy right now with quarantine school work and the like, but I'll let you know soon enough! Also another thing that might be of interest to you is that my fix didn't work on Elementary OS for some reason, I don't remember the exact error code so later today I'll make a live USB and mess with it. |
Okay, after running
|
@Nicole4740 Looks like gcc is not installed. That sounds very possible on a live usb environment, but not sure about your main Elementary OS setup. (Edited your post for formatting btw. Never knew I could do that) |
I type in the
|
@urdad-m This might be a silly question, but just wanted to cover all the bases. You cloned this repo and are running the |
@jlam55555 I try running the
|
@urdad-m That doesn't answer my question. Are you calling the I am closing this issue because the original issue in this thread is resolved. @Nicole4740 @urdad-m if you have a separate issue, please open in your own thread. |
I'm having the same bug again, I'll open another issue if that's okay. |
Hello. I'm using Linux Mint (Ubuntu based) and whenever I try to follow the instructions provided, it says:
FATAL: Module veikk not found in directory.
What I've found to work on this is following the instructions as given (You MUST follow the initial instructions, it will not work if you don't.) Once you get the error, type
sudo depmod
, and thensudo modprobe veikk
, and then re-typesudo make all install clean
, and it should work just fine. As far as I know, this works on Pop!_OS 19.10, and Linux Mint 19.3. This should work with other ubuntu based distributions.The text was updated successfully, but these errors were encountered: