Your message dated Sun, 30 Dec 2007 03:32:02 +0000
with message-id <[EMAIL PROTECTED]>
and subject line Bug#457753: fixed in cpufrequtils 002-7
has caused the attached Bug report to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what I am
talking about this indicates a serious mail system misconfiguration
somewhere.  Please contact me immediately.)

Debian bug tracking system administrator
(administrator, Debian Bugs database)

--- Begin Message ---
Package: cpufrequtils
Version: 002-6

Frequency scaling need the proper cpufreq module to be loaded.
The /etc/init.d/loadcpufreq script should take care of this kernel loading process, but it exits immediately, doing nothing, if /etc/default/loadcpufreq doesn't contain this:
ENABLE=true

So if kernel modules are not loaded in other way (/etc/modules), /etc/init.d/cpufrequtils cannot run any cpufreq governor and frequency scaling simply doesn't work.

That was my situation after upgrade to 002-6.
I've resolved creating /etc/default/loadcpufreq and adding "ENABLE=true" into it. It is sufficient to load the acpi-cpufreq driver needed by my Centrino notebook.

This is now documented in /usr/share/doc/cpufrequtils/README.Debian (and in the "examples" directory), but i think that /etc/init.d/loadcpufreq should behave like /etc/init.d/cpufrequtils, considering a default "ENABLE=true", even if /etc/default/loadcpufreq doesn't exist (see attached patch). With the latter conf file you can override this and eventual wrong modules detection.
It seems to me a "Just works" configuration for the common cases.

Regards.

Cesare.
--- /etc/init.d/loadcpufreq	2007-12-24 08:45:23.000000000 +0100
+++ loadcpufreq	2007-12-27 04:25:55.000000000 +0100
@@ -28,6 +28,9 @@
 . /lib/lsb/init-functions
 . /etc/default/rcS
 
+# Start by default to ensure that the proper drivers are loaded.
+ENABLE=true
+
 [ -f /etc/default/loadcpufreq ] && . /etc/default/loadcpufreq
 
 set -e

--- End Message ---
--- Begin Message ---
Source: cpufrequtils
Source-Version: 002-7

We believe that the bug you reported is fixed in the latest version of
cpufrequtils, which is due to be installed in the Debian FTP archive:

cpufrequtils_002-7.diff.gz
  to pool/main/c/cpufrequtils/cpufrequtils_002-7.diff.gz
cpufrequtils_002-7.dsc
  to pool/main/c/cpufrequtils/cpufrequtils_002-7.dsc
cpufrequtils_002-7_i386.deb
  to pool/main/c/cpufrequtils/cpufrequtils_002-7_i386.deb
libcpufreq-dev_002-7_i386.deb
  to pool/main/c/cpufrequtils/libcpufreq-dev_002-7_i386.deb
libcpufreq0_002-7_i386.deb
  to pool/main/c/cpufrequtils/libcpufreq0_002-7_i386.deb



A summary of the changes between this version and the previous one is
attached.

Thank you for reporting the bug, which will now be closed.  If you
have further comments please address them to [EMAIL PROTECTED],
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Mattia Dongili <[EMAIL PROTECTED]> (supplier of updated cpufrequtils package)

(This message was generated automatically at their request; if you
believe that there is a problem with it please contact the archive
administrators by mailing [EMAIL PROTECTED])


-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

Format: 1.7
Date: Sun, 30 Dec 2007 11:39:18 +0900
Source: cpufrequtils
Binary: cpufrequtils libcpufreq0 libcpufreq-dev
Architecture: source i386
Version: 002-7
Distribution: unstable
Urgency: low
Maintainer: Mattia Dongili <[EMAIL PROTECTED]>
Changed-By: Mattia Dongili <[EMAIL PROTECTED]>
Description: 
 cpufrequtils - utilities to deal with the cpufreq Linux kernel feature
 libcpufreq-dev - development files to deal with the cpufreq Linux kernel 
feature
 libcpufreq0 - shared library to deal with the cpufreq Linux kernel feature
Closes: 457753 457931
Changes: 
 cpufrequtils (002-7) unstable; urgency=low
 .
   * Set ENABLE=true by default in loadcpufreq.init (Closes: #457753)
   * use /proc/stat to get the list of cpus for which we need to set the
     default governor/limits at boot in cpufrequtils.init (Closes: #457931)
Files: 
 0d91f3f88406792b1a955b37ce2f1777 640 admin optional cpufrequtils_002-7.dsc
 9b32f433b51b1dbf8a656c1fc7f8a94c 9972 admin optional cpufrequtils_002-7.diff.gz
 bfc7bf82072b19c7346c07a011f92fbe 27252 admin optional 
cpufrequtils_002-7_i386.deb
 d6d9c5933e1f8feefd0f135c3126558c 11560 libs optional libcpufreq0_002-7_i386.deb
 4709d65cedc008b9a6c986a69c466fb5 11412 libdevel optional 
libcpufreq-dev_002-7_i386.deb

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.6 (GNU/Linux)

iD8DBQFHdwsHgpRPaOotLEERAlOqAJ4mNUDgy4Yf5ikRbE4Dtbm9CuE/BwCeNWEV
Xa9gse6yrVNmm2i4v56Auzw=
=0+ar
-----END PGP SIGNATURE-----



--- End Message ---

Reply via email to