<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	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/"
	>
<channel>
	<title>Comments on: Weird Computer Problem</title>
	<atom:link href="http://blog.mischel.com/2007/11/27/weird-computer-problem/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.mischel.com/2007/11/27/weird-computer-problem/</link>
	<description>Musings on technology and life</description>
	<pubDate>Tue, 06 Jan 2009 09:58:37 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.7</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: James</title>
		<link>http://blog.mischel.com/2007/11/27/weird-computer-problem/comment-page-1/#comment-1210</link>
		<dc:creator>James</dc:creator>
		<pubDate>Fri, 18 Jan 2008 20:26:34 +0000</pubDate>
		<guid isPermaLink="false">http://blog.mischel.com/2007/11/27/weird-computer-problem/#comment-1210</guid>
		<description>Another program that you can use as a substitute to CPU-Z and in many ways it's better than CPU-Z is &lt;a href="http://crystalmark.info/software/CrystalCPUID/index-e.html" rel="nofollow"&gt;CrystalCpuID&lt;/a&gt;. So try that out see if that works.

Is all your drivers up to date? Or does your Bios need flashing? I use &lt;a href="http://driveragent.com/" rel="nofollow"&gt;Driver agent&lt;/a&gt; to see if I'm missing any vital drivers. They'll give you a free scan but they'll charge you for downloading them from their site. I personnally find out what I'm missing and just get them myself.

Regarding to what Ricky C said about quad cores just being two dual cores stuck together. He's absolutely right. The main problem with that is all the 4 CPU cores don't share the L2 cache between them. A true quad core would. 

Anyway good luck Jim and I hope you sort your little dilemma out.

