-
Notifications
You must be signed in to change notification settings - Fork 1.3k
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
Ubuntu 22.04 Kernel 6.8.0-45 cannot install intel-i915-dkms #12156
Comments
I made the IPEX-LLM installation works on kernel 6.8.0-45-generic using Intel Arc A770. This is highly experimental so do it at your own risk! Here is How: You need to install additional kernel and it is possible to have wireless issue with it so make sure to have ethernet connection
Edit the grub make sure to delete the "quiet splash" in Update the grub: Reboot into the new kernel "6.8.0-1006-intel" (in my case the WiFi, Bluetooth & Audio did not work but ethernet does) then install what was in the Install IPEX-LLM on Linux with Intel GPU tutorial for kernel 6.5
After that reboot into kernel 6.8.0-45-generic and everything should works. In my case Ollama is utilizing the gpu in Kubuntu 24.04 Good luck! |
@ayham87 I have tried out the approach you provided and seems that the OOT i915 is not enabled on the 6.8.0-45 kernel, so the features brought by OOT i915 cannot be utilized. Run 6.8.0-1006-intel:
6.8.0-45:
Run 6.8.0-1006-intel:
6.8.0-45:
The temperature on 6.8.0-45 cannot be detected. However, I believe this installation can address most of the ipex-llm use cases. Still, thank you for your response! |
Thanks @huiwangnick , I think you are right!
6.8.0-45:
The xpu-smi not working, but I agree with you about ipex-llm use cases, intel-gpu-tools shows the gpu utilized when running ollama with ipex-llm despite these results which is strange. |
Please use 6.2-6.5 kernels rather than 6.8. We have verified the 6.2-6.5 kernel ( with or without kernel driver) and OOT driver with the recommended packages. 6.8 kernel is still not verified and recommended. To make GPU related applications work correctly, we need to ensure these items are compatible with each other:
6.8 kernel related known issues
|
Hi, I tried to install intel-i915-dkms with command
on Ubuntu 22.04 with Kernel 6.8.0-45-generic and dpkg returns error:
/var/lib/dkms/intel-i915-dkms/1.24.3.23.240419.26/build/make.log:
I understand that the documentation at this link suggests using kernel versions 6.2 or 6.5. However, I would like to know if it is possible to install IPEX-LLM on kernel version 6.8.0-45-generic. Thank you.
The text was updated successfully, but these errors were encountered: