Skip to content

Instantly share code, notes, and snippets.

@caasi

caasi/acpi.txt Secret

Last active December 9, 2022 06:02
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save caasi/19ec781d92514462f569a725c69d5dae to your computer and use it in GitHub Desktop.
Save caasi/19ec781d92514462f569a725c69d5dae to your computer and use it in GitHub Desktop.
No support for device type: power_supply
No support for device type: power_supply
Thermal 0: ok, 29.8 degrees C
Thermal 0: trip point 0 switches to mode critical at temperature 119.0 degrees C
Thermal 1: ok, 27.8 degrees C
Thermal 1: trip point 0 switches to mode critical at temperature 119.0 degrees C
Thermal 1: trip point 1 switches to mode active at temperature 71.0 degrees C
Thermal 1: trip point 2 switches to mode active at temperature 55.0 degrees C
Thermal 1: trip point 3 switches to mode active at temperature 50.0 degrees C
Thermal 1: trip point 4 switches to mode active at temperature 45.0 degrees C
Cooling 0: Fan 0 of 1
Cooling 1: Processor 0 of 3
Cooling 2: Processor 0 of 3
Cooling 3: intel_powerclamp no state information available
Cooling 4: TCC Offset 0 of 63
Cooling 5: Fan 0 of 1
Cooling 6: Fan 0 of 1
Cooling 7: x86_pkg_temp no state information available
Cooling 8: Fan 0 of 1
Cooling 9: Processor 0 of 3
Cooling 10: Processor 0 of 3
Cooling 11: Fan 0 of 1
Cooling 12: pch_skylake no state information available
# sensors-detect version 3.6.0
# System: MSI MS-7A15 [1.0]
# Board: MSI H110M PRO-VD PLUS (MS-7A15)
# Kernel: 5.15.0-56-generic x86_64
# Processor: Intel(R) Core(TM) i5-6400 CPU @ 2.70GHz (6/94/3)
This program will help you determine which kernel modules you need
to load to use lm_sensors most effectively. It is generally safe
and recommended to accept the default answers to all questions,
unless you know what you're doing.
Some south bridges, CPUs or memory controllers contain embedded sensors.
Do you want to scan for them? This is totally safe. (YES/no):
Module cpuid loaded successfully.
Silicon Integrated Systems SIS5595... No
VIA VT82C686 Integrated Sensors... No
VIA VT8231 Integrated Sensors... No
AMD K8 thermal sensors... No
AMD Family 10h thermal sensors... No
AMD Family 11h thermal sensors... No
AMD Family 12h and 14h thermal sensors... No
AMD Family 15h thermal sensors... No
AMD Family 16h thermal sensors... No
AMD Family 17h thermal sensors... No
AMD Family 15h power sensors... No
AMD Family 16h power sensors... No
Hygon Family 18h thermal sensors... No
Intel digital thermal sensor... Success!
(driver `coretemp')
Intel AMB FB-DIMM thermal sensor... No
Intel 5500/5520/X58 thermal sensor... No
VIA C7 thermal sensor... No
VIA Nano thermal sensor... No
Some Super I/O chips contain embedded sensors. We have to write to
standard I/O ports to probe them. This is usually safe.
Do you want to scan for Super I/O sensors? (YES/no):
Probing for Super-I/O at 0x2e/0x2f
Trying family `National Semiconductor/ITE'... No
Trying family `SMSC'... No
Trying family `VIA/Winbond/Nuvoton/Fintek'... No
Trying family `ITE'... No
Probing for Super-I/O at 0x4e/0x4f
Trying family `National Semiconductor/ITE'... No
Trying family `SMSC'... No
Trying family `VIA/Winbond/Nuvoton/Fintek'... Yes
Found `Nuvoton NCT6793D Super IO Sensors' Success!
(address 0xa20, driver `nct6775')
Some systems (mainly servers) implement IPMI, a set of common interfaces
through which system health data may be retrieved, amongst other things.
We first try to get the information from SMBIOS. If we don't find it
there, we have to read from arbitrary I/O ports to probe for such
interfaces. This is normally safe. Do you want to scan for IPMI
interfaces? (YES/no):
Probing for `IPMI BMC KCS' at 0xca0... No
Probing for `IPMI BMC SMIC' at 0xca8... No
Some hardware monitoring chips are accessible through the ISA I/O ports.
We have to write to arbitrary I/O ports to probe them. This is usually
safe though. Yes, you do have ISA I/O ports even if you do not have any
ISA slots! Do you want to scan the ISA I/O ports? (yes/NO):
Lastly, we can probe the I2C/SMBus adapters for connected hardware
monitoring devices. This is the most risky part, and while it works
reasonably well on most systems, it has been reported to cause trouble
on some systems.
Do you want to probe the I2C/SMBus adapters now? (YES/no):
Using driver `i2c-i801' for device 0000:00:1f.4: Sunrise Point-H (PCH)
Next adapter: SMBus I801 adapter at f000 (i2c-0)
Do you want to scan it? (yes/NO/selectively):
Next adapter: SMBus I801 adapter at f000 (i2c-0)
Do you want to scan it? (yes/NO/selectively):
Next adapter: AMDGPU DM i2c hw bus 0 (i2c-1)
Do you want to scan it? (yes/NO/selectively): yes
Next adapter: AMDGPU DM i2c hw bus 1 (i2c-2)
Do you want to scan it? (yes/NO/selectively): yes
Next adapter: AMDGPU DM i2c hw bus 2 (i2c-3)
Do you want to scan it? (yes/NO/selectively): yes
Next adapter: AMDGPU DM i2c hw bus 3 (i2c-4)
Do you want to scan it? (yes/NO/selectively): yes
Next adapter: AMDGPU DM i2c hw bus 4 (i2c-5)
Do you want to scan it? (yes/NO/selectively): yes
Next adapter: AMDGPU DM aux hw bus 0 (i2c-6)
Do you want to scan it? (yes/NO/selectively): yes
Next adapter: AMDGPU DM aux hw bus 1 (i2c-7)
Do you want to scan it? (yes/NO/selectively): yes
Now follows a summary of the probes I have just done.
Just press ENTER to continue:
Driver `nct6775':
* ISA bus, address 0xa20
Chip `Nuvoton NCT6793D Super IO Sensors' (confidence: 9)
Driver `coretemp':
* Chip `Intel digital thermal sensor' (confidence: 9)
To load everything that is needed, add this to /etc/modules:
#----cut here----
# Chip drivers
coretemp
nct6775
#----cut here----
If you have some drivers built into your kernel, the list above will
contain too many modules. Skip the appropriate ones!
Do you want to add these lines automatically to /etc/modules? (yes/NO)
Unloading cpuid... OK
coretemp-isa-0000
Adapter: ISA adapter
Package id 0: +57.0°C (high = +84.0°C, crit = +100.0°C)
Core 0: +54.0°C (high = +84.0°C, crit = +100.0°C)
Core 1: +56.0°C (high = +84.0°C, crit = +100.0°C)
Core 2: +53.0°C (high = +84.0°C, crit = +100.0°C)
Core 3: +52.0°C (high = +84.0°C, crit = +100.0°C)
acpitz-acpi-0
Adapter: ACPI interface
temp1: +27.8°C (crit = +119.0°C)
temp2: +29.8°C (crit = +119.0°C)
amdgpu-pci-0100
Adapter: PCI adapter
vddgfx: 1.11 V
fan1: 1204 RPM (min = 0 RPM, max = 2900 RPM)
edge: +67.0°C (crit = +94.0°C, hyst = -273.1°C)
slowPPT: 75.16 W (cap = 120.00 W)
pch_skylake-virtual-0
Adapter: Virtual device
temp1: +47.5°C
-- Boot 74dbb4b52a5d4dd7a1e5ce19112813eb --
Dec 07 22:06:32 MS-7A15 systemd[1]: Starting Thermal Daemon Service...
Dec 07 22:06:32 MS-7A15 systemd[1]: Started Thermal Daemon Service.
Dec 07 22:06:32 MS-7A15 thermald[647]: 22 CPUID levels; family:model:stepping 0x6:5e:3 (6:94:3)
Dec 07 22:06:32 MS-7A15 thermald[647]: 22 CPUID levels; family:model:stepping 0x6:5e:3 (6:94:3)
Dec 07 22:06:32 MS-7A15 thermald[647]: Config file /etc/thermald/thermal-conf.xml does not exist
Dec 07 22:06:32 MS-7A15 thermald[647]: Config file /etc/thermald/thermal-conf.xml does not exist
Dec 07 22:06:32 MS-7A15 thermald[647]: Config file /etc/thermald/thermal-conf.xml does not exist
Dec 07 22:06:32 MS-7A15 thermald[647]: Polling mode is enabled: 4
-- Boot 7a1359651b3b4c6f88865ce2bd7b61a4 --
Dec 07 22:08:30 MS-7A15 systemd[1]: Starting Thermal Daemon Service...
Dec 07 22:08:30 MS-7A15 systemd[1]: Started Thermal Daemon Service.
Dec 07 22:08:30 MS-7A15 thermald[641]: 22 CPUID levels; family:model:stepping 0x6:5e:3 (6:94:3)
Dec 07 22:08:30 MS-7A15 thermald[641]: 22 CPUID levels; family:model:stepping 0x6:5e:3 (6:94:3)
Dec 07 22:08:30 MS-7A15 thermald[641]: Config file /etc/thermald/thermal-conf.xml does not exist
Dec 07 22:08:30 MS-7A15 thermald[641]: Config file /etc/thermald/thermal-conf.xml does not exist
Dec 07 22:08:30 MS-7A15 thermald[641]: Config file /etc/thermald/thermal-conf.xml does not exist
Dec 07 22:08:30 MS-7A15 thermald[641]: Polling mode is enabled: 4
-- Boot 399cc4d67cff441aa6945a0374633e6a --
Dec 07 22:24:29 MS-7A15 systemd[1]: Starting Thermal Daemon Service...
Dec 07 22:24:30 MS-7A15 thermald[599]: 22 CPUID levels; family:model:stepping 0x6:5e:3 (6:94:3)
Dec 07 22:24:30 MS-7A15 thermald[599]: 22 CPUID levels; family:model:stepping 0x6:5e:3 (6:94:3)
Dec 07 22:24:30 MS-7A15 thermald[599]: sensor id 7 : No temp sysfs for reading raw temp
Dec 07 22:24:30 MS-7A15 thermald[599]: sensor id 7 : No temp sysfs for reading raw temp
Dec 07 22:24:30 MS-7A15 thermald[599]: sensor id 7 : No temp sysfs for reading raw temp
Dec 07 22:24:30 MS-7A15 thermald[599]: Config file /etc/thermald/thermal-conf.xml does not exist
Dec 07 22:24:30 MS-7A15 thermald[599]: Config file /etc/thermald/thermal-conf.xml does not exist
Dec 07 22:24:30 MS-7A15 thermald[599]: Config file /etc/thermald/thermal-conf.xml does not exist
Dec 07 22:24:30 MS-7A15 thermald[599]: Polling mode is enabled: 4
Dec 07 22:24:30 MS-7A15 systemd[1]: Started Thermal Daemon Service.
-- Boot a19b7ab26ebe4305a79bd2b507a3a46d --
Dec 07 23:40:30 MS-7A15 systemd[1]: Starting Thermal Daemon Service...
Dec 07 23:40:30 MS-7A15 systemd[1]: Started Thermal Daemon Service.
Dec 07 23:40:30 MS-7A15 thermald[598]: 22 CPUID levels; family:model:stepping 0x6:5e:3 (6:94:3)
Dec 07 23:40:30 MS-7A15 thermald[598]: 22 CPUID levels; family:model:stepping 0x6:5e:3 (6:94:3)
Dec 07 23:40:30 MS-7A15 thermald[598]: Config file /etc/thermald/thermal-conf.xml does not exist
Dec 07 23:40:30 MS-7A15 thermald[598]: Config file /etc/thermald/thermal-conf.xml does not exist
Dec 07 23:40:30 MS-7A15 thermald[598]: Config file /etc/thermald/thermal-conf.xml does not exist
Dec 07 23:40:30 MS-7A15 thermald[598]: Polling mode is enabled: 4
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment