mh0rst / turionpowercontrol

Automatically exported from code.google.com/p/turionpowercontrol
9 stars 4 forks source link

E450 Failed #10

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
# tpc­-set core all pstate 2 frequency 825 vcore 1.000
bash: $'tpc\302\255-set': Command not found.

# uname -a
Linux X121e 3.3.4-2-ARCH #1 SMP PREEMPT Wed May 2 18:28:42 CEST 2012 x86_64 AMD 
E-450 APU with Radeon(tm) HD Graphics AuthenticAMD GNU/Linux

# modprobe cpuid
# modprobe msr

# tpc -l
Turion Power States Optimization and Control - by blackshard - v0.43

Main processor is Family 14h (Zacate/Ontario) Processor
    Family: 0xf     Model: 0x2      Stepping: 0x0
    Extended Family: 0x14   Extended Model: 0x2
    Package Type: 0x0   BrandId: 0x12e9 
Machine has 1 nodes
Processor has 2 cores
Processor has 8 p-states
Processor has 0 boost states

Power States table:
-- Node: 0 Core 0
core 0 pstate 0 (p0) - En:1 VID:16 DID:2.00 Freq:1650 VCore:1.3500
core 0 pstate 1 (p1) - En:1 VID:22 DID:2.50 Freq:1320 VCore:1.2750
core 0 pstate 2 (p2) - En:1 VID:43 DID:4.00 Freq:825 VCore:1.0125
core 0 pstate 3 (p3) - En:0 VID:0 DID:1.00 Freq:3300 VCore:1.5500
core 0 pstate 4 (p4) - En:0 VID:0 DID:1.00 Freq:3300 VCore:1.5500
core 0 pstate 5 (p5) - En:0 VID:0 DID:1.00 Freq:3300 VCore:1.5500
core 0 pstate 6 (p6) - En:0 VID:0 DID:1.00 Freq:3300 VCore:1.5500
core 0 pstate 7 (p7) - En:0 VID:0 DID:1.00 Freq:3300 VCore:1.5500
-- Node: 0 Core 1
core 1 pstate 0 (p0) - En:1 VID:16 DID:2.00 Freq:1650 VCore:1.3500
core 1 pstate 1 (p1) - En:1 VID:22 DID:2.50 Freq:1320 VCore:1.2750
core 1 pstate 2 (p2) - En:1 VID:43 DID:4.00 Freq:825 VCore:1.0125
core 1 pstate 3 (p3) - En:0 VID:0 DID:1.00 Freq:3300 VCore:1.5500
core 1 pstate 4 (p4) - En:0 VID:0 DID:1.00 Freq:3300 VCore:1.5500
core 1 pstate 5 (p5) - En:0 VID:0 DID:1.00 Freq:3300 VCore:1.5500
core 1 pstate 6 (p6) - En:0 VID:0 DID:1.00 Freq:3300 VCore:1.5500
core 1 pstate 7 (p7) - En:0 VID:0 DID:1.00 Freq:3300 VCore:1.5500

 --- Node 0:
Processor Maximum PState: 2
Processor Startup PState: 2
Processor Maximum Operating Frequency: 3300 MHz

Minimum allowed VID: 123 (0.013v) - Maximum allowed VID 16 (1.350v)
Processor AltVID: 43 (1.013v)

Done.

Original issue reported on code.google.com by marku...@gmail.com on 6 May 2012 at 9:22

GoogleCodeExporter commented 9 years ago
In the very first line:

# tpc­-set core all pstate 2 frequency 825 vcore 1.000
bash: $'tpc\302\255-set': Command not found.

you can see you invoked the wrong executable. tpc-set does not exist.
You forgot a space between tpc and -set

Original comment by paolo.sa...@gmail.com on 14 May 2012 at 7:36

GoogleCodeExporter commented 9 years ago

Original comment by paolo.sa...@gmail.com on 14 May 2012 at 7:37

GoogleCodeExporter commented 9 years ago
ah what a shame^^ works fine

Original comment by marku...@gmail.com on 14 May 2012 at 8:05