-
Notifications
You must be signed in to change notification settings - Fork 145
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
Problem with proxmox kernel 6.8.12-5-pve #227
Comments
I got the same error |
Same to me, i rolled back to 6.8.12-4-pve till its fixed |
I have the same problem, i've pinned 6.8.12-4-pve until resolved, looking forward to a resolution. |
The suggestion from ChatGPT worked for me. I hope it works for you as well! If you encounter any issues, feel free to share them here. The i915-sriov-dkms module might be incompatible with your current kernel version. You can resolve the issue by modifying the relevant function call in the source code. File: ~/i915-sriov-dkms/drivers/gpu/drm/i915/intel_runtime_pm.c Line: 246 This ensures the pm_runtime_get_if_active function uses only the struct device *dev parameter, aligning with the kernel's function definition. |
greatman! |
works perfectly to me, too.. so my win11 vm is running again with gpu support of my 12650h |
Didn't work for my Alder Lake iGPU :( |
Please prepare a pull request with these changes. |
The problem is that with that change I won't compile with kernel lower than -5pve and detect extraversion is not that simple. |
Didn't work initially for me on Alder Lake (i7-12700 and i5-12500). On boot hung loading the kernel. Realised I'd forgotten a couple of steps (duh) - don't forget to do the following after update:
After that, all good and loaded fine |
Update: Looks like the symlink still had the unedited line 246. Removed the /var/lib/dkms/i915-sriov-dkms folder and it now works. Thanks for the help. |
Thanks a lot for the tip! It works for me! |
This worked for me as well. |
That works for me. Thank you. |
I get that error trying to compile with latest proxmox kernel upgrade:
Is there a solution ?
The text was updated successfully, but these errors were encountered: