Package Details: auto-cpufreq-git 2.3.0.r16.ga7df94d-1

Git Clone URL: https://aur.archlinux.org/auto-cpufreq-git.git (read-only, click to copy)
Package Base: auto-cpufreq-git
Description: Automatic CPU speed & power optimizer
Upstream URL: https://github.com/AdnanHodzic/auto-cpufreq
Licenses: LGPL-3.0
Conflicts: auto-cpufreq
Provides: auto-cpufreq
Submitter: crian
Maintainer: matthewq337
Last Packager: matthewq337
Votes: 20
Popularity: 0.021068
First Submitted: 2020-01-07 09:54 (UTC)
Last Updated: 2024-09-05 22:06 (UTC)

Dependencies (11)

Required by (0)

Sources (2)

Pinned Comments

OlexandrCh commented on 2020-08-13 20:44 (UTC) (edited on 2020-08-13 20:44 (UTC) by OlexandrCh)

Currently, we don't need to run --install on AUR
After installing from AUR, we need to start the systemd service.
systemctl enable auto-cpufreq
systemctl start auto-cpufreq

and check if it enabled and running with
systemctl status auto-cpufreq

Latest Comments

« First ‹ Previous 1 2 3 4 5 Next › Last »

crian commented on 2020-03-23 08:40 (UTC)

Fixed :D

yochananmarqos commented on 2020-03-23 06:55 (UTC)

You forgot to run makepkg -o at to generate the pkgver. ;)

crian commented on 2020-03-23 06:53 (UTC)

Thanks. Done.

yochananmarqos commented on 2020-03-23 01:04 (UTC) (edited on 2020-03-23 01:06 (UTC) by yochananmarqos)

python-setuptools should be added to makedepends().

Tags are now available, please follow VCS package guidelines:

pkgver() {
    cd "$srcdir/${pkgname%-git}"
    git describe --long --tags | sed 's/\([^-]*-g\)/r\1/;s/-/./g'
}
1.1.r0.gabe463c

Please also install the service in /usr/lib/systemd/system/ as symlinks will be created in /etc/systemd/system/ when the service is enabled.

crian commented on 2020-03-23 00:55 (UTC)

Updated package with the latest upstream changes.

emiliobadillio commented on 2020-03-21 01:11 (UTC)

"install: cannot stat 'auto-cpufreq.py': No such file or directory" when running makepkg -si in terminal.

procyon-lotor commented on 2020-01-18 20:37 (UTC)

Have not no. Got the psutils 1.90-1

crian commented on 2020-01-18 17:00 (UTC)

Have you uninstalled psutil?

procyon-lotor commented on 2020-01-18 16:44 (UTC)

getting this error

auto-cpufreq Traceback (most recent call last): File "/bin/auto-cpufreq", line 11, in <module> import psutil ModuleNotFoundError: No module named 'psutil'

crian commented on 2020-01-11 23:37 (UTC)

@yochananmarqos Thanks for the hint. I will change it.