-
Notifications
You must be signed in to change notification settings - Fork 245
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
GPU device of i9-9900k can't be identified by clinfo on a ubuntu 16.04 #185
Comments
Yes, this GPU is supported. Which kernel version are you using? For CFL platform i915.alpha_support=1 kernel parameter is required under Ubuntu 16.04.4 with default kernel 4.13. If this doesn't help, please run To check support for any device, you can follow these steps:
|
@AdamCetnerowski Thanks, I am working with @airMeng on your steps. |
log.txt |
@AdamCetnerowski Following the step, but GPU device still not enabled. |
Looks like there are missing entries in Please check this:
if iGPU is missing ("VGA compatible controller: Intel Corporation ...") then probably it was disabled by BIOS (you need to change BIOS settings and enable Integrated GPU). If it still doesn't work, please provide this information:
|
@alalek Thanks for the prompt response. 00:02.0 VGA compatible controller: Intel Corporation UHD Graphics 630 (Desktop 9 Series) test@mlt-i9-gen9:~$ dmesg | grep -E 'drm|i915' PS: The kernel version is 4.15.0-29-generic |
Thank you for update! dmesg output seems very short. dmesg for i5-6600 with Ubuntu 16.04 + kernel 4.15
Could you grab this information?
(run first command under 'root' user) |
Hi Alex, @alalek Please kindly see below, hopes which helps. sudo lspci -s 00:02.0 -nnn -vvv lsmod | grep i915 |
Looks like, i915 driver is not bound to the PCI device. Expected lines:
This kernel version is not fresh: https://ubuntu.pkgs.org/16.04/ubuntu-updates-main-amd64/linux-image-4.15.0-29-generic_4.15.0-29.31~16.04.1_amd64.deb.html Compare these sources (search for '0x3e98' - your pci device id) So, try to upgrade kernel (it is useful to have backup if something goes wrong)
|
@alalek Your solution work indeed, appreciate for your prompt help. I close this issue accordingly. |
@juliusshufan hello, I see you are running ubuntu16.04 with that CPU. What motherboard are you using for that configuration? Thanks in advance :) |
Hi,
I am using i9-9900k on a ubuntu 16.04.
After install the latest release of opencl runtime, and add the corresponding user to video group, the GEN9 GPU device still can't be detected, only CPU device can be detected.
May I know the 9900k is supported by the latest opencl runtime?
Thanks.
The text was updated successfully, but these errors were encountered: