|
I have found the ITE IT8772E chipset controls the fans and temperatures.
This is supported by lm_sensors
Which means you should be able to control the fan with any PWM tool.
I believe however the chip itself controls the fan based on temperature.
root@beelink-gk55:~# dmesg|egrep it87
[ 4.006754] it87: Found IT8772E chip at 0xa30, revision 1
[ 4.006816] it87: Beeping is supported
root@beelink-gk55:~# sensors
it8772-isa-0a30
Adapter: ISA adapter
in0: 1.24 V (min = +1.82 V, max = +0.78 V) ALARM
in1: 1.10 V (min = +0.01 V, max = +0.16 V) ALARM
in2: 2.89 V (min = +0.11 V, max = +0.83 V) ALARM
+3.3V: 3.34 V (min = +0.12 V, max = +4.99 V)
in4: 2.78 V (min = +0.84 V, max = +2.80 V) ALARM
in5: 2.78 V (min = +1.78 V, max = +0.79 V) ALARM
in6: 2.22 V (min = +1.18 V, max = +2.47 V)
3VSB: 3.34 V (min = +2.33 V, max = +3.70 V)
Vbat: 3.24 V
fan1: 0 RPM (min = 26 RPM) ALARM
fan2: 5443 RPM (min = 30681 RPM) ALARM
fan3: 0 RPM (min = 41 RPM) ALARM
temp1: +29.0°C (low = +50.0°C, high = -128.0°C) ALARM sensor = thermal diode
temp2: +28.0°C (low = -102.0°C, high = +32.0°C) sensor = thermal diode
temp3: -54.0°C (low = +112.0°C, high = +8.0°C) sensor = thermal diode
intrusion0: ALARM
acpitz-acpi-0
Adapter: ACPI interface
temp1: +32.0°C (crit = +95.0°C)
iwlwifi_1-virtual-0
Adapter: Virtual device
temp1: N/A
coretemp-isa-0000
Adapter: ISA adapter
Package id 0: +32.0°C (high = +105.0°C, crit = +105.0°C)
Core 0: +29.0°C (high = +105.0°C, crit = +105.0°C)
Core 1: +29.0°C (high = +105.0°C, crit = +105.0°C)
Core 2: +29.0°C (high = +105.0°C, crit = +105.0°C)
Core 3: +29.0°C (high = +105.0°C, crit = +105.0°C)
|
|