View previous topic :: View next topic |
Author |
Message |
Raoul_Duke l33t
![l33t l33t](/images/ranks/rank_rect_4.gif)
![](images/avatars/951260341413b3fb95c9a8.png)
Joined: 15 Dec 2002 Posts: 694 Location: Caerdydd, Wales
|
Posted: Thu Mar 11, 2004 9:34 pm Post subject: speedfreq not working |
|
|
Hi,
Just installed gentoo on my new acer aspire 1350......very happy so far
When i try to start speedfreq though it just chucks out this:
Code: | root@lappy mike # /etc/init.d/speedfreq start
* Starting speedfreq...
Usage: /usr/sbin/speedfreqd [-fqsuDPV] [-p policy]
-p P set policy to P
-u OK for users to set policy
-D print debug messages (implies -F)
-F stay in foreground (don't become daemon)
-P create a pid file /var/run/speedfreq.pid
-V version information
Available policies:
powersave maximise power savings
performance maximise performance
dynamic adjust speed according to CPU load (default)
NNN set CPU to a fixed speed of NNN MHz
|
Any ideas? _________________ www.iamthepenguin.com |
|
Back to top |
|
![](templates/gentoo/images/spacer.gif) |
chk n00b
![n00b n00b](/images/ranks/rank_rect_0.gif)
Joined: 08 Feb 2003 Posts: 15
|
Posted: Thu Mar 11, 2004 9:58 pm Post subject: |
|
|
Hi,
try to change the line in /etc/init.d/speedfreq in the start() section :
Code: |
/usr/sbin/speedfreqd -P -p ${SPEEDFREQ_SPEED} ${SPEEDFREQ_OPTS}
|
In my opinion the pid file must not be explicit specified.
Hope that will help...
cu christian |
|
Back to top |
|
![](templates/gentoo/images/spacer.gif) |
Raoul_Duke l33t
![l33t l33t](/images/ranks/rank_rect_4.gif)
![](images/avatars/951260341413b3fb95c9a8.png)
Joined: 15 Dec 2002 Posts: 694 Location: Caerdydd, Wales
|
Posted: Fri Mar 12, 2004 7:20 am Post subject: |
|
|
Thanks for getting back to me.
Sorry, i don't understand your answer
Also, i appear to have set the cpu to 'powersave' permantly......not sure how but i'm running at 756 mhz whereas it was 1.734 yesterday ![Confused :?](images/smiles/icon_confused.gif) _________________ www.iamthepenguin.com |
|
Back to top |
|
![](templates/gentoo/images/spacer.gif) |
|