Commit Graph

30 Commits

Author SHA1 Message Date
ed 8f5eaec0b2 Fix issue where sensor values are not updated unless there is a bank change 2019-09-28 12:07:57 +01:00
Marti Raudsepp 478f28cd5d Enable ROG STRIX B450-E GAMING motherboard
Most readings appear to work correctly, except some that are suspect:
* +12V Voltage
* CPU Core Voltage (2nd)
* CPU SOC Voltage
* Tsensor 1 Temperature
* CPU VRM Temperature
* CPU VRM Output Current

Example output:

asuswmisensors-isa-0000
Adapter: ISA adapter
CPU Core Voltage:         +1.09 V
VPP MEM Voltage:          +2.48 V
+12V Voltage:            +10.03 V
+5V Voltage:              +5.07 V
3VSB Voltage:             +3.31 V
VBAT Voltage:             +3.27 V
AVCC3 Voltage:            +3.31 V
SB 1.05V Voltage:         +1.04 V
CPU Core Voltage:         +0.00 V
CPU SOC Voltage:          +0.00 V
CPU Fan:                  460 RPM
Chassis Fan 1:            901 RPM
Chassis Fan 2:            677 RPM
Chassis Fan 3:              0 RPM
AIO Pump:                   0 RPM
Water Pump:                 0 RPM
CPU OPT:                    0 RPM
CPU Temperature:          +50.0°C
CPU Socket Temperature:   +36.0°C
Motherboard Temperature:  +47.0°C
Chipset Temperature:      +43.0°C
Tsensor 1 Temperature:   +216.0°C
CPU VRM Temperature:       +0.0°C
CPU VRM Output Current:   +0.00 A
2019-08-13 03:12:24 +03:00
Jacob King 0f28cf5e6a Got ROG STRIX X470-F Gaming working
This works with my ROG STRIX x470-F Gaming + Ryzen 3700x.

What appears to work fine:
CPU Temperature
Motherboard Temperature
Chipset Temperature

CPU Fan
CPU OPT
Chasis Fan 1-3
AIO Pump
Water Pump

CPU Core Voltage
+5V Voltage
3VSB Voltage

The following are being reported, but I'm not sure if the values are
correct:

+12V Voltage => I'm only getting 10.08v
TSensor 1 Temperature => This is +200C

TSensor 1 seems odd, but is in line with the Example value in the
README.

Here an example output:

asuswmisensors-isa-0000
Adapter: ISA adapter
CPU Core Voltage:         +1.42 V
+12V Voltage:            +10.08 V
+5V Voltage:              +4.99 V
3VSB Voltage:             +3.33 V
CPU Fan:                  740 RPM
Chassis Fan 1:              0 RPM
Chassis Fan 2:            709 RPM
Chassis Fan 3:            760 RPM
AIO Pump:                   0 RPM
Water Pump:               864 RPM
CPU OPT:                  796 RPM
CPU Temperature:          +65.0°C
Motherboard Temperature:  +37.0°C
Chipset Temperature:      +50.0°C
Tsensor 1 Temperature:   +216.0°C
2019-07-22 09:28:10 +02:00
ed c7529c2806 add Strix X470-I 2019-07-20 10:46:55 +01:00
Ed Brindley cfee0bc5d2 Remove X570 boards as they don't have a WMI interface 2019-07-17 12:12:47 +01:00
Ed Brindley 399d53015c Add B450-I 2019-07-17 09:26:46 +01:00
Chris Mayo c8bb47e6df add support for ROG Strix B450-F Gaming 2019-07-16 19:23:10 +01:00
ed eee332c4e3 add untested support for PRIME X570 Pro 2019-07-15 18:41:35 +01:00
Ed Brindley 05dde2d537 experimentally add support for WS X570 ACE 2019-07-15 10:10:18 +01:00
ed 57ddbd3d51 add prime x399-e 2019-07-06 10:32:05 +01:00
ed 1ed9fc6655 Add Prime X399-A support 2019-06-11 22:57:12 +01:00
ed ecf1322d51 Add support for Zenith Alpha, update readme to mention minimum kernel version. See #15 2019-04-22 21:51:55 +01:00
Nathaniel 92d3623180
Add support for Prime X470-Pro
Got this board a short while ago and have been scouring for means of reading the sensors, was very happy to find this :) then very sad to find out my board isn't supported :(.. Had to pop in a windows drive to see where HWinfo is getting it from, at least on my current bios version *(4602, most recent)* it's pulling from WMI.

I know a bit of C *(not that it really matters here :P)* but I dug around in the source and found how simple it was to try adding it, sure enough it works, everything seems to be detected properly and accurate.

```
% sensors
asuswmisensors-isa-0000
Adapter: ISA adapter
CPU Core Voltage:         +0.84 V
+12V Voltage:            +10.19 V
+5V Voltage:              +5.07 V
3VSB Voltage:             +3.36 V
CPU Fan:                  448 RPM
Chassis Fan 1:            399 RPM
Chassis Fan 2:            246 RPM
Chassis Fan 3:            425 RPM
AIO Pump:                 406 RPM
Water Pump:               351 RPM
CPU OPT:                  372 RPM
CPU Temperature:          +39.0°C
Motherboard Temperature:  +34.0°C
Chipset Temperature:      +52.0°C
Tsensor 1 Temperature:   +216.0°C

k10temp-pci-00c3
Adapter: PCI adapter
Tdie:         +39.2°C  (high = +70.0°C)
Tctl:         +49.2°C

amdgpu-pci-0b00
Adapter: PCI adapter
vddgfx:       +1.05 V
temp1:        +30.0°C  (crit = +89.0°C, hyst = -273.1°C)
power1:       12.00 W  (cap = 220.00 W)
```

Regardless of whether you think this is worth merging thank you very much for the source.

Cheers
2019-03-28 21:58:05 -07:00
ed fe0ac602b9 Fix code error 2019-02-03 15:23:34 +00:00
ed 0398359cb3 Attempt fix for Zenith Extreme 2019-02-03 15:20:23 +00:00
ed 587da847d1 Remove use of hwmon_max so works on earlier kernel versions 2019-01-19 16:55:17 +00:00
ed 78911e0391 add module version number 2019-01-13 16:38:42 +00:00
ed 14d65a0f3e Fetch all values from source(bank) and cache for 1 second. Attempt to reduce lockup with some monitoring apps 2019-01-12 17:35:57 +00:00
ed c6a8eccc64 Update readme and log message 2019-01-08 22:33:22 +00:00
Ed cd8e2a4f4e
Correct motherboard DMI names 2019-01-08 14:44:38 +00:00
ed 5a813481e0 Convert back to being on the platform device bus - this should enable to work with older versions of lm_sensors 2019-01-03 22:50:20 +00:00
ed 397d0a3ff2 add further logging 2018-12-20 00:18:56 +00:00
ed 9ebc322962 add additional logging 2018-12-20 00:10:23 +00:00
ed 2995b2c9d8 remove version number from source 2018-12-16 19:58:22 +00:00
ed 5900763c43 update readme further, rename hwmon device 2018-12-16 19:14:16 +00:00
ed 8e7079ccc1 Fix earlier blunder an update readme 2018-12-16 18:51:53 +00:00
ed 2c649567f4 Add Arch PKGBUILD, update for Zenith Extreme 2018-12-16 10:18:16 +00:00
ed 9a05cb393c convert to WMI driver 2018-12-11 23:11:53 +00:00
ed 8b7df65cc7 further fixes 2018-11-30 18:04:10 +00:00
ed 7443fa7793 initial commit 2018-11-25 23:48:36 +00:00