Project Quad Core

 Anyone who reads my sites knows that I'm a sucker for dropping too much cash on computer kit. However, only people who know me well are aware that I have incredibly bad luck with hardware. Stuff just goes wrong more often than it should.

So when I was planning the latest upgrade, my good friend Spksh offered to take time out from documenting New Zealand's descent into 4GW mayhem and to build the system for me. He's one of those people who loves playing with hardware, and he's damn good at it.

With him building the rig, my hardware curse was bound to be foiled! I ordered the required parts and began to eagerly anticipate how much this system would scream:

1 x Intel Core 2 Quad Q6600 CPU, 2.4GHz, 1066MHz FSB, Socket 775, 32/64-Bit, Kentsfield Core

2 x Corsair XMS2, TWIN2X2048-6400C4, 2x1GB, DDR2-800, PC2-6400, CL4, DIMM, EPP

1 x Asus P5N32-E SLI Motherboard, Socket 775, 1333MHz FSB, 4xDIMM DDR2, 2xPCIe-16, 2xPCI, 1xPCIe-1, 8xUS

Which would be joining a couple of items I'd previously purchased:

Asus EN8800GTS Video Card, GeForce 8800 GTS, 320MB, DDR3, PCIe-16, TV out, DVI, HDTV, SLI ready

Western Digital Raptor WD1500ADFD Hard Disk Drive, 150GB, 10000rpm, 16384KB Cache, SATA-1

Zalman CNPS9700 NT CPU Cooler

Powered by an Enermax 535watt PSU, housed in a Lian Li PCV1100 case. It was going to be a pretty impressive system.

However, after assembling all of the kit, we powered on the system to find that the curse had struck again. The system powered on, and the motherboard had a green light, however no POST screen was displayed, and no beeps were emitted. The POST is supposed to be the catchall in terms of badly configured hardware, and as terrifying as BEEP BEEP BEEP can be, I've recently learned that a lack of these beeps when nothing is working can be even worse.

In the spirt of being techheads, we commenced troubleshooting. We had spare parts on hand. We were prepared. How prepared? Well here's a list of what we tried (although I may have left out a couple of things due to simply losing track of the combinations, but hey, you can forgive me):

  • Placed the video card in each of the 3 PCI-E slots
  • Placed a completely different video card in each slot
  • Tried multiple different RAM configurations
  • Removed ALL the RAM
  • Reseated and checked all connections
  • Tried completely different sticks of RAM
  • Tried a completely different CPU (a basic Pentium 4 LGA 775 chip)
  • Tried 2 different PSUs
  • Reset the BIOS using the dip switches on the motherboard
  • Reset the BIOS by removing the CMOS battery

At the end of all this, we can conclude that either the motherboard is DoA, or that I've managed to surround myself with a sea of dead or incompatible components. I'll take option one thanks, and with the amount of troubleshooting variants that we tried I'd like to think that option one is more likely than anything else.

Doing some searching for "P5N32-E SLI no POST" was pretty scary. It yielded far too many hits than I'd have liked. This motherboard was marked as "Quad Core Ready", and we already knew that it might require a certain BIOS level before it would accept that chip happily, however that revision was released 6 months ago, and we had an old LGA 775 P4 chip on hand just in case we needed that to upgrade the BIOS. I found a great hardware review site which had users review the board - the reviews were either "0/5 this board sucks" or "5/5 awesome board A++++++++" which lead me to believe there may be quality control issues ahoy in the land of ASUS.

The motherboard is all packed up, and now it's just a matter of seeing how the good folks at Ascent deal with returns. Ascent have been great to deal with so far. Their website is one of the best for buying tech gear, their staff are incredibly friendly, and their delivery times are insanely quick.  Given the complexity of a motherboard, it sort of makes sense that if anything is going to go wrong it'll be there.

For the time being Project Quad Core gets marked as a failure. I look around my office, and it's filled with hardware and hardware packaging. It's almost an impressive display of carnage, although I'd rather it resulted in an impressive display in computing speed.

Hopefully that will change by the end of the week.

Tags:

 Print | Posted on Sunday, October 28, 2007 9:10 PM | Filed Under [ Me ]


Feedback

Gravatar

# re: Project Quad Core

Hey dude,

I've used a Abit IP35 Pro. Works great. Has a cool feature that shows a two letters showing the boot progress and the status of the motherboard. (On the motherboard).

I've used it already where it showed a USB error on boot. No beeping, just a number to look up to see the errors. Un plugged usb devices and error went away. Very cool.

Works great on my Quad core :)

10/30/2007 12:18 AM | blair

Gravatar

# re: Project Quad Core

I've never really been a fan of Abit stuff - was that your first choice for any reason?

This motherboard should have status displays too, but they don't work because it's screwed :)

Apparently a forward replacement should be winging it's way to me soon.. not soon enough as far as I'm concerned, but oh well!

10/30/2007 6:53 AM | Ross Hawkins

Gravatar

# re: Project Quad Core

Not tried Abit before, usually ASUS. I figured that the overclocking guys know more about equipment than me so just left them to it.

It's worked great and I love the glowing blue lights :)

10/31/2007 10:17 AM | Blair

Post Comment

Title  
Name  
Email
Website / Url
 

Your comment

   
Please add 1 and 3 and type the answer here:

About me

My name is Ross Hawkins and I'm a Developer, Consultant and Writer based in Auckland, New Zealand. My current work revolves around ASP.NET, C#, Ajax, SQL Server, and a mix of other Microsoft development technologies. Previously I spent about 11 years working with Lotus Notes/Domino.


Subscribe

Subscribe to this feed


Search


Popular Content

Troubleshooting WebResource.axd

The .NET 2.0 framework changed the way clientside JavaScript is delivered to the browser. Previously, ASP.NET 1.1 used the aspnet_client directory whereas now 2.0 uses WebResource.axd.

Published on October 8, 2006

Microsoft AJAX Extensions: Sys.Debug is null or not an object

One of the breaking changes which was made with the 1.0 release of the Microsoft Ajax Extensions was the renaming of the 'Debug' class to 'Sys.Debug' for reasons of compatiability with other frameworks. Breaking changes like this can often be a source of frustration..

Published on May 22, 2007

Simple ASP.NET Character Counter

A textbox character counter is a pretty simple piece of functionality, and there's a lot of different ways to apply one to your application. The following method is nice and simple, and can be done using only clientside JavaScript if required, or combined with server side code in order to create a more dynamic effect

Published on December 4, 2006

Adding Tooltips to Gridview Headers

As the title says, this is a very simple but dynamic way of achieving tooltip text on a header column. It's not overly flash, but it's lightweight and quick to implement.

Published on April 15, 2007

SQL Server Web Report Viewer Issues on Windows 2008 Server/IIS7

A fix for another AXD related issue, this time with the SQL Server Web Report Viewer Control which was being served up via IIS7 on a Windows 2008 server.

Published on June 2, 2007
Updated on April 10, 2008


Archives

January, 2009 (2)
December, 2008 (6)
November, 2008 (7)
October, 2008 (9)
September, 2008 (12)
August, 2008 (9)
July, 2008 (6)
June, 2008 (24)
May, 2008 (13)
April, 2008 (16)
March, 2008 (8)
February, 2008 (10)
January, 2008 (1)
December, 2007 (14)
November, 2007 (11)
October, 2007 (11)
September, 2007 (13)
August, 2007 (11)
July, 2007 (5)
June, 2007 (15)
May, 2007 (11)
April, 2007 (9)
March, 2007 (9)
February, 2007 (10)
January, 2007 (8)
December, 2006 (18)
November, 2006 (11)
October, 2006 (14)
September, 2006 (9)
August, 2006 (10)
July, 2006 (4)
June, 2006 (4)
May, 2006 (6)
April, 2006 (3)
February, 2006 (6)
January, 2006 (10)
September, 2005 (2)
August, 2005 (4)

Post Categories

ASP.NET
AJAX
Amusing
NZ
NZ Trains
Notes/Domino
Visual Studio
Web Development
Miscellaneous
Me
Rugby
C#
SQL


Twitter