HP EliteDesk 800 G3 DM 65W
Complete Linux guide for HP EliteDesk 800 G3 DM 65W hardware monitoring using hp-wmi-sensors. Read CPU fan speed, temperatures, voltages, intrusion alarms, and hwmon sysfs values on Gentoo and other Linux distributions.
Compile HP_WMI_SENSORS and load it
Print system information
$ dmidecode -t system
# dmidecode 3.7
Getting SMBIOS data from sysfs.
SMBIOS 3.0.0 present.
Handle 0x0005, DMI type 1, 27 bytes
System Information
Manufacturer: HP
Product Name: HP EliteDesk 800 G3 DM 65W
Version:
Serial Number: 1DB5126QM1
UUID: 00f793b2-55c2-3a1f-1ae3-da78dc1b72f3
Wake-up Type: Power Switch
SKU Number: Y3A18AV
Family: 103C_53307F HP EliteDesk
- Modules loaded:
hp-wmi-sensors
| Name | Perm | Description |
|---|---|---|
| curr[X]_input | RO | Current in milliamperes (mA). |
| curr[X]_label | RO | Current sensor label. |
| fan[X]_input | RO | Fan speed in RPM. |
| fan[X]_label | RO | Fan sensor label. |
| fan[X]_fault | RO | Fan sensor fault indicator. |
| fan[X]_alarm | RO | Fan sensor alarm indicator. |
| in[X]_input | RO | Voltage in millivolts (mV). |
| in[X]_label | RO | Voltage sensor label. |
| temp[X]_input | RO | Temperature in millidegrees Celsius (m°C). |
| temp[X]_label | RO | Temperature sensor label. |
| temp[X]_fault | RO | Temperature sensor fault indicator. |
| temp[X]_alarm | RO | Temperature sensor alarm indicator. |
| intrusion[X]_alarm | RW | Chassis intrusion alarm indicator. |
Print fan speed in rpm by using awk
Example 2: Read CPU fan speed (rpm) via hp-wmi-sensors
Find the hp-wmi-sensors hwmon directory
Read cpu fan RPM (raw sysfs value)
Read cpu fan RPM with a label and values
If enable as [M]odule in kernel then add hp-wmi-sensors to lm_sensors.conf
Read temperature and rpm for hp-wmi-sensors module