-
Notifications
You must be signed in to change notification settings - Fork 182
Not working with kernel 6.12.20-amd64? #278
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
Comments
Try |
Figured it out 🤦♂️ modprobe i915
modprobe: ERROR: could not insert 'i915': Key was rejected by service Is this a know issue that the module does not work with secure boot enabled? If yes, I didn't find anything in the docs. Maybe add a hint there? Thanks for the quick help anyway 💪👌 BTW: I'm very glad that this module exists and very well works! |
The simplest way is to disable Secure Boot. |
Yeah, I don't need it so I just disabled it. Issue can be closed 👍 |
Uh oh!
There was an error while loading. Please reload this page.
Hi, did a fresh debian testing installation today in a Proxmox VM. In the past I had no problems getting SR-IOV working on other debian stable VMs. But with this kernel in testing it does work. DKMS module is installed but somehow not loaded.
uname -a Linux testing 6.12.20-amd64 #1 SMP PREEMPT_DYNAMIC Debian 6.12.20-1 (2025-03-23) x86_64 GNU/Linux
lspci | grep UHD 01:00.0 VGA compatible controller: Intel Corporation Alder Lake-S GT1 [UHD Graphics 730] (rev 0c)
What am I missing?
The text was updated successfully, but these errors were encountered: