-
Notifications
You must be signed in to change notification settings - Fork 55
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
X1E lots of sensor read errors #4
Comments
I set it to 100, and wow, at some point yesterday, it managed to exit, meaning 100 consecutive failed read attempts.
|
Hey, Unfortunately, I don't know a ton about how TPFC actually works. I just managed to get it to work on dual fan Thinkpads, but the rest of the program was written by people who know a lot more low-level programming than I do. Without actually having an X1E, it's hard to say what's different compared to the EC on the p51, but if I had to guess, I'd say there's some slight differences on how the EC outputs fan speed/temp info. I doubt it makes any difference, but you could try disabling the dGPU temperature sensor from the config file, because I think the X1E turns off the dGPU when not in use. Maybe try disabling all temp sensors other than the CPU to see if that makes any sort of a difference in read error rate. I'm curious to know if the regular (single fan) version of TPFC also has issues reading from the EC, or if it's just my version. It doesn't look like that version has been updated after my version, so the code to read from the EC should be the same. |
@archon810 I'm faced with exactly the same problem now. The current version of TPFanControl does not seem to work on X1E and I feel like it needs to be upgraded. However, I noticed that it has not been upgraded for a long time. |
I ended up dumping TPFC first and then returning the X1E entirely because with TPFC trying to spin the fans down, the 6-core CPU overheats very quickly and thermal throttling kicks in to the point that in some cases I saw the CPU permanently throttle to 0.2GHz and practically freeze my machine for many minutes at a time. With TPFC off, the fans run constantly at full speed, even when idle, and it became unbearable. I ended up going back to my T570 which runs dead quiet with TPFC and doesn't overheat, and for more power for my 3-monitor desktop setup, I built a powerful and quiet desktop instead. I was also getting roughly 2 hours of battery on the X1E and tons of problems with the Lenovo TB3 gen2 dock randomly losing outputs. The dream of having a powerful laptop capable of replacing a desktop and powering 3 monitors that is also quiet, portable, and has good battery life continues to be just a dream for me. Maybe in another 3-4 years. |
Hi,
Any idea why there are so many errors using a ThinkPad X1E reading various sensors? With the default config of 10 failures, TPFC exits within 10 minutes for me. I bumped it up to 10000 for now as I investigate.
Here's a sample log:
The text was updated successfully, but these errors were encountered: