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