LinuxQuestions.org
Review your favorite Linux distribution.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Hardware
User Name
Password
Linux - Hardware This forum is for Hardware issues.
Having trouble installing a piece of hardware? Want to know if that peripheral is compatible with Linux?

Notices


Reply
  Search this Thread
Old 09-21-2007, 08:33 AM   #1
cabron
LQ Newbie
 
Registered: Apr 2007
Posts: 8

Rep: Reputation: 0
Cpu frequency at 1600 mhz instead of 2400 mhz


I have a Core 2 Duo 6600 at 2.4 ghz.When i looked in my cpanel it showed me either 1600 mhz or 2400 mhz.

Like this:
Quote:
Processor Information

Processor #1 Vendor: GenuineIntel
Processor #1 Name: Intel(R) Core(TM)2 CPU 6600 @ 2.40GHz
Processor #1 speed: 1600.000 MHz
Processor #1 cache size: 4096 KB

Processor #2 Vendor: GenuineIntel
Processor #2 Name: Intel(R) Core(TM)2 CPU 6600 @ 2.40GHz
Processor #2 speed: 2400.000 MHz
Processor #2 cache size: 4096 KB
Quote:
Processor Information

Processor #1 Vendor: GenuineIntel
Processor #1 Name: Intel(R) Core(TM)2 CPU 6600 @ 2.40GHz
Processor #1 speed: 2400.000 MHz
Processor #1 cache size: 4096 KB

Processor #2 Vendor: GenuineIntel
Processor #2 Name: Intel(R) Core(TM)2 CPU 6600 @ 2.40GHz
Processor #2 speed: 1600.000 MHz
Processor #2 cache size: 4096 KB
Or both 1600 or 2400....

Also:

Quote:
root@host [~]# cat /proc/cpuinfo
processor : 0
vendor_id : GenuineIntel
cpu family : 6
model : 15
model name : Intel(R) Core(TM)2 CPU 6600 @ 2.40GHz
stepping : 6
cpu MHz : 1600.000
cache size : 4096 KB
physical id : 0
siblings : 2
core id : 0
cpu cores : 2
fdiv_bug : no
hlt_bug : no
f00f_bug : no
coma_bug : no
fpu : yes
fpu_exception : yes
cpuid level : 10
wp : yes
flags : fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe nx lm constant_tsc pni monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr lahf_lm
bogomips : 4790.75
clflush size : 64

processor : 1
vendor_id : GenuineIntel
cpu family : 6
model : 15
model name : Intel(R) Core(TM)2 CPU 6600 @ 2.40GHz
stepping : 6
cpu MHz : 1600.000
cache size : 4096 KB
physical id : 0
siblings : 2
core id : 1
cpu cores : 2
fdiv_bug : no
hlt_bug : no
f00f_bug : no
coma_bug : no
fpu : yes
fpu_exception : yes
cpuid level : 10
wp : yes
flags : fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe nx lm constant_tsc pni monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr lahf_lm
bogomips : 4787.99
clflush size : 64
Now what's the problem with it?

I run fedora 5 2.6.20-1.2316.fc5smp.

Is it a hardware issue or an os issue?
 
Old 09-21-2007, 08:51 AM   #2
macemoneta
Senior Member
 
Registered: Jan 2005
Location: Manalapan, NJ
Distribution: Fedora x86 and x86_64, Debian PPC and ARM, Android
Posts: 4,593
Blog Entries: 2

Rep: Reputation: 344Reputation: 344Reputation: 344Reputation: 344
It's not an issue, it's a feature. The CPU is throttling (reducing power consumption) when idle. The information you are looking at is just reporting the current state.
 
Old 09-21-2007, 08:57 AM   #3
crashmeister
Senior Member
 
Registered: Feb 2002
Distribution: t2 - trying to anyway
Posts: 2,541

Rep: Reputation: 47
Could also be the mobo - mine reads 1950 Mhz while the CPU is running 2950 Mhz.
 
Old 09-21-2007, 09:07 AM   #4
macemoneta
Senior Member
 
Registered: Jan 2005
Location: Manalapan, NJ
Distribution: Fedora x86 and x86_64, Debian PPC and ARM, Android
Posts: 4,593
Blog Entries: 2

Rep: Reputation: 344Reputation: 344Reputation: 344Reputation: 344
Easy way to check... Open two terminal windows (one for each CPU) and in each run:

Code:
while true; do true ; done
You can stop the above with a ctrl-c. It's a CPU loop; run it for a few seconds and then check /proc/cpuinfo (in a third window). If the CPU MHz reports 2400, then the throttling is working. When you ctrl-c the MHz should return to the lowest power value (assuming the machine is otherwise idle).

Last edited by macemoneta; 09-21-2007 at 09:12 AM.
 
Old 09-21-2007, 09:08 AM   #5
cabron
LQ Newbie
 
Registered: Apr 2007
Posts: 8

Original Poster
Rep: Reputation: 0
Quote:
Originally Posted by macemoneta View Post
It's not an issue, it's a feature. The CPU is throttling (reducing power consumption) when idle. The information you are looking at is just reporting the current state.
Will this affect performance?
 
Old 09-21-2007, 09:32 AM   #6
macemoneta
Senior Member
 
Registered: Jan 2005
Location: Manalapan, NJ
Distribution: Fedora x86 and x86_64, Debian PPC and ARM, Android
Posts: 4,593
Blog Entries: 2

Rep: Reputation: 344Reputation: 344Reputation: 344Reputation: 344
No, performance is not impacted. As soon as there is a demand on the CPU (as exemplified by the loop test in post #4), the CPU returns to full performance. Depending on the CPU, it may have multiple power saving states. In that case, the CPU will throttle-up just enough to meet demand.
 
  


Reply



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 Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
Cpu Mhz? kmand Linux - Hardware 4 09-17-2007 03:09 AM
/proc/cpuinfo shows cpu Mhz :0.000 apalkar Linux - Newbie 8 07-20-2007 12:39 PM
350 mhz cpu fakie_flip Linux From Scratch 1 08-18-2005 01:43 PM
Command to get the CPU Speed (in Mhz/Ghz) MHOOO Fedora 2 07-24-2005 04:21 PM
pentium 2 - 400 mhz piva.francesco Linux - Hardware 2 04-16-2005 06:34 AM

LinuxQuestions.org > Forums > Linux Forums > Linux - Hardware

All times are GMT -5. The time now is 04:01 PM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration