[Bug 111375] No powernow support on Athlon 64 3800+
Launchpad Bug Tracker
111375 at bugs.launchpad.net
Mon Dec 3 20:03:04 UTC 2007
You have been subscribed to a public bug:
Binary package hint: powernowd
I can't get powernowd to work -- can't even insert the kernel module:
# modprobe powernow-k8
FATAL: Error inserting powernow_k8 (/lib/modules/2.6.15-28-amd64-server/kernel/arch/x86_64/kernel/cpufreq/powernow-k8.ko): No such device
Here's the tail of /var/log/messages:
Apr 30 20:23:37 beavis2 kernel: [ 7780.188893] powernow-k8: Processor cpuid 70ff1 not supported
# uname -a:
Linux beavis2 2.6.15-28-amd64-server #1 SMP Tue Mar 13 21:03:51 UTC 2007 x86_64 GNU/Linux
As per a similar old bug, I'm running sh -x /usr/share/powernowd/cpufreq-detect.sh:
+ /usr/sbin/laptop-detect
+ CPUINFO=/proc/cpuinfo
+ IOPORTS=/proc/ioports
+ '[' '!' -f /proc/cpuinfo ']'
++ grep '^model name' /proc/cpuinfo
++ head -1
++ sed -e 's/^.*: //;'
+ MODEL_NAME='AMD Athlon(tm) 64 Processor 3800+'
++ grep -E '^cpud[^:]+:' /proc/cpuinfo
++ head -1
++ sed -e 's/^.*: //;'
+ CPU=
++ grep -E '^vendor_id[^:]+:' /proc/cpuinfo
++ head -1
++ sed -e 's/^.*: //;'
+ VENDOR_ID=AuthenticAMD
++ sed -e '/^cpu family/ {s/.*: //;p;Q};d' /proc/cpuinfo
+ CPU_FAMILY=15
+ MODULE=none
+ MODULE_FALLBACK=acpi-cpufreq
+ '[' -f /proc/ioports ']'
+ grep -q 'Intel .*ICH' /proc/ioports
+ PIII_MODULE=speedstep-smi
+ case "$VENDOR_ID" in
+ case $CPU_FAMILY in
+ MODULE=powernow-k8
cpuinfo:
=======
processor : 0
vendor_id : AuthenticAMD
cpu family : 15
model : 127
model name : AMD Athlon(tm) 64 Processor 3800+
stepping : 1
cpu MHz : 2405.456
cache size : 512 KB
fpu : yes
fpu_exception : yes
cpuid level : 1
wp : yes
flags : fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush mmx fxsr sse sse2 syscall nx mmxext fxsr_opt lm 3dnowext 3dnow pni cx16 lahf_lm
bogomips : 4815.85
TLB size : 1024 4K pages
clflush size : 64
cache_alignment : 64
address sizes : 40 bits physical, 48 bits virtual
power management: ts fid vid ttp tm stc [6]
Thanks!
** Affects: linux-source-2.6.15 (Ubuntu)
Importance: Medium
Assignee: dAniel hAhler (blueyed)
Status: Incomplete
--
No powernow support on Athlon 64 3800+
https://bugs.edge.launchpad.net/bugs/111375
You received this bug notification because you are a member of Kernel Bugs, which is a bug contact for linux-source-2.6.15 in ubuntu.
More information about the kernel-bugs
mailing list