-
Notifications
You must be signed in to change notification settings - Fork 140
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
Fan speed is slower than it should be after suspend (inconsistent, hard to reproduce) #243
Comments
Are there any other |
I'll have a go at making it do it again and see :) Is changing the fd behaviour possible through an option or something? I don't really know anything about fd caching. |
The code is really simple: it opens a |
I'll try running it with debug and then suspending/resuming several times and see if anything interesting happens. Will also send you dmesg output once I do that. |
Apologies for the large delay, I'll try and get this reproduced soon. |
I no longer have the mac I was seeing this issue on, but I'll see if I can reproduce on an older Mac Mini (Late 2007) once I have repaired it. |
Hi there,
Thanks for the great tool.
I have found that sometimes after suspend/hibernate on my Late 2013 Macbook Pro that the fans spin at a reduced rate or not at all when the CPU heats up. This only happens sometimes though, so I'm not sure how to debug it. I suspect that maybe there's a calculation error if the CPU is very hot when it suspends and then cool again once it wakes up after a while?
I did see the following after this when running systemctl status mbpfan:
mbpfan[1082]: Could not set fan speed: Input/output error
It looks like the error happened during the middle of going to sleep/resuming.
I'm happy to spend some time trying to debug this if you can give me some tips.
The text was updated successfully, but these errors were encountered: