-
-
Notifications
You must be signed in to change notification settings - Fork 281
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
auto-cpufreq is not using config at all #730
Comments
hello? |
You do realize this project is managed by people who do this in their free time and that we're looking for developers and maintainers?
Config file should be in /etc/auto-cpufreq.conf and as of recent changes in code changes made to be will be picked up immidiately as the file is saved. |
oh, sorry, forgor about that one
well, i've tried to pass |
@PurpleWazard as someone who implemented this functionality, does this make more sense to you? |
Some laptops even tho they use these supported kernel modules they still don't have the interface paths needed so. For more information could you give us the output of: And auto-cpufreq --debug |
|
Fill out information requested in this template, without doing so issue will be ignored & closed!
Error output:
well,
--stats
output:cpupower output:
❯ sudo cpupower frequency-info analyzing CPU 8: driver: amd-pstate-epp CPUs which run at the same hardware frequency: 8 CPUs which need to have their frequency coordinated by software: 8 maximum transition latency: Cannot determine or is not supported. hardware limits: 400 MHz - 3.30 GHz available cpufreq governors: performance powersave current policy: frequency should be within 400 MHz and 3.30 GHz. The governor "powersave" may decide which speed to use within this range. current CPU frequency: Unable to call hardware current CPU frequency: 2.10 GHz (asserted by call to kernel) boost state support: Supported: yes Active: no AMD PSTATE Highest Performance: 166. Maximum Frequency: 4.28 GHz. AMD PSTATE Nominal Performance: 128. Nominal Frequency: 3.30 GHz. AMD PSTATE Lowest Non-linear Performance: 43. Lowest Non-linear Frequency: 1.11 GHz. AMD PSTATE Lowest Performance: 16. Lowest Frequency: 400 MHz.
and finally the config:
System information:
Add/paste output of:
❯ sudo auto-cpufreq --debug Using settings defined in /home/offeex/.config/auto-cpufreq/auto-cpufreq.conf file ------------------------------------------------------------------------------- Linux distro: CachyOS Linux rolling n/a Linux kernel: 6.9.7-3-cachyos Processor: AMD Ryzen 5 5600H with Radeon Graphics Cores: 12 Architecture: x86_64 Driver: amd-pstate-epp ------------------------------ Current CPU stats ------------------------------ CPU max frequency: 3301 MHz CPU min frequency: 400 MHz Core Usage Temperature Frequency CPU0 15.8% 43 °C 1674 MHz CPU1 4.0% 43 °C 1861 MHz CPU2 12.2% 43 °C 2095 MHz CPU3 14.1% 43 °C 1974 MHz CPU4 11.1% 43 °C 1733 MHz CPU5 2.0% 43 °C 2093 MHz CPU6 12.2% 43 °C 2003 MHz CPU7 14.4% 43 °C 1647 MHz CPU8 12.2% 43 °C 2094 MHz CPU9 7.1% 43 °C 2093 MHz CPU10 12.5% 43 °C 1985 MHz CPU11 9.2% 43 °C 1677 MHz CPU fan speed: 2156 RPM auto-cpufreq version: 1 (git: ) Python: 3.12.4 psutil package: 5.9.8 platform package: 1.0.8 click package: 8.1.7 distro package: 1.9.0 Computer type: Notebook Battery is: discharging auto-cpufreq system resource consumption: cpu usage: 0.0 % memory use: 0.23 % Total CPU usage: 9.3 % Total system load: 1.63 Average temp. of all cores: 43.00 °C Currently using: powersave governor Currently turbo boost is: off -------------------------------------------------------------------------------
Also please be descriptive about the issue you're reporting, i.e: what you tried & what's the expected behaviour.
The text was updated successfully, but these errors were encountered: