Fedora Linux Support Community & Resources Center

Go Back   FedoraForum.org > Fedora 24/25 > Hardware & Laptops
FedoraForum Search

Forgot Password? Join Us!
Register All Albums FAQ Today's Posts Search

Hardware & Laptops Help with your hardware, including laptop issues

Reply
 
Thread Tools Search this Thread Display Modes
  #1  
Old 23rd July 2004, 04:10 AM
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 23rd July 2004, 04:35 AM
djf_jeff Offline
Registered User
 
Join Date: Mar 2004
Location: Quebec
Posts: 78
Try

ps aux | grep cpuspeed

And if you see cpuspeed -d in the result, the service in started
__________________
Jeff Saucier (djf_jeff)
Fedora profile
GPG : 0xA9E6E953
Reply With Quote
  #3  
Old 23rd July 2004, 04:42 AM
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 23rd July 2004, 05:54 AM
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 23rd July 2004, 07:01 AM
djf_jeff Offline
Registered User
 
Join Date: Mar 2004
Location: Quebec
Posts: 78
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 (djf_jeff)
Fedora profile
GPG : 0xA9E6E953
Reply With Quote
  #6  
Old 23rd July 2004, 07:32 AM
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 23rd July 2004, 08:21 AM
djf_jeff Offline
Registered User
 
Join Date: Mar 2004
Location: Quebec
Posts: 78
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 (djf_jeff)
Fedora profile
GPG : 0xA9E6E953
Reply With Quote
  #8  
Old 23rd July 2004, 08:23 AM
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 23rd July 2004, 09:19 AM
djf_jeff Offline
Registered User
 
Join Date: Mar 2004
Location: Quebec
Posts: 78
Can you paste here the cpuspeed.conf and grub.conf please?

I think we misunderstand each other...
__________________
Jeff Saucier (djf_jeff)
Fedora profile
GPG : 0xA9E6E953
Reply With Quote
  #10  
Old 23rd July 2004, 12:29 PM
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 23rd July 2004, 06:54 PM
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 24th July 2004, 02:19 AM
djf_jeff Offline
Registered User
 
Join Date: Mar 2004
Location: Quebec
Posts: 78
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 (djf_jeff)
Fedora profile
GPG : 0xA9E6E953
Reply With Quote
  #13  
Old 24th July 2004, 04:10 AM
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 24th July 2004, 04:17 AM
micha Offline
Registered User
 
Join Date: Feb 2004
Location: France
Age: 39
Posts: 533
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 24th July 2004, 04:26 AM
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

Tags
cpuspeed, daemon, start


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 & Laptops 8 27th February 2013 04:54 AM
How to start vsftpd as a daemon ? hongqian Servers & Networking 2 8th December 2006 07:07 AM
FC6 : Why does HAL daemon take so long to start? hollywoodb Using Fedora 4 28th October 2006 06:34 PM
What's up with the cpuspeed daemon? PilotJLR Using Fedora 5 7th June 2006 04:20 AM
Anaconda dont start in graph mode! First boot wont start after installation in text m dml Installation, Upgrades and Live Media 4 12th February 2006 11:21 PM


Current GMT-time: 11:22 (Tuesday, 27-06-2017)

TopSubscribe to XML RSS for all Threads in all ForumsFedoraForumDotOrg Archive
logo

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 Us | Founding Members

Powered by vBulletin® Copyright ©2000 - 2012, vBulletin Solutions, Inc.

FedoraForum is Powered by RedHat