-
Notifications
You must be signed in to change notification settings - Fork 48
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
AlienFx Fan control triggers WMI activity error when plug in #482
Comments
Well... I have not so good news for you. Yes, all fan and power control utilize WMI calls to proprietary Dell methods, so WMI activity in itself is normal. This error can appear once at app's start (during hardware detection process), but in case it repeats during operation - your WMI data on Windows is broken and need to be repaired (by Windows clean install). Did "Fans and Power" operating correctly? |
Yes, the power mode is fully functional. I can switch between mode 160 to 164 as well as Manual and G-Mode, everything is working as expected. I can see the GPU and CPU sensors, along with some ESIF sensors. Thanks for your explanation regarding WMI—it makes sense now. The WMI is triggered every time the app attempts to poll the fan control, regardless of the power mode(now its 1000ms). As a temporary solution, I’ve increased the polling period to 10,000,000ms, which helps reduce the frequency of WMI activity. Additionally, I will not use a custom fan curve. I don’t have AWCC or Dell Core Service installed. Are they necessary for proper functionality?
|
It can help, but keep in mind - temperature sensors update will be at the same rate.
No. As i write into readme, only BIOS with these functions needed - it's exposed to WMI by Windows PnP (see - |
Describe the bug
Observe the Task Manager and notice that Windows Management Instrumentation (WMI) and the WMI Provider Host process are triggered and continuously report activity error(reported by alienfx tools).
Seems only happen when plug in, issue does not exist when using battery. Power does doesn't matter.
AWCC and all other DELL apps uninstalled. Only keep Alienfx tools.
To Reproduce
Expected behavior
Report detail here on Event Viewer.
Log Name: Microsoft-Windows-WMI-Activity/Operational
Source: Microsoft-Windows-WMI-Activity
Date: 2025/1/4 16:39:26
Event ID: 5858
Task Category: None
Level: Error
Keywords:
User: SYSTEM
Computer: Dynam14r2
Description:
Id = {00000000-0000-0000-0000-000000000000}; ClientMachine = DYNAM14R2; User = Dynam14r2\dynam; ClientProcessId = 12076; Component = Unknown; Operation = Start IWbemServices::ExecMethod - ROOT\WMI : \DYNAM14R2\ROOT\WMI:AWCCWmiMethodFunction.InstanceName="ACPI\PNP0C14\AWCC_0"::Thermal_Information; ResultCode = 0x80041001; PossibleCause = Unknown
Event Xml:
5858
0
2
0
0
0x4000000000000000
8916
Microsoft-Windows-WMI-Activity/Operational
Dynam14r2
<Operation_ClientFailure xmlns="http://manifests.microsoft.com/win/2006/windows/WMI">
{00000000-0000-0000-0000-000000000000}
DYNAM14R2
Dynam14r2\dynam
12076
Unknown
Start IWbemServices::ExecMethod - ROOT\WMI : \DYNAM14R2\ROOT\WMI:AWCCWmiMethodFunction.InstanceName="ACPI\PNP0C14\AWCC_0"::Thermal_Information
0x80041001
Unknown
</Operation_ClientFailure>
Screenshots
Attached.
task manager with fan control on and off. Error on Even viewer
System (please complete the following information):
Additional context
The text was updated successfully, but these errors were encountered: