You are not logged in.

#1 2009-03-09 21:49:39

brandon
Member
Registered: 2009-02-06
Posts: 5

Problem: AMD X2 powernow-k8

modprobe powernow-k8 gives :
"FATAL: Error inserting powernow_k8 (/lib/modules/2.6.27-9-generic/kernel/arch/x86/kernel/cpu/cpufreq/powernow-k8.ko): No such device"

(time stood still on the iron hill)
cpu in question : amd x2 4800+ brisbane
mobo in question : asrock A780FullDisplayPort

in bios : am2 boost - disabled
             cool&quit - enabled
             enhanced halt state - enabled

i tried all bios combinations, and nothing wields a victory.

i saw few people had the same problem, and had the same dmesg msg,
"powernow-k8: Found 1 AMD Athlon(tm) 64 X2 Dual Core Processor 4800+ processors (2 cpu cores) (version 2.20.00)
powernow-k8: ACPI Processor support is required for SMP systems but is absent. Please load the ACPI Processor module before starting this driver.
powernow-k8: ACPI Processor support is required for SMP systems but is absent. Please load the ACPI Processor module before starting this driver.
"

if anyone has any ideas or hints, i'd be more than glad to listen.

thnx in advance!

Offline

#2 2009-03-09 22:15:11

lucke
Member
From: Poland
Registered: 2004-11-30
Posts: 4,018

Re: Problem: AMD X2 powernow-k8

Tried "modprobe processor"?

Offline

#3 2009-03-10 07:04:30

brandon
Member
Registered: 2009-02-06
Posts: 5

Re: Problem: AMD X2 powernow-k8

tried. but like holy water, did no harm, nor it helped in any way. error msg is still there

Offline

#4 2009-03-10 14:59:33

eldarion
Member
From: Santarém - Portugal
Registered: 2006-08-01
Posts: 71

Re: Problem: AMD X2 powernow-k8

try loading freq_table (and processor) first, because powernow_k8 depends on both. I have the same cpu you have and i have no problems loading the powernowd deamon.

Offline

#5 2009-03-10 15:34:13

.:B:.
Forum Fellow
Registered: 2006-11-26
Posts: 5,819
Website

Re: Problem: AMD X2 powernow-k8

That's not an Arch kernel, that's for sure. Why don't you ask on the Ubuntu forums? wink Looks too similar to an Ubuntu kernel to be anything else. We're not a 'general Linux dump' forum.

Or be clear and concise about your problem. Are you running an Ubuntu kernel on an Arch installation (proof if you claim so).


Got Leenucks? :: Arch: Power in simplicity :: Get Counted! Registered Linux User #392717 :: Blog thingy

Offline

#6 2009-03-10 20:37:49

brandon
Member
Registered: 2009-02-06
Posts: 5

Re: Problem: AMD X2 powernow-k8

@B, it was pure arch.

Anyway, reinstalled the system, and got a new flashy msg
"MP systems not supported by PSB BIOS structure" , and that seems like a dead end.

Found some guys tutorial http://wejp.k.vu/projects/howto_cnq_athlon_64_x2/
but that potential solution seems kinda strange/risky to me.

*edit, updated system via pacman -Syu, and now when tried modprobe powernow-k8 i get the same error msg like in the first post "ACPI Processor support is re..."

Last edited by brandon (2009-03-10 20:46:08)

Offline

#7 2009-07-10 10:55:58

trotos
Member
Registered: 2008-05-29
Posts: 28

Re: Problem: AMD X2 powernow-k8

got the same proble.

root ~ #  dmesg | grep cpu -i
KERNEL supported cpus:
  Transmeta TransmetaCPU
x86 PAT enabled: cpu 0, old 0x7040600070406, new 0x7010600070106
SMP: Allowing 2 CPUs, 0 hotplug CPUs
NR_CPUS:8 nr_cpumask_bits:8 nr_cpu_ids:2 nr_node_ids:1
PERCPU: Embedded 11 pages at c2810000, static data 24444 bytes
Initializing CPU#0
SLUB: Genslabs=13, HWalign=64, Order=0-3, MinObjects=0, CPUs=2, Nodes=1
CPU: L1 I Cache: 64K (64 bytes/line), D cache 64K (64 bytes/line)
CPU: L2 Cache: 512K (64 bytes/line)
CPU: Physical Processor ID: 0
CPU: Processor Core ID: 0
Intel machine check reporting enabled on CPU#0.
CPU0: AMD Athlon(tm) 64 X2 Dual Core Processor 4600+ stepping 01
Initializing CPU#1
CPU: L1 I Cache: 64K (64 bytes/line), D cache 64K (64 bytes/line)
CPU: L2 Cache: 512K (64 bytes/line)
CPU: Physical Processor ID: 0
CPU: Processor Core ID: 1
Intel machine check reporting enabled on CPU#1.
x86 PAT enabled: cpu 1, old 0x7040600070406, new 0x7010600070106
CPU1: AMD Athlon(tm) 64 X2 Dual Core Processor 4600+ stepping 01
Brought up 2 CPUs
CPU0 attaching sched-domain:
CPU1 attaching sched-domain:
Switched to high resolution mode on CPU 0
Switched to high resolution mode on CPU 1
cpuidle: using governor ladder
cpuidle: using governor menu
processor ACPI_CPU:00: registered as cooling_device0
processor ACPI_CPU:01: registered as cooling_device1
powernow-k8: Found 1 AMD Athlon(tm) 64 X2 Dual Core Processor 4600+ processors (2 cpu cores) (version 2.20.00)
powernow-k8: Found 1 AMD Athlon(tm) 64 X2 Dual Core Processor 4600+ processors (2 cpu cores) (version 2.20.00)
cpufrequtils 005: cpufreq-info (C) Dominik Brodowski 2004-2006                                                             
Report errors and bugs to cpufreq@vger.kernel.org, please.                                                                 
analyzing CPU 0:                                                                                                           
  no or unknown cpufreq driver is active on this CPU                                                                       
analyzing CPU 1:                                                                                                           
  no or unknown cpufreq driver is active on this CPU
modprobe powernow-k8                                                                                             
WARNING: All config files need .conf: /etc/modprobe.d/framebuffer_blacklist.pacsave, it will be ignored in a future release.                                                                                                                          
FATAL: Error inserting powernow_k8 (/lib/modules/2.6.30-ARCH/kernel/arch/x86/kernel/cpu/cpufreq/powernow-k8.ko): No such device
modprobe processor
WARNING: All config files need .conf: /etc/modprobe.d/framebuffer_blacklist.pacsave, it will be ignored in a future release.

Offline

#8 2009-07-10 11:11:53

jelly
Administrator
From: /dev/null
Registered: 2008-06-10
Posts: 714

Re: Problem: AMD X2 powernow-k8

Hi  i have an AMD X2 4400++ at home and no problems with  cpu scaling with  the powernow one or acpi-cpufreq . Will look at home if i can modprobe the module, post the modules i use

Offline

#9 2009-07-28 08:51:48

trotos
Member
Registered: 2008-05-29
Posts: 28

Re: Problem: AMD X2 powernow-k8

bump

anyone. This is realy frustating

Offline

#10 2009-07-28 09:04:27

jelly
Administrator
From: /dev/null
Registered: 2008-06-10
Posts: 714

Re: Problem: AMD X2 powernow-k8

i have an AMD X2 64

Linux p6 2.6.30-ARCH #1 SMP PREEMPT Mon Jul 20 07:46:03 CEST 2009 x86_64 AMD Athlon(tm) 64 X2 Dual Core Processor 4400+ AuthenticAMD GNU/Linux

And i have got cpufreq working , i just modprobed powernow-k8 and changed the cpufreq config file

 KERNEL supported cpus:
