Skip to main content

Solving CPU problems


CPU 

Alternatively referred to as the brain of the computer, processor, central processor, or microprocessor, the CPU (pronounced as C-P-U) was first developed at Intel with the help of Ted Hoff in the early 1970's and is short for Central Processing Unit. The computer CPU is responsible for handling all instructions it receives from hardware and software running on the computer. 

In the picture below, is an example of what the top and bottom of an Intel Pentium processor looks like. The processor is placed and secured into a compatible CPU socket found on the motherboard, and because of the heat it produces .



Problem: CPU Is Overheating

Solution: Don’t assume that high temps automatically warrant a new heatsink. The cooler is likely dust-clogged (try cleaning it), or the fan is dying (requiring a replacement). Or the heatsink has been poorly installed—remove it and remount it with new thermal paste. (Incidentally, degraded thermal paste alone can be the culprit. Here are our picks for the best thermal paste ). Other possible causes include the case fans—clean and check them. Or a newer, hotter GPU could have swamped your case’s ability to stay cool. A BIOS update could also change the fan profiles from what you had set. Also keep this in mind: If your CPU is seemingly running “hot” but the machine isn’t blue-screening or throttling clock speed, you probably don’t have to sweat it.

Problem: CPU Is Slow

Solution: CPU performance issues typically come from misconfiguration in the BIOS or overheating. First, verify your chip’s clock speed by running CPU-Z ( www.cpuid.com ) while running a CPU load in Cinebench 11.5 ( www.maxon.net ). If the clocks are correct (remember, chips don’t Turbo under heavy loads on all cores), compare your Cinebench 11.5 scores with others on the Internet. The scores should be within a few percentage points of others. If the scores are close, the CPU is not “slow;” it’s something else in your system. If the scores don’t match, you may have a thermal issue. Check that your heatsink hasn’t come loose, reapply thermal paste, and clean the heatsink and fans. A BIOS update could also be needed, as well.
Problem: CPU Is Unstable

Solution: CPUs rarely “go bad.” They typically work or don’t work. Usually, it’s everything around them that breaks. If you’re overclocking, stop. Try to isolate CPU problems by running a CPU-intensive app such as Prime95 . If it blue-screens, check thermal issues first (see “CPU Is Overheating”). Also check your RAM with Memtest86+ (www.memtest.org ). Check your power supply connectors to the mobo and GPU. If the PSU is overheating and failing, it could cause crashes. Failing PSUs cause power sags, which can look like a bad CPU, too. If you have a known good PSU you can swap in, do so. Oddly enough, a failing GPU can resemble a CPU failure, so if you have
Problem: CPU Is Always Under a Heavy Load

Solution: Heavy CPU usage can be a sign of malware, so make sure your AV is updated and run a full system scan. Also consider running a secondary scan using Malwarebytes Free ( www.malwarebytes.org ) and any of the free web-based scanners such as those from Trend Micro, Bit Defender , or ESET . Also check to see that your own AV app isn’t thrashing the system by doing a scan—check the running processes in Task Manager (Ctrl + Alt + Del, Start Task Manager, select Processes.) Click the CPU column to sort by usage and begin searching the Internet for each suspicious process name.

Problem: CPU Only Works in Single-Channel Mode

Solution: First, make sure the RAM is OK by running Memtest86+ (www.memtest.org ). If the RAM clears, check the slots for debris and swap out the DIMMs for known good RAM. If crashing persists when put into dual-channel mode, you likely bent a pin installing your CPU. We’ve seen this on LGA1366 and LGA1155 platforms several times. It can be fixed by taking a sharp knife and carefully straightening the pin in the socket (or on the CPU in AMD chips).

Comments

Popular posts from this blog

File attributes and NTFS permissions

Chapter 5 - File attributes and NTFS permissions   We’ve already mentioned both file attributes and NTFS permissions throughout this book. In this chapter we’ll take a closer look at file attributes, and discuss how to view and change attributes from the command line. We’ll also examine NTFS permissions, which are considerably more powerful than file attributes, and discuss how to view and alter them as well.   WHAT ARE FILE ATTRIBUTES?   “File attributes” are basically pieces of metadata that contain additional information about the file. In Windows, files generally have their names, their types (defined by the file’s extension), and their timestamps. (Certain kinds of files, such as MP3 music files, have additional kinds of metadata, such as the album and artist name.) With file attributes, however, there are four additional pieces of information that you can add to a file.  These four pieces of information are: -Archive,...

Methods used for the calculation of areas in Surveying

Methods used for the calculation of areas in Surveying: Simpson’s rule Trapezoidal rule Graphical rule Simpson’s Rule Statement It states that, sum of first and last ordinates has to be done. Add twice the sum of remaining odd ordinates and four times the sum of remaining even ordinates. Multiply to this total sum by 1/3 rd of the common distance between the ordinates which gives the required area. Where O 1 , O 2 , O 3 , …. O n are the lengths of the ordinates x = common distance n = number of divisions Note: This rule is applicable only if ordinates are odd, i.e. even number of divisions. If the number of ordinates are even, the area of last division maybe calculated separated and added to the result obtained by applying Simpson’s rule to two remaining ordinates. Even if first or last ordinate happens to be zero, they are not to be omitted from Simpson’s rule. The following offsets are taken from a chain line to an irregular boundary toward...

About creating partition

About creating partition To create partition is actually to partition hard drive. Only after you creating partition(s) on a disk, can you make use of the disk to save all kinds of data. All physical parameter of a disk are set when you create partition(s) on it, including MBR (Main Boot Record) and the destination for storing boot record backup. For other information later needed for the management of file system and other operating systems, it will be achieved by later advanced format. What are the advantages of creating partitions? Generally speaking, creating more than one partition enables you to have operating system separate from data, deploy multi-boot setups, and keep frequently used programs and data near each other. Therefore, you can manage your computer with ease. If there is only one partition (namely C drive) on disk: When recovering the system, the whole c disk (the system disk) will be formatted. If all data are saved in c disk, they will all be wiped a...