Package: cpufrequtils
Version: 007-1
Severity: normal
Tags: patch

The init script /etc/init.d/loadcpufreq does not support AMD E-350 cpus
or to be more precise AMD cpu family 20. As the cpu is already supported
by powernow-k8 it is sufficient to add another check for CPU_FAMILY 20.
See http://pastebin.com/qWywsSUM for /proc/cpuinfo.

-- System Information:
Debian Release: wheezy/sid
  APT prefers unstable
  APT policy: (881, 'unstable'), (500, 'testing'), (500, 'stable'), (1, 
'experimental')
Architecture: amd64 (x86_64)

Kernel: Linux 2.6.38-grml64 (SMP w/2 CPU cores; PREEMPT)
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/bash

Versions of packages cpufrequtils depends on:
ii  debconf [debconf-2.0]         1.5.38     Debian configuration management sy
ii  libc6                         2.11.2-13  Embedded GNU C Library: Shared lib
ii  libcpufreq0                   007-1      shared library to deal with the cp
ii  lsb-base                      3.2-27     Linux Standard Base 3.2 init scrip

cpufrequtils recommends no packages.

cpufrequtils suggests no packages.

-- debconf information excluded
--- debian/cpufrequtils.loadcpufreq.init.orig   2011-05-24 19:39:17.499767018 
+0200
+++ debian/cpufrequtils.loadcpufreq.init        2011-05-24 19:39:45.546281744 
+0200
@@ -117,7 +117,7 @@
                     # K7
                     MODULE=powernow-k7
                     ;;
-                15|16|17)
+                15|16|17|20)
                     # K8
                     MODULE=powernow-k8
                     ;;

Reply via email to