Stanislav Vinokurov
Stanislav Vinokurov
FYI, I've implemented some fix for ThinkPad P53 to turn off both fans when temperature goes below 50C: https://github.com/stenri/TPFanControl This is not a complete solution, but helps to keep notebook...
I finally found some time to research and implement a low-level fix for TPFanControl to correctly control both fans on Lenovo ThinkPad P53. This solution works much better than previous...
@mattharrison, I did not test this on P1 or any other than P53 model. I think it should work on P52 as well as changes in my built are minimal...
@mattharrison, try this debug build: https://yadi.sk/d/Iwtqcl7VEURZag When it crashes upload a crash dump somewhere, I can take a look at where the crash occurs. See this link on how to...
@nikolasgd, take a loot at fanstuff.cpp, FANCONTROL::SetFan() implementation in my version. I use two separate code loops to set FAN1 and FAN2 levels. This was a critical change to make...