James
&lt;a href="http://www.overclockyourcpu.co.uk" rel="nofollow"&gt;How to overclock your CPU&lt;/a&gt;</description>
		<content:encoded><![CDATA[<p>Another program that you can use as a substitute to CPU-Z and in many ways it&#8217;s better than CPU-Z is <a href="http://crystalmark.info/software/CrystalCPUID/index-e.html" rel="nofollow">CrystalCpuID</a>. So try that out see if that works.</p>
<p>Is all your drivers up to date? Or does your Bios need flashing? I use <a href="http://driveragent.com/" rel="nofollow">Driver agent</a> to see if I&#8217;m missing any vital drivers. They&#8217;ll give you a free scan but they&#8217;ll charge you for downloading them from their site. I personnally find out what I&#8217;m missing and just get them myself.</p>
<p>Regarding to what Ricky C said about quad cores just being two dual cores stuck together. He&#8217;s absolutely right. The main problem with that is all the 4 CPU cores don&#8217;t share the L2 cache between them. A true quad core would. </p>
<p>Anyway good luck Jim and I hope you sort your little dilemma out.</p>
<p>James<br />
<a href="http://www.overclockyourcpu.co.uk" rel="nofollow">How to overclock your CPU</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Brian</title>
		<link>http://blog.mischel.com/2007/11/27/weird-computer-problem/comment-page-1/#comment-1020</link>
		<dc:creator>Brian</dc:creator>
		<pubDate>Thu, 29 Nov 2007 06:02:40 +0000</pubDate>
		<guid isPermaLink="false">http://blog.mischel.com/2007/11/27/weird-computer-problem/#comment-1020</guid>
		<description>Did you check to make sure they all have the same BIOS version? Looks like they added 45nm support in October, maybe this could have something to do with it?</description>
		<content:encoded><![CDATA[<p>Did you check to make sure they all have the same BIOS version? Looks like they added 45nm support in October, maybe this could have something to do with it?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Botter</title>
		<link>http://blog.mischel.com/2007/11/27/weird-computer-problem/comment-page-1/#comment-1018</link>
		<dc:creator>Botter</dc:creator>
		<pubDate>Wed, 28 Nov 2007 20:46:36 +0000</pubDate>
		<guid isPermaLink="false">http://blog.mischel.com/2007/11/27/weird-computer-problem/#comment-1018</guid>
		<description>Jim
This might help


-txt=report 	Launch CPU-Z in ghost mode : no interface appears, the register dump (report.txt) is automatically created.

Example :
cpuz.exe -txt=c:\mydirectory\mysystem : runs CPU-Z in ghost mode. Report file mysystem.txt is automatically generated in directory c:\mydirectory.
-html=report 	Same as "-txt" but generates the html report file.
-core=id 	Displays clock speed of core #id (id can be set from 0 to "Number of cores minus one"). It is then possible to check the speed of each core by running as many instances of CPU-Z as necessary, using batch files for example :
cpuz0.bat : cpuz.exe -core=0
cpuz1.bat : cpuz.exe -core=1

Note that the current core can be dynamically selected by right-clicking in the CPU page, and select the target core. This feature is available from version 1.42.
-console 	Generates output in a command prompt (Windows XP only).</description>
		<content:encoded><![CDATA[<p>Jim<br />
This might help</p>
<p>-txt=report 	Launch CPU-Z in ghost mode : no interface appears, the register dump (report.txt) is automatically created.</p>
<p>Example :<br />
cpuz.exe -txt=c:\mydirectory\mysystem : runs CPU-Z in ghost mode. Report file mysystem.txt is automatically generated in directory c:\mydirectory.<br />
-html=report 	Same as &#8220;-txt&#8221; but generates the html report file.<br />
-core=id 	Displays clock speed of core #id (id can be set from 0 to &#8220;Number of cores minus one&#8221;). It is then possible to check the speed of each core by running as many instances of CPU-Z as necessary, using batch files for example :<br />
cpuz0.bat : cpuz.exe -core=0<br />
cpuz1.bat : cpuz.exe -core=1</p>
<p>Note that the current core can be dynamically selected by right-clicking in the CPU page, and select the target core. This feature is available from version 1.42.<br />
-console 	Generates output in a command prompt (Windows XP only).</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ricky C.</title>
		<link>http://blog.mischel.com/2007/11/27/weird-computer-problem/comment-page-1/#comment-1017</link>
		<dc:creator>Ricky C.</dc:creator>
		<pubDate>Wed, 28 Nov 2007 01:30:41 +0000</pubDate>
		<guid isPermaLink="false">http://blog.mischel.com/2007/11/27/weird-computer-problem/#comment-1017</guid>
		<description>You might try Ubuntu. It's a popular Linux distribution, and it does support quad core processors. I don't remember the Linux command that outputs processor information to the console but I know that one does exist - sorry, I'm still pretty new to Linux. However there is an Ubuntu support IRC channel that you might try asking in, I think it's irc.freenode.net port 6667 channel #ubuntu (or maybe ##ubuntu, try single-# first).

I'm not sure how familiar to Linux and IRC you are, if any of this post puzzled you then just drop me an e-mail and I'll give you simpler steps and explanations. But you seem like a pretty tech-savvy guy to me. Give it a try and update everyone on how well it works (or doesn't work) and also, if you find it, the command to display the processor information.

Other than this (or using a different Linux distro) I can't think of another way to check the processor. But I agree with you, it's probably a motherboard problem. I heard the quad core processors are really just two dual cores put together basically, so maybe the reason it half-works is cause the motherboard is communicating with one side but not the other? I mean, if that's true, if it really is just two dual cores on one chip then I guess that would make sense.

Anywho, I'm rambling, so I'll just stop and leave room for other comments. :) Hope this helps!!
-Ricky C.</description>
		<content:encoded><![CDATA[<p>You might try Ubuntu. It&#8217;s a popular Linux distribution, and it does support quad core processors. I don&#8217;t remember the Linux command that outputs processor information to the console but I know that one does exist - sorry, I&#8217;m still pretty new to Linux. However there is an Ubuntu support IRC channel that you might try asking in, I think it&#8217;s irc.freenode.net port 6667 channel #ubuntu (or maybe ##ubuntu, try single-# first).</p>
<p>I&#8217;m not sure how familiar to Linux and IRC you are, if any of this post puzzled you then just drop me an e-mail and I&#8217;ll give you simpler steps and explanations. But you seem like a pretty tech-savvy guy to me. Give it a try and update everyone on how well it works (or doesn&#8217;t work) and also, if you find it, the command to display the processor information.</p>
<p>Other than this (or using a different Linux distro) I can&#8217;t think of another way to check the processor. But I agree with you, it&#8217;s probably a motherboard problem. I heard the quad core processors are really just two dual cores put together basically, so maybe the reason it half-works is cause the motherboard is communicating with one side but not the other? I mean, if that&#8217;s true, if it really is just two dual cores on one chip then I guess that would make sense.</p>
<p>Anywho, I&#8217;m rambling, so I&#8217;ll just stop and leave room for other comments. :) Hope this helps!!<br />
-Ricky C.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
