2025-03-15, 06:01 AM
Thanks for coming back!
The output of the command is:
So no firmware for the GPU on the system? I thought that docker containers would come with their own kernel and are therefore independent of their host system?
The output of the command is:
Code:
sudo dmesg | grep i915
[ 4.582697] i915 0000:00:02.0: [drm] Found ALDERLAKE_S/RPL-S (device ID a782) display version 12.00 stepping D0
[ 4.583379] i915 0000:00:02.0: [drm] VT-d active for gfx access
[ 4.583381] i915 0000:00:02.0: vgaarb: deactivate vga console
[ 4.583411] i915 0000:00:02.0: [drm] Using Transparent Hugepages
[ 4.584025] i915 0000:00:02.0: vgaarb: VGA decodes changed: olddecodes=io+mem,decodes=io+mem:owns=io+mem
[ 4.584459] i915 0000:00:02.0: firmware: failed to load i915/adls_dmc_ver2_01.bin (-2)
[ 4.584463] i915 0000:00:02.0: firmware: failed to load i915/adls_dmc_ver2_01.bin (-2)
[ 4.584463] i915 0000:00:02.0: Direct firmware load for i915/adls_dmc_ver2_01.bin failed with error -2
[ 4.584465] i915 0000:00:02.0: [drm] Failed to load DMC firmware i915/adls_dmc_ver2_01.bin (-ENOENT). Disabling runtime power management.
[ 4.584466] i915 0000:00:02.0: [drm] DMC firmware homepage: https://git.kernel.org/pub/scm/linux/kernel/git/firmware/linux-firmware.git
[ 4.584485] i915 0000:00:02.0: firmware: failed to load i915/tgl_guc_70.bin (-2)
[ 4.584491] i915 0000:00:02.0: firmware: failed to load i915/tgl_guc_70.bin (-2)
[ 4.584497] i915 0000:00:02.0: firmware: failed to load i915/tgl_guc_70.1.1.bin (-2)
[ 4.584501] i915 0000:00:02.0: firmware: failed to load i915/tgl_guc_70.1.1.bin (-2)
[ 4.584505] i915 0000:00:02.0: firmware: failed to load i915/tgl_guc_69.0.3.bin (-2)
[ 4.584508] i915 0000:00:02.0: firmware: failed to load i915/tgl_guc_69.0.3.bin (-2)
[ 4.584510] i915 0000:00:02.0: [drm] *ERROR* GT0: GuC firmware i915/tgl_guc_70.bin: fetch failed -ENOENT
[ 4.584515] i915 0000:00:02.0: [drm] GT0: GuC firmware(s) can be downloaded from https://git.kernel.org/pub/scm/linux/kernel/git/firmware/linux-firmware.git/tree/i915
[ 4.585224] i915 0000:00:02.0: [drm] GT0: GuC firmware i915/tgl_guc_70.bin version 0.0.0
[ 4.585298] i915 0000:00:02.0: [drm] *ERROR* GT0: GuC initialization failed -ENOENT
[ 4.585301] i915 0000:00:02.0: [drm] *ERROR* GT0: Enabling uc failed (-5)
[ 4.585303] i915 0000:00:02.0: [drm] *ERROR* GT0: Failed to initialize GPU, declaring it wedged!
[ 4.585619] i915 0000:00:02.0: [drm] CI tainted: 0x9 by intel_gt_init+0xb7/0x340 [i915]
[ 4.872464] mei_hdcp 0000:00:16.0-b638ab7e-94e2-4ea2-a552-d1c54b627f04: bound 0000:00:02.0 (ops i915_hdcp_ops [i915])
[ 4.875345] [drm] Initialized i915 1.6.0 for 0000:00:02.0 on minor 0
[ 4.916545] i915 0000:00:02.0: [drm] Cannot find any crtc or sizes
[ 4.956447] snd_hda_intel 0000:00:1f.3: bound 0000:00:02.0 (ops i915_audio_component_bind_ops [i915])
[ 4.996612] i915 0000:00:02.0: [drm] Cannot find any crtc or sizes
[ 5.036405] i915 0000:00:02.0: [drm] Cannot find any crtc or sizes
So no firmware for the GPU on the system? I thought that docker containers would come with their own kernel and are therefore independent of their host system?