-
Notifications
You must be signed in to change notification settings - Fork 75
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
Error: "nvidia.ko
not found"
#90
Comments
If you are using dkms its probably in At least for Arch, precompiled modules they distribute are in |
It's been some time; apologize for that, my motherboard crapped-out and I needed a new one This issue would happen, for some reason, often times when re-building |
Hello again, it appears that you are not building DKMS variant of nvidia-all which is likely the issue requiring you to rebuild it after every kernel update. simply set |
I was trying to run the following as a test for a personal script I was going to write later:
modinfo /usr/lib/modules/$(uname -r)/kernel/drivers/video/nvidia.ko | grep ^version
When I unexpectedly ran into an error:
modinfo: ERROR: Module /usr/lib/modules/5.14.21-239-tkg-pds-llvm/kernel/drivers/video/nvidia.ko not found.
I run
linux-tkg
, and I'm running the driver right now as I'm typing this so I'm really confused hownvidia.ko
just doesn't exist where it should?The text was updated successfully, but these errors were encountered: