All of lore.kernel.org
 help / color / mirror / Atom feed
* powernow-k7: changing of VID is posible, says tom...
@ 2004-10-01 20:29 Nebojsa Trpkovic
  2004-10-02 19:12 ` Harald Milz
  0 siblings, 1 reply; 7+ messages in thread
From: Nebojsa Trpkovic @ 2004-10-01 20:29 UTC (permalink / raw)
  To: cpufreq

So, I've read many things about this and one of them was thread:
    http://www.linux.org.uk/mailman/private/cpufreq/2004-June/003812.html
about "[PATCH] powernow-k7: Userspace PST for Athlon XP-M on desktop 
boards".

I know that only FID of mobile CPUs can be changed on desktop board. 
Personaly, I've modded my Barton to Mobile one but I had no time to try 
changing FID in Linux. In Window$ all worked well.

BUT !!!

Today, I've read on Tom's Hardware that there IS way to change VID on 
the fly. He says that "AMD keeps the corresponding utility under lock 
and key for security reasons."
    http://www.tomshardware.com/cpu/20041001/index.html

So, if AMD has that utility for Window$,
    http://www.tomshardware.com/cpu/20041001/athlon-underclocking-06.html
I guess it's posible to make something similar for Linux

Or, maybe, Tom just wants to raise number of hits for his site? ;)

^ permalink raw reply	[flat|nested] 7+ messages in thread

* Re: powernow-k7: changing of VID is posible, says tom...
  2004-10-01 20:29 powernow-k7: changing of VID is posible, says tom Nebojsa Trpkovic
@ 2004-10-02 19:12 ` Harald Milz
  2004-10-02 23:25   ` Nebojsa Trpkovic
  0 siblings, 1 reply; 7+ messages in thread
From: Harald Milz @ 2004-10-02 19:12 UTC (permalink / raw)
  To: cpufreq

Nebojsa Trpkovic <tnt@professor.ru> wrote:

> Today, I've read on Tom's Hardware that there IS way to change VID on 
> the fly. He says that "AMD keeps the corresponding utility under lock 
> and key for security reasons."

Without the motherboard hardware supporting VID changes, this tool does
nothing. This is also what the article says: "But the motherboard, too, must
fulfill requirements in handling a pseudo-mobile processor." So - with some
boards it may work, most board don't recognize (i.e. connect) the VID pins.
If somebody has a list of boards that do use the VID pins - that would be
great. 

-- 
"You've got to have a gimmick if your band sucks."
		-- Gary Giddens

^ permalink raw reply	[flat|nested] 7+ messages in thread

* Re: powernow-k7: changing of VID is posible, says tom...
  2004-10-02 19:12 ` Harald Milz
@ 2004-10-02 23:25   ` Nebojsa Trpkovic
  2004-10-03  6:44     ` Harald Milz
  0 siblings, 1 reply; 7+ messages in thread
From: Nebojsa Trpkovic @ 2004-10-02 23:25 UTC (permalink / raw)
  To: cpufreq

I'm stucked!

What should I do if I get:

> [root@beta tnt]# insmod 
> /lib/modules/2.6.8-dynfreq/kernel/arch/i386/kernel/cpu/cpufreq/powernow-k7.ko 
> mycpuid=0x6a0 myfsbspeed=200 mymaxfid=0x00 mystartvid=0xb 
> mynumpstates=5 myfids=0x00,0x0a,0x06,0x04,0x12 
> myvids=0x0b,0x0d,0x13,0x13,0x13
> insmod: error inserting 
> '/lib/modules/2.6.8-dynfreq/kernel/arch/i386/kernel/cpu/cpufreq/powernow-k7.ko': 
> -1 No such device
> [root@beta tnt]# insmod 
> /lib/modules/2.6.8-dynfreq/kernel/arch/i386/kernel/cpu/cpufreq/powernow-k7.ko 
> mycpuid=0x7a0 myfsbspeed=200 mymaxfid=0x00 mystartvid=0xb 
> mynumpstates=5 myfids=0x00,0x0a,0x06,0x04,0x12 
> myvids=0x0b,0x0d,0x13,0x13,0x13
> insmod: error inserting 
> '/lib/modules/2.6.8-dynfreq/kernel/arch/i386/kernel/cpu/cpufreq/powernow-k7.ko': 
> -1 No such device

^ permalink raw reply	[flat|nested] 7+ messages in thread

