Commit Graph

60 Commits

Author SHA1 Message Date
Ed Brindley 7ae3169317
Merge pull request #85 from eliasp/correct-nixos
Correct NixOS instructions in README
2023-08-30 08:32:14 +00:00
Elias Probst 9a8e549458
Correct NixOS instructions in README
`asus-wmi-sensors` is not a regular top-level package, but scoped
within the kernel packages.
2023-07-17 09:55:04 +02:00
Ed Brindley 202f6c18c9
Add details of driver mainlining 2022-03-30 10:21:21 +01:00
Ed Brindley d3b68dbd00
Update README.md 2020-06-30 12:12:56 +01:00
Ed Brindley 34c3e0bafc
Update README.md 2020-06-26 14:57:57 +01:00
Ed Brindley 320a68e3cb
Merge pull request #67 from Frostman/nixos-usage
Add info about using it in NixOS
2020-05-11 18:19:02 +01:00
Sergey Lukjanov 7f314a5b0a Add info about using in NixOS 2020-05-11 09:18:50 -07:00
ed b6c25d2ede Fix typo 2020-02-27 23:06:33 +00:00
ed 1a1f8a829d Update readme to answer commonly asked questions 2020-02-27 23:05:25 +00:00
Ed 8daafd45d1
Merge pull request #41 from MestreLion/fix_gitignore
Properly ignore in git files generated and modified by 'make dkms'
2019-11-07 18:11:45 +00:00
MestreLion aca60d44fb improve Makefile
- Preserve user file ownership when copying the template dkms.conf.am
  to dkms.conf, as 'make dkms' requires running as root
- Clean up generated files VERSION and dkms.conf on 'make dkms_clean'
- Remove redundant `pwd`/ from cp calls
2019-11-03 09:00:23 -03:00
MestreLion 2d5180f4ab properly ignore in git files generated and modified by 'make dkms'
- Add VERSION to .gitignore
- Changes made by make in dkms.conf triggered 'uncommited changes'
  because being in the repository it is considered by git as a versioned
  file regardless of .gitignore. So:
-- Rename dkms.conf to dkms.conf.am, indicating it is a template and
   effectively removing dkms.conf from the repository
-- Copy dkms.conf.am to dkms.conf during 'make dkms'
2019-11-03 02:41:39 -03:00
ed 8f5eaec0b2 Fix issue where sensor values are not updated unless there is a bank change 2019-09-28 12:07:57 +01:00
Ed 29b2b5c6c0
Merge pull request #36 from intgr/rog-strix-b450-e-gaming
Enable ROG STRIX B450-E GAMING motherboard
2019-08-13 18:15:07 +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
Ed e547824af3
Update README.md 2019-07-22 22:47:36 +01:00
Ed dfe5cae512
Merge pull request #30 from superami-code/master
Got ROG STRIX X470-F Gaming working
2019-07-22 10:42:16 +01: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 69c994c640 update readme 2019-07-17 15:28:03 +01:00
Ed Brindley 459a8bfc13 Add X570 to incompatible list 2019-07-17 15:23:38 +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
Ed 1e0bc5656b
Merge pull request #23 from cjmayo/strix_b450f
add support for ROG Strix B450-F Gaming
2019-07-16 23:15:32 +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 28036da9aa update readme 2019-05-06 09:42:57 +01:00
ed e9bbb01d07 Update readme to mention some of the required kernel options 2019-05-06 09:39:53 +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
ed 83a48b00d4 update readme 2019-03-31 22:20:53 +01:00
ed 16bc9c30f6 update readme 2019-03-31 22:19:14 +01:00
Ed 7d1c9e25b6
Merge pull request #12 from natemaia/patch-1
Add support for Prime X470-Pro
2019-03-29 08:20:39 +00: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 82c2b994b8 Update readme 2019-01-08 22:34:18 +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 0b9285a6fd update dkms.conf again 2018-12-16 20:08:23 +00:00
ed 2995b2c9d8 remove version number from source 2018-12-16 19:58:22 +00:00
ed 35a21eb779 update readme yet again 2018-12-16 19:53:20 +00:00