-
Notifications
You must be signed in to change notification settings - Fork 16
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
Dual CPU Support #2
Comments
Hi, This value here represents the temperature of the CPU package, not a single core. I assume it represents all of them.
Cheers, Peter |
Hi Peter, Yeah I noticed it was the package temperature, however I have two packages and want to base the fan speed on the hottest one, usually the rear CPU is hotter then the front CPU due to front-to-back airflow.
|
I see. We need to support multiple CPUs here. |
Please take a look into this commit. It implements multiple CPU support. |
This feature request has been implemented in release v1.1.0. |
Nice work @petersulyok, unfortunately I haven't had a chance to test it yet, but will report back when I do. |
Hi @BadCo-NZ, I'm working on a
and check these kind of sections for all CPUs in the output:
I would like to know if the values of |
Here you go! Looks like MODALIAS is 1 instead of 0 for the second CPU.
|
Thanks, this helped a lot. |
Hello again,
Is it possible to enable dual CPU support and change fan speed based on the hottest one?
Current path:
Additional path:
Thanks!
The text was updated successfully, but these errors were encountered: