Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

powersave is on, but governer locked on performance - logs: NotImplementedError: can't find current frequency file #891

Open
@ElijahLynn

Description

@ElijahLynn

Summary

powersave is on, but governer locked on performance - logs: NotImplementedError: can't find current frequency file

Image

Clicking "about" in auto cpufreq menu, results in nothing happening.

Error output:

systemctl status auto-cpufreq.service● auto-cpufreq.service - auto-cpufreq - Automatic CPU speed & power optimizer for Linux     Loaded: loaded (/usr/lib/systemd/system/auto-cpufreq.service; enabled; preset: disabled)     Active: active (running) since Thu 2025-10-23 20:55:42 PDT; 13h ago Invocation: edd183be68214c91a6fca5f31108f0a9   Main PID: 796 (auto-cpufreq)      Tasks: 2 (limit: 37925)     Memory: 82.6M (peak: 88M)        CPU: 1min 11.999s     CGroup: /system.slice/auto-cpufreq.service             └─796 /usr/bin/python /usr/bin/auto-cpufreq --daemonOct 23 21:29:20 gaia-two auto-cpufreq[796]:   File "/usr/lib/python3.13/site-packages/auto_cpufreq/modules/system_info.py", line 179, in avg_tempOct 23 21:29:20 gaia-two auto-cpufreq[796]:     temps: List[float] = [i.temperature for i in SystemInfo.get_cpu_info()]Oct 23 21:29:20 gaia-two auto-cpufreq[796]:                                                  ~~~~~~~~~~~~~~~~~~~~~~~^^Oct 23 21:29:20 gaia-two auto-cpufreq[796]:   File "/usr/lib/python3.13/site-packages/auto_cpufreq/modules/system_info.py", line 104, in get_cpu_infoOct 23 21:29:20 gaia-two auto-cpufreq[796]:     cpu_freqs = psutil.cpu_freq(percpu=True)Oct 23 21:29:20 gaia-two auto-cpufreq[796]:   File "/usr/lib/python3.13/site-packages/psutil/__init__.py", line 1913, in cpu_freqOct 23 21:29:20 gaia-two auto-cpufreq[796]:     ret = _psplatform.cpu_freq()Oct 23 21:29:20 gaia-two auto-cpufreq[796]:   File "/usr/lib/python3.13/site-packages/psutil/_pslinux.py", line 721, in cpu_freqOct 23 21:29:20 gaia-two auto-cpufreq[796]:     raise NotImplementedError(msg)Oct 23 21:29:20 gaia-two auto-cpufreq[796]: NotImplementedError: can't find current frequency filejournalctl -u auto-cpufreq.service --no-pager -bOct 23 20:55:42 gaia-two systemd[1]: Started auto-cpufreq - Automatic CPU speed & power optimizer for Linux.Oct 23 21:29:20 gaia-two auto-cpufreq[796]: Traceback (most recent call last):Oct 23 21:29:20 gaia-two auto-cpufreq[796]:   File "/usr/bin/auto-cpufreq", line 8, in <module>Oct 23 21:29:20 gaia-two auto-cpufreq[796]:     sys.exit(main())Oct 23 21:29:20 gaia-two auto-cpufreq[796]:              ~~~~^^Oct 23 21:29:20 gaia-two auto-cpufreq[796]:   File "/usr/lib/python3.13/site-packages/click/core.py", line 1442, in __call__Oct 23 21:29:20 gaia-two auto-cpufreq[796]:     return self.main(*args, **kwargs)Oct 23 21:29:20 gaia-two auto-cpufreq[796]:            ~~~~~~~~~^^^^^^^^^^^^^^^^^Oct 23 21:29:20 gaia-two auto-cpufreq[796]:   File "/usr/lib/python3.13/site-packages/click/core.py", line 1363, in mainOct 23 21:29:20 gaia-two auto-cpufreq[796]:     rv = self.invoke(ctx)Oct 23 21:29:20 gaia-two auto-cpufreq[796]:   File "/usr/lib/python3.13/site-packages/click/core.py", line 1226, in invokeOct 23 21:29:20 gaia-two auto-cpufreq[796]:     return ctx.invoke(self.callback, **ctx.params)Oct 23 21:29:20 gaia-two auto-cpufreq[796]:            ~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^Oct 23 21:29:20 gaia-two auto-cpufreq[796]:   File "/usr/lib/python3.13/site-packages/click/core.py", line 794, in invokeOct 23 21:29:20 gaia-two auto-cpufreq[796]:     return callback(*args, **kwargs)Oct 23 21:29:20 gaia-two auto-cpufreq[796]:   File "/usr/lib/python3.13/site-packages/auto_cpufreq/bin/auto_cpufreq.py", line 147, in mainOct 23 21:29:20 gaia-two auto-cpufreq[796]:     set_autofreq()Oct 23 21:29:20 gaia-two auto-cpufreq[796]:     ~~~~~~~~~~~~^^Oct 23 21:29:20 gaia-two auto-cpufreq[796]:   File "/usr/lib/python3.13/site-packages/auto_cpufreq/core.py", line 767, in set_autofreqOct 23 21:29:20 gaia-two auto-cpufreq[796]:     elif override == "performance": set_performance()Oct 23 21:29:20 gaia-two auto-cpufreq[796]:                                     ~~~~~~~~~~~~~~~^^Oct 23 21:29:20 gaia-two auto-cpufreq[796]:   File "/usr/lib/python3.13/site-packages/auto_cpufreq/core.py", line 690, in set_performanceOct 23 21:29:20 gaia-two auto-cpufreq[796]:     elif SystemInfo.avg_temp() >= 70: # set turbo state based on average of all core temperaturesOct 23 21:29:20 gaia-two auto-cpufreq[796]:          ~~~~~~~~~~~~~~~~~~~^^Oct 23 21:29:20 gaia-two auto-cpufreq[796]:   File "/usr/lib/python3.13/site-packages/auto_cpufreq/modules/system_info.py", line 179, in avg_tempOct 23 21:29:20 gaia-two auto-cpufreq[796]:     temps: List[float] = [i.temperature for i in SystemInfo.get_cpu_info()]Oct 23 21:29:20 gaia-two auto-cpufreq[796]:                                                  ~~~~~~~~~~~~~~~~~~~~~~~^^Oct 23 21:29:20 gaia-two auto-cpufreq[796]:   File "/usr/lib/python3.13/site-packages/auto_cpufreq/modules/system_info.py", line 104, in get_cpu_infoOct 23 21:29:20 gaia-two auto-cpufreq[796]:     cpu_freqs = psutil.cpu_freq(percpu=True)Oct 23 21:29:20 gaia-two auto-cpufreq[796]:   File "/usr/lib/python3.13/site-packages/psutil/__init__.py", line 1913, in cpu_freqOct 23 21:29:20 gaia-two auto-cpufreq[796]:     ret = _psplatform.cpu_freq()Oct 23 21:29:20 gaia-two auto-cpufreq[796]:   File "/usr/lib/python3.13/site-packages/psutil/_pslinux.py", line 721, in cpu_freqOct 23 21:29:20 gaia-two auto-cpufreq[796]:     raise NotImplementedError(msg)Oct 23 21:29:20 gaia-two auto-cpufreq[796]: NotImplementedError: can't find current frequency file

