-
Notifications
You must be signed in to change notification settings - Fork 19
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
Requests for kernel >= 5.16 for Alder Lake GPUs #633
Comments
[mtoman] This has attached https://jel.ly.fish/e55e4cbc-2f1f-42cc-8925-b2363cd2b2e4 |
hello Guys. any update on this? |
@alexgg can you please let me know when you guys upgrade kernel to 5.16 for alder lake gpu support? thank you. |
hey @klvnptr there is a dichotomy between the We will be discussing internally how to move customers away from the |
hey @alexgg kindly thank you for your reply. secure boot is something that is very long awaited. can't wait to see that as well in release. in the meantime could you please point us how to rebuild the generic x86 64 image with 5.16 kernel? building the image seem to be straightforward (thanks for the awesome docs), but need some pointers for bumping kernel from 5.15 to 5.16. thank you. |
hey @klvnptr glad to know you are interested in secure boot and disk encryption - the feature is already available in production, check https://blog.balena.io/balenaOS-secure-boot-and-disk-encryption-for-x86-64/ Updating from v5.15 to v5.16 I would expect it to be similar to balena-os/balena-generic@2e376f0. However, we always try to update to LTS (Long Term Support) kernel releases, and v5.16 is not one of them (v5.15 and v6.1 are). |
thanks @alexgg excellent news. do you have an estimated timeline for 6.1 kernel? thanks. |
hey @klvnptr it's being worked on in balena-os/balena-generic#244 but there is no timeline I'm afraid. |
i915 does not officially support Alder Lake GPUs until kernel 5.16.
Older kernels can load the driver with a parameter (e.g.
modprobe i915 force_probe=4680
) for partial functionality, which in practice seems to be good enough but needs the user application to remove the autoloaded driver and then load it back with the parameter.The text was updated successfully, but these errors were encountered: