Hardware :: Enabling Turbo Core ?

Oct 28, 2010

I have Phenom II X6 1055T. If Turbo Core kicks in, the speed should go up to 3.2GHz.

Problem is, it never kicks in. My kernel enabled Turbo Core already.

dmesg :

I am guessing, TurboCore depends with the P-State reading and cpu frequency thingy. As you can see, P0 are not 3200MHz (if my hypothesis are correct). Or perhaps i am wrong. I tested by not doing nothing and running folding program on one core with conky monitoring. Conky reads 5 cores at 800MHz, and one core at 2.8GHz.

TurboCore is enable on windows xp. I can see the core sometimes goes up to 3.2Ghz occasionally.

View 2 Replies


ADVERTISEMENT

Ubuntu Servers :: AMD Turbo Core Not Working On 10.10?

Mar 18, 2011

I have installed Ubuntu server 10.10 on my new computer which uses AMD Phenom II X6 1090T. But I have noticed that my CPU cores were not able to run at 3.6GHz at any time, even when I only have one CPU-intensive computing job. They are either at 3.2 GHz or 800 MHz, like this

Code:

$ cat /proc/cpuinfo | grep -i "cpu Mhz"
cpu MHz: 800.000
cpu MHz: 3200.000
cpu MHz: 3200.000

[code]....

My maximum CPU frequency seems to be locked at 3.2 Ghz:

Code:

$ dmesg | grep "pstate 0"
[ 1.595918] powernow-k8: 0 : pstate 0 (3200 MHz)

I goggled around and it seems that Linux 2.8.35 kernel have solved the problem. I just do not understand why it does not work on mine.

Code:

$ uname -a
Linux hogwarts 2.6.35-22-server #35-Ubuntu SMP Sat Oct 16 22:02:33 UTC 2010 x86_64 GNU/Linux

View 7 Replies View Related

Ubuntu :: How To Run Turbo C

Jan 25, 2011

i am running some programmes on gcc compiler and i have to check same programmes on turbo c compiler. But i do not have this c turbo compiler.i have done some searching and found that it is not possible to install turbo c directly ,for this i have to use dosbox.ok now the main question is that for this i must have c++ setup which i do not have.

View 6 Replies View Related

Ubuntu :: Run Dual Core - Crash - Single Core Runs Perfect

Apr 1, 2011

i am running gigabyte GA-M68M-S2P and AMD sempron 2.7. the problem is when i try to run dual core. it will boot and run for 2mins then it crashes. single core runs perfect.

View 6 Replies View Related

Fedora Installation :: Dual Core Only Showing Single Core On F14?

Nov 3, 2010

I just loaded F14 on an old Dell Dimension 3000 with a dual core processor but only one is showing. Here's the output from top:

processor: 0
vendor_id: GenuineIntel
cpu family: 15
model: 4

[Code]....

View 2 Replies View Related

OpenSUSE :: Get Application To Utilize More Than One Core In Multi-core Setup?

Mar 27, 2011

I have a command line OCR program called OCR Shop XTR (Vividata corp) that I am using on a system with a 6-core AMD chip. I changed the bios so that the 6-cores were activated, but htop shows me that while the program is running, I am only getting activity on one core (the program maxes out the one core with consistent usage between 97% and 100%).

I have read that many programs are not written to take advantage of multiple core cpu's. However, I am just hoping that there is some way to get this program to take advantage of the extra cores. Does anyone know of a way to invoke programs from the command line which would spread the workload out among additional cores?

Here is the output of uname -a:Linux linux 2.6.37.1-1.2-desktop #1 SMP PREEMPT 2011-02-21 10:34:10 +0100 i686 athlon i386 GNU/LinuxAnd here is the output for one of the cores from cat /proc/cpuinfo:processor : 5

vendor_id : AuthenticAMD
cpu family : 16
model : 10
model name : AMD Phenom(tm) II X6 1100T Processor
stepping : 0

[Code].....

View 5 Replies View Related

Ubuntu Installation :: Dual Core Support Core 2 E8500 Out Of Box?

Feb 14, 2010

Just a quick question. Does Kubuntu Karmic support core 2 E8500 out of the box or do you need the SMP kernel?

View 3 Replies View Related

Programming :: Multi-core Support - Control On What Core Will A Thread Run

Oct 31, 2010

