User Tools

Site Tools


t9pro_firmware_errors

Frimware Error MiniPC

If you get any annoying firmware message after starting a LINUX distro like:

ACPI Error: Aborting method \_TZ.TZ00._TMP due to previous error (AE_NOT_Found) (20230628/psargs-503)

or simmilar, just add the following to your /boot/loader.conf.local file:

# Enable Intel CPU temperature monitoring
  coretemp_load="YES"

# Disable broken ACPI thermal zones (stops \_TZ.TZ00._TMP errors)
  hint.acpi.thermal.0.disabled="1"

# Disable ACPI thermal evaluation globally (stops \SB.PC00.LPCB.ITES.GETT errors)
  debug.acpi.disabled="thermal"

This should disable the annoying message. The message it self is not any kind of error but the firmware cannot handle any thermal request from LINUX. By adding this short script in your boot-loader you only disable the warning message.



Enjoy,

Your ArtIT Team

BACK

t9pro_firmware_errors.txt · Last modified: 2025/08/19 18:49 by admin