<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>I Fix Things &#187; Hardware</title>
	<atom:link href="http://gtwy.net/fix/category/hardware/feed/" rel="self" type="application/rss+xml" />
	<link>http://gtwy.net/fix</link>
	<description>I fix things so you don&#039;t have to</description>
	<lastBuildDate>Wed, 01 Sep 2010 17:01:26 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.6</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Solid State Drives: The Next Big Leap</title>
		<link>http://gtwy.net/fix/2010/08/solid-state-drives-the-next-big-leap/</link>
		<comments>http://gtwy.net/fix/2010/08/solid-state-drives-the-next-big-leap/#comments</comments>
		<pubDate>Wed, 18 Aug 2010 03:19:15 +0000</pubDate>
		<dc:creator>James Watt</dc:creator>
				<category><![CDATA[Hardware]]></category>

		<guid isPermaLink="false">http://gtwy.net/fix/?p=186</guid>
		<description><![CDATA[Over fifteen years ago, my father patiently explained both the concept and benefits of solid state storage devices to my younger self. I can vividly remember the conversation, it was the first time I had ever heard the word "volatile." His explanation was simple, there are two forms of memory. The first and most common [...]]]></description>
			<content:encoded><![CDATA[<p>Over fifteen years ago, my father patiently explained both the concept and benefits of solid state storage devices to my younger self. I can vividly remember the conversation, it was the first time I had ever heard the word "volatile." His explanation was simple, there are two forms of memory. The first and most common type of memory is volatile; it will only hold information if it is powered by electricity. Your computer's <a href="http://gtwy.net/fix/2009/12/memory-upgrades/" target="_blank">RAM</a> (<a href="http://gtwy.net/fix/2009/12/memory-upgrades/" target="_blank">Random Access Memory</a>) is a perfect example of this, it forgets everything when you turn off your computer. The second and less common type of memory is non-volatile; it will hold information even without power. At the time, my father obviously referenced <a href="http://en.wikipedia.org/wiki/EEPROM" target="_blank">EEPROM</a> as an example, but a more common example today would be <a href="http://www.newegg.com/Store/SubCategory.aspx?SubCategory=522&amp;name=USB-Flash-Drives" target="_blank">flash drives</a>.</p>
<div id="attachment_188" class="wp-caption alignleft" style="width: 160px"><a href="http://gtwy.net/fix/wp-content/uploads/2010/08/31HardDrive.jpg"><img class="size-thumbnail wp-image-188     " title="Hard Drive Platters" src="http://gtwy.net/fix/wp-content/uploads/2010/08/31HardDrive-150x150.jpg" alt="Hard Drive Platters" width="150" height="150" /></a><p class="wp-caption-text">Hard drive platters</p></div>
<p>That being said, hard drives do <strong>not</strong> store information on memory. Instead, the information is stored inside the drive mechanically on a few circular plates, known as "platters." In most common drives, these platters spin at speeds anywhere from 4,200 to 7,200 <strong>r</strong>otations <strong>p</strong>er <strong>m</strong>inute. In between each platter is a mechanical arm that slides back and forth to <em>catch</em> information as it passes. As you can imagine, if you open a file located on the other side of the platter, the arm has to physically move to get to the file. That is why your computer slows down right before opening a program; it has to actually find where the data is located before it can start to read it. This wasted time is called "seek time."</p>
<p>The technology to accomplish mechanical storage is so impressive that sometimes I wonder how it even works at all. There is so much movement and activity happening inside this device that has to be executed perfectly for everything to work. But, as you know, it doesn't always function as planned. This is due to the fact that the hard drive is still a mechanical device, and all machines are subject to wear and tear - eventually resulting in a hard drive crash.</p>
<p>The term "hard drive crash" is not just an expression; it is literally the description of what happens when one of the drive arms make contact with a platter. To say the least, scraping a drive head along a platter at the speed of 7,200 RPMs results in some pretty serious damage to your data. This most often happens for one of two reasons: either the drive dies prematurely due to excessive vibrations or it slowly wears out over time. An example of a premature death would be a laptop that is thrown, dropped, or otherwise moved too quickly. This vibration can cause the platters to smack against the drive head, resulting in a hard drive crash. But even if it doesn't die early, <strong>it will eventually die</strong> as the platters' lubrication breaks down over time. The lubrication keeps the platters spinning evenly and smoothly, but after the compound breaks down, the platters will wobble themselves right into a drive head.</p>
<div id="attachment_191" class="wp-caption alignright" style="width: 160px"><a href="http://gtwy.net/fix/wp-content/uploads/2010/08/realssd.jpg"><img class="size-thumbnail wp-image-191  " title="Crucial C300 RealSSD" src="http://gtwy.net/fix/wp-content/uploads/2010/08/realssd-150x150.jpg" alt="Crucial C300 RealSSD" width="150" height="150" /></a><p class="wp-caption-text">Solid state storage &quot;chips&quot;</p></div>
<p>Non-volatile, solid state storage technology is not subject to any of the drawbacks of mechanical storage. It cannot ever crash, because it is simply a cluster of electronic chips. It doesn't really have "seek times", because information is directly called from whichever chip it is located. And, it is incredibly fast; current solid state drives are much faster than the fastest mechanical hard drives. <em>So, why aren't we using it yet?</em></p>
<p>"Too expensive right now," is what my father told me when I asked him. No matter how great an invention, it is only feasible if it is economical. Fifteen years ago, you would be spending over $100,000 for a small amount of solid state storage. Ask the airline industry, they required that type of technology on planes since the vibrations would destroy a normal hard drive. While I couldn't afford the technology, I could still watch it evolve through the years. As time went on, the technology increased in storage capacity as well as speed, while slowly becoming more affordable. I even tested out some of the earlier solid state drives two years ago in custom built ITX systems and, while it worked great, decided that it wasn't yet ready for mainstream desktop or server applications.</p>
<p>Fortunately, times have changed. In the last few months, I have watched multiple products become available that are both affordable and realistic. Many computer hobbyists have already taken the plunge with this new technology, who can rationalize <a href="http://www.newegg.com/Product/ProductList.aspx?Submit=ENE&amp;DEPA=0&amp;Order=BESTMATCH&amp;Description=128GB+ssd&amp;x=0&amp;y=0" target="_blank">spending up to $300 for a drive with at least 128GB of storage capacity</a>. (To put that in perspective, you can purchase a <a href="http://www.newegg.com/Product/Product.aspx?Item=N82E16822136376" target="_blank">2,000GB mechanical hard drive for around $150</a>.) So, this morning, when I found out my mechanical hard disk drive was starting to go bad, <em>I wasn't exactly upset</em>. I immediately headed over to my <a href="http://www.newegg.com" target="_blank">favorite online electronic retailer</a> and purchased the solid state drive that I had been ogling for months, the <a href="http://www.crucial.com/store/partspecs.aspx?IMODULE=CTFDDAC256MAG-1G1" target="_blank">Crucial RealSSD C300</a>. Not only am I fifteen years over due for this technology upgrade, but I never want to deal with another dead hard drive.</p>
<p>I have lived through many changes to the personal computer throughout my lifetime. Some of the more notable advancements have been the replacement of command line with a graphical interface, floppy drives with optical drives, 14.4K dialup modems with highspeed broadband, single-core processors with multi-core processors, and CRTs with LCD monitors.</p>
<p>Fifteen years ago, I could not have told you when we would have solid state drives. But looking at how far the technology has progressed, I can safely predict that most computer enthusiasts will have a solid state boot drive by 2012; all mainstream computer manufacturers, such as Dell, HP, and Apple, will offer solid state drives as the default boot drive in all models by 2015; and by 2020, solid state drives will almost completely eliminate mechanical disk drives as they will have surpassed them in storage capacity and beat them in price. At least in the field of computer science, solid state drives will be this decade's greatest achievement.</p>
<h5 style="text-align: center; "><em><span style="font-weight: normal;">Dedicated to <strong>John Joseph Watt, Jr.</strong><br />
September 28, 1960 - March 5, 2007</span></em></h5>
]]></content:encoded>
			<wfw:commentRss>http://gtwy.net/fix/2010/08/solid-state-drives-the-next-big-leap/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>When Laptops Overheat and Melt</title>
		<link>http://gtwy.net/fix/2010/02/when-laptops-overheat-and-melt/</link>
		<comments>http://gtwy.net/fix/2010/02/when-laptops-overheat-and-melt/#comments</comments>
		<pubDate>Sat, 20 Feb 2010 18:11:42 +0000</pubDate>
		<dc:creator>James Watt</dc:creator>
				<category><![CDATA[Hardware]]></category>

		<guid isPermaLink="false">http://gtwy.net/fix/?p=158</guid>
		<description><![CDATA[A customer contacted me regarding their laptop overheating. It was an HP Pavilion dv9700 with an AMD processor. When I finally saw the laptop, I couldn't believe my eyes. The plastic was nearly melted off the bottom panels. Could a laptop really overheat this much?]]></description>
			<content:encoded><![CDATA[<p>Last month, a customer contacted me regarding their laptop overheating. It was an HP Pavilion dv9700 with an AMD processor. When I finally saw the laptop, I couldn't believe my eyes. The plastic was nearly melted off the bottom panels. Could a laptop really overheat this much?</p>

<a href='http://gtwy.net/fix/2010/02/when-laptops-overheat-and-melt/laptop/' title='HP Laptop'><img width="150" height="150" src="http://gtwy.net/fix/wp-content/uploads/2010/02/laptop-150x150.jpg" class="attachment-thumbnail" alt="HP Laptop" title="HP Laptop" /></a>
<a href='http://gtwy.net/fix/2010/02/when-laptops-overheat-and-melt/mangled/' title='Mangled Laptop'><img width="150" height="150" src="http://gtwy.net/fix/wp-content/uploads/2010/02/mangled-150x150.jpg" class="attachment-thumbnail" alt="Mangled Laptop" title="Mangled Laptop" /></a>
<a href='http://gtwy.net/fix/2010/02/when-laptops-overheat-and-melt/under/' title='Burned Laptop'><img width="150" height="150" src="http://gtwy.net/fix/wp-content/uploads/2010/02/under-150x150.jpg" class="attachment-thumbnail" alt="Burned Laptop" title="Burned Laptop" /></a>
<a href='http://gtwy.net/fix/2010/02/when-laptops-overheat-and-melt/under2/' title='Burned Laptop'><img width="150" height="150" src="http://gtwy.net/fix/wp-content/uploads/2010/02/under2-150x150.jpg" class="attachment-thumbnail" alt="Burned Laptop" title="Burned Laptop" /></a>
<a href='http://gtwy.net/fix/2010/02/when-laptops-overheat-and-melt/under3/' title='Burned Laptop'><img width="150" height="150" src="http://gtwy.net/fix/wp-content/uploads/2010/02/under3-150x150.jpg" class="attachment-thumbnail" alt="Burned Laptop" title="Burned Laptop" /></a>
<a href='http://gtwy.net/fix/2010/02/when-laptops-overheat-and-melt/under4/' title='Burned Laptop'><img width="150" height="150" src="http://gtwy.net/fix/wp-content/uploads/2010/02/under4-150x150.jpg" class="attachment-thumbnail" alt="Burned Laptop" title="Burned Laptop" /></a>

<p>While most laptops will never melt like the one pictured above, it seems almost all laptops overheat eventually. This could be due to a number of things, such as the dissipation of thermal compound, shoddy heat syncs, fans that go bad, degraded airflow conditions, and other anomalies. Proof of this phenomenon can be found by <a href="http://www.newegg.com/Store/SubCategory.aspx?SubCategory=319&amp;name=Laptop-Accessories" target="_blank">browsing any electronic retail store</a> as they all sell "laptop cooling pads". If this wasn't a wide spread problem, these coolers wouldn't exist.</p>
<p>Is this problem fixable? In most cases, I believe it should be. However, where do you start? Should you take the entire laptop apart to replace the fans and thermal compound? Or could the problem be isolated to just a faulty power supply? While there are many unknown variables, they can all be eliminated and resolved if the technician is patient and knowledgeable.</p>
<p>This is good news for experts, who can fix this problem on their own, but bad for consumers. The cost of labor to pay someone to spend hours attempting to fix your laptop would well exceed just purchasing a new computer. Additionally, what if it isn't <em>really</em> fixed and starts overheating again? The whole situation would become a nightmare.</p>
<p>With a little research, you can prevent purchasing laptops prone to overheating. First, research the processors that can be installed in your laptop. All laptop manufacturers offer multiple processor options. Without sacrificing too much power, try to purchase the processor that runs coolest. Furthermore, you can search the web to see what others are saying about a particular laptop model using the <a title="Google Search" href="http://www.google.com/search?hl=en&amp;source=hp&amp;q=HP+Pavilion+dv9700+overheating&amp;btnG=Google+Search&amp;aq=f&amp;aqi=&amp;oq=" target="_blank">make, model and keyword "overheating"</a>.</p>
<p>Obviously, there is nothing realistic that can be done to save the above laptop. But, this laptop could still turn on and function without feeling very hot. The evidence did <strong>not</strong> support overheating. After talking with the owner, it turns out this laptop was left on a bed, inches from a radiator heater, for an extended period of time. This laptop had overheated from the outside.</p>
]]></content:encoded>
			<wfw:commentRss>http://gtwy.net/fix/2010/02/when-laptops-overheat-and-melt/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Memory Upgrades</title>
		<link>http://gtwy.net/fix/2009/12/memory-upgrades/</link>
		<comments>http://gtwy.net/fix/2009/12/memory-upgrades/#comments</comments>
		<pubDate>Mon, 28 Dec 2009 11:30:05 +0000</pubDate>
		<dc:creator>James Watt</dc:creator>
				<category><![CDATA[Hardware]]></category>

		<guid isPermaLink="false">http://gtwy.net/fix/?p=116</guid>
		<description><![CDATA[One of the most common mistakes when building or upgrading a computer is the memory. What type? How many pins? What speed? Registered or unregistered? Single or dual channel? Any skilled computer expert can tell you the answers to these. I'm going to show you how to do this yourself and how to save money at the same time.]]></description>
			<content:encoded><![CDATA[<div class="mceTemp">
<div id="attachment_118" class="wp-caption alignleft" style="width: 277px"><a href="http://gtwy.net/fix/wp-content/uploads/2009/12/crucial-DDR2-.jpg"><img class="size-full wp-image-118" title="Crucial DDR2 240-pin Memory" src="http://gtwy.net/fix/wp-content/uploads/2009/12/crucial-DDR2-.jpg" alt="DDR2 240-pin Memory Module" width="267" height="200" /></a><p class="wp-caption-text">DDR2 240-pin Memory Module</p></div>
<p>One of the most common mistakes when building or upgrading a computer is the memory. What type? How many pins? What speed? Registered or unregistered? Single or dual channel? Any skilled computer expert can tell you the answers to these. I'm going to show you how to do this yourself and how to save money at the same time.</p>
<p><strong>Identify your current memory</strong> - One way to upgrade your computer's memory is to identify what is currently installed. I use a program called <a href="http://www.cpuid.com/cpuz.php" target="_blank">CPU-Z</a> to do this. When you first open the program, be patient while it collects information about your computer. Once it has finished, view the Memory tab for a general overview about your RAM. Take note if your Memory is Single or Dual Channel (top right field).</p>
<p>The next tab to the right, SPD, will give you a breakdown of each individual module. The first thing to notice is the very top line, mine says DDR2. That's the <em>type</em> of memory. Next is module size. If you are replacing your memory, this is not important. Max Bandwidth is the<em> speed </em>of your memory, mine says PC2-6400. The program will also identify if your memory is registered/buffered. My values for registered/buffered are blank, which means I have unregistered/unbuffered memory. Otherwise, I would have to purchase registered/buffered memory.</p>
<p>The last thing to identify is the pin count or physical size of the RAM. Basically, you have two sizes for each <em>type</em>. Normal desktop size and laptop size. For my upgrade, DDR2, there is a 200-pin laptop module and a 240-pin desktop memory module. While laptops always use the 200-pin, you may want to double check your desktop. Certain desktop motherboards, especially those in smaller form factor systems, actually use the 200-pin style.</p>
<p>There are still two pieces of information missing, <em>maximum memory</em> and <em>fastest speed</em> supported by my computer. If I order more memory than my computer supports, the memory is not going to be compatible with my computer. Furthermore, while I could order memory the same speed as the current memory, there may be faster memory available. This faster memory would directly increase the speed of my system. But before we can solve these problems, we need to identify our motherboard.</p>
<div id="attachment_121" class="wp-caption alignright" style="width: 210px"><a href="http://gtwy.net/fix/wp-content/uploads/2009/12/crucial-ddr2-200.jpg"><img class="size-full wp-image-121" title="Crucial DDR2 200-pin Memory" src="http://gtwy.net/fix/wp-content/uploads/2009/12/crucial-ddr2-200.jpg" alt="DDR2 200-pin Memory Module" width="200" height="111" /></a><p class="wp-caption-text">DDR2 200-pin Memory Module</p></div>
<p><strong>Identify your motherboard </strong>- To find your motherboard model number, open CPU-Z again. Navigate to the Mainboard tab and write down the Manufacturer and Model. Mine is a Dell 0GM819. A quick <a href="http://www.google.com/search?q=Dell+0GM819" target="_blank">google search </a>will reveal the <a href="http://www.ascendtech.us/itemdesc.asp?ic=MB4DELOPTGM819&amp;eq=&amp;Tp=" target="_blank">motherboard specifications</a>. Most motherboard specifications will flat out tell you everything, completely eliminating the need for using CPU-Z. Unfortunately, OEM motherboards can be vague. For instance, the only specification published about my motherboard regarding RAM is "4 Dual Channel DIMM Support for up to 8 GB of DDR2 memory".  Fortunately, this has revealed the overall maximum amount of memory my computer supports. However, I still have not identified the fastest speed supported by my motherboard. While I could very easily order<em> <span style="text-decoration: underline;">less than or equal to 8GB DDR2 240-pin PC2-6400 Unregistered/Unbuffered Dual Channel RAM</span></em> at this point, I may be missing out on faster memory modules which would improved the speed of my computer.</p>
<p><strong>If all else fails (or how you should <em>really</em> be doing this)</strong> - If you still have missing information, such as the fastest speed supported by your system, there is one last method. Go to <a href="http://www.crucial.com/" target="_blank">Crucial.com</a> and use the drop down boxes to select your system. It will bring up a page much like <a href="http://www.crucial.com/store/listparts.aspx?model=OptiPlex%20755%20Series%20%28Desktop%20Mini-Tower%20and%20Small%20Form%20Factor%29" target="_blank">this one</a>. Find the section titled `Manufacturer Specifications`. The speeds supported by your motherboard will be listed in the box on the left. Apparently, my motherboard supports PC2-8500, PC2-6400, and PC2-5300. Had I not checked, I would not have ordered the fastest memory available for my computer.</p>
<p>To be completely honest, <span style="text-decoration: underline;">I always use Crucial.com to identify memory</span>, and suggest you do as well. However, don't purchase memory directly from Crucial.com. Usually <a href="http://www.newegg.com" target="_blank">NewEgg</a> and <a href="http://www.pricewatch.com" target="_blank">other online electronic stores</a> sell it for much cheaper. While the CPU-Z method explains each aspect of the memory module, it takes more time and requires additional research. But now that you understand all of the factors involved with memory, use Crucial.com confidently, instead of fooling around with google searches and motherboard manuals.</p>
<p><strong>How to purchase</strong> - After identifying your memory, head over to your favorite online electronic store and search. Based on our research, my search query would be `<a href="http://www.newegg.com/Product/ProductList.aspx?Submit=ENE&amp;DEPA=0&amp;Order=BESTMATCH&amp;Description=DDR2+PC2-8500+240-pin&amp;x=7&amp;y=34" target="_blank">DDR2 PC2-8500 240-pin</a>`. You can refine the search by including the size, such as <a href="http://www.newegg.com/Product/ProductList.aspx?Submit=ENE&amp;DEPA=0&amp;Order=BESTMATCH&amp;Description=DDR2+PC2-8500+240-pin+2GB" target="_blank">2GB</a>. Before purchasing, make sure the memory module meets your computer's Single/Dual channel and Registered/Unregistered requirements. Good luck!</p>
<p><strong>A warning regarding 32-bit memory limits</strong> - If you are running a 32-bit operating system, the maximum memory your computer will support is 4GB. You can install more without a problem, but your computer will not utilize it. In order to support more than 4GB of memory, please switch to a 64-bit operating system.</div>
]]></content:encoded>
			<wfw:commentRss>http://gtwy.net/fix/2009/12/memory-upgrades/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Preventing &#8220;Brown Outs&#8221;</title>
		<link>http://gtwy.net/fix/2009/12/preventing-brown-outs/</link>
		<comments>http://gtwy.net/fix/2009/12/preventing-brown-outs/#comments</comments>
		<pubDate>Thu, 24 Dec 2009 11:30:32 +0000</pubDate>
		<dc:creator>James Watt</dc:creator>
				<category><![CDATA[Hardware]]></category>

		<guid isPermaLink="false">http://gtwy.net/fix/?p=101</guid>
		<description><![CDATA[Everybody has heard of a power surge, but most people will give you a funny look if you say brown-out. While a surge is a sudden jolt of extra electricity, a brown-out is actually a loss in electricity. And surprisingly, I have seen more damage to electronic equipment from brown-outs than from power surges. This may [...]]]></description>
			<content:encoded><![CDATA[<p>Everybody has heard of a <em>power surge</em>, but most people will give you a funny look if you say <strong>brown-out</strong>. While a surge is a sudden jolt of extra electricity, a brown-out is actually a loss in electricity. And surprisingly, I have seen more damage to electronic equipment from brown-outs than from power surges. This may be due to the fact that surge protector power strips are cheap, while the hardware necessary to prevent a brown-out is not.</p>
<p>When a brown-out occurs, partial power is lost. This causes lights to dim and eventually "brown out" before power is completely lost. These few seconds of partial power can do serious damage to your computers, televisions, and other electronic equipment. Every component in your computer requires a specific amount of electricity to function. When full power is lost, the device shuts down fairly safely. But when partial power is lost, the device struggles to operate on limited power. Because it was designed for normal power, this scenario has a high chance of destroying the device. Imagine putting rubbing alcohol in a car engine. The device, in this case an engine, would be operating on a power source outside normal specifications. Result? Blown head gasket.</p>
<p>In order to prevent against brown-outs, use of various Battery Backup Systems is recommended. These systems, created mostly by <a href="http://www.apc.com" target="_blank">APC</a> and <a href="http://www.cyberpower.com" target="_blank">CyberPower</a>, can protect your electronic equipment at a fraction of the cost to purchase a new computer. My personal preference is APC, but CyberPower is a little cheaper. To make things simple, both companies' sales teams will assist you by explaining their systems and which best suits you. The general rule of thumb is to pick up a ~400Watt system for a single desktop computer and monitor. If you are including extra equipment, such as a router and modem, allow for an extra ~50Watts. Make sure to purchase a model that comes with a USB cable and software, which will put your computer in Hibernation mode in the event of an extended power outage (these battery backups can run out of power if your main electricity goes down for too long.)</p>
<p>The product I use most often is the <a href="http://www.newegg.com/Product/Product.aspx?Item=N82E16842101339" target="_blank">APC BE650G</a>. At $89.99, you are not going to find a better buy for protecting your desktop computer and monitor. If you are running Windows XP, Vista, or 7, just plug in the USB wire and you are done; no need to even install the software. My second choice would be the <a href="http://www.newegg.com/Product/Product.aspx?Item=N82E16842102115" target="_blank">CyberPower CP1000AVR</a>. It only runs $79.99 for slightly more Wattage, but it uses a serial connection instead of USB.</p>
<p><strong>Quick Tip:</strong> If you are using a laptop computer, you only need a simple surge protector power strip, not a battery backup.</p>
]]></content:encoded>
			<wfw:commentRss>http://gtwy.net/fix/2009/12/preventing-brown-outs/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Dell Precision R5400 with XP Pre-Installed</title>
		<link>http://gtwy.net/fix/2009/12/dell-precision-r5400-with-xp-pre-installed/</link>
		<comments>http://gtwy.net/fix/2009/12/dell-precision-r5400-with-xp-pre-installed/#comments</comments>
		<pubDate>Mon, 21 Dec 2009 13:18:11 +0000</pubDate>
		<dc:creator>James Watt</dc:creator>
				<category><![CDATA[Hardware]]></category>
		<category><![CDATA[Windows]]></category>

		<guid isPermaLink="false">http://gtwy.net/fix/?p=41</guid>
		<description><![CDATA[Drama with Dell Precision R5400 systems leads to the conclusion that Dell doesn't care about it's XP images anymore they ramp up for Windows 7.]]></description>
			<content:encoded><![CDATA[<p class="mceTemp mceIEcenter" style="text-align: left;">One of my customers have all of their office computers located in a rack, instead of under their employees' desks. This frees up desk and floor space as it is a pretty tight area. However, they were just laying desktop computers on their side instead of installing rackmount-capable systems. Fortunately, Dell sells one line of rackmount-capable workstations, Precision R5400.</p>
<div id="attachment_43" class="wp-caption aligncenter" style="width: 305px"><img class="size-full wp-image-43" title="Dell Precision R5400" src="http://gtwy.net/fix/wp-content/uploads/2009/12/dellr5400.jpg" alt="Dell Precision R5400" width="295" height="80" /><p class="wp-caption-text">Dell Precision R5400</p></div>
<p>The Precision R5400 is about twice the cost of a typical office computer, but you get some serious bang for your buck. Dual processors, better quality motherboard, RAID controller with mirrored hard drives, and high end video card. When compared to a desktop computer with similar specifications, it is actually very reasonable in price. And because Dell also offers a client-side device to remotely connect all of your workstations, you can easily eliminate all of your office computers to give your employees more space. Other solutions exist that do this as well, such as terminal server thin clients. But thin clients aren't powerful and create single points of failure for everybody.</p>
<p>Over the past year we have purchased five of these and none of them were ordered within a month of each other. Surprisingly, every one had the same <strong>serious </strong>problems (lock ups, freezing, blue screens). Our issues became so compounded that our Dell ticket was escalated to the highest level of support. When you reach that level, you are assigned a specific tech who works with you every day until the problem is resolved. Our tech's name was David G. and he worked with us for about a week and a half until the problem was <em>resolved</em>. This does not include the two months time I personally invested in this issue before calling tech support.</p>
<p>Before I tell you the <em>solution</em>, I want to reemphasize that these computers were not purchased at the same time or even in the same month. Out of the box, all of the computers had the same issue, which didn't necessarily appear immediately. I now believe that the issue is a bad Windows XP image that Dell is using on these computers. When Dell sells computers, they don't have techs clean installing Windows, installing drivers and preloading software on every single one. That would double the cost of your computer. Instead, Dell has a tech do an install on one computer, which is then cloned (imaged) and applied to the rest of the computers. While it is possible for single instances of these computers to get corrupted installations, it is very rare for a master image file to have problems because it would affect so many computers. Below are a few of the error messages we received on all of the machines.</p>
<ul>
<blockquote>
<li>The driver nv4_disp for the display device \Device\Video0 got stuck in an infinite loop. This usually indicates a problem with the device itself or with the device driver programming the hardware incorrectly.</li>
<li>The nv4_disp display driver has stopped working normally. Save your work and reboot the system to restore full display functionality.</li>
<li>A problem has been detected and Windows has been shut down to prevent damage to your computer. The problem seems to be caused by the following file: CLASSPNP.SYS. PAGE_FAULT_IN_NON_PAGED_AREA.</li>
<li>The device, \Device\Ide\iaStor0, did not respond within the timeout period.</li>
</blockquote>
</ul>
<p>Dell had me install every version of every driver from the Intel Matrix Device to the nVidia video card. OEM drivers, Intel drivers, nVidia drivers, Windows Update drivers - you name it, we tried it. Each time it would stop a current problem (lock-ups) and create a new problem (blue screens). But in the end, the real solution was simple - Recreate the RAID array and clean install Windows XP using the most recent drivers from the Dell website.</p>
<p>I know this sounds trivial, but when you have multiple computers in a domain running loads of software, starting fresh is not something any tech really wants to do. Especially if you miss a file in the backup process, because it's gone. When you are migrating from one computer to another and you lose some files, you can always retrieve them from the old system. But I digress, <strong>this solution did completely resolve our issues on all of the computers</strong>.</p>
<p>My warning to everyone is not to stay away from this system, as it is a great platform. Instead, clean format these particular systems before you install anything on them. And while I have not ordered any preloaded with Vista or Windows 7, I can assure you that I would probably clean format those two operating systems just in case.</p>
]]></content:encoded>
			<wfw:commentRss>http://gtwy.net/fix/2009/12/dell-precision-r5400-with-xp-pre-installed/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
