-
Notifications
You must be signed in to change notification settings - Fork 21
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Crosshair VI Hero WiFi AC (X370) Support #15
Comments
Summary for this board. The
Corresponding records from the
Now, what does |
Recompiling and testing with these new values:
|
Here is its code:
Looks like it reads from a EC controller via ports 0x68 and 0x6c, but what are constants 0x91 and 0x90 for? |
I guess it is a conversion factor to volts. 0x0C35 (=3125) * 0.338 = 1.056, which is pretty close to 1.06.
Great!
They need to be read via other EC ports (see REC2() above). |
Sorry, to µV, of course: 3125 * 338 * 1e-6 = 1.05625 |
board_name:
ROG CROSSHAIR VI HERO (WI-FI AC)
mutex name:
\AMW0.ASMX
(same as others)This board is being used in an Ubuntu LTS server with an older 5.4 kernel -- it was unable to compile at first because linux/dev_printk.h and linux/units.h weren't found. I removed the includes for those two header files and it seems to compile and work just fine, but I am unsure if functionality has been affected.
These sensors work just fine and match the same output from asus-wmi-sensors:
SENSOR_SET_TEMP_CHIPSET_CPU_MB | SENSOR_TEMP_T_SENSOR | SENSOR_CURR_CPU
SENSOR_FAN_CPU_OPT_X470
is the same situation as the X470 board, CPU_OPT is at 0x00bc (in place of Water_Flow for 500-series).I plugged in fans/probes to the other sensor connectors and could not get a reading from any other sensor, including CPU voltage. I didn't get to poke around the registers with this board though, so there may be other undiscovered sensors exposed in the EC.
I have attached the DSDT file for this board if it helps.
ROG CROSSHAIR VI HERO (WI-FI AC).zip
Example output with fan plugged into CPU_OPT and temp probe attached to T_SENSOR:
The text was updated successfully, but these errors were encountered: