Fedora Linux Support Community & Resources Center

Go Back   FedoraForum.org > Fedora 17/18 > Using Fedora
FedoraForum Search

Forgot Password? Join Us!

Using Fedora General support for current versions. Ask questions about Fedora and it's software that do not belong in any other forum.

Reply
 
Thread Tools Search this Thread Display Modes
  #1  
Old 6th January 2005, 10:31 PM
thosmas Offline
Registered User
 
Join Date: Jan 2005
Posts: 4
AMD Cool'n'Quiet (PowerNow) on FC3 x86_64

Hi, I recently got a AMD Athlon 64 machine and installed Fedora Core 3 x86_64 on it. Things are beginning to
work fine now, but I'm unable to get the AMD Cool'n'Quiet functionality to work. I have updated to
kernel-2.6.9-1.681_FC3.

Checked the kernel-2.6.9-x86_64.config from kernel.src.rpm to verify that the CONFIG_X86_POWERNOW_K8 is enabled. It is set to y, so I shouldn't need to modprobe the
powernow-k8 kernel module, as I was first thinking.

Also made sure that Cool'n'Quiet is enabled in the BIOS. I have an ASUS K8N-E Deluxe motherboard, following the manual I set the following:
Advanced->CPU Configuration->AMD CPU Cool & Quiet Configuration->Cool'N'Quiet=Enabled
Power->ACPI 2.0 Support=Yes

But my CPU fan is still noisy (btw, a Zalman CNPS7000B w/connected FAN MATE).
Where do I go from here? Is there a service I need to enable or something?
Reply With Quote
  #2  
Old 6th January 2005, 11:09 PM
thosmas Offline
Registered User
 
Join Date: Jan 2005
Posts: 4
It seems that the cpuspeed service is the thing? I verified that it is started. Then edited /etc/cpuspeed.conf and added
DRIVER="powernow-k8". Restarted service, but no positive results. Is this line needed when the powernow-k8 driver is compiled into the kernel anyway? /var/log/messages says (I'm using norwegian locale):

Jan 6 23:45:24 localhost cpuspeed: cpuspeed -INT succeeded
Jan 6 23:45:25 localhost cpuspeed: cpuspeed oppstart succeeded

Could it be that I'm using the Zalman fan which is spinning quite slow?
Or some ACPI issues?

[root@localhost 23:56:18 ~]$ cat /proc/acpi/processor/CPU1/info
processor id: 0
acpi id: 1
bus mastering control: yes
power management: no
throttling control: no
limit interface: no

[root@localhost 23:54:48 ~]$ cat /proc/acpi/processor/CPU1/power
active state: C1
default state: C1
bus master activity: 00000000
states:
*C1: promotion[--] demotion[--] latency[000] usage[00000000]
C2: <not supported>
C3: <not supported>
[
root@localhost 23:54:05 ~]$ cat /proc/acpi/processor/CPU1/throttling
<not supported>

[root@localhost 23:54:52 ~]$ cat /proc/acpi/processor/CPU1/limit
<not supported>
Reply With Quote
  #3  
Old 6th January 2005, 11:35 PM
thosmas Offline
Registered User
 
Join Date: Jan 2005
Posts: 4
OK, now I'm realizing that cpu is changing frequencies:

[root@localhost 00:21:53 ~]$ cat /sys/devices/system/cpu/cpu0/cpufreq/cpuinfo_cur_freq
1000000

Then started some kernel compiling, and:

[root@localhost 00:22:24 ~]$ cat /sys/devices/system/cpu/cpu0/cpufreq/cpuinfo_cur_freq
1800000

So my problem boils down to regulating the fan. The problem here is probably (hopefully) that the fan in normal mode is
running much slower than typical CPU fans (because it's bigger). Is there any settings I can tune for this?
Reply With Quote
  #4  
Old 2nd February 2005, 03:48 PM
vanstrien Offline
Registered User
 
Join Date: Feb 2005
Posts: 8
thosmas,

I've got a similar problem. I can't remember what messages I was getting now, but will check when I get home.

Hopefully we can get this sorted as my wife says any noisy box in our house is getting hid away someplace dark. :-)
Reply With Quote
  #5  
Old 2nd February 2005, 05:03 PM
macemoneta's Avatar
macemoneta Offline
Registered User
 
Join Date: May 2004
Location: NJ
Posts: 913
For fan control, you will need to setup lmsensors first, then the fanconcontrol utility.

To setup lmsensors, run:

sensors-detect

Follow the instructions, and make the necessary changes to /etc/rc.d/rc.local and /etc/modprobe.conf.

Once that's done, you can setup the fan control. There is a bug in the pwmconfig fancontrol setup utility, that you may need to patch. Once you successfully run pwnconfig, you will have a /etc/fancontrol file, which will look something like this:

Code:
INTERVAL=5
FCTEMPS= 2-0290/pwm2=2-0290/temp2_input
FCFANS= 2-0290/pwm2=2-0290/fan2_input
MINTEMP= 2-0290/pwm2=25
MAXTEMP= 2-0290/pwm2=45
MINSTART= 2-0290/pwm2=120
MINSTOP= 2-0290/pwm2=85
You can then add the following to your /etc/rc.d/rc.local:

/usr/sbin/fancontrol &> /var/log/fancontrol.log &
Reply With Quote
  #6  
Old 2nd February 2005, 07:46 PM
Dog-One's Avatar
Dog-One Offline
Registered User
 
Join Date: Sep 2004
Location: NORTHCOM
Posts: 813
You may also find this thread somewhat relevant.
__________________
Please give credit where credit is due--say thanks in the active thread.
Refresh yourself with the Posting Guidelines........Frequently Asked Questions........Registered Linux User #369513
Reply With Quote
  #7  
Old 5th February 2005, 09:16 PM
ahimosa
Guest
 
Posts: n/a
there's answer in this link ===> www.sfc3-on-opt_i.com
Reply With Quote
  #8  
Old 27th March 2006, 06:16 PM
jtp51 Offline
Registered User
 
Join Date: Mar 2006
Location: Omaha, NE
Age: 38
Posts: 4
What are the steps to install the patch for the pwmconfig fancontrol setup utility? Is this even needed with fc 5?

Thanks,
__________________
--Todd

"You're program was throwing Null Pointer Exceptions like rice at a wedding..."
Reply With Quote
Reply

Tags
amd, coolnquiet, fc3, powernow, x8664

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
powernow pauledwards03 Using Fedora 8 25th January 2007 05:58 PM
Powernow k7 ledbetter Using Fedora 3 22nd October 2005 05:00 AM
Cool'n'Quiet doesn't work flashdog Using Fedora 12 29th August 2005 03:06 AM
PowerNow and MSI K7D cclein Hardware & Laptops 0 12th March 2005 06:21 AM
powernow-k8 / Cool'n'Quiet / ACPI issue? ZScott Using Fedora 1 6th March 2005 10:51 AM


Current GMT-time: 18:26 (Sunday, 19-05-2013)

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