LinuxQuestions.org
Share your knowledge at the LQ Wiki.
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 08-09-2014, 01:55 AM   #1
gbcbooks
Member
 
Registered: Aug 2014
Posts: 199

Rep: Reputation: Disabled
ubuntu 14.04 didn't detect my overclocking intel e7200 cpu


hi all

i overclocked my intel E7200 no ECS G31T-M from 2.53GHz to 3.0 GHz

when i run command :
watch "cat /proc/cpuinfo | grep -i 'cpu mhz'"
the result shows ubuntu didn't detect the overclocking CPU, the frequency keeping on 2.53 GHz

i only change external clock from 266 to 300.

BTW , my motherboard actually is ECS G31T-M2 , its original BOIS version didn't support to overclock , after i upgrade its Bios to ECS G31T-M so that i can change the frequency.

any step do i miss?
why ubuntu didn't detect the overclocking cpu?
 
Old 08-10-2014, 11:07 AM   #2
273
LQ Addict
 
Registered: Dec 2011
Location: UK
Distribution: Debian Sid AMD64, Raspbian Wheezy, various VMs
Posts: 7,680

Rep: Reputation: 2373Reputation: 2373Reputation: 2373Reputation: 2373Reputation: 2373Reputation: 2373Reputation: 2373Reputation: 2373Reputation: 2373Reputation: 2373Reputation: 2373
Is the CPU one that can dynamically scale its speed? If so then that will be the current speed of the cores rather than the maximum speed. On my system I see 1400.000 when the maximum speed my cores will go is 3.2GHz. I'm running an AMD CPU but the same applies to all speed-stepping CPUs as far as I'm aware -- I know it did with the Atom in my EEEPC also.
 
Old 08-10-2014, 08:14 PM   #3
gbcbooks
Member
 
Registered: Aug 2014
Posts: 199

Original Poster
Rep: Reputation: Disabled
Quote:
Originally Posted by 273 View Post
Is the CPU one that can dynamically scale its speed? If so then that will be the current speed of the cores rather than the maximum speed. On my system I see 1400.000 when the maximum speed my cores will go is 3.2GHz. I'm running an AMD CPU but the same applies to all speed-stepping CPUs as far as I'm aware -- I know it did with the Atom in my EEEPC also.
yes, it can dynamically scale, the minimum and maximum speed is 800 MHz and 2530 MHz. obviously , 2530 MHz is exactly its default frequency, that is why i suspicion i miss steps.
 
Old 08-11-2014, 12:57 AM   #4
273
LQ Addict
 
Registered: Dec 2011
Location: UK
Distribution: Debian Sid AMD64, Raspbian Wheezy, various VMs
Posts: 7,680

Rep: Reputation: 2373Reputation: 2373Reputation: 2373Reputation: 2373Reputation: 2373Reputation: 2373Reputation: 2373Reputation: 2373Reputation: 2373Reputation: 2373Reputation: 2373
You could try loading it with something like mprime and/or using something like conky or other real-time monitor to show the speed rather than trying to confirm it with a snapshot.
 
Old 08-11-2014, 01:11 AM   #5
gbcbooks
Member
 
Registered: Aug 2014
Posts: 199

Original Poster
Rep: Reputation: Disabled
Quote:
Originally Posted by 273 View Post
You could try loading it with something like mprime and/or using something like conky or other real-time monitor to show the speed rather than trying to confirm it with a snapshot.

actually , command 'watch' can do monitor somethings.
 
Old 08-11-2014, 05:21 AM   #6
TobiSGD
Moderator
 
Registered: Dec 2009
Location: Germany
Distribution: Whatever fits the task best
Posts: 17,148
Blog Entries: 2

Rep: Reputation: 4886Reputation: 4886Reputation: 4886Reputation: 4886Reputation: 4886Reputation: 4886Reputation: 4886Reputation: 4886Reputation: 4886Reputation: 4886Reputation: 4886
Please provide the complete output of
Code:
cat /proc/cpuinfo
, once under load (mprime or compile a kernel with -j3) and once when the system is idling.

Please use code-tags for posting that output.
 
Old 08-11-2014, 02:30 PM   #7
jefro
Moderator
 
Registered: Mar 2008
Posts: 21,987

Rep: Reputation: 3627Reputation: 3627Reputation: 3627Reputation: 3627Reputation: 3627Reputation: 3627Reputation: 3627Reputation: 3627Reputation: 3627Reputation: 3627Reputation: 3627
Test some item that is cpu intensive on the two settings. Does it work faster in one or the other?
 
Old 08-11-2014, 08:38 PM   #8
gbcbooks
Member
 
Registered: Aug 2014
Posts: 199

Original Poster
Rep: Reputation: Disabled
Quote:
Originally Posted by TobiSGD View Post
Please provide the complete output of
Code:
cat /proc/cpuinfo
, once under load (mprime or compile a kernel with -j3) and once when the system is idling.

Please use code-tags for posting that output.
why would you want these two data ?
 
Old 08-12-2014, 01:10 AM   #9
273
LQ Addict
 
Registered: Dec 2011
Location: UK
Distribution: Debian Sid AMD64, Raspbian Wheezy, various VMs
Posts: 7,680