Is there any Linux API that will let me control on what core will a thread run? If not, do I have to use assembly language?

View 2 Replies View Related

Ubuntu :: Alternative To Turbo Tax?

Feb 4, 2010

I have used TurboTax online for several years to do my return....this year they are refusing Firefox running on a Linux OS!Anyone know of an alternative that is Linux friendly?

View 9 Replies View Related

Debian :: Wheezy Only Recognizes 1 Core Or Dual Core CPU?

Sep 7, 2011

I have now installed Wheezy on two different hard drives and in each case it seems only one CPU of my dual core CPU computer is recognized. System Monitor, Gkrellm and lscpu show just one when prior to the new install the old Wheezy showed both CPU's. I have put the hard drive into two other computers with dual core CPU's and all show just one CPU.

Interestingly System Profiler and Benchmark (hardinfo?) > Devices > Processors now show a large amount of processor infomation when with the old Wheezy I would only see both CPU's listed and nothing else.

View 14 Replies View Related

Ubuntu :: Lucid Lynx - Dual Core - One Core Always At 100%

May 15, 2010

I've a Compaq CQ61 laptop, and i noticed that one of the cores is always at 100%.

I didn't check the duration of the battery but surely it will "eat" my battery in a hurry

View 1 Replies View Related

General :: Only One Core Of Dual Core Processor Are Working

Mar 14, 2011

I recently read in a forum that by default the Linux kernel only activates one of two cores in a dual core processor. Searching online gave one option to find out and that was the mpstat command. I therefore ran the command and got the following output.As the result says, it shows only 1 cpu. I was wondering what I could do to activate both cores in my machine, and whether doing so was going to cause me any problems.

View 14 Replies View Related

Programming :: Get Process Running CPU Core And The Utilization On That Core?

Apr 27, 2010

Assume someone bind a particular process to a particular CPU core(In multi core machine) by using sched_setaffinity() like functions. Then how we can get that process running core id and CPU core utilisation of that process on that running CPU core(Pragmatically or by a Linux command)?.

View 5 Replies View Related

General :: How To Know If Turbo Mode Is Enabled

Feb 13, 2010

I have a server hosted elsewhere and I am wondering if there is a way to know if my Server has turbo mode enabled or not?

I have i5 @ 750 Intel. It support Turbo mode but am not sure if my server has got it enabled or not.

View 6 Replies View Related

Ubuntu :: Install Turbo Prolog Complier In 10.10 ?

Dec 27, 2010

I want to install turbo prolog complier in ubuntu 10.10.

View 2 Replies View Related

General :: Difference In C Programming In Gedit & Turbo C?

Sep 6, 2010

In our college all the systems (running on windows xp) have TURBO C/C++ installed on them which we use for C programming. I recently installed ubuntu 10.04 on me laptop (DELL Inspiron 14R (N4010) with some modifications) i read somewhere on the internet that Gedit can be used for writing a programme in ubuntu which can be compiled using gcc. Well if i use Gedit rather than Turbo c will i experience any differnce?, i mean is there any problem in doing so?? Or i should prefer running turbo c using DOS BOX?

View 7 Replies View Related

General :: Set Up Wire To Accommodate Turbo Tax And Itunes

Mar 22, 2011

how do I set up wire to accommodate turbo tax and i tunes?

View 2 Replies View Related

Software :: How To Install Tsam ( Turbo Assembler )

Mar 4, 2010

presently am doing an LTSP project i have sucessfully insatlled DosBox and Oracle in fedora9 now i wanted to install tsam ( Turbo Assembler )

View 1 Replies View Related

Programming :: Using Wherey() Of Turbo C Function In Gcc Compiler?

Apr 26, 2010

is there any way of using wherey() of turbo c function in gcc compiler like we have for gotoxy(), clrscr() functions.....

View 2 Replies View Related

Fedora Installation :: Upgrading From Core 4 To Core 10?

May 20, 2009

I have created a virtual machine of a system running Fedora Core 4 and I need to upgrade it to Fedora Core 10. Based on what I have read, it iis possible so I started theupgrade process. I get an error message saying that /dev/hda6 (my root paritition does not exist) even though it does.

Does the installer need to read a label from /etc/fstab? I executed tune2fs -L / /dev/hda6 amd ,and added LABEL=/ for the corresponding entry for fstab. but the FEDORA CORE 10 is still giving the same problems for the installation process. Should I upgrade to an intermediate verson like Fedora Core 7 first?