x86 PAT enabled: cpu 0, old 0x7040600070406, new 0x7010600070106
SMP: Allowing 2 CPUs, 0 hotplug CPUs
NR_CPUS:16 nr_cpumask_bits:16 nr_cpu_ids:2 nr_node_ids:1
PERCPU: Embedded 25 pages at ffff880001010000, static data 72352 bytes
Initializing CPU#0
SLUB: Genslabs=13, HWalign=64, Order=0-3, MinObjects=0, CPUs=2, Nodes=1
HPET: 3 timers in total, 0 timers will be used for per-cpu timer
CPU: L1 I Cache: 64K (64 bytes/line), D cache 64K (64 bytes/line)
CPU: L2 Cache: 512K (64 bytes/line)
CPU: Physical Processor ID: 0
CPU: Processor Core ID: 0
CPU0: AMD Athlon(tm) 64 X2 Dual Core Processor 4400+ stepping 01
Initializing CPU#1
CPU: L1 I Cache: 64K (64 bytes/line), D cache 64K (64 bytes/line)
CPU: L2 Cache: 512K (64 bytes/line)
CPU: Physical Processor ID: 0
CPU: Processor Core ID: 1
x86 PAT enabled: cpu 1, old 0x7040600070406, new 0x7010600070106
CPU1: AMD Athlon(tm) 64 X2 Dual Core Processor 4400+ stepping 01
Brought up 2 CPUs
CPU0 attaching sched-domain:
CPU1 attaching sched-domain:
Switched to high resolution mode on CPU 0
Switched to high resolution mode on CPU 1
cpuidle: using governor ladder
cpuidle: using governor menu
processor ACPI_CPU:00: registered as cooling_device0
processor ACPI_CPU:01: registered as cooling_device1
powernow-k8: Found 1 AMD Athlon(tm) 64 X2 Dual Core Processor 4400+ processors (2 cpu cores) (version 2.20.00)

Take a look at your pacnew errors and fix them

WARNING: All config files need .conf: /etc/modprobe.d/framebuffer_blacklist.pacsave, it will be ignored in a future release.

Also make sure that in your BIOS  cpu scaling is enabled

Last edited by jelly (2009-07-28 09:06:32)

Offline

#11 2009-07-28 15:32:41

R00KIE
Forum Fellow
From: Between a computer and a chair
Registered: 2008-09-14
Posts: 4,734

Re: Problem: AMD X2 powernow-k8

@brandon
I don't know if using a custom DSDT is dangerous but there are some (scarce) references to its use on the net.
The objective is always to go around some bios bug, I have looked into this in the past and what I could understand is:

1) it is not easy because not many people know exactly what they are doing (you will be looking at decompiled code, not pretty source code) so if there are errors later on they just try to skip/omit the small bit of code that is causing trouble, and not many people actually resort to using a custom DSDT (there aren't many guides or information out there that I could find when I looked into it).

2) you may run into errors/warning when trying to compile your custom/modified DSDT with the intel compiler because your bios acpi code may have been originally compiled with the MS compiler, which is a lot more permissive (read, doesn't strictly follow the standards). This causes the intel compiler to at best throw warnings or fail to compile because of errors and that leads you to 1) (the author of the page you saw mentions this briefly)

But give it a go anyway, if it is important for you to have cpu scaling take a good look at it and try.


R00KIE
Tm90aGluZyB0byBzZWUgaGVyZSwgbW92ZSBhbG9uZy4K

Offline

#12 2009-08-27 12:13:43

trotos
Member
Registered: 2008-05-29
Posts: 28

Re: Problem: AMD X2 powernow-k8

ok how do I completely remove everything that has to do with the cpu, rebuild the kernel and reinstall the cpufreq???

I'vew tryed anything and there must be something with the kernel.

Or is there a utility to check out the kernel paramerts?

and how do I set the amdX2 +4600 correct options? s939

Offline

Board footer

Powered by FluxBB