Check out my first novel, midnight's simulacra!

Gigabyte Aorus Master TRX40

From dankwiki
Revision as of 21:35, 6 June 2022 by Dank (talk | contribs) (Created page with "The [https://www.gigabyte.com/us/Motherboard/TRX40-AORUS-MASTER-rev-10#kf 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 [https://en.wikipedia.org/wiki/Super_I/OSuper I/O Super I/O chip]. The <tt>it87</tt> module shipped in the Linux kernel as of at least 5.17.13 will load, recognizing an IT8733E: <pre> [ 4321.190178] it87: Found...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

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.