Package Details: cpufreqd 2.4.2-9

Package Base: cpufreqd
Description: A small daemon to adjust cpu speed (and indeed voltage)
Upstream URL: http://www.linux.it/~malattia/wiki/index.php/Cpufreqd
Category: system
Licenses: GPL2
Submitter: ilpianista
Maintainer: h8red
Last Packager: None
Votes: 92
First Submitted: 2010-11-13 14:52
Last Updated: 2013-06-04 04:33

Dependencies (2)

Required by (0)

Sources

Latest Comments

Comment by h8red

2013-06-04 04:33

Done

Comment by fukawi2

2013-06-04 00:16

Please update PKGBUILD to install binaries to /usr/bin instead of /usr/sbin in line with recent changes: https://www.archlinux.org/news/binaries-move-to-usrbin-requiring-update-intervention/

Comment by h8red

2013-01-07 17:48

I added a dependency on "autoconf" package.

Comment by indianahorst

2013-01-06 22:13

Could you please add core/autoconf as dependency? It's needed for compiling the cpufreqd package.

Comment by blaztinn

2012-12-06 08:51

Since I don't have enough time and don't really use the package any more, I'm dissowning the package. I hope someone better suited can step up.

Comment by Kyrias

2012-12-05 23:00

Hmr, is this package really OOD?
Upstream URL seem to suggest the current version *is* 2.4.2

Comment by orbisvicis

2012-10-11 22:30

That patch, plus another one addressing a buffer overflow, can be found at:
http://sourceforge.net/mailarchive/forum.php?thread_name=20081120111350.GC21000%40inferi.kami.home&forum_name=cpufreqd-user

Comment by orbisvicis

2012-10-11 04:51

Oh, this is an old bug; the developer sent me a patch 4 years ago that works for the most part.... unfortunately I never responded and it kind of bitrotted.

Comment by orbisvicis

2012-10-11 01:50

Does this work for anyone on 3.5.x kernels? Just recently updated, and it fails in two places:
. unable to read battery information (sysfs patch needs to be updated)
. unable to set frequency scaling/governor
Is this project still maintained, or at least accepting patches ?

Comment by blaztinn

2012-08-28 20:15

Updated to use cpupower. Thank you for the patches.

Comment by Muflone

2012-08-28 17:59

This package is broken since the cpufrequtils has been removed from the extra repository [1] because it died upstream and has been replaced by cpupower.
cpufreqd cannot be used anymore. Please switch to cpupower or drop the package.

[1] http://www.mail-archive.com/arch-dev-public@archlinux.org/msg19813.html

Anonymous comment

2012-08-28 06:11

Thanks for the tip orbsvicis!

It did work for me

Here is my PKGBUILD: http://pastebin.com/1w5sjg7c

And the configure.in patch: http://pastebin.com/j0aDnntd

As cpufrequtils does not seens to be in arch reppositories anymore this is the only way to build cpufreqd, right?


Comment by orbisvicis

2012-07-23 14:58

Then also might need to run "autoreconf -i" to regenerate the "configure" script

Comment by orbisvicis

2012-07-23 14:53

A patch like http://hpaste.org/raw/72005 (untested) against configure.in should do the trick

Comment by orbisvicis

2012-07-23 14:18

Can you build this package against cpupower instead of cpufrequtils? Aside from whitespace changes, the two packages provide identical headers (/usr/include/cpufreq.h) and should thus be 100% compatible.

The reason is that cpupower provides extended functionality compared to cpufrequtils.

Comment by blaztinn

2012-05-28 14:21

I have too much typos with this PKGBUILD :). It should be fixed now.

Comment by dvzrv

2012-05-28 13:43

Oh... I see now.. it's actually in a folder that is not at all existent.
@billy: Your PKGBUILD puts it to /user ... should be /usr! Please fix!

Comment by dvzrv

2012-05-28 13:39

@INUYASHA: Because the unit file is in /lib/systemd/system and should be in /usr/lib/systemd/system
A "pacman -Ql cpufreqd" would have told you that, btw ;) My earlier comment will also tell you where the default location for unit files is now and once billy has updated the PKGBUILD, things will be back to normal again.

Anonymous comment

2012-05-28 13:32

not found /user/lib/systemd/system/acpid.service

Anonymous comment

2012-05-28 13:25

$ -> sudo systemctl enable cpufreqd.service
Failed to issue method call: No such file or directory

$ -> ls /user/lib/systemd/system/c*
/user/lib/systemd/system/cpufreqd.service

why?

Comment by dvzrv

2012-05-26 23:58

The unit file should be installed to /usr/lib/systemd/system
This is the default directory for unit files now.

Comment by blaztinn

2011-09-26 17:04

Fixed, I don't know how that came in there.

Comment by grawity

2011-09-26 15:41

This should install 'cpufreqd.service' instead of 'systemd.service'.

Comment by mokkurkalve

2010-12-29 15:58

Why are this package flagged out of date? AFAIK the website gives version 2.4.2 as the latest. If it's flagged by error it should probably be unflagged.

Comment by ilpianista

2010-11-13 14:52

* moved from [extra]