Forum     

Go Back   Digit Technology Discussion Forum > Software > Open Source
Register FAQ Calendar Mark Forums Read

Open Source A place where you can talk to like-minded people about the fastest growing software movement today! Discuss anything and everything about Open Source software and Operating Systems.

Closed Thread
 
LinkBack Thread Tools Display Modes
Old 24-10-2006, 10:41 PM   #1 (permalink)
The Thread Killer >:)
 
phreak0ut's Avatar
 
Join Date: Apr 2006
Location: Bangalore
Posts: 1,182
Exclamation Cool 'n' Quiet driver install problem

I have FC5(64-bit) installed on my system on my system(please system specs on my signature). I want to install the Cool 'n' Quiet driver for my OS as it tends to heat up if I leave it running for a long time. This doesn't happen on Windows. I don't know if this because of the driver which I have installed or plainly Windows taking care of itself. I downloaded certain file(s) from the AMD site, but I cannot figure out what to do as I am a total noob to Linux. I have posted the readme of the downloaded file(s). Please let me know what to do.

Quote:
This tar file contains the Linux CPU frequency driver
for AMD Athlon64 / Opteron processors.

The driver obtains data as to supported frequencies
and voltages for the processor from the BIOS.

Version 1.00.xx of the driver uses a BIOS table called
the PSB, which is not supported by all BIOSs. Included
driver versions are:
1.00.09 - versions of the driver for both 2.4 and 2.6
kernels. The driver is dependent on the
cpufreq driver, which is available as a patch
for 2.4 kernels, and is built into 2.6 kernels.
1.00.12 - the latest version of the driver, for 2.6
only, that includes sample code to hardcode a
PSB table to bypass BIOSs that do not offer
the support.

Version 1.39.xx of the driver can use either the
PSB table or ACPI objects, dependent on whether
the kernel is configured to include ACPI support or
not. The driver version included is 1.39.04, for
the 2.6 kernel only. This driver supports SMP
frequency management and dual-core processors. It
will not load on an SMP or dual-core system unless
the ACPI objects are available. It will work on
all 2.6 kernels, but the 1.50.03 driver (below)
is preferred for kernels 2.6.10 and later.

Version 1.50.xx of the driver can use either the
PSB table of the ACPI objects. It supports Opteron,
Athlon 64 processors, in both single and dual core
versions, for all of the 754, 939, 940, and 1207
pin packages. This driver supports SMP frequency
management but will not work on SMP or dual core
systems unless the ACPI powerstate objects are
available. It will only work on 2.6.10 and later
kernels. This driver is distributed with the
2.6.13 and later kernels.

The powernow-k8.c and powernow-k8.h files should be
placed in the arch/i386/kernel/cpu/cpufreq directory.
The kernel will then need to be rebuilt and the system
rebooted. Builds of the 64-bit arch/x86_64 kernel use
the same source files.

For further documentation, see the
linux/Documentation/cpu-freq directory.

Support: mark.langsdorf@amd.com
License: GPL
There are 4 folders, namely 1.00.08, 1.00.12, 1.39.04 and 1.50.03 and each of these folders contain C files and its corresponding header files. Do I have to compile and install these files? If so, how? Please do let me know.

Thanks in advance.
__________________
Want to make this world a better place? Then, start seeding and don't be just a leecher
phreak0ut is offline  
Advertisements. Register and be a member of the community to get rid of them.
Advertisement

Old 24-10-2006, 11:02 PM   #2 (permalink)
GaurishSharma.com
 
gary4gar's Avatar
 
Join Date: May 2005
Location: Jaipur
Posts: 4,097
Default Re: Cool 'n' Quiet driver install problem

AFAIK, u don't need to install drivers for C&Q but don't for 64bit, let others reply for confirmation
gary4gar is offline  
Old 25-10-2006, 12:48 AM   #3 (permalink)
18 Till I Die............
 
Join Date: Jul 2004
Location: India, Mumbai, Marine Lines
Posts: 5,792
Default Re: Cool 'n' Quiet driver install problem

I haven't ever user cool and quiet so don't really know what it is. just attach those drivers in your next post. I will look into it as soon as I get time and reply back.
__________________
http://www.bash.org/?258908
mehulved is offline  
Old 25-10-2006, 01:47 AM   #4 (permalink)
El mooooo
 
eddie's Avatar
 
Join Date: Jan 2006
Location: India
Posts: 1,414
Default Re: Cool 'n' Quiet driver install problem

FC5 should already be having cpufreq driver compiled as module so you don't need to install it separately from the package you downloaded. Just install cpufreqd from yum or any package manager that you might be using. Then depending on the desktop environment you are using, install relevant package (kcpufreq for KDE) and control the frequency at which you want to run your processor. The more the performance...more heat...less performance...less heat...
eddie is offline  
Old 25-10-2006, 07:59 AM   #5 (permalink)
In Pursuit of "Happyness"
 
kalpik's Avatar
 
Join Date: May 2005
Location: New Delhi
Posts: 3,404
Default Re: Cool 'n' Quiet driver install problem

Yup.. Its built into the kernel.

Do a cat /proc/cpuinfo on the terminal. And you should see reduced CPU speed on no load conditions.
kalpik is offline  
Old 25-10-2006, 05:48 PM   #6 (permalink)
The Thread Killer >:)
 
phreak0ut's Avatar
 