Rep: Reputation: 2373Reputation: 2373Reputation: 2373Reputation: 2373Reputation: 2373Reputation: 2373Reputation: 2373Reputation: 2373Reputation: 2373Reputation: 2373Reputation: 2373
I think there is a misunderstanding here. What exactly is it you want to know gbcbooks and what have you tried?
 
Old 08-12-2014, 02:02 AM   #10
gbcbooks
Member
 
Registered: Aug 2014
Posts: 199

Original Poster
Rep: Reputation: Disabled
Quote:
Originally Posted by 273 View Post
I think there is a misunderstanding here. What exactly is it you want to know gbcbooks and what have you tried?
i want to overclock my Intel CPU E7200 which default frequency is 2.53 GHz on my ECS G31T-M motherboard (actually its a ECS G31T-M2 , i upgrade it to G31T-M),.

after i change its external frequency from 266 to 300, basic on upon steps , its maximum basic frequency should be 3.0 GHz

unfortunately, i saw its maximum baisc frequency did not change , it keeps on 2.53 GHz when i run command :
Code:
watch "cat /proc/cpuinfo | grep -i 'cpu mhz'"
to monitor its detail info.

i try to figure out if there is any step i missed to activate these overclocking setting on Ubuntu 14.04.
 
Old 08-12-2014, 05:36 AM   #11
273
LQ Addict
 
Registered: Dec 2011
Location: UK
Distribution: Debian Sid AMD64, Raspbian Wheezy, various VMs
Posts: 7,680

Rep: Reputation: 2373Reputation: 2373Reputation: 2373Reputation: 2373Reputation: 2373Reputation: 2373Reputation: 2373Reputation: 2373Reputation: 2373Reputation: 2373Reputation: 2373
So you say. But when I suggest that the CPU may be scaling so you monitor the CPU in real time you report you know that and how to do it. When TobiSGD suggests a test to confirm whether your CPU is overclocked you ask why. What we are both suggesting is that on available evidence you CPU has been overslocked but you're not seeing it as it's not scalling up. We are suggesting ways to confirm this.
 
Old 08-12-2014, 06:22 AM   #12
TobiSGD
Moderator
 
Registered: Dec 2009
Location: Germany
Distribution: Whatever fits the task best
Posts: 17,148
Blog Entries: 2

Rep: Reputation: 4886Reputation: 4886Reputation: 4886Reputation: 4886Reputation: 4886Reputation: 4886Reputation: 4886Reputation: 4886Reputation: 4886Reputation: 4886Reputation: 4886
Quote:
Originally Posted by gbcbooks View Post
why would you want these two data ?
To see how your CPU behaves in this two situations, which possibly gives us a hint what is happening. When you are at it already please also provide the core temperatures in both situations.
 
Old 08-12-2014, 08:29 PM   #13
gbcbooks
Member
 
Registered: Aug 2014
Posts: 199

Original Poster
Rep: Reputation: Disabled
Quote:
Originally Posted by 273 View Post
So you say. But when I suggest that the CPU may be scaling so you monitor the CPU in real time you report you know that and how to do it. When TobiSGD suggests a test to confirm whether your CPU is overclocked you ask why. What we are both suggesting is that on available evidence you CPU has been overslocked but you're not seeing it as it's not scalling up. We are suggesting ways to confirm this.
do you think
[CODE]cat /proc/cpuinfo[CODE]
can see the speed of cpu in real time ?

i think Bios can tell us if the cpu overclocked or not.
do you agree ?
 
Old 08-12-2014, 08:33 PM   #14
gbcbooks
Member
 
Registered: Aug 2014
Posts: 199

Original Poster
Rep: Reputation: Disabled
Quote:
Originally Posted by TobiSGD View Post
To see how your CPU behaves in this two situations, which possibly gives us a hint what is happening. When you are at it already please also provide the core temperatures in both situations.
ok, i think i can take a screenshot tonight.
 
Old 08-16-2014, 01:43 AM   #15
gbcbooks
Member
 
Registered: Aug 2014
Posts: 199

Original Poster
Rep: Reputation: Disabled
Quote:
Originally Posted by TobiSGD View Post
To see how your CPU behaves in this two situations, which possibly gives us a hint what is happening. When you are at it already please also provide the core temperatures in both situations.
hi i got some information when i run mprime95 ,see it as the screenshot.
Click image for larger version

Name:	Selection_026.png
Views:	73
Size:	32.0 KB
ID:	16134

the cpu speed goes to 2842.89 Mhz , that is total difference with
Code:
cat /proc/cpuinfo
shows.

does it mean we can not be tell the speed of cpu in real-time by [CODE]cat /proc/cpuinfo[CODE]?
 
  


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
Overclocking a CPU in Ubuntu cybernetico Ubuntu 12 02-12-2014 09:37 AM
Intel or AMD CPU is better for overclocking? future_computer Linux - Hardware 59 10-26-2012 12:40 PM
[SOLVED] Does Linux OS need overclocking CPU? TigerLinux Linux - Hardware 34 07-13-2011 02:05 AM
CPU overclocking thordahl Linux - Hardware 2 12-30-2004 09:26 AM
Overclocking CPU in FC2 greythorne Fedora 1 08-13-2004 09:34 PM

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

All times are GMT -5. The time now is 12:42 AM.

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