Check out my first novel, midnight's simulacra!
Gigabyte Aorus Master TRX40
The Aorus Master TRX40 from Gigabyte is a TRX40 motherboard supporting third-generation Threadrippers from AMD.
Sensors
The Aorus Master sports (supposedly) an IT8688E and an IT8792E I/O Super I/O chip. The it87 module shipped in the Linux kernel as of at least 5.17.13 will load, recognizing an IT8733E:
[ 4321.190178] it87: Found IT8733E chip at 0xa60, revision 3 [ 4321.190213] it87: Beeping is supported
not much useful is recognized by this driver. If one instead uses Frank Crawford's fork, by default the driver will recognize a IT8792E/IT8795E:
[ 5418.264481] it87: Found IT8792E/IT8795E chip at 0xa60, revision 3 [ 5418.264512] it87: Beeping is supported
one can force recognition of an IT8688E by supplying the parameters force_id=0x8688 ignore_resource_conflict=1, but these don't seem to provide a different result vis-à-vis lm_sensors, while generating nastygrams in dmesg.
Either way, I get six temperature reports and five fan reports, along with some electrical data:
it8686-isa-0a40 Adapter: ISA adapter in0: 1.01 V (min = +0.00 V, max = +3.06 V) in1: 2.03 V (min = +0.00 V, max = +3.06 V) in2: 2.05 V (min = +0.00 V, max = +3.06 V) in3: 2.03 V (min = +0.00 V, max = +3.06 V) in4: 1.37 V (min = +0.00 V, max = +3.06 V) in5: 1.09 V (min = +0.00 V, max = +3.06 V) in6: 1.37 V (min = +0.00 V, max = +3.06 V) 3VSB: 3.34 V (min = +0.00 V, max = +6.12 V) Vbat: 3.17 V fan1: 4720 RPM (min = 10 RPM) fan2: 1205 RPM (min = 0 RPM) fan3: 0 RPM (min = 0 RPM) fan4: 0 RPM (min = 0 RPM) fan5: 745 RPM (min = 0 RPM) temp1: +35.0°C (low = +127.0°C, high = +127.0°C) sensor = thermistor temp2: +48.0°C (low = +0.0°C, high = +90.0°C) sensor = thermistor temp3: +42.0°C (low = +0.0°C, high = +90.0°C) sensor = AMD AMDSI temp4: +42.0°C (low = +127.0°C, high = +127.0°C) sensor = thermistor temp5: +33.0°C (low = +0.0°C, high = -125.0°C) sensor = thermistor temp6: +27.0°C (low = +127.0°C, high = +127.0°C) sensor = thermistor intrusion0: OK
I'm pretty sure that temp6 is external temp sensor 2 (EXTEMP2). External temp sensor 1 doesn't seem to be included. fan1 definitely appears to be CPU0.