Eugene Shalygin
Eugene Shalygin
There should be two-pin connectors for water temperature sensors on the motherboard, if they are absent there is no support for water temperature. To merge in the changes from #46,...
If it works, does anyone want to submit a patch to the kernel?
@ZVNexus , would you like to prepare the submission? If you do not want to (given you don't use the board anymore), may I submit your changes, please? @sevens, would...
Oh, thank you! Maybe you can comment on issue #43, please?
Summary for this board. The `UPEC` method fills in 9 sensors, numbered 19 to 27 (0x13 to 0x1b): ``` Method (UPEC, 0, Serialized) { If ((Acquire (_GL, 0x03E8) == Zero))...
> Now, what does REC2() do? Here is its code: ``` Method (REC2, 2, Serialized) { IBFY () EC6C = 0x91 IBFY () EC68 = 0xFF IBFY () EC68 =...
> * SB 1.05V Voltage shows up, but it's only showing about 338mV when asus-wmi-sensors shows 1.06V. I don't know what the *=0x0C35 means, though. I guess it is a...
> I guess it is a conversion factor to volts. 0x0C35 (=3125) * 0.338 = 1.056, which is pretty close to 1.06. Sorry, to µV, of course: 3125 * 338...
Hi, this driver is not universal in the sense that it can't detect available sensors. They have to be predefined for each board model, which is easy to do when...
Thanks, I will find out the mutex name, while you can start with copying definitions for Crosshair X670E Hero. You need to copy over the `board_info_crosshair_x670e_hero` struct (please name the...