msi-rgb icon indicating copy to clipboard operation
msi-rgb copied to clipboard

MS-B920 (Trident3) implementation

Open aaronsb opened this issue 4 years ago • 0 comments

Looks like the Trident3 has an nct 6683. Anyway, just adding to the list of motherboards; doesn't work with --ignore-check

❯ sudo ./target/release/msi-rgb FFFFFFFF FFFFFFFF FFFFFFFF
error: could not set the colour
caused by: The sI/O chip identifies as c73a, which does not seem to be NCT6795D
caused by: `--ignore-check` flag, which would skip the check, is not specified (may be dangerous); also try `--base-port`

❯ sudo ./target/release/msi-rgb FFFFFFFF FFFFFFFF FFFFFFFF --ignore-check

❯ sensors         
iwlwifi_1-virtual-0
Adapter: Virtual device
temp1:        +46.0°C  

nct6683-isa-0a00
Adapter: ISA adapter
VIN5:           560.00 mV (min =  +0.00 V, max =  +0.00 V)
VIN3:           736.00 mV (min =  +0.00 V, max =  +0.00 V)
VIN2:             1.25 V  (min =  +0.00 V, max =  +0.00 V)
VIN3:           736.00 mV (min =  +0.00 V, max =  +0.00 V)
VCC:              3.33 V  (min =  +0.00 V, max =  +0.00 V)
VSB:              3.30 V  (min =  +0.00 V, max =  +0.00 V)
AVSB:             3.30 V  (min =  +0.00 V, max =  +0.00 V)
VTT:              1.06 V  (min =  +0.00 V, max =  +0.00 V)
VBAT:             3.23 V  (min =  +0.00 V, max =  +0.00 V)
fan1:            883 RPM  (min =    0 RPM)
PECI 0.0:        +48.0°C  (low  =  +0.0°C)
(high =  +0.0°C, hyst =  +0.0°C)
(crit =  +0.0°C)  sensor = Intel PECI
Thermistor 14:   +51.0°C  (low  =  +0.0°C)
(high =  +0.0°C, hyst =  +0.0°C)
(crit =  +0.0°C)  sensor = thermistor
Diode 1 (curr): +127.5°C  (low  =  +0.0°C)
(high =  +0.0°C, hyst =  +0.0°C)
(crit =  +0.0°C)  sensor = thermal diode
PECI 0.0:        +48.0°C  (low  =  +0.0°C)
(high =  +0.0°C, hyst =  +0.0°C)
(crit =  +0.0°C)  sensor = Intel PECI
PCH CHIP:         +0.0°C  (low  =  +0.0°C)
(high =  +0.0°C, hyst =  +0.0°C)
(crit =  +0.0°C)
intrusion0:     OK
beep_enable:    disabled

acpitz-acpi-0
Adapter: ACPI interface
temp1:        +27.8°C  (crit = +119.0°C)

pch_cannonlake-virtual-0
Adapter: Virtual device
temp1:        +81.0°C

coretemp-isa-0000
Adapter: ISA adapter
Package id 0:  +52.0°C  (high = +82.0°C, crit = +100.0°C)
Core 0:        +48.0°C  (high = +82.0°C, crit = +100.0°C)
Core 1:        +48.0°C  (high = +82.0°C, crit = +100.0°C)
Core 2:        +48.0°C  (high = +82.0°C, crit = +100.0°C)
Core 3:        +49.0°C  (high = +82.0°C, crit = +100.0°C)
Core 4:        +52.0°C  (high = +82.0°C, crit = +100.0°C)
Core 5:        +48.0°C  (high = +82.0°C, crit = +100.0°C)

aaronsb avatar Jun 11 '20 21:06 aaronsb