Join Date: Apr 2006
Location: Bangalore
Posts: 1,182
Default Re: Cool 'n' Quiet driver install problem

Quote:
Originally Posted by eddie
FC5 should already be having cpufreq driver compiled as module so you don't need to install it separately from the package you downloaded. Just install cpufreqd from yum or any package manager that you might be using. Then depending on the desktop environment you are using, install relevant package (kcpufreq for KDE) and control the frequency at which you want to run your processor. The more the performance...more heat...less performance...less heat...
Hey thanks a lot for the reply guys!! Never really expected to get such a quick response. Actually has given the same stuff, a cpufrequency driver. I think its doing a better job than the default driver of the OS 'coz I wasn't using anything else apart from my browser when I heard my fan whine. So, I decided to install that.

@tech_your_future
Sorry, I can't upload it as the file extension is not valid, 'coz its *.c and *.h extensions.

Waiting for more advice on this, if any. Thanks again!!
__________________
Want to make this world a better place? Then, start seeding and don't be just a leecher
phreak0ut is offline  
Old 25-10-2006, 05:51 PM   #7 (permalink)
"The Cake is a Lie!!"
 
[xubz]'s Avatar
 
Join Date: Oct 2006
Posts: 471
Default Re: Cool 'n' Quiet driver install problem

Quote:
Originally Posted by phreak0utt
@tech_your_future
Sorry, I can't upload it as the file extension is not valid, 'coz its *.c and *.h extensions.

Waiting for more advice on this, if any. Thanks again!!
They're Kernel Modules Sources.. Prepare to Compile your Own Kernel..


(Well, Compiling them ain't tough.. But you will need a Lot of Know-How.. and As Posted above, Cool & Quiet Drivers are Inbuilt in the Linux Kernel)
__________________
[xubz] ● http://xubz.com/
[steam_id] ● http://steamcommunity.com/id/xubz
[xubz] is offline  
Old 25-10-2006, 08:27 PM   #8 (permalink)
Beneath The Eyelids
 
The Outsider's Avatar
 
Join Date: Aug 2006
Posts: 289
Default Re: Cool 'n' Quiet driver install problem

Quote:
Originally Posted by phreak0utt
@tech_your_future
Sorry, I can't upload it as the file extension is not valid, 'coz its *.c and *.h extensions.
whats wrong?, make it a rar or zip or whatever archive and upload it.
The Outsider is offline  
Old 02-11-2006, 06:14 PM   #9 (permalink)
The Thread Killer >:)
 
phreak0ut's Avatar
 
Join Date: Apr 2006
Location: Bangalore
Posts: 1,182
Red face Re: Cool 'n' Quiet driver install problem

Quote:
Originally Posted by subbzzz
They're Kernel Modules Sources.. Prepare to Compile your Own Kernel..


(Well, Compiling them ain't tough.. But you will need a Lot of Know-How.. and As Posted above, Cool & Quiet Drivers are Inbuilt in the Linux Kernel)
Hmmmmmmm.......telling a noob to recompile the kernel Wow!! Well, I removed FC5 as of now and tried to install SuSE 10.1. I downloaded all of them from the official site, burned them onto CDs at 8x with CD verification done. When I tried to install it, it was all working fine, until it asked me for the 4th CD. I put in the 4th CD and give OK, the same dialog box appears asking for the CD again. I had checked all my media for errors and SuSE cleared it with flying colors. I tried numerous times, but to no avail. I tried Skip, it didn't accept either. So, I decided to go for Abort to cancel the install. It restarted with the GRUB and I tried to log into SuSE as it came up with the screen with the username and password. Since the install was cancelled in the middle, the username and password is not being accepted(as there are none). Trying to reset the root password by pressing 'e' at the boot option has not helped at all I don't get any options to get in and change the settings. Help on this would be greatly appreciated.

Thanks in advance.
__________________
Want to make this world a better place? Then, start seeding and don't be just a leecher
phreak0ut is offline  
Old 06-11-2006, 04:56 AM   #10 (permalink)
El mooooo
 
eddie's Avatar
 
Join Date: Jan 2006
Location: India
Posts: 1,414
Default Re: Cool 'n' Quiet driver install problem

Quote:
Originally Posted by phreak0utt
Trying to reset the root password by pressing 'e' at the boot option has not helped at all I don't get any options to get in and change the settings. Help on this would be greatly appreciated.
Boot your system using a live cd. Then mount your suse partition some where...say /mnt/suse. Then chroot into the new system and change the password using passwd command. Here is an example assuming that the partition on which you installed SuSE is hda6
Code:
mkdir /mnt/suse
mount /dev/hda6 /mnt/suse
chroot /mnt/suse /bin/bash
passwd
eddie is offline  
Old 07-11-2006, 10:38 PM   #11 (permalink)
The Thread Killer >:)
 
phreak0ut's Avatar
 
Join Date: Apr 2006
Location: Bangalore
Posts: 1,182
Default Re: Cool 'n' Quiet driver install problem

Thanks!! The install is fine, but with few issues, but starting a new thread so that everyone can make use of it.
__________________
Want to make this world a better place? Then, start seeding and don't be just a leecher
phreak0ut is offline  
Closed Thread

Bookmarks

Thread Tools
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
Trackbacks are On
Pingbacks are On
Refbacks are On



All times are GMT +5.5. The time now is 01:07 AM.


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

Search Engine Optimization by vBSEO 3.3.2