Yes that’s the same as above. As already told we don’t manage kernel for native pc and I’m not sure if we can do anything on this. Therefore I ask the developer as you can see on my reply above.
Debian split off some firmware into dedicated packages. Do you use a desktop or other GUI application, or do some video encoding/decoding on that machine? If so, the firmware/driver might enhance something:
apt install firmware-intel-graphics
Else, you can ignore it.
We do not pre-install these, but it is included in the dietpi-software > Display Options > Display Driver selection, along with OpenGL, Vulkan and VAAPI libraries.
The package however definitely contains the firmware it is looking for:
Can you verify it is installed?
dpkg -l firmware-intel-graphics
ls -l /usr/lib/firmware/i915/adlp_guc_70.bin
If you do not use a GUI/HDMI anyway, but for whatever reason these one time per boot session errors annoy you, it makes probably more sense to blacklist the related kernel module:
echo 'blacklist i915' | sudo tee /etc/modprobe.d/disable-gpu.conf
sudo update-initramfs -u
But it might be still pulled in by other/parent drivers. In case lsmod can be checked to see which modules are loaded, and which ones are dependencies of which other ones. And if you blacklist the whole display stack, of course attaching a HDMI screen won’t work anymore, until you remove this blacklist config. But probably a fallback driver is used instead, that does not require any firmware.
root@DietPi:~# dpkg -l firmware-intel-graphics
dpkg-query: no packages found matching firmware-intel-graphics
root@DietPi:~# ls -l /usr/lib/firmware/i915/adlp_guc_70.bin
ls: cannot access ‘/usr/lib/firmware/i915/adlp_guc_70.bin’: No such file or directory
root@DietPi:~#
I did an uninstall and installed again:
root@DietPi:~# dpkg -l firmware-intel-graphics
Desired=Unknown/Install/Remove/Purge/Hold
| Status=Not/Inst/Conf-files/Unpacked/halF-conf/Half-inst/trig-aWait/Trig-pend
|/ Err?=(none)/Reinst-required (Status,Err: uppercase=bad)
||/ Name Version Architecture Description
++±=======================-============-============-========================================
ii firmware-intel-graphics 20250410-2 all Binary firmware for Intel iGPUs and IPUs
It seems to me, when upgrading (Native PC) from Bookworm to Trixie (using the script) it is necessary to uninstall the display driver and than install it again (reboot).
Yes, respectively to install the particular firmware package that is not available on Bookworm yet. The menu shows what has been selected once, and is hence stored as CONFIG_GPU_DRIVER setting in dietpi.txt, instead of checking for the actual DEB packages being installed or not.
I’ll change two things:
When selecting the already installed driver option, it does install the intended packages again, if any missing. So it is not needed to select “none”, have all packages purged and then install them all again.
If the Intel driver was selected, i.e. CONFIG_GPU_DRIVER=intel, the Trixie upgrade script installs the additional firmware automatically.
Has no been solved after reinstall of " Locale : [C.UTF-8] ", It seems that this has to be done after the upgrade. I don’t think I had tis error before, but I am not quit sure
The driver seems to probe ACPI. Seem to be related to USB-C ports, for mode switches and PD. ACPI on OS-side is provided e.g. by systemd-logind, but I am not sure whether this is what the driver is looking for, or a missing hardware-side node (which somewhat makes more sense to me).
Again, if you do not face any issues with the USB-C mode, that e.g. a WiFi adapter is detected as storage device with some Windows firmware blobs, failing the mode switch, or charging a phone or what with that port is slower than you expect, you can/should just ignore it. systemd-logind means two more services, and the dbus package. acpi-support-base would be an alternative, but systemd-logind is needed in some other cases as well, so publicly I always recommend that one:
I have an OWC Express 1M2 (Portable USB4 NVMe SSD) attached and it works just fine (use it as total backup (DietPi + music). So I will just ignore the error.