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

Fix compilation error in later nvidia drivers #116

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

eebrains
Copy link

Remove dependency on 'strlen' which fails nvidia dkms compilation, replacing call with the value which should have returned.

Remove dependency on strlen which fails nvidia dkms compilation, replace with the value which it should have returned.
@eebrains
Copy link
Author

eebrains commented Mar 1, 2023

While this fixes the build, the later drivers don't work correctly for KVM anyway. nvidia-vgpu_mgr crashes and never releases the mdev after a shutdown or reboot. Then upon restart the vm is locked up and can't start/stop. Requires full system reboot to recover.

I got things working the easy way with this tutorial

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

Successfully merging this pull request may close these issues.

1 participant