* Re: powernow-k7: changing of VID is posible, says tom...
  2004-10-02 23:25   ` Nebojsa Trpkovic
@ 2004-10-03  6:44     ` Harald Milz
  2004-10-03  9:01       ` Nebojsa Trpkovic
  0 siblings, 1 reply; 7+ messages in thread
From: Harald Milz @ 2004-10-03  6:44 UTC (permalink / raw)
  To: cpufreq

Nebojsa Trpkovic <tnt@professor.ru> wrote:
> I'm stucked!

> What should I do if I get:

use modprobe. powernow-k7 has some dependencies. 

-- 
If everybody minded their own business, the world would go
around a deal faster.
		-- The Duchess, "Through the Looking Glass"

^ permalink raw reply	[flat|nested] 7+ messages in thread

* Re: powernow-k7: changing of VID is posible, says tom...
  2004-10-03  6:44     ` Harald Milz
@ 2004-10-03  9:01       ` Nebojsa Trpkovic
  2004-10-03  9:13         ` mark newman
  0 siblings, 1 reply; 7+ messages in thread
From: Nebojsa Trpkovic @ 2004-10-03  9:01 UTC (permalink / raw)
  To: cpufreq

Harald Milz wrote:

>use modprobe. powernow-k7 has some dependencies. 
>
>  
>
Same story:

[root@beta tnt]# modprobe powernow-k7 mycpuid=0x6a0 myfsbspeed=200 
mymaxfid=0x00 mystartvid=0xb mynumpstates=5 
myfids=0x00,0x0a,0x06,0x04,0x12 myvids=0x0b,0x0d,0x13,0x13,0x13
FATAL: Error inserting powernow_k7 
(/lib/modules/2.6.8-dynfreq/kernel/arch/i386/kernel/cpu/cpufreq/powernow-k7.ko): 
No such device
[root@beta tnt]# modprobe powernow-k7 mycpuid=0x7a0 myfsbspeed=200 
mymaxfid=0x00 mystartvid=0xb mynumpstates=5 
myfids=0x00,0x0a,0x06,0x04,0x12 myvids=0x0b,0x0d,0x13,0x13,0x13
FATAL: Error inserting powernow_k7 
(/lib/modules/2.6.8-dynfreq/kernel/arch/i386/kernel/cpu/cpufreq/powernow-k7.ko): 
No such device

I guess that my CPU can not be recognised because it's modded Barton. I 
made it 'mobile' by connecting L5 bridge on it. But, in Window$ 
everything works fine and I'm able to change multiplier on the fly.
Maybe I just use wrong mycpuid, but I've tried 0x6a0 and 0x7a0... :(

Is there any way to force powernow to work without checking of CPU?

^ permalink raw reply	[flat|nested] 7+ messages in thread

* Re: powernow-k7: changing of VID is posible, says tom...
  2004-10-03  9:01       ` Nebojsa Trpkovic
@ 2004-10-03  9:13         ` mark newman
  2004-10-03 10:18           ` mark newman
  0 siblings, 1 reply; 7+ messages in thread
From: mark newman @ 2004-10-03  9:13 UTC (permalink / raw)
  To: cpufreq

 
I'm no expert here, but you may find more info using
dmesg.  Also should fsb be 100 instead of 200?  If you
have /dev/cpuid support in your kernel, I think
cpuinfo will give you the cpuid (I think so anyway)

I should say that I couldnt get this to work either,
although others on the list certainly have :).

Mark

--- Nebojsa Trpkovic <tnt@professor.ru> wrote: 
> Harald Milz wrote:
> 
> >use modprobe. powernow-k7 has some dependencies. 
> >
> >  
> >
> Same story:
> 
> [root@beta tnt]# modprobe powernow-k7 mycpuid=0x6a0
> myfsbspeed=200 
> mymaxfid=0x00 mystartvid=0xb mynumpstates=5 
> myfids=0x00,0x0a,0x06,0x04,0x12
> myvids=0x0b,0x0d,0x13,0x13,0x13
> FATAL: Error inserting powernow_k7 
>
(/lib/modules/2.6.8-dynfreq/kernel/arch/i386/kernel/cpu/cpufreq/powernow-k7.ko):
> 
> No such device
> [root@beta tnt]# modprobe powernow-k7 mycpuid=0x7a0
> myfsbspeed=200 
> mymaxfid=0x00 mystartvid=0xb mynumpstates=5 
> myfids=0x00,0x0a,0x06,0x04,0x12
> myvids=0x0b,0x0d,0x13,0x13,0x13
> FATAL: Error inserting powernow_k7 
>
(/lib/modules/2.6.8-dynfreq/kernel/arch/i386/kernel/cpu/cpufreq/powernow-k7.ko):
> 
> No such device
> 
> I guess that my CPU can not be recognised because
> it's modded Barton. I 
> made it 'mobile' by connecting L5 bridge on it. But,
> in Window$ 
> everything works fine and I'm able to change
> multiplier on the fly.
> Maybe I just use wrong mycpuid, but I've tried 0x6a0
> and 0x7a0... :(
> 
> Is there any way to force powernow to work without
> checking of CPU?
> 
> 
> 
> 
> 
> _______________________________________________
> Cpufreq mailing list
> Cpufreq@www.linux.org.uk
> http://www.linux.org.uk/mailman/listinfo/cpufreq
>  


	
	
		
___________________________________________________________ALL-NEW Yahoo! Messenger - all new features - even more fun!  http://uk.messenger.yahoo.com

^ permalink raw reply	[flat|nested] 7+ messages in thread

* Re: powernow-k7: changing of VID is posible, says tom...
  2004-10-03  9:13         ` mark newman
@ 2004-10-03 10:18           ` mark newman
  0 siblings, 0 replies; 7+ messages in thread
From: mark newman @ 2004-10-03 10:18 UTC (permalink / raw)
  To: cpufreq


Sorry thats x86info not cpuinfo

 --- mark newman <emergant2000@yahoo.co.uk> wrote: 
>  
> I'm no expert here, but you may find more info using
> dmesg.  Also should fsb be 100 instead of 200?  If
> you
> have /dev/cpuid support in your kernel, I think
> cpuinfo will give you the cpuid (I think so anyway)
> 
> I should say that I couldnt get this to work either,
> although others on the list certainly have :).
> 
> Mark
> 
> --- Nebojsa Trpkovic <tnt@professor.ru> wrote: 
> > Harald Milz wrote:
> > 
> > >use modprobe. powernow-k7 has some dependencies. 
> > >
> > >  
> > >
> > Same story:
> > 
> > [root@beta tnt]# modprobe powernow-k7
> mycpuid=0x6a0
> > myfsbspeed=200 
> > mymaxfid=0x00 mystartvid=0xb mynumpstates=5 
> > myfids=0x00,0x0a,0x06,0x04,0x12
> > myvids=0x0b,0x0d,0x13,0x13,0x13
> > FATAL: Error inserting powernow_k7 
> >
>
(/lib/modules/2.6.8-dynfreq/kernel/arch/i386/kernel/cpu/cpufreq/powernow-k7.ko):
> > 
> > No such device
> > [root@beta tnt]# modprobe powernow-k7
> mycpuid=0x7a0
> > myfsbspeed=200 
> > mymaxfid=0x00 mystartvid=0xb mynumpstates=5 
> > myfids=0x00,0x0a,0x06,0x04,0x12
> > myvids=0x0b,0x0d,0x13,0x13,0x13
> > FATAL: Error inserting powernow_k7 
> >
>
(/lib/modules/2.6.8-dynfreq/kernel/arch/i386/kernel/cpu/cpufreq/powernow-k7.ko):
> > 
> > No such device
> > 
> > I guess that my CPU can not be recognised because
> > it's modded Barton. I 
> > made it 'mobile' by connecting L5 bridge on it.
> But,
> > in Window$ 
> > everything works fine and I'm able to change
> > multiplier on the fly.
> > Maybe I just use wrong mycpuid, but I've tried
> 0x6a0
> > and 0x7a0... :(
> > 
> > Is there any way to force powernow to work without
> > checking of CPU?
> > 
> > 
> > 
> > 
> > 
> > _______________________________________________
> > Cpufreq mailing list
> > Cpufreq@www.linux.org.uk
> > http://www.linux.org.uk/mailman/listinfo/cpufreq
> >  
> 
> 
> 	
> 	
> 		
>
___________________________________________________________ALL-NEW
> Yahoo! Messenger - all new features - even more fun!
>  http://uk.messenger.yahoo.com
> 
> _______________________________________________
> Cpufreq mailing list
> Cpufreq@www.linux.org.uk
> http://www.linux.org.uk/mailman/listinfo/cpufreq
>  


	
	
		
___________________________________________________________ALL-NEW Yahoo! Messenger - all new features - even more fun!  http://uk.messenger.yahoo.com

^ permalink raw reply	[flat|nested] 7+ messages in thread

end of thread, other threads:[~2004-10-03 10:18 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2004-10-01 20:29 powernow-k7: changing of VID is posible, says tom Nebojsa Trpkovic
2004-10-02 19:12 ` Harald Milz
2004-10-02 23:25   ` Nebojsa Trpkovic
2004-10-03  6:44     ` Harald Milz
2004-10-03  9:01       ` Nebojsa Trpkovic
2004-10-03  9:13         ` mark newman
2004-10-03 10:18           ` mark newman

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.