Marked as solved.
Actually, I need to correct what I wrote in the previous post. The original error that I saw:
was from a script that had all the module names hardcoded. The "No such file or directory" part of the message refers to the module file, whose name has changed and it no longer exists. In the particular example above, nvidia-current-drm.ko no longer exists as it is now called nvidia-drm.ko
The second part of the problem was that I had the mentioned DKMS hook script, which does not have the names hardcoded - it receives them on the command line during the build process. That script had the incorrect name and was not picked up during the build, as explained in my previous post.
I hope this helps anyone reading this in the future.
Actually, I need to correct what I wrote in the previous post. The original error that I saw:
Code:
At main.c:298:- SSL error:FFFFFFFF80000002:system library::No such file or directory: ../crypto/bio/bss_file.c:67- SSL error:10000080:BIO routines::no such file: ../crypto/bio/bss_file.c:75sign-file: /lib/modules/6.1.0-26-amd64/updates/dkms/nvidia-current-drm.ko
The second part of the problem was that I had the mentioned DKMS hook script, which does not have the names hardcoded - it receives them on the command line during the build process. That script had the incorrect name and was not picked up during the build, as explained in my previous post.
I hope this helps anyone reading this in the future.
Statistics: Posted by killy9999 — 2024-11-08 12:21