https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=218264
--- Comment #2 from Nils Beyer <[email protected]> --- FWIW, I've changed my mainboard to "ASRock AB350 Pro4". The port "superiotool" is able to read the sensor's data (NCT6779D) - so I've created a quick&dirty parser for its output: ------------------------------------------------------------------------- #./nct6779d.lua MB temperature: 38 (hyst=0, crit=75) CPU temperature: 52 (hyst=75, crit=80) FAN1: 0 FAN1 pulse: 2 FAN2: 19 FAN2 pulse: 2 FAN3: 255 FAN3 pulse: 2 FAN4: 255 FAN4 pulse: 2 FAN5: 255 FAN5 pulse: 2 FAN6: 255 ------------------------------------------------------------------------- (at the moment 14 cores are busy compiling poudriere stuff) -- You are receiving this mail because: You are the assignee for the bug. _______________________________________________ [email protected] mailing list https://lists.freebsd.org/mailman/listinfo/freebsd-bugs To unsubscribe, send any mail to "[email protected]"
