Replies: 3 comments
-
Is there a driver that needs to be installed? or ... |
Beta Was this translation helpful? Give feedback.
-
need install client driver: https://dgpu-docs.intel.com/driver/client/overview.html |
Beta Was this translation helpful? Give feedback.
-
dont know why reboot or something happen, iGPU device disappear. kernal: gpu driver install(ps: from https://dgpu-docs.intel.com/driver/client/overview.html#) wget -qO - https://repositories.intel.com/gpu/intel-graphics.key | \
sudo gpg --yes --dearmor --output /usr/share/keyrings/intel-graphics.gpg
echo "deb [arch=amd64,i386 signed-by=/usr/share/keyrings/intel-graphics.gpg] https://repositories.intel.com/gpu/ubuntu jammy client" | \
sudo tee /etc/apt/sources.list.d/intel-gpu-jammy.list
sudo apt update | sudo apt install -y \
intel-opencl-icd intel-level-zero-gpu level-zero intel-level-zero-gpu-raytracing \
intel-media-va-driver-non-free libmfx1 libmfxgen1 libvpl2 \
libegl-mesa0 libegl1-mesa libegl1-mesa-dev libgbm1 libgl1-mesa-dev libgl1-mesa-dri \
libglapi-mesa libgles2-mesa-dev libglx-mesa0 libigdgmm12 libxatracker2 mesa-va-drivers \
mesa-vdpau-drivers mesa-vulkan-drivers va-driver-all vainfo hwinfo clinfo | sudo reboot all necessary packages for the tutorial interface have been installed. I'm not sure which packages that must be installed are not installed |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
system: ubuntu 22.04 server, not desktop
Linux pw-ey 5.15.0-121-generic #131-Ubuntu SMP Fri Aug 9 08:29:53 UTC 2024 x86_64 x86_64 x86_64 GNU/Linux
hardware: 12600H
output:
00:02.0 VGA compatible controller: Intel Corporation Alder Lake-P Integrated Graphics Controller (rev 0c)
how to install openvino-2024.3?
how to query devices
output
['CPU']
dont know how to fix it, Unable to locate the issue, neeeeed help
Beta Was this translation helpful? Give feedback.
All reactions