View 14 Replies View Related

General :: Processes And CPU 4-core - Which Core The Program Used?

Mar 26, 2011

I've a program that launches new processes, and wait for them to die before it exits. So, for example, my program is a process, and it launches 3 more processes, and when the 3 child processes end, it will exit.

As you see, at end of the example, the program used a total number of 4 processes.

1 - Now, I'm running this program in a CPU with 4 cores. This means that the program used each core for each process?

2 - How can I know which core the program used?

View 1 Replies View Related

Debian Hardware :: Disabling Intel Turbo Boost On All 4 CPU

Jul 21, 2015

Due to some reason every-time I boot the laptop the power governors reset themselves to "ondemand". Which causes my laptop to overheat until it shut-downs. I tried adding this line to grub Code: Select allGRUB_CMDLINE_LINUX_DEFAULT="intel_pstate=disable" which kinda worked, but only on cpu 0.

Code: Select allcpufreq-info
cpufrequtils 008: cpufreq-info (C) Dominik Brodowski 2004-2009
Report errors and bugs to cpufreq@vger.kernel.org, please.
analyzing CPU 0:
  driver: acpi-cpufreq
 
[code]....

View 3 Replies View Related

Software :: Not Recognising New Telstra Turbo Wireless Modem

Feb 13, 2010

I've clean installed over a friend's win98 with Mint 7 (disc from lab a year? or so ago).

My Optus modem prompted the wizard and now always works fine,ok speed, and I updated Mint with 300 new files etc.

But my friend's new Telstra Turbo modem,[Sierra brand] although it shows a blue light flashing, doesn't get the wizard connection process started, and there's just NO sign on Mint that it's plugged in.

If I can get it to work, it will increase the number of people I know who use linux to 1.

View 5 Replies View Related

Debian Configuration :: Intel Turbo Mode Not Kicking In On Nehalem Xeon?

Mar 9, 2010

I've got a dual Xeon 5570 (Nehalem) server. It clocks down properly, but never, under any circumstances that I've found, clocks up past its TSC. Even when running basically nothing but cat /dev/zero > /dev/null, nothing gets clocked higher than the TSC. Below is the turbostat output, which clearly knows what the hardware is actually capable of, but it never actually achieves it. I'm running Lenny, with backported kernel 2.6.30-bpo.2-amd64. I tried the 2.6.32 backport and there wasn't any difference. know where I should look next? BIOS settings? Do I need to change some kernel option and recompile?

# ./turbostat
Nehalem multiplier 22, TSC frequency 2933 MHz
Nehalem 4 cores active: 24 mult, max turbo frequency = 3200 MHz
Nehalem 3 cores active: 24 mult, max turbo frequency = 3200 MHz
Nehalem 2 cores active: 25 mult, max turbo frequency = 3333 MHz
Nehalem 1 core active: 25 mult, max turbo frequency = 3333 MHz

[Code]...

View 1 Replies View Related

Ubuntu Networking :: Telstra Mobile Broadband - Turbo Stick Not Working

Apr 7, 2011

I have an acer 532h aspire one, running ubuntu 10.04.

Basically, I bought a Telstra Turbo USB broadband stick and I've been having a bit of hell getting it to work. First I couldn't get the computer to recognize it had been plugged in at all. I downloaded the modeswitch packages to no avail. I tried a few other terminal tweaks but they didn't change anything either. I left the card in and restarted the netbook and it finally recognized the wireless card. I was able to surf the internet for an hour or so a couple times. But after stowing the computer away for a couple hours and turning it on again, I found that this work around was no longer effective. So now I'm back to the blue light never blinking and I have to tether my phone and pay ridiculous data charges because I'm in the middle of nowhere.

I'm really new at troubleshooting things that don't work right out of the box.

It's a telstra turbo prepaid wireless broadband. The stick isn't even recognized as removable media.

lsusb returns this:

Also this might be relevant:

View 2 Replies View Related

CentOS 5 Hardware :: 5.4 - No Speed Step / Turbo With Intel Xeon X5550 (Nehalem)

Dec 15, 2009

