-
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
Proxmox 8.3 Support? #224
Comments
I came across this guide a few days ago setup on my latest node fresh install- `00:02.0 VGA compatible controller [0300]: Intel Corporation Raptor Lake-P [Iris Xe Graphics] [8086:a7a0] (rev 04) 00:02.1 VGA compatible controller [0300]: Intel Corporation Raptor Lake-P [Iris Xe Graphics] [8086:a7a0] (rev 04) 00:02.2 VGA compatible controller [0300]: Intel Corporation Raptor Lake-P [Iris Xe Graphics] [8086:a7a0] (rev 04) 00:02.7 VGA compatible controller [0300]: Intel Corporation Raptor Lake-P [Iris Xe Graphics] [8086:a7a0] (rev 04) ` I have a Windows 2022 guest that worked right out of the box. Ran benchmarks, latest drivers etc it was dream. intel_gpu_top -d was showing me usage on the host side too. For your question though, yes it was rather smooth for me with fresh install :) |
I didn't see a link to a guide. I don't think it came through. :( What did you mean by "reasonably smooth?" Ideally, it should just be buildable and installable using the same iprocedure as before. Are your Linux guests still not working? I've got working Linux guests with iGPU passthrough now in Proxmox 8.2, so I'd not consider the DKMS driver working under Proxmox 8.3 if that's the case. |
Just upgraded to 8.3 and 6.11.
PF passthrough to LXC works just fine. Tested VF in a Windows VM and it works well too. |
Great news. :) I'm curious if there's specific reason you went with the 6.11 kernel. Does it have better support for the DKMS module? (I know that Intel's been iterating their Xe-based iGPU drivers through the last few kernel releases, but I wasn't sure if that had performance/stability implications for the i915 driver (or the modified one we're using here). |
I have tested and everything work fine with Proxmox 8.3 and kernel 6.11 |
For anyone that has upgraded, can you advise on the best way to upgrade to 8.3 and preserve this patch? |
@johntdavis84 I don't have any specific reason. Just wanted to stay up to date. So far I haven't seen any differences between 6.11 and 6.8. @feerlessleadr I use this to force install the module when installing new kernel.
|
Thanks, and apologies in advance, I think all of the turkey yesterday is making my brain not work. This is the guide I followed to get the module installed on my current kernel: So the procedure I would do is unpin my current kernel (6.8.12-3-pve) and update proxmox to 8.3. Once updated, I would run what you suggested: echo "i915-sriov-dkms" > /usr/share/dkms/modules_to_force_install/i915 And that would be it? |
Thanks for sharing the guide which is well written. For upgrading to 6.8, what I did is just Having |
Oh ok, so I would run that command before I upgrade everything, and then the module will auto reinstall once the kernel is upgraded. |
Yea. It should boot even if the module is not successfully installed. You can always reinstall it after it boots up. If the kernel didn't boot up, you should still be able to switch back to the previous kernel as long as you haven't removed it. And please backup important data before you proceed just in case anything unexpected happens. |
Thank you! I'm going to give this a shot tonight when my family is sleeping |
Guys, I've been struggling to make this work with the alder lake igpu to no avail. Ps: mine is a 12th generation i5 12500 |
@RobertoCMCosta I'd suggest you to follow Derek's guide, (start over if you can) and document the steps and the result for each step. Can't really give any useful suggestions without seeing what went wrong on your machine. And also would suggest to start a new thread as this thread mainly focuses on 8.3. |
There seems to be an issue with new kernel 6.8.12-5, so please stay at 6.8.12-4 till it is fixed. |
Proxmox 8.3 dropped this week.
Does the current release of the DKMS driver (the one that downloads from a
git clone
command) work with Proxmox 8.3? Has anyone tested it yet? Either with kernel 6.8.12-4 or 6.11?EDIT:
I should specify that I've already got everything working just fine host-side and in Linux and Windows client VMs in the latest version of Proxmox 8.2.
Specifically, I wanted to confirm that the DKMS driver continues to work as expected on the host and in VMs after upgrading an existing PVE node.
My plan is to uninstall the DKMS driver on the node, reboot the node, and then fresh install the DKMS driver on the node before reactivating the VMs that use it.
Has anyone tried that yet?
The text was updated successfully, but these errors were encountered: