Rémi Mercier

Results 1278 comments of Rémi Mercier

Do you have hidden cards in FanControl? Untick the checkbox in the left hamburger menu.

Fan1 is "missing" fan. It was hidden during setup because FanControl was not able to control it.

That I don't know. Most likely the support for controlling that chip from https://github.com/LibreHardwareMonitor/LibreHardwareMonitor/blob/master/LibreHardwareMonitorLib/Hardware/Motherboard/Lpc/IT87XX.cs is bad. Would have to make sure the memory registers for that chip are right. Without...

I've linked how a plugin is structured. You need some C# programming experience.

Though, adding a XPath property to the file sensor might be a good addition. You would just need to give the xpath of the value you want to use.

That's normal. Going out of wake will reset everything, that's expected. A simple event sub to https://docs.microsoft.com/en-us/dotnet/api/microsoft.win32.systemevents.powermodechanged?redirectedfrom=MSDN&view=dotnet-plat-ext-6.0 That reapply everything when waken back from sleep will do the trick, I...

@bedrin you can't reliably execute code "before" going to sleep from a dotnet app as far as I know. You can catch the event, but your process will get paused...

> If the software is started and closed by the [X] close button, the software still runs in task manager. This is desired but I can't start the software GUI...

See https://github.com/Rem0o/FanControl.Releases/issues/990 Lot of people seem to have to mess with armory crate stuff for Asus boards to start responding to FanControl.

If you revert back to https://github.com/Rem0o/FanControl.Releases/releases/tag/V120, works?