I just installed a new HP DL360 with 32 GB of RAM and a Intel Xeon X5550 which supports speed stepping and turbo mode. I've enabled turbo in the BIOS, but cannot seem to get CentOS 5.4 to make use of either of these features. I've been googling for a solution for a while now, and tried various things, such as installing cpufreq. However, when I type cpufreq-info, I get this:

# cpufreq-info
cpufrequtils 005: cpufreq-info (C) Dominik Brodowski 2004-2006
Report errors and bugs to cpufreq@vger.kernel.org, please.
analyzing CPU 0:

[code]...

View 3 Replies View Related

Programming :: Core Dump Issues. Program Crashes But Does Not Generate Core Dump File?

Oct 7, 2009

I want to generate core dump files from my program when it crashes. Its a pretty big process and has about 10-11 threads in it.I have followed the documentation to enable core dump by setting ulimit to unlimited etc. I quickly tried "A demo program creating a core dump" from the following webpage, which succeeds in Segfault and dumping a core file in the directory that I configured.However, I tried running my original program and caused it to crash. I did this by making calls to kill(), raise() or the same null pointer access as shown in the webpage above. In each case, my program crashed but did not generate a core dump file. Am I missing something?My program is in C++ and my environment is Redhat 9.0 (kernel 2.4.20)

Going through the "Why do I NOT get a core dump?" section on the same webpage as above, I can see two potential problems. One - there are issues with the suid/sgid (bullet # 6). I am not able to change any settings with suid because my system does not contain either /proc/sys/fs/suid_dumpable or /proc/sys/kernel/suid_dumpableTwo, my program has threads in it and the bullet # 8 is the problem.

View 1 Replies View Related

CentOS 5 Hardware :: Infiniband (mlx4) Works On 16-core System But (now) Fails On 32-core System

Jan 27, 2010

We have a small cluster of 20 HP systems, all running CentOS 5.3 in an NFS-root environment. Half are quad-socket, quad-core Xeon E7340 @ 2.40GHz (total 16 cores), the other half are 8-socket, quad-core Opteron 8354 (total 32 cores). All systems have a Mellanox Infiniband adapter ("Mellanox Technologies MT25418 [ConnectX VPI PCIe 2.0 2.5GT/s - IB DDR / 10GigE] (rev a0)")

With kernel 2.6.18-128.1.6.el5, infiniband works fine on all systems.

With the update to kernel 2.6.18-164.11.1.el5 (and both types of node running the same NFS-root image), the 16-core Xeons still work fine. Infiniband no longer works on the 32-core Opterons. Specifically, either the ib0 interface fails to appear, or it does appear but when configured with an IP address, doesn't actually work. In either case, loading the IB kernel modules takes a long time, but I haven't instrumented the load script yet to see which module, if any, is at fault. More errors listed below.

However, if I tweak the BIOS of the 32-core systems to reduce the per-socket core count to 2 (so effectively 8-socket, dual-core, down to a total of 16 available cores), Infiniband starts working again. Putting it back to 32-cores makes it fail. Booting the older kernel makes it work again. In summary: old kernel, IB works on all systems. Newer kernel, IB only works on 16-core systems.

Updating the IB firmware from 2.5.0 to 2.7.0 (latest available) doesn't help. I also did a full 'yum update' to make sure that libmlx4, openibd all other associated packages were up-to-date. Doesn't help either.

Some errors that appear on 32-core nodes:

ib_query_port failed (-16) for mlx4_0
ib_query_port failed (-16) for mlx4_0
mlx4_core 0000:04:00.0: SW2HW_MPT failed (-16)
mlx4_core 0000:04:00.0: SW2HW_MPT failed (-16)

[Code]....

View 5 Replies View Related

Ubuntu :: Only Single Core Active On Quad Core AMD When Acpi Is Active?

Jun 8, 2011

Only Single core active on quad core AMD when acpi is active.with acpi=offuname -aLinux dvip4 2.6.32-30-server #59-Ubuntu SMP Tue Mar 1 22:46:09 UTC 2011 x86_64 GNU/Linux

Code:
cat /proc/cpuinfo
processor : 0

[code]...

View 1 Replies View Related

Software :: Install Older Version Of Gcc 2.95.3 In Fedora Core 8 Or Fedora Core 12?

Mar 14, 2010

i download the rpm package of gcc .

View 10 Replies View Related







Copyrights 2005-15 www.BigResource.com, All rights reserved