For some reason, I don't have cpufreq scaling enabled:
damon@dam-main:~$ sudo powernowd -d
PowerNow Daemon v1.00, (c) 2003-2008 John Clemens
/sys/devices/system/cpu/cpu0/cpufreq/affected_cpus: No such file or
directory
err=2Found 2 scalable units: -- 1 'CPU' per scalable unit
/sys/devices/system/cpu/cpu0/cpufreq/cpuinfo_max_freq: No such file or
directory
PowerNowd encountered and error and could not start.
Please make sure that:
- You are running a v2.6.7 kernel or later
- That you have sysfs mounted /sys
- That you have the core cpufreq and cpufreq-userspace
modules loaded into your kernel
- That you have the cpufreq driver for your cpu loaded,
(for example: powernow-k7), and that it works. Check
'dmesg' for errors.
If all of the above are true, and you still have problems,
please email the author: clemej@alum.rpi.edu
damon@dam-main:~$ uname -r
2.6.32-5-amd64
CHECK
damon@dam-main:~$ ls /sys
block class devices fs kernel power
bus dev firmware hypervisor module
root@dam-main:/home/damon# modprobe powernow-k8
FATAL: Error inserting powernow_k8
(/lib/modules/2.6.32-5-amd64/kernel/arch/x86/kernel/cpu/cpufreq/powernow-k8.ko): No such device
dmesg |grep cpu -i shows (only in part)
[ 18.891118] powernow-k8: Found 1 AMD Athlon(tm) 64 X2 Dual Core
Processor 4800+ processors (2 cpu cores) (version 2.20.00)
so after googling, I see this problem pop up, but the "newest" one is at
least a year old and I don't see a solution.
What do I need to do?
cat /etc/debian_version
squeeze/sid
root@dam-main:/home/damon# uname -a
Linux dam-main 2.6.32-5-amd64 #1 SMP Wed Aug 25 13:59:41 UTC 2010 x86_64
GNU/Linux
--
Damon
damon@damtek.com
--
To UNSUBSCRIBE, email to debian-user-REQUEST@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmaster@lists.debian.org
Archive: http://lists.debian.org/1283880770.2366.41.camel@dam-main.hsd1.ga.comcast.net.
09-30-2010, 05:34 AM
"s. keeling"
cpufreq not loaded in amd64?
Damon L. Chesser <damon@damtek.com>:
> For some reason, I don't have cpufreq scaling enabled:
Well that's pretty damned sad. :-P I really don't get cpufreq*
myself. Methinks it's far too young software.
> damon@dam-main:~$ sudo powernowd -d
> PowerNow Daemon v1.00, (c) 2003-2008 John Clemens
> /sys/devices/system/cpu/cpu0/cpufreq/affected_cpus: No such file or
> directory
> err=2Found 2 scalable units: -- 1 'CPU' per scalable unit
> /sys/devices/system/cpu/cpu0/cpufreq/cpuinfo_max_freq: No such file or
> directory
> [snip]
> damon@dam-main:~$ sudo lsmod |grep cpufreq
> cpufreq_stats 2659 0
> cpufreq_userspace 1992 0
> cpufreq_conservative 5162 0
> cpufreq_powersave 902 0
>
> damon@dam-main:~$ sudo lsmod |grep powernow
> damon@dam-main:~$
>
> Oops, no powernow-k* listed.
>
> root@dam-main:/home/damon# modprobe powernow-k8
> FATAL: Error inserting powernow_k8
> (/lib/modules/2.6.32-5-amd64/kernel/arch/x86/kernel/cpu/cpufreq/powernow-k8.ko): No such device
>
> dmesg |grep cpu -i shows (only in part)
>
> [ 18.891118] powernow-k8: Found 1 AMD Athlon(tm) 64 X2 Dual Core
> Processor 4800+ processors (2 cpu cores) (version 2.20.00)
>
> so after googling, I see this problem pop up, but the "newest" one is at
> least a year old and I don't see a solution.
(0) infidel /home/keeling_ uname -a
Linux infidel 2.6.32-bpo.5-amd64 #1 SMP Fri Jun 11 23:33:19 UTC 2010 x86_64 GNU/Linux
(0) infidel /home/keeling_ lsmod | grep power
cpufreq_powersave 902 0
powernow_k8 10978 0
processor 30135 1 powernow_k8
> What do I need to do?
Damned good question. What do lm-sensors do there?
(0) infidel /home/keeling_ ssh phreaque sensors
emc6d100-i2c-0-2e
Adapter: SMBus I801 adapter at fc00
in0: +0.00 V (min = +0.00 V, max = +3.32 V) ALARM
in1: +1.50 V (min = +0.00 V, max = +2.99 V)
in2: +3.27 V (min = +0.00 V, max = +4.38 V)
in3: +5.08 V (min = +0.00 V, max = +6.64 V)
in4: +12.00 V (min = +0.00 V, max = +15.94 V)
in5: +0.00 V (min = +0.00 V, max = +4.38 V)
in6: +0.02 V (min = +0.00 V, max = +1.99 V)
in7: +0.00 V (min = +0.00 V, max = +2.39 V)
fan1: 1480 RPM (min = 0 RPM)
fan2: 0 RPM (min = 0 RPM)
fan3: 0 RPM (min = 0 RPM)
fan4: 0 RPM (min = 0 RPM)
temp1: +0.0°C (low = -127.0°C, high = +127.0°C)
temp2: +40.0°C (low = -127.0°C, high = +127.0°C)
temp3: +47.0°C (low = -127.0°C, high = +127.0°C)
cpu0_vid: +1.525 V
> cat /etc/debian_version
> squeeze/sid
5.0.6
Lenny. Que pasa mon? :-)
--
Any technology distinguishable from magic is insufficiently advanced.
(*) http://blinkynet.net/comp/uip5.html Linux Counter #80292
- - http://www.faqs.org/rfcs/rfc1855.html Please, don't Cc: me.
--
To UNSUBSCRIBE, email to debian-user-REQUEST@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmaster@lists.debian.org
Archive: i817hh$tkg$1@speranza.aioe.org">http://lists.debian.org/i817hh$tkg$1@speranza.aioe.org
09-30-2010, 02:12 PM
"Damon L. Chesser"
cpufreq not loaded in amd64?
On Thu, 2010-09-30 at 05:34 +0000, s. keeling wrote:
> Damon L. Chesser <damon@damtek.com>:
> > For some reason, I don't have cpufreq scaling enabled:
>
> Well that's pretty damned sad. :-P I really don't get cpufreq*
> myself. Methinks it's far too young software.
>
> > damon@dam-main:~$ sudo powernowd -d
> > PowerNow Daemon v1.00, (c) 2003-2008 John Clemens
> > /sys/devices/system/cpu/cpu0/cpufreq/affected_cpus: No such file or
> > directory
> > err=2Found 2 scalable units: -- 1 'CPU' per scalable unit
> > /sys/devices/system/cpu/cpu0/cpufreq/cpuinfo_max_freq: No such file or
> > directory
> > [snip]
> > damon@dam-main:~$ sudo lsmod |grep cpufreq
> > cpufreq_stats 2659 0
> > cpufreq_userspace 1992 0
> > cpufreq_conservative 5162 0
> > cpufreq_powersave 902 0
> >
> > damon@dam-main:~$ sudo lsmod |grep powernow
> > damon@dam-main:~$
> >
> > Oops, no powernow-k* listed.
> >
> > root@dam-main:/home/damon# modprobe powernow-k8
> > FATAL: Error inserting powernow_k8
> > (/lib/modules/2.6.32-5-amd64/kernel/arch/x86/kernel/cpu/cpufreq/powernow-k8.ko): No such device
> >
> > dmesg |grep cpu -i shows (only in part)
> >
> > [ 18.891118] powernow-k8: Found 1 AMD Athlon(tm) 64 X2 Dual Core
> > Processor 4800+ processors (2 cpu cores) (version 2.20.00)
> >
> > so after googling, I see this problem pop up, but the "newest" one is at
> > least a year old and I don't see a solution.
>
> (0) infidel /home/keeling_ uname -a
> Linux infidel 2.6.32-bpo.5-amd64 #1 SMP Fri Jun 11 23:33:19 UTC 2010 x86_64 GNU/Linux
> (0) infidel /home/keeling_ lsmod | grep power
> cpufreq_powersave 902 0
> powernow_k8 10978 0
> processor 30135 1 powernow_k8
>
> > What do I need to do?
>
> Damned good question. What do lm-sensors do there?
>
> (0) [root] infidel /root_ sensors
> acpitz-virtual-0
> Adapter: Virtual device
> temp1: +74.0°C (crit = +105.0°C)
>
> My sandbox is far more expressive:
>
> (0) infidel /home/keeling_ ssh phreaque sensors
> emc6d100-i2c-0-2e
> Adapter: SMBus I801 adapter at fc00
> in0: +0.00 V (min = +0.00 V, max = +3.32 V) ALARM
> in1: +1.50 V (min = +0.00 V, max = +2.99 V)
> in2: +3.27 V (min = +0.00 V, max = +4.38 V)
> in3: +5.08 V (min = +0.00 V, max = +6.64 V)
> in4: +12.00 V (min = +0.00 V, max = +15.94 V)
> in5: +0.00 V (min = +0.00 V, max = +4.38 V)
> in6: +0.02 V (min = +0.00 V, max = +1.99 V)
> in7: +0.00 V (min = +0.00 V, max = +2.39 V)
> fan1: 1480 RPM (min = 0 RPM)
> fan2: 0 RPM (min = 0 RPM)
> fan3: 0 RPM (min = 0 RPM)
> fan4: 0 RPM (min = 0 RPM)
> temp1: +0.0°C (low = -127.0°C, high = +127.0°C)
> temp2: +40.0°C (low = -127.0°C, high = +127.0°C)
> temp3: +47.0°C (low = -127.0°C, high = +127.0°C)
> cpu0_vid: +1.525 V
>
> > cat /etc/debian_version
> > squeeze/sid
>
> 5.0.6
>
> Lenny. Que pasa mon? :-)
Hey S. Keeling. Thanks for the replay, always nice to hear from you
going back to the Libranet days. However, I figured this one out. User
error. My bios had "Cool and Quite" turned off. I did not catch that,
I was looking for some other bios settings. I really am not a big fan
of cpufreq scaling, however, I figure it saves my on the power bill, but
I keep forgetting to turn it off when I fire up a vm (vms hate cpu freq
scaling). Just trying to do my small part to keep Canada cool by not
heating up the US SE.
>
> --
> Any technology distinguishable from magic is insufficiently advanced.
> (*) http://blinkynet.net/comp/uip5.html Linux Counter #80292
> - - http://www.faqs.org/rfcs/rfc1855.html Please, don't Cc: me.
>
>
--
Damon
damon@damtek.com
--
To UNSUBSCRIBE, email to debian-user-REQUEST@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmaster@lists.debian.org
Archive: 1285855979.2595.21.camel@dam-main">http://lists.debian.org/1285855979.2595.21.camel@dam-main
10-01-2010, 12:30 AM
"s. keeling"
cpufreq not loaded in amd64?
Damon L. Chesser <damon@damtek.com>:
>
> error. My bios had "Cool and Quite" turned off. I did not catch that,
> I was looking for some other bios settings. I really am not a big fan
Makes me wanna reboot and hunt around for Cool and Quiet.
I usually have this on 525 MHz using "ondemand" governor. Damned near
every flashy news story or youtube video spikes cpu to ca. 90%.
I've never noted it ramping up cpu Mhz to handle the extra load, but
then, I don't know what either it or I am doing here. Sucks.
--
Any technology distinguishable from magic is insufficiently advanced.
(*) http://blinkynet.net/comp/uip5.html Linux Counter #80292
- - http://www.faqs.org/rfcs/rfc1855.html Please, don't Cc: me.
--
To UNSUBSCRIBE, email to debian-user-REQUEST@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmaster@lists.debian.org
Archive: i83a3t$109$1@speranza.aioe.org">http://lists.debian.org/i83a3t$109$1@speranza.aioe.org
10-02-2010, 11:06 PM
"s. keeling"
cpufreq not loaded in amd64?
s. keeling <keeling@nucleus.com>:
> Damon L. Chesser <damon@damtek.com>:
> >
> > error. My bios had "Cool and Quite" turned off. I did not catch that,
> > I was looking for some other bios settings. I really am not a big fan
>
> Makes me wanna reboot and hunt around for Cool and Quiet.
No such animal on an HP dv4 laptop.
> I usually have this on 525 MHz using "ondemand" governor. Damned near
> every flashy news story or youtube video spikes cpu to ca. 90%.
>
> I've never noted it ramping up cpu Mhz to handle the extra load, but
> then, I don't know what either it or I am doing here. Sucks.
Anybody know what I can do about this?
---------------------------------------------------
System Events
=-=-=-=-=-=-=
Oct 2 16:02:04 infidel cpufreqd: cpufreqd_set_profile : Couldn't set profile "Performance
Low" set for cpu0 (2100000-2100000-performance)
Oct 2 16:02:04 infidel cpufreqd: cpufreqd_loop : Cannot set policy, Rule unchanged
("AC Rule").
Oct 2 16:14:08 infidel cpufreqd: cpufreqd_set_profile : Couldn't set profile "Performance
Low" set for cpu0 (2100000-2100000-performance)
Oct 2 16:14:08 infidel cpufreqd: cpufreqd_loop : Cannot set policy, Rule unchanged
("AC Rule").
Oct 2 16:14:10 infidel cpufreqd: cpufreqd_set_profile : Couldn't set profile "Performance
Low" set for cpu0 (2100000-2100000-performance)
Oct 2 16:14:10 infidel cpufreqd: cpufreqd_loop : Cannot set policy, Rule unchanged
("AC Rule").
Oct 2 16:14:12 infidel cpufreqd: cpufreqd_set_profile : Couldn't set profile "Performance
Low" set for cpu0 (2100000-2100000-performance)
Oct 2 16:14:12 infidel cpufreqd: cpufreqd_loop : Cannot set policy, Rule unchanged
("AC Rule").
Oct 2 16:14:50 infidel cpufreqd: cpufreqd_set_profile : Couldn't set profile "Performance
Low" set for cpu0 (2100000-2100000-performance)
Oct 2 16:14:50 infidel cpufreqd: cpufreqd_loop : Cannot set policy, Rule unchanged
("AC Rule").
...
---------------------------------------------------
--
Any technology distinguishable from magic is insufficiently advanced.
(*) http://blinkynet.net/comp/uip5.html Linux Counter #80292
- - http://www.faqs.org/rfcs/rfc1855.html Please, don't Cc: me.
--
To UNSUBSCRIBE, email to debian-user-REQUEST@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmaster@lists.debian.org
Archive: i88dt2$36b$2@speranza.aioe.org">http://lists.debian.org/i88dt2$36b$2@speranza.aioe.org