Am 10.02.25 um 15:50 schrieb Sourajyoti Basak:
On 07/02/25 6:11 pm, Armin Wolf wrote:
Alright, the values seem useless to me, so we have to try something
different.
Can you dual-boot into Windows? If yes then you can use wmie2
(https:// github.com/vinaypamnani/wmie2) to execute WMI methods.
I this case i would like you to execute the "GetGamingFanBehavior"
method of the "AcerGamingFunction" object located inside the root/WMI
namespace.
This method take a single parameter called "gmInput". Please check
what happens if "gmInput" is set to 0, 1, 4, 8 and 16 and share the
result of each
method call.
Thanks,
Armin Wolf
Hi Armin,
I ran the `GetGamingFanBehavior` function with the inputs you
requested. Here are the results:
+-------+--------+
| Input | Output |
+-------+--------+
| 0 | 2 |
| 1 | 256 |
| 4 | 8192 |
| 8 | 16384 |
| 16 | 0 |
+-------+--------+
Best regards,
Sourajyoti Basak
Nice, i think i now have enough data for writing a prototype patch. I will send this patch to you in the following days.
Maybe you can test it and report back if fan control works.
Thanks,
Armin Wolf