System information:

Add/paste output of:

sudo auto-cpufreq --debug-------------------------------- Battery Info ---------------------------------battery count = 1BAT0 start threshold = b'0\n'BAT0 stop threshold = b'100\n'-------------------------------------------------------------------------------Linux distro: Arch Linux rolling n/aLinux kernel: 6.15.9-arch1-1Processor: 12th Gen Intel(R) Core(TM) i7-1270PCores: 16Architecture: x86_64Driver: intel_pstate------------------------------ Current CPU stats ------------------------------CPU max frequency: 4800 MHzCPU min frequency: 400 MHzCoreUsageTemperatureFrequencyCPU0      2.0%        54 °C      4322 MHzCPU1      0.0%        54 °C      1024 MHzCPU2      0.0%        47 °C      2945 MHzCPU3      0.0%        47 °C      1914 MHzCPU4      1.0%        51 °C       400 MHzCPU5      0.0%        51 °C       400 MHzCPU6      0.0%        42 °C      4042 MHzCPU7      0.0%        42 °C      1897 MHzCPU8      1.0%        46 °C      2140 MHzCPU9      0.0%        46 °C       400 MHzCPU10      1.0%        46 °C       728 MHzCPU11      0.0%        46 °C       400 MHzCPU12      0.0%        45 °C      2275 MHzCPU13      0.0%        45 °C       400 MHzCPU14      0.0%        45 °C       400 MHzCPU15      0.0%        45 °C       400 MHzCPU fan speed: 0 RPMCPU fan speed: 4974 RPMauto-cpufreq version: Version         : 2.6.0-2Python: 3.13.5psutil package: 7.0.0platform package: 1.0.8click package: 8.2.1distro package: 1.9.0Computer type: ConvertibleBattery is: dischargingauto-cpufreq system resource consumption:cpu usage: 0.0 %memory use: 0.14 %Total CPU usage: 0.7 %Total system load: 0.66Average temp. of all cores: 46.00 °C Currently using: performance governorCurrently turbo boost is: on-------------------------------------------------------------------------------

Also please be descriptive about the issue you're reporting, i.e: what you tried & what's the expected behaviour.


Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions


      [8]ページ先頭

      ©2009-2025 Movatter.jp