Skip to content
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

Warning: Changing CPU turbo is not supported. Skipping. #446

Closed
vinograd-cyber opened this issue Oct 27, 2022 · 3 comments
Closed

Warning: Changing CPU turbo is not supported. Skipping. #446

vinograd-cyber opened this issue Oct 27, 2022 · 3 comments

Comments

@vinograd-cyber
Copy link

vinograd-cyber commented Oct 27, 2022

The installation was successful, but unfortunately a warning appeared, "Warning: Changing CPU turbo is not supported. Skipping."
Intel officially stated that this cpu does not support turbo boost, so the logic of your application is correct. Then, the question I am concerned about now is whether the automatic adjustment of the cpu can still be effectively performed in this case?

root@debian:~# auto-cpufreq --version

-------------------------------------------------------------------------------

Linux distro: Debian GNU/Linux 11 bullseye
Linux kernel: 5.10.0-19-amd64
auto-cpufreq version: 1.9.6 (git: ff72e1e0)

-------------------------------------------------------------------------------

                "auto-cpufreq" is about to refresh ...
                Executed on: October 27 (Thursday) - 10:21:39

-------------------------------------------------------------------------------

Linux distro: Debian GNU/Linux 11 bullseye
Linux kernel: 5.10.0-19-amd64
Processor: Intel(R) Core(TM) i3-4170 CPU @ 3.70GHz
Cores: 4
Architecture: x86_64
Driver: intel_cpufreq

------------------------------ Current CPU stats ------------------------------

CPU max frequency: 3700 MHz
CPU min frequency: 800 MHz

Core    Usage   Temperature     Frequency
CPU0:     0.0%     29 °C     3692 MHz
CPU1:     1.0%     30 °C     3693 MHz
CPU2:     0.0%     29 °C     3693 MHz
CPU3:     1.0%     30 °C     3703 MHz

---------------------------- CPU frequency scaling ----------------------------

Setting to use: "performance" governor

Total CPU usage: 0.5 %
Total system load: 0.13
Average temp. of all cores: 29.50 °C 

Load optimal
setting turbo boost: off
Warning: Changing CPU turbo is not supported. Skipping.
root@debian:~# dmesg |grep -i "turbo\|boost"
[214105.359062] intel_pstate: Turbo disabled by BIOS or unavailable on processor
root@debian:~# 
Advanced Technologies
Intel® Turbo Boost Technology No

图片

@SunkenHero
Copy link
Contributor

Looks like its all working. Your CPU is scaling up to 3.70GHz, because you are in performance mode. If you set it in the config file right, your CPU should scale down to save battery life, if you run on battery.

@vinograd-cyber
Copy link
Author

vinograd-cyber commented Oct 28, 2022

Looks like its all working. Your CPU is scaling up to 3.70GHz, because you are in performance mode. If you set it in the config file right, your CPU should scale down to save battery life, if you run on battery.

Oh great, the software is amazing, I will keep following it. thanks for your help.

@AdnanHodzic
Copy link
Owner

Closing the issue since problem seems to be resolved.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants