-
Notifications
You must be signed in to change notification settings - Fork 25
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
Speed RPM is not displayed #49
Comments
hi |
Hi Thank you |
@Shuzhengz, I got logs from the original 0.63 and your build. Not sure if they are verbose enough to troubleshoot, but you requested them, so here we go. Original
Your build
|
Oh okay, from the logs it seems like the issue is not with error reading from EC, but rather the program confused over the single fan (it's designed to work on dual fan devices). I'll try and work on a fix Thank you |
Hello, I am also having the same issue (v2.1.5 Dual Fan) on a P15s: Do you need more debug information? Kind regards, NOTE: I know it is also a mono fan 😉, apart from the rpm report everything works fine. |
Oh it seems like the second fan display is working for you, maybe try this build and see if it helps (https://github.com/Shuzhengz/TPFanCtrl2/files/10321212/Debug.zip), but I think the problem might be a different EC address for older thinkpads though Thank you |
I'm having the same issue as well, my laptop model is: @Shuzhengz Can you help on that ? |
yeah, sorry I forgot about this, I'll try to get it fixed next week after finishing finals |
Sorry about the delay, it seems like your RPM readout is set to a wrong address on the EC (65535 RPM is not a realisic fan speed, it should be in the thousands, not tens of thousands). The fix would be to find the correct address for the fan speed by reading the EC using RW-Everything, but unfortunately the program stopped working a few months ago on my device. I thought it was a bug with Windows and was waiting it out for them to fix it with an update, but it still isn't fixed, and I won't be able to fix the issue without knowing the correct address. You could try to find it yourself, I wrote the instruction to do so in another issue here, but yeah I won't be able to fix it without the EC address. Sorry about that. |
Thinkpad X61, Windows 7 x64, TVicPort 4.1
Dear @Shuzhengz, let's compare the official TPFC 0.63 output with the output of your fork TPFC 2.1.5. As you can see, the laptop's fan is controlled just fine, but its RPM is not displayed, alas. Perhaps you could be so kind to invent some tweak to make it work again?
The text was updated successfully, but these errors were encountered: