Eugene Shalygin
Eugene Shalygin
> Do names match between different boards/chipsets? Output from Crosshair VIII Hero: ``` PS C:\Windows\system32> Get-CimClass -namespace root/WMI -ClassName ASUSHW | %{$_.CimClassMethods} Name ReturnType Parameters Qualifiers ---- ---------- ---------- ----------...
Here is a MOF source for the ASUSHW object as shown by WMI Explorer with method ids converted to hex notation: ``` [WMI, dynamic: ToInstance, provider("WmiProv"), guid("{466747a0-70ec-11de-8a39-0800200c9a66}")] class ASUSHW {...
Thank you all who provided the DSDT data! I need to double check, but from a quick look it seems all of them for the AMD 500 series chipsets do...
Nope, that encoding scheme is wrong. They expect UTF-16 strings on input, so: 2. The following string is a sequence of pairs of 4-byte blocks, each 8-byte block defines bank...
Thank you, still can't understand how to make that BREC() call on Windows. It seems to work on Linux, I just tested it with the acpi_call module: ``` # want...
#540 adds EC bank switching and correct water temperature sensors for Hero and I hope that works for Dark Hero as well.
Implemented reading sensor data from EC as a Linux hwmon driver that calls the WMI function and it works. Now how the f... to call that function correctly in Windows?
> The next part of the quest is to find out how the MOF for this ASUSHW object appears in the Windows installation? Does AISuite install it? Is it auto-generated...
@berniyh, thank you, but I don't understand what is inside the archive. The table somehow looks empty. @ReggX, could you, enable the chipset fan sensor in the EC controller and...
@ReggX, sorry, I forgot that hardware report contains a snapshot for all EC registers. Could you instead share the report?