-
Notifications
You must be signed in to change notification settings - Fork 5k
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
The ondemand governor does not work properly with the 4.14.x kernel vs the 4.9.x kernel #2466
Comments
|
Can't confirm |
I will try writing out |
|
On-demand CPU scaling is working fine under Raspbian on a 4.14.29 kernel. On an idle machine, run |
|
@pelwell - Thanks for the command. On Arch ARM armv7h with the 2.9.80 kernel I described above: |
|
That does look broken. One for the Arch devs, I think, since RPi and XBian kernels don't share the problem. If the Arch maintainers want to compare notes with us we're happy to chat. |
|
Not seeing any issues with ondemand and frequency scaling with LibreELEC builds using 4.14.29 - all seems normal. |
|
I can't explain it either. I am putting Raspbian on a spare card to see what I can learn. I will close this since it's not general. Thank you all for the replies! |
I am running Arch ARM (armv7h) on both a Raspberry Pi 3 Model B Plus Rev 1.3 and a Raspberry Pi 2 Model B Rev 1.1. When I boot either of these using the identical micro SD, I find that under kernel version 4.14.29 (Arch ARM's official current version), the ondemand governor has the idle machine throttled up to the maximum frequency for that hardware as judged by running a simple script to query it and a few other parameters (shown at the bottom of the report). When I boot into kernel version 4.9.80 (that I built from be97feb), the idle frequency is the minimum as expected.
For example, when booted into kernel version 4.9.80 on the RPi3B+ (I get identical results on the RPi2):
Letting the watch command run for a few minutes, I never saw the frequency increase (as expected since the machine is idle).
Same hardware after booting into the 4.14.29 kernel:
Letting the watch command run for a few minutes, I never saw the frequency decrease. As you see the idle temp is also higher under the this kernel.
The script
~/bin/tempsis simply:The text was updated successfully, but these errors were encountered: