-
Notifications
You must be signed in to change notification settings - Fork 435
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
dkms remove -m nvidia failed :No original module was found for this module on this kernel #69
Comments
when i install it reminds me: DKMS: build completed. nvidia.ko:
nvidia-vgpu-vfio.ko:
depmod... DKMS: install completed. |
Well, it seems like DKMS is able to build the module: I don't know the exact paths for PVE, but you could do a sanity check like:
These should produce the same checksums, otherwise there was some error during installation. If they do match then the kernel module was installed, and the error is somewhere else. |
oh!Thank you!After I tried the method you provided, the results showed that these modules did have a normal installation,。The subsequent normal use of vgpu,after I restarted nvidia-vgpu-mgr.service. |
Curiously, I can't do Q-type slicing right now, but I can do A-type slicing. This is my nvidia-vgpu-mgr.service log. |
This is my nvidia-vgpud.service log |
Everything is fine with A-type sliced graphics cards, but I can't make Q-type slices. Although it has little impact on use at the moment, I want to know why. |
I don't understand what you mean, the only think I see in the logs is the A-type working after you installed a compatible guest driver. Please provide more details, for example:
|
Hello everyone, When I install new nvidia driver version 510.73.06 again with dkms, I met this error.
I located to folder
Have anyone met this error before? Please guide me to fix it. |
When I execute the following command: dkms remove -m nvidia -v 450.89 --all
It reminds me :
nvidia.ko:
rmdir: failed to remove 'updates/dkms': Directory not empty
nvidia-vgpu-vfio.ko:
depmod...
DKMS: uninstall completed.
when i install it,I still can’t use vgpu in my 2080s.
How can i fix it ?
The text was updated successfully, but these errors were encountered: