Fedora Linux Support Community & Resources Center
Sections ›› Home | Forums | Guidelines | Forum Help | Fedora FAQ | Fedora News 

Go Back   FedoraForum.org > Fedora Support > Laptop

Laptop Help on using Fedora on laptops. LCD screens, APM, PCMCIA, etc.

Reply
 
Thread Tools Search this Thread Display Modes
  #1  
Old 2004-07-22, 09:10 PM CDT
Kitaran Offline
Registered User
 
Join Date: Jul 2004
Posts: 9
Cpuspeed daemon wont start

When I run serviceconf and try to start the cpuspeed daemon it says that it was started successfully, however the window still says it is stopped.

I'm not sure where to start looking to solve a problem like this and any help would be appreciated. Thanks
Reply With Quote
  #2  
Old 2004-07-22, 09:35 PM CDT
djf_jeff Offline
Registered User
 
Join Date: Mar 2004
Location: Quebec
Age: 27
Posts: 77
Try

ps aux | grep cpuspeed

And if you see cpuspeed -d in the result, the service in started
__________________
Jeff Saucier
Reply With Quote
  #3  
Old 2004-07-22, 09:42 PM CDT
Kitaran Offline
Registered User
 
Join Date: Jul 2004
Posts: 9
Nope, its not listed. My /proc/cpuinfo says my processer is always running at max.
Reply With Quote
  #4  
Old 2004-07-22, 10:54 PM CDT
Viro Offline
Registered User
 
Join Date: Jun 2004
Posts: 114
You need to edit /etc/cpuspeed.conf and make sure that your CPU driver is loaded. Also, you might need to uncomment the last 2 lines in the file.

Failing that, you might want to take a look at the powernowd daemon. It doesn't come with Fedora core 2, but its easy enough to install. I installed it instead of using cpuspeed because I found cpuspeed a pain to configure on my Athlon64 notebook.
Reply With Quote
  #5  
Old 2004-07-23, 12:01 AM CDT
djf_jeff Offline
Registered User
 
Join Date: Mar 2004
Location: Quebec
Age: 27
Posts: 77
Viro has it right, you need to specify a driver in cpuspeed.cond, here is mine

Code:
VMAJOR=1
VMINOR=1
DRIVER="speedstep-centrino"
#DRIVER="powernow-k7"
#OPTS="-a /proc/acpi/ac_adapter/*/state -t /proc/acpi/thermal_zone/*/temperature 75"
I have just change the driver...

You must also be sure that your cpu support scaling. It's not all CPU that do this
__________________
Jeff Saucier
Reply With Quote
  #6  
Old 2004-07-23, 12:32 AM CDT
Kitaran Offline
Registered User
 
Join Date: Jul 2004
Posts: 9
I have an intel pentium M 1.6ghz. It supports scaling and ACPI shows that it recognizes this. I uncommented the last two lines in my cpuspeed.conf, but i dont know if that is the correct driver for my processor. When i booted up WITH the last two lines commented my cpu ran at 600mhz, and never scaled up. With them uncommented my cpu runs at max, and never scales down
Reply With Quote
  #7  
Old 2004-07-23, 01:21 AM CDT
djf_jeff Offline
Registered User
 
Join Date: Mar 2004
Location: Quebec
Age: 27
Posts: 77
If you have a centrino (yes, it's what you have!), just copy my cpuspeed.conf in your and you will be up!

I have the same thing as you (except it's 1.5ghz) and it scale between 600 and 1500 easily and rapidly.

I have add

Code:
acpi=on
in /etc/grub.conf at the kernel line. Here is my grub.conf :

Code:
# grub.conf generated by anaconda
#
# Note that you do not have to rerun grub after making changes to this file
# NOTICE:  You do not have a /boot partition.  This means that
#          all kernel and initrd paths are relative to /, eg.
#          root (hd0,1)
#          kernel /boot/vmlinuz-version ro root=/dev/hda2
#          initrd /boot/initrd-version.img
#boot=/dev/hda
default=0
timeout=5
splashimage=(hd0,1)/boot/grub/splash.xpm.gz
title Fedora Core (2.6.6-1.435.2.3)
        root (hd0,1)
        kernel /boot/vmlinuz-2.6.6-1.435.2.3 ro root=LABEL=/ acpi=on rhgb quiet
        initrd /boot/initrd-2.6.6-1.435.2.3.img
__________________
Jeff Saucier
Reply With Quote
  #8  
Old 2004-07-23, 01:23 AM CDT
Kitaran Offline
Registered User
 
Join Date: Jul 2004
Posts: 9
That is also in my grub.conf, the script to dynamically change it is not working aka cpuspeed
Reply With Quote
  #9  
Old 2004-07-23, 02:19 AM CDT
djf_jeff Offline
Registered User
 
Join Date: Mar 2004
Location: Quebec
Age: 27
Posts: 77
Can you paste here the cpuspeed.conf and grub.conf please?

I think we misunderstand each other...
__________________
Jeff Saucier
Reply With Quote
  #10  
Old 2004-07-23, 05:29 AM CDT
Kitaran Offline
Registered User
 
Join Date: Jul 2004
Posts: 9
#boot=/dev/hda
default=0
timeout=10
splashimage=(hd0,2)/grub/splash.xpm.gz
title Fedora Core (2.6.6-1.435.2.3)
root (hd0,2)
kernel /vmlinuz-2.6.6-1.435.2.3 ro root=LABEL=/ acpi=on rhgb quiet
initrd /initrd-2.6.6-1.435.2.3.img




VMAJOR=1
VMINOR=1
DRIVER="powernow-k7"
OPTS="-a /proc/acpi/ac_adapter/*/state -t /proc/acpi/thermal_zone/*/temperature 75"
Reply With Quote
  #11  
Old 2004-07-23, 11:54 AM CDT
Kitaran Offline
Registered User
 
Join Date: Jul 2004
Posts: 9
[root@localhost sbin]# ./cpuspeed -d
Error: Could not open file for writing: /sys/devices/system/cpu/cpu0/cpufreq/scaling_governor


I get that error when i try to run /usr/sbin/cpuspeed -d
Reply With Quote
  #12  
Old 2004-07-23, 07:19 PM CDT
djf_jeff Offline
Registered User
 
Join Date: Mar 2004
Location: Quebec
Age: 27
Posts: 77
Ok, so, copy this text in /etc/cpuspeed.conf overwritting all the you have :

Code:
VMAJOR=1
VMINOR=1
DRIVER="speedstep-centrino"
#DRIVER="powernow-k7"
#OPTS="-a /proc/acpi/ac_adapter/*/state -t /proc/acpi/thermal_zone/*/temperature 75"
After that do : service cpuspeed restart

The problem is that you have the powernow driver, that is made for AMD processor...
__________________
Jeff Saucier
Reply With Quote
  #13  
Old 2004-07-23, 09:10 PM CDT
Kitaran Offline
Registered User
 
Join Date: Jul 2004
Posts: 9
Thanks, getting closer, however it says FATAL: Module speedstep_centrino not found.

I'm using the FC2 Kernel 2.6.6-1.435.2.3, I havent touched it besides to install the ipw2100 packages.
Reply With Quote
  #14  
Old 2004-07-23, 09:17 PM CDT
micha's Avatar
micha Offline
Registered User
 
Join Date: Feb 2004
Location: France
Age: 32
Posts: 530
Quote:
Originally Posted by Kitaran
Thanks, getting closer, however it says FATAL: Module speedstep_centrino not found.
Try
Code:
DRIVER="centrino"
It works great with my Pentium M 1.7GHz.
Reply With Quote
  #15  
Old 2004-07-23, 09:26 PM CDT
Kitaran Offline
Registered User
 
Join Date: Jul 2004
Posts: 9
It says FATAL: Module centrino not found What is going on?! hehe
Reply With Quote
Reply

Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
HAL Daemon won't start SideshowMel Hardware 4 2008-08-30 09:35 AM CDT
How to start vsftpd as a daemon ? hongqian Networking 2 2006-12-08 12:07 AM CST
FC6 : Why does HAL daemon take so long to start? hollywoodb General Support 4 2006-10-28 11:34 AM CDT
What's up with the cpuspeed daemon? PilotJLR General Support 5 2006-06-06 09:20 PM CDT
Anaconda dont start in graph mode! First boot wont start after installation in text m dml Installation Help 4 2006-02-12 04:21 PM CST

Automatic Translations (Powered by Powered by Google):
Afrikaans Albanian Arabic Belarusian Bulgarian Catalan Chinese Croatian Czech Danish Dutch English Estonian Filipino Finnish French Galician German Greek Hebrew Hindi Hungarian Icelandic Indonesian Italian Japanese Korean Latvian Lithuanian Macedonian Malay Maltese Norwegian Persian Polish Portuguese Romanian Russian Serbian Slovak Slovenian Spanish Swahili Swedish Taiwanese Thai Turkish Ukrainian Vietnamese Yiddish

All times are GMT -7. The time now is 02:09 AM CST.

TopSubscribe to XML RSS for all Threads in all ForumsFedoraForumDotOrg Archive
Hosting provided by ThePlanet



All trademarks, and forum posts in this site are property of their respective owner(s).

FedoraForum.org is privately owned and is not directly sponsored by the Fedora Project or Red Hat, Inc.

Privacy Policy | Term of Use | Posting Guidelines | Archive | Contact | Founding Members
Designed By Ewdison Then | Powered by vBulletin ©2000-2009, Jelsoft Enterprises Ltd.
FedoraForum is Powered by Open Source Projects and Products
vB Enterprise Translator (vBET) created by NLP-er