Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
speed step?
View unanswered posts
View posts from last 24 hours

 
Reply to topic    Gentoo Forums Forum Index Kernel & Hardware
View previous topic :: View next topic  
Author Message
Fiver
n00b
n00b


Joined: 29 May 2002
Posts: 23

PostPosted: Sun Aug 04, 2002 10:05 pm    Post subject: speed step? Reply with quote

Hi. I just installed gentoo on a Toshiba Portege 2000. So far, everything seems great ... except ... it's an Intel PIII-M, which means that the processor speed changes depending on a couple of things. Specifically, it sets the processing speed at 377 MHz all the time. So cat /proc/cpuinfo gives

Code:

processor       : 0
vendor_id       : GenuineIntel
cpu family      : 6
model           : 11
model name      : Intel(R) Pentium(R) III Mobile CPU       750MHz
stepping        : 1
cpu MHz         : 377.782
cache size      : 512 KB


et cetera et cetera. Does anyone know how to tell it not to speedstep?
Back to top
View user's profile Send private message
Fiver
n00b
n00b


Joined: 29 May 2002
Posts: 23

PostPosted: Sun Aug 04, 2002 10:16 pm    Post subject: Never mind... Reply with quote

I'm an idiot. :oops: It's a kernel option.
Back to top
View user's profile Send private message
crypt0n1c
n00b
n00b


Joined: 06 Aug 2002
Posts: 7

PostPosted: Tue Aug 06, 2002 7:49 am    Post subject: Reply with quote

You can also disable the speedstep in your BIOS usually.
Back to top
View user's profile Send private message
Hole
n00b
n00b


Joined: 15 Jun 2002
Posts: 17

PostPosted: Tue Aug 06, 2002 12:01 pm    Post subject: Reply with quote

Make sure you compile in ACPI... goto /proc/acpi/ and then into the processor branch. You can flip it there... also, browse around the web, there is a speedstep switcher for linux as well.
Back to top
View user's profile Send private message
ptheborg
n00b
n00b


Joined: 27 Jun 2002
Posts: 67
Location: Rotterdam, The Netherlands

PostPosted: Thu Aug 08, 2002 1:02 am    Post subject: Reply with quote

Hole: How can I flip it in the /proc/acpi/cpu directory? Is it something like: #echo stepping 0 > CPU0 ???
_________________
Cheers

.NET is like a pet store written with gotos
Back to top
View user's profile Send private message
maverick
n00b
n00b


Joined: 24 Apr 2002
Posts: 37
Location: IRC

PostPosted: Mon Aug 12, 2002 12:01 pm    Post subject: Reply with quote

I switch like this:

Code:

-(root@wim)(/)> cd /proc/acpi/processor/CPU0/
-(root@wim)(CPU0)> cat performance
state count:             2
active state:            P0
states:
   *P0:                  1400 MHz, 0 mW, 250 uS
    P1:                  1200 MHz, 0 mW, 250 uS

2 states, default = P0
to switch:
Code:

echo 1 >> performance

It'll switch to state P1 :
Code:

-(root@wim)(CPU0)> cat performance
state count:             2
active state:            P1
states:
    P0:                  1400 MHz, 0 mW, 250 uS
   *P1:                  1200 MHz, 0 mW, 250 uS
Back to top
View user's profile Send private message
ptheborg
n00b
n00b


Joined: 27 Jun 2002
Posts: 67
Location: Rotterdam, The Netherlands

PostPosted: Mon Aug 12, 2002 3:23 pm    Post subject: Reply with quote

thx
_________________
Cheers

.NET is like a pet store written with gotos
Back to top
View user's profile Send private message
berryman77
n00b
n00b


Joined: 13 Feb 2003
Posts: 23

PostPosted: Tue Mar 25, 2003 1:03 am    Post subject: Ausome Speedstep Program Reply with quote

It's called autospeedstep

http://gpsdrive.kraftvoll.at/speedstep.shtml

I have a P4 1.7G with acpi comiled into the kernel.
I downloaded and isntalled this program.
In /etc/conf.d/local.start I added the line:
/usr/local/sbin/autospeedstart

It works great. I keeps the processor on the lower setting until it reaches 70% usage then steps it up.
Back to top
View user's profile Send private message
Display posts from previous:   
Reply to topic    Gentoo Forums Forum Index Kernel & Hardware All times are GMT
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum