<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:wfw="http://wellformedweb.org/CommentAPI/" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:opensearch="http://a9.com/-/spec/opensearch/1.1/" xmlns:clearspace="http://www.jivesoftware.com/xmlns/clearspace/rss" xmlns:dc="http://purl.org/dc/elements/1.1/" version="2.0">
  <channel>
    <title>Intel Communities : Popular Threads - IT@Intel</title>
    <link>http://communities.intel.com/community/openportit/it?view=discussions</link>
    <description>Popular Discussion Threads in IT@Intel</description>
    <language>en</language>
    <pubDate>Tue, 07 Jul 2009 16:32:36 GMT</pubDate>
    <generator>Clearspace 2.5.9 (http://jivesoftware.com/products/clearspace/)</generator>
    <dc:date>2009-07-07T16:32:36Z</dc:date>
    <dc:language>en</dc:language>
    <item>
      <title>Slipstreaming Intel Matrix Storage Drivers in XP Pro</title>
      <link>http://communities.intel.com/thread/2727</link>
      <description>&lt;!-- [DocumentBodyStart:aaa0b208-12b8-4781-9321-fa19a435187b] --&gt;&lt;div class='jive-rendered-content'&gt;&lt;p&gt;I was hoping someone on this board could help me with slipstreaming Intel's latest Matrix Storage driver into an unattended XP install CD.  I am looking to slipstream the files as TEXTMODE drivers, which should make the task easier.  Unfortunately, all efforts to do this so far have resulted in failure.&lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;First, before I tried anything, I slipstreamed SP3 into XP, copied my WINNT.SIF file to the I386 directory of the CD, and created a bootable XP unattended install disk that works like a charm.  So I know the basic disk works.&lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;&lt;br/&gt;Second, I modified this base XP install CD as such:&lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;-At the root of the CD I created a directory called $OEM$ and then created a folder within that called TEXTMODE. Inside this $OEM$\TEXTMODE folder I copied the files from Intel's latest Matrix Storage F6 floppy driver (f6flpy3286.zip):&lt;br/&gt;&lt;a class="jive-link-external-small" href="http://downloadcenter.intel.com/Detail_Desc.aspx?strState=LIVE&amp;amp;ProductID=2842&amp;amp;DwnldID=17061&amp;amp;agr=Y&amp;amp;lang=eng&amp;amp;PrdMap=2842"&gt;http://downloadcenter.intel.com/Detail_Desc.aspx?strState=LIVE&amp;amp;ProductID=2842&amp;amp;DwnldID=17061&amp;amp;agr=Y&amp;amp;lang=eng&amp;amp;PrdMap=2842&lt;/a&gt;&lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;    TXTSETUP.OEM&lt;br/&gt;    iaahci.cat&lt;br/&gt;    iaAHCI.inf&lt;br/&gt;    iastor.cat&lt;br/&gt;    iaStor.inf&lt;br/&gt;    IaStor.sys&lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;&lt;br/&gt;-In the I386 directory of the CD, I created a folder called $OEM$ and once again, copied the contents of Intel's latest F6 floppy (f6flpy3286.zip).&lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;Note: So I now have two directories that hold the contents of Intel's latest F6 floppy: $OEM$\TEXTMODE and I386\$OEM$&lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;&lt;br/&gt;-Then I modified the WINNT.SIF by changing the line OEMPreinstall=NO to OEMPreinstall=YES&lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;&lt;br/&gt;-Finally, I added the [MassStorageDrivers]* and [OEMBootFiles] sections to the WINNT.SIF as below:&lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;[MassStorageDrivers]&lt;br/&gt;    "Intel(R) ESB2 SATA AHCI Controller" = OEM&lt;br/&gt;    "Intel(R) ICH7R/DH SATA AHCI Controller" = OEM&lt;br/&gt;    "Intel(R) ICH7M/MDH SATA AHCI Controller" = OEM&lt;br/&gt;    "Intel(R) ICH8R/DH/DO SATA AHCI Controller" = OEM&lt;br/&gt;    "Intel(R) ICH8M-E/M SATA AHCI Controller" = OEM&lt;br/&gt;    "Intel(R) ICH9R/DO/DH SATA AHCI Controller" = OEM&lt;br/&gt;    "Intel(R) ICH9M-E/M SATA AHCI Controller" = OEM&lt;br/&gt;    "Intel(R) ICH10D/DO SATA AHCI Controller" = OEM&lt;br/&gt;    "Intel(R) ICH10R SATA AHCI Controller" = OEM&lt;br/&gt;    "Intel(R) ESB2 SATA RAID Controller" = OEM&lt;br/&gt;    "Intel(R) ICH7R/DH SATA RAID Controller" = OEM&lt;br/&gt;    "Intel(R) ICH7MDH SATA RAID Controller" = OEM&lt;br/&gt;    "Intel(R) ICH8R/ICH9R/ICH10R/DO SATA RAID Controller" = OEM&lt;br/&gt;    "Intel(R) ICH8M-E/ICH9M-E SATA RAID Controller" = OEM&lt;br/&gt;    "IDE CD-ROM (ATAPI 1.2)/PCI IDE Controller" = "RETAIL"&lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;[OEMBootFiles]&lt;br/&gt;    TXTSETUP.OEM&lt;br/&gt;    iaahci.cat&lt;br/&gt;    iaAHCI.inf&lt;br/&gt;    iastor.cat&lt;br/&gt;    iaStor.inf&lt;br/&gt;    IaStor.sys&lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;*The OEM entries under [MassStorageDrivers] came from the [SCSI] section of the TXTSETUP.OEM file.&lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;&lt;br/&gt;-After all this, I make a bootable CD like before and test it.&lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;&lt;br/&gt;Now, technically, this should work.  But each time I've tried it, I get the following error during XP's TEXTMODE setup period:&lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;File TXTSETUP.OEM caused an unexpected error (18) at line 1747 in d:\xpsp\base\boot\setup\oemdisk.c.&lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;Does anyone know what needs to be modified to get this to work?  I'd rather not use a program like nLite since it makes changes I'm not aware of and I would like to keep this as simple and straightforward as possible.&lt;/p&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:aaa0b208-12b8-4781-9321-fa19a435187b] --&gt;</description>
      <category domain="http://communities.intel.com/tags?containerType=?14&amp;container=2000">xp</category>
      <category domain="http://communities.intel.com/tags?containerType=?14&amp;container=2000">slipstream</category>
      <category domain="http://communities.intel.com/tags?containerType=?14&amp;container=2000">matrix</category>
      <category domain="http://communities.intel.com/tags?containerType=?14&amp;container=2000">drivers</category>
      <category domain="http://communities.intel.com/tags?containerType=?14&amp;container=2000">textmode</category>
      <pubDate>Tue, 30 Dec 2008 00:11:52 GMT</pubDate>
      <author>webadmin@intel.com</author>
      <guid>http://communities.intel.com/thread/2727</guid>
      <dc:date>2008-12-30T00:11:52Z</dc:date>
      <clearspace:dateToText>4 months, 3 weeks ago</clearspace:dateToText>
      <clearspace:messageCount>3</clearspace:messageCount>
      <clearspace:replyCount>2</clearspace:replyCount>
    </item>
    <item>
      <title>i want to know if my laptop can run Modern Warfare 2?</title>
      <link>http://communities.intel.com/thread/8542</link>
      <description>&lt;!-- [DocumentBodyStart:c9100926-d1be-49ac-9a63-3bec05c0dea0] --&gt;&lt;div class='jive-rendered-content'&gt;&lt;p&gt;i have a P-6822 gateway laptop&lt;/p&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:c9100926-d1be-49ac-9a63-3bec05c0dea0] --&gt;</description>
      <pubDate>Sun, 22 Nov 2009 22:56:33 GMT</pubDate>
      <author>jaredaallen@gmail.com</author>
      <guid>http://communities.intel.com/thread/8542</guid>
      <dc:date>2009-11-22T22:56:33Z</dc:date>
      <clearspace:dateToText>5 days, 15 hours ago</clearspace:dateToText>
      <clearspace:messageCount>2</clearspace:messageCount>
      <clearspace:replyCount>1</clearspace:replyCount>
    </item>
    <item>
      <title>About Intel CPU VT test</title>
      <link>http://communities.intel.com/thread/5373</link>
      <description>&lt;!-- [DocumentBodyStart:499801d7-b9dc-4ef4-92f1-c6ddd07e9b25] --&gt;&lt;div class='jive-rendered-content'&gt;&lt;p&gt;How to validation this technology? help me, thanks a lot!!!!!&lt;/p&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:499801d7-b9dc-4ef4-92f1-c6ddd07e9b25] --&gt;</description>
      <pubDate>Wed, 05 Aug 2009 09:03:26 GMT</pubDate>
      <author>webadmin@intel.com</author>
      <guid>http://communities.intel.com/thread/5373</guid>
      <dc:date>2009-08-05T09:03:26Z</dc:date>
      <clearspace:dateToText>3 months, 3 weeks ago</clearspace:dateToText>
      <clearspace:messageCount>2</clearspace:messageCount>
      <clearspace:replyCount>1</clearspace:replyCount>
    </item>
    <item>
      <title>s5000psl and e5430 processor</title>
      <link>http://communities.intel.com/thread/8410</link>
      <description>&lt;!-- [DocumentBodyStart:74d00c23-a480-48e6-9dd2-16fa3ee342b0] --&gt;&lt;div class='jive-rendered-content'&gt;&lt;p&gt;Can I use e5430 with s5000psl motherboard? the product number is d44771-804 . How do I get the product code and &lt;strong&gt;Material Master Number ?&lt;/strong&gt;&lt;/p&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:74d00c23-a480-48e6-9dd2-16fa3ee342b0] --&gt;</description>
      <pubDate>Wed, 18 Nov 2009 10:53:57 GMT</pubDate>
      <author>webadmin@intel.com</author>
      <guid>http://communities.intel.com/thread/8410</guid>
      <dc:date>2009-11-18T10:53:57Z</dc:date>
      <clearspace:dateToText>1 week, 3 days ago</clearspace:dateToText>
      <clearspace:messageCount>2</clearspace:messageCount>
      <clearspace:replyCount>1</clearspace:replyCount>
    </item>
    <item>
      <title>can't go to setup</title>
      <link>http://communities.intel.com/thread/8659</link>
      <description>&lt;!-- [DocumentBodyStart:aa6ec925-637c-4a8d-8a13-e1e05658a661] --&gt;&lt;div class='jive-rendered-content'&gt;&lt;p&gt;I have dx48bt2 intel motherboard, I can not go to setup cmos, because Key has not detect until boots up go to windows, keyboard is ON.&lt;/p&gt;&lt;p&gt;If keyboard is ON when computer start, I can press F2 to go to setup, But keyboard is not ON.&lt;/p&gt;&lt;p&gt;How can I do?&lt;/p&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:aa6ec925-637c-4a8d-8a13-e1e05658a661] --&gt;</description>
      <category domain="http://communities.intel.com/tags?containerType=?14&amp;container=2000">to</category>
      <category domain="http://communities.intel.com/tags?containerType=?14&amp;container=2000">setup</category>
      <category domain="http://communities.intel.com/tags?containerType=?14&amp;container=2000">go</category>
      <pubDate>Wed, 25 Nov 2009 21:24:35 GMT</pubDate>
      <author>webadmin@intel.com</author>
      <guid>http://communities.intel.com/thread/8659</guid>
      <dc:date>2009-11-25T21:24:35Z</dc:date>
      <clearspace:dateToText>3 days, 2 hours ago</clearspace:dateToText>
      <clearspace:messageCount>2</clearspace:messageCount>
      <clearspace:replyCount>1</clearspace:replyCount>
    </item>
    <item>
      <title>s5000psl and e5430 processor</title>
      <link>http://communities.intel.com/thread/8409</link>
      <description>&lt;!-- [DocumentBodyStart:85013291-b4f3-425f-8761-b59e5ac213b4] --&gt;&lt;div class='jive-rendered-content'&gt;&lt;p&gt;can I use s5000psl with e5430 processor? my board part number is d44771-804. How do I identify the product code  and &lt;strong&gt;Material Master Number &lt;/strong&gt;&lt;/p&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:85013291-b4f3-425f-8761-b59e5ac213b4] --&gt;</description>
      <pubDate>Wed, 18 Nov 2009 10:41:33 GMT</pubDate>
      <author>webadmin@intel.com</author>
      <guid>http://communities.intel.com/thread/8409</guid>
      <dc:date>2009-11-18T10:41:33Z</dc:date>
      <clearspace:dateToText>1 week, 3 days ago</clearspace:dateToText>
      <clearspace:messageCount>2</clearspace:messageCount>
      <clearspace:replyCount>1</clearspace:replyCount>
    </item>
    <item>
      <title>Looking for some career advice</title>
      <link>http://communities.intel.com/thread/8677</link>
      <description>&lt;!-- [DocumentBodyStart:33f0c6bb-d3d2-4c2e-88c6-9152a50a51cc] --&gt;&lt;div class='jive-rendered-content'&gt;&lt;p&gt;Hello there.&lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;I'm a fas student currently studying for my CompTIA Essentials, A+ and Network+ exams and I am looking for some advice from someone experienced in the field. I've heard large &lt;span style="font-size: 10pt; color: #333333; font-family: Arial; mso-fareast-font-family: 'Times New Roman'; mso-ansi-language: EN-US; mso-fareast-language: EN-US; mso-bidi-language: AR-SA;"&gt;corporations&lt;/span&gt; such as Intel offer sponsored training and that they offer internships to third level students.&lt;/p&gt;&lt;p&gt;Could anyone tell me whether there is an opening for volunteers and/or work experience for those not currently studying for a degree?&lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;Thanks&lt;/p&gt;&lt;p&gt;Jacqui&lt;/p&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:33f0c6bb-d3d2-4c2e-88c6-9152a50a51cc] --&gt;</description>
      <category domain="http://communities.intel.com/tags?containerType=?14&amp;container=2000">experience</category>
      <category domain="http://communities.intel.com/tags?containerType=?14&amp;container=2000">work</category>
      <category domain="http://communities.intel.com/tags?containerType=?14&amp;container=2000">volunteer</category>
      <pubDate>Thu, 26 Nov 2009 14:56:09 GMT</pubDate>
      <author>webadmin@intel.com</author>
      <guid>http://communities.intel.com/thread/8677</guid>
      <dc:date>2009-11-26T14:56:09Z</dc:date>
      <clearspace:dateToText>2 days, 32 minutes ago</clearspace:dateToText>
      <clearspace:messageCount>2</clearspace:messageCount>
      <clearspace:replyCount>1</clearspace:replyCount>
    </item>
    <item>
      <title>Motherboard Replacement</title>
      <link>http://communities.intel.com/thread/7718</link>
      <description>&lt;!-- [DocumentBodyStart:bf787c3e-098d-44c6-af40-ad0789e0423d] --&gt;&lt;div class='jive-rendered-content'&gt;&lt;p&gt;Hi:&lt;/p&gt;&lt;p&gt;I need to replace a Dell Motherboard. It has a Intel P/4 Prescott DR3.4 @800FSB. Can someone recomend a Motherboard. Just a basic board, its used for email, internet searches etc. Its has 2GB DDR2 SDRAM 800Mhz. Dell wants $190.00 for a refurbished, If I have to spend that much, I think I would be better off buying a new basic computer. Are there Motherboards for under $100.&lt;/p&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:bf787c3e-098d-44c6-af40-ad0789e0423d] --&gt;</description>
      <category domain="http://communities.intel.com/tags?containerType=?14&amp;container=2000">client</category>
      <pubDate>Tue, 27 Oct 2009 04:16:58 GMT</pubDate>
      <author>jrmbenicia@comcast.net</author>
      <guid>http://communities.intel.com/thread/7718</guid>
      <dc:date>2009-10-27T04:16:58Z</dc:date>
      <clearspace:dateToText>1 month, 1 day ago</clearspace:dateToText>
      <clearspace:messageCount>2</clearspace:messageCount>
      <clearspace:replyCount>1</clearspace:replyCount>
    </item>
    <item>
      <title>G965 Express Chipset and SATA Drive using AHCI</title>
      <link>http://communities.intel.com/thread/2800</link>
      <description>&lt;!-- [DocumentBodyStart:4ac6b602-6697-4ecc-ac0f-35dc782c4103] --&gt;&lt;div class='jive-rendered-content'&gt;&lt;p&gt;I have an Intel DG965RY motherboard &amp;amp; chipset and am having major problems trying&lt;/p&gt;&lt;p&gt;to install Vista (32 bit) with AHCI for my SATA-II drive.&lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;I can install Vista and the drive fine using the BIOS SATA IDE Setting (though the&lt;/p&gt;&lt;p&gt;UDMA does not seem to be what I expected) but whenever I change the BIOS setting&lt;/p&gt;&lt;p&gt;to AHCI, I get problems upon installing.&lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;I am using Vista 32-bit, and it's my understanding that I do not use the F6 method&lt;/p&gt;&lt;p&gt;for installation, but merely Select the "Load Driver" button during the Vista&lt;/p&gt;&lt;p&gt;installation.&lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;I downloaded the files as per the Intel site and have put them onto a floppy.&lt;/p&gt;&lt;p&gt;However, when I click on "Load Driver", the only way I can see any items is to&lt;/p&gt;&lt;p&gt;unselect the "only show compatible drivers for your hardware" checkbox.&lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;So my first question is why are there no "compatible" items shown in the first&lt;/p&gt;&lt;p&gt;place?&lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;According to the Intel site, the DG965RY chipset supports transfer rates of up to&lt;/p&gt;&lt;p&gt;3Gb/s and AHCI.  In addition, the AHCI option appears in the BIOS (though there is&lt;/p&gt;&lt;p&gt;no RAID option).&lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;So, based on this information, I would have expected to be able to take advantage&lt;/p&gt;&lt;p&gt;of AHCI.&lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;So this is as far as I have been able to get.&lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;Do I need to do something else?  Have I missed something?  Between the mobo, the&lt;/p&gt;&lt;p&gt;BIOS, Vista, Drivers and the AHCI Controller, I'm lost and have no idea what to do&lt;/p&gt;&lt;p&gt;or try next.&lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;I am out of ideas!&lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;Any help appreciated.&lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;Thanks,&lt;br/&gt;Darren&lt;/p&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:4ac6b602-6697-4ecc-ac0f-35dc782c4103] --&gt;</description>
      <category domain="http://communities.intel.com/tags?containerType=?14&amp;container=2000">hard_disk</category>
      <category domain="http://communities.intel.com/tags?containerType=?14&amp;container=2000">disk</category>
      <category domain="http://communities.intel.com/tags?containerType=?14&amp;container=2000">g965</category>
      <category domain="http://communities.intel.com/tags?containerType=?14&amp;container=2000">sata</category>
      <category domain="http://communities.intel.com/tags?containerType=?14&amp;container=2000">ahci</category>
      <category domain="http://communities.intel.com/tags?containerType=?14&amp;container=2000">g965ry</category>
      <category domain="http://communities.intel.com/tags?containerType=?14&amp;container=2000">hard_drive</category>
      <category domain="http://communities.intel.com/tags?containerType=?14&amp;container=2000">motherboard</category>
      <pubDate>Mon, 12 Jan 2009 09:32:24 GMT</pubDate>
      <author>webadmin@intel.com</author>
      <guid>http://communities.intel.com/thread/2800</guid>
      <dc:date>2009-01-12T09:32:24Z</dc:date>
      <clearspace:dateToText>10 months, 2 weeks ago</clearspace:dateToText>
      <clearspace:messageCount>6</clearspace:messageCount>
      <clearspace:replyCount>5</clearspace:replyCount>
    </item>
    <item>
      <title>Greening Data Centers or Make 'em Efficient?</title>
      <link>http://communities.intel.com/thread/1452</link>
      <description>&lt;!-- [DocumentBodyStart:4d2908ca-644e-4410-b5ae-ea38fe0cc3db] --&gt;&lt;div class='jive-rendered-content'&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;Welcome All!  Let's really chat about this one.  I had a meeting with a company responsible for managing cooling within data centers last week and it sounded like they were leaning my way by saying "when you make that data center efficient, you essence begin greening or reducing your carbon footprint..."  &lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt; Below is what I said awhile ago in a blog, but let's vet this out today and in the future.  I need to tell a story and you can help me write it.&lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;Rgds...Brently&lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;-&lt;/p&gt;&lt;hr originalText="--------------------------------------------------------------------------------"/&gt;&lt;p&gt; &lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;As you all know Green is taking off -- our world is becoming concerned with the legacy we'll leave for our children and their children. I admire that because it identifies how we're a caring nation in the U.S. as well as a compassionate world.&lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;But I believe we're mixing the messages down at the lower levels; In my opinion, "Green" means giving something back to mother earth. It means offsetting your carbon impact by planting trees (as I learned from one of the earlier companies I worked for), or it means buying energy from alternative means such as wind power -- the direction Intel and other companies are moving towards. Those are green efforts from my point of view. However "Efficiency," is defined by Encarta's North America dictionary as this.. &lt;em&gt;"The ability to do something well or achieve a desired result without wasted energy or effort."&lt;/em&gt;&lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;Those are two different directions as I see them, and companies running programs to enable more efficient Data Centers must understand how to correctly identify their approach.&lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;So, what does everyone else thing about Green vs. Efficient?&lt;/p&gt;&lt;p&gt;Share your opinion here&lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:4d2908ca-644e-4410-b5ae-ea38fe0cc3db] --&gt;</description>
      <pubDate>Mon, 10 Mar 2008 15:32:22 GMT</pubDate>
      <author>webadmin@intel.com</author>
      <guid>http://communities.intel.com/thread/1452</guid>
      <dc:date>2008-03-10T15:32:22Z</dc:date>
      <clearspace:dateToText>3 months, 1 week ago</clearspace:dateToText>
      <clearspace:messageCount>14</clearspace:messageCount>
      <clearspace:replyCount>13</clearspace:replyCount>
    </item>
    <item>
      <title>intel lan driver</title>
      <link>http://communities.intel.com/thread/6914</link>
      <description>&lt;!-- [DocumentBodyStart:7f731a99-045d-46b0-8c05-a85ba95608db] --&gt;&lt;div class='jive-rendered-content'&gt;&lt;p&gt;Dear Support,&lt;/p&gt;&lt;p&gt;I neet intel lan driver ( intel WG82567LM LOM ) for opensuse 11.0 ,How download , How install.&lt;/p&gt;&lt;p&gt;Please kindly  help me,&lt;/p&gt;&lt;p&gt;Thanks&lt;/p&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:7f731a99-045d-46b0-8c05-a85ba95608db] --&gt;</description>
      <pubDate>Sat, 26 Sep 2009 04:25:35 GMT</pubDate>
      <author>webadmin@intel.com</author>
      <guid>http://communities.intel.com/thread/6914</guid>
      <dc:date>2009-09-26T04:25:35Z</dc:date>
      <clearspace:dateToText>1 month, 4 weeks ago</clearspace:dateToText>
      <clearspace:messageCount>3</clearspace:messageCount>
      <clearspace:replyCount>2</clearspace:replyCount>
    </item>
    <item>
      <title>D865PERL</title>
      <link>http://communities.intel.com/thread/2061</link>
      <description>&lt;!-- [DocumentBodyStart:ea60ab56-71d4-43ea-b70c-9941fc9d8d35] --&gt;&lt;div class='jive-rendered-content'&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;I am wondering where I might go for support on this device as it appears it is no longer supported by Intel tech support. I'm attempting to install Vista on this device, with a SATA CD-ROM on SATA-0 and a 300GB SATA HDD on SATA-1. When I get to the point where Vista is asking for which drive to install to, I get the following error message:&lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;This computer's hardware may not support booting to this disk. Ensure that the disk's controller is enabled in the computer's BIOS menu.&lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;However, the computer is able to boot to this disk, but only if it is on SATA-0, apparently. Unfortunately, this cannot be done as I need to be able to boot from the DVD in order to start the installation.&lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;I've tried every combination of physical hard drives and DVD players (IDE and SATA) and every combination in the BIOS, but nothing seems to work. It is almost as if when I place a device on the IDE chain, the SATA chain doesn't work as it should, and vice-versa.&lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;Any ideas out there in cyberspace?&lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;Thanx.&lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:ea60ab56-71d4-43ea-b70c-9941fc9d8d35] --&gt;</description>
      <category domain="http://communities.intel.com/tags?containerType=?14&amp;container=2000">d865perl</category>
      <category domain="http://communities.intel.com/tags?containerType=?14&amp;container=2000">vista</category>
      <category domain="http://communities.intel.com/tags?containerType=?14&amp;container=2000">sata</category>
      <category domain="http://communities.intel.com/tags?containerType=?14&amp;container=2000">ide</category>
      <pubDate>Sun, 12 Oct 2008 17:57:12 GMT</pubDate>
      <author>stmasi@hotmail.com</author>
      <guid>http://communities.intel.com/thread/2061</guid>
      <dc:date>2008-10-12T17:57:12Z</dc:date>
      <clearspace:dateToText>1 year, 1 month ago</clearspace:dateToText>
      <clearspace:messageCount>3</clearspace:messageCount>
      <clearspace:replyCount>2</clearspace:replyCount>
    </item>
    <item>
      <title>Shortened URL - do u like them or hate them?</title>
      <link>http://communities.intel.com/thread/7382</link>
      <description>&lt;!-- [DocumentBodyStart:41350b70-b421-4766-a3df-d6a5978ca64f] --&gt;&lt;div class='jive-rendered-content'&gt;&lt;p&gt;The shortened URL's (like bit.ly or tinyurl) is a great idea to share long URL's, especially in Twitter. As a person sharing those URL's, it's a great help. Some services help you to track statistics for click on the URL's, too. As a person on the receiving ending, I am starting to hate them as more and more pops up. Why? I just can't tell if the web site is safe or not by looking at the URL. With a regular URL, I can inspect the domain name and the content of the URL to help determining if it's a legitimate site or a malicious site. You just can't do that with the shortened URL. It's a jump of faith everytime I click on one of those.&lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;Do you like them or hate them? Any BKM (best known method) on making sure I don't click on the wrong one?&lt;/p&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:41350b70-b421-4766-a3df-d6a5978ca64f] --&gt;</description>
      <category domain="http://communities.intel.com/tags?containerType=?14&amp;container=2000">information_security</category>
      <category domain="http://communities.intel.com/tags?containerType=?14&amp;container=2000">web</category>
      <category domain="http://communities.intel.com/tags?containerType=?14&amp;container=2000">internet</category>
      <category domain="http://communities.intel.com/tags?containerType=?14&amp;container=2000">jimmy_wai</category>
      <pubDate>Wed, 14 Oct 2009 09:13:16 GMT</pubDate>
      <author>webadmin@intel.com</author>
      <guid>http://communities.intel.com/thread/7382</guid>
      <dc:date>2009-10-14T09:13:16Z</dc:date>
      <clearspace:dateToText>1 month, 2 weeks ago</clearspace:dateToText>
      <clearspace:messageCount>3</clearspace:messageCount>
      <clearspace:replyCount>2</clearspace:replyCount>
    </item>
    <item>
      <title>845 Family Chipset questions</title>
      <link>http://communities.intel.com/thread/2134</link>
      <description>&lt;!-- [DocumentBodyStart:3ce3c3d2-06cc-4f5e-ac38-5b5c71f09dd4] --&gt;&lt;div class='jive-rendered-content'&gt;&lt;p&gt;Hi, I hope this is the right place to ask these questions. I have an older P4 PC that I want to add a second hard drive (500 Gb). The Intel Chipset is the 845 family and I am unsure if I need to install the Intel Application Accelerator software to update the chipset for a larger hard drive. The original hard drive is only 80 Gb, and I read that there can be an issue with hard drives larger than 137 Gb for the older chipsets, including the 845 family. &lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt; &lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;System: &lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt; &lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt; &lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;ul&gt;&lt;li level="1" type="ul"&gt;&lt;p&gt;P4, 1.9 Ghz&lt;/p&gt;&lt;/li&gt;&lt;li level="1" type="ul"&gt;&lt;p&gt;2 Gb RAM&lt;/p&gt;&lt;/li&gt;&lt;li level="1" type="ul"&gt;&lt;p&gt;Windows XP Home SP3&lt;/p&gt;&lt;/li&gt;&lt;/ul&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt; &lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;I searched the Intel Knowledge Base, and found the &lt;strong&gt;Application Accelerator&lt;/strong&gt; software for the 845 Family chipset. The Readme file said to install the &lt;strong&gt;Installation Utility&lt;/strong&gt; software before installing the Application Accelerator software, so I have downloaded both software files. &lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt; &lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt; &lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;&lt;strong&gt;Q1:&lt;/strong&gt; Is it better to install the Application Accelerator software &lt;em&gt;before&lt;/em&gt; I install the new larger hard drive, or should I wait to see if there will be any issues after installation? &lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;&lt;strong&gt;Q2:&lt;/strong&gt; Is there any harm in installing the Application Accelerator software if it is not needed? &lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;Thanks for your help, &lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;Cyndi&lt;/p&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:3ce3c3d2-06cc-4f5e-ac38-5b5c71f09dd4] --&gt;</description>
      <pubDate>Thu, 16 Oct 2008 10:01:05 GMT</pubDate>
      <author>webadmin@intel.com</author>
      <guid>http://communities.intel.com/thread/2134</guid>
      <dc:date>2008-10-16T10:01:05Z</dc:date>
      <clearspace:dateToText>1 year, 1 week ago</clearspace:dateToText>
      <clearspace:messageCount>2</clearspace:messageCount>
      <clearspace:replyCount>1</clearspace:replyCount>
    </item>
    <item>
      <title>Intel® Centrino® 2 Processors vs Intel® Core™2 Duo Processors</title>
      <link>http://communities.intel.com/thread/7079</link>
      <description>&lt;!-- [DocumentBodyStart:191f34e7-e9e2-4f95-89bf-8e2f8552a082] --&gt;&lt;div class='jive-rendered-content'&gt;&lt;p&gt;Please could someone explain me the difference between Intel&lt;em class="regtitle"&gt;®&lt;/em&gt; Centrino&lt;em class="regtitle"&gt;®&lt;/em&gt; 2 Processors and Intel&lt;em class="regtitle"&gt;®&lt;/em&gt; Core™2 Duo Processors?Thanks in advance&lt;/p&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:191f34e7-e9e2-4f95-89bf-8e2f8552a082] --&gt;</description>
      <pubDate>Thu, 01 Oct 2009 12:33:10 GMT</pubDate>
      <author>webadmin@intel.com</author>
      <guid>http://communities.intel.com/thread/7079</guid>
      <dc:date>2009-10-01T12:33:10Z</dc:date>
      <clearspace:dateToText>1 month, 3 weeks ago</clearspace:dateToText>
      <clearspace:messageCount>2</clearspace:messageCount>
      <clearspace:replyCount>1</clearspace:replyCount>
    </item>
    <item>
      <title>about the SU2700 processor</title>
      <link>http://communities.intel.com/thread/6850</link>
      <description>&lt;!-- [DocumentBodyStart:b6251acc-012b-447a-bd98-5b5c2074c9c0] --&gt;&lt;div class='jive-rendered-content'&gt;&lt;p&gt;Is it or isn't the SU2700 intel processor a dual core or single core? &lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;Mig&lt;/p&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:b6251acc-012b-447a-bd98-5b5c2074c9c0] --&gt;</description>
      <pubDate>Wed, 23 Sep 2009 19:05:24 GMT</pubDate>
      <author>webadmin@intel.com</author>
      <guid>http://communities.intel.com/thread/6850</guid>
      <dc:date>2009-09-23T19:05:24Z</dc:date>
      <clearspace:dateToText>2 months, 6 days ago</clearspace:dateToText>
      <clearspace:messageCount>1</clearspace:messageCount>
    </item>
    <item>
      <title>I want to know how can i find the SPDIF Jumper on my board?</title>
      <link>http://communities.intel.com/thread/7308</link>
      <description>&lt;!-- [DocumentBodyStart:5b0fcd50-5c95-48f6-a126-d714959d613b] --&gt;&lt;div class='jive-rendered-content'&gt;&lt;p&gt;&lt;span style="color: #0000ff;"&gt;I can speak english and spanish so anyone can help me with this, i want to install my video card in order to use the HDMI conection i need to have this jumper conected.&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span style="color: #0000ff;"&gt;&lt;br/&gt;&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span style="color: #0000ff;"&gt;My board is DG33BU, please i will really aprecciate your help.&lt;/span&gt;&lt;/p&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:5b0fcd50-5c95-48f6-a126-d714959d613b] --&gt;</description>
      <category domain="http://communities.intel.com/tags?containerType=?14&amp;container=2000">rod</category>
      <pubDate>Sun, 11 Oct 2009 01:43:57 GMT</pubDate>
      <author>webadmin@intel.com</author>
      <guid>http://communities.intel.com/thread/7308</guid>
      <dc:date>2009-10-11T01:43:57Z</dc:date>
      <clearspace:dateToText>1 month, 2 weeks ago</clearspace:dateToText>
      <clearspace:messageCount>3</clearspace:messageCount>
      <clearspace:replyCount>2</clearspace:replyCount>
    </item>
    <item>
      <title>Hi</title>
      <link>http://communities.intel.com/thread/5242</link>
      <description>&lt;!-- [DocumentBodyStart:fc0e2378-af35-4ba3-abf5-dddf12659f52] --&gt;&lt;div class='jive-rendered-content'&gt;&lt;p&gt;hi&lt;/p&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:fc0e2378-af35-4ba3-abf5-dddf12659f52] --&gt;</description>
      <pubDate>Thu, 30 Jul 2009 10:36:13 GMT</pubDate>
      <author>webadmin@intel.com</author>
      <guid>http://communities.intel.com/thread/5242</guid>
      <dc:date>2009-07-30T10:36:13Z</dc:date>
      <clearspace:dateToText>2 months, 1 day ago</clearspace:dateToText>
      <clearspace:messageCount>5</clearspace:messageCount>
      <clearspace:replyCount>4</clearspace:replyCount>
    </item>
    <item>
      <title>What has Intel and other Pioneers tried to tackle Email Volumes that works ?</title>
      <link>http://communities.intel.com/thread/1440</link>
      <description>&lt;!-- [DocumentBodyStart:b5b72f06-cdb8-4569-a24e-90529d65d679] --&gt;&lt;div class='jive-rendered-content'&gt;&lt;p&gt;I did read back in an Oct 2007 that Intel was looking at having email free days on Fridays and other companies such as Carphone Warehouse have trialled this as well. Was the Intel trial successful, did it become a global program and did it work or not ? What are the key things to watch out for when trialling this in a global business with a multitude of cultures, timezones, locations, etc ? Is the problem something actually different, e.g. task overload, communication overload, information overload or an etiquette issue. And is it simply a way of life today where everyone has to multitask more than ever before ?&lt;/p&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:b5b72f06-cdb8-4569-a24e-90529d65d679] --&gt;</description>
      <category domain="http://communities.intel.com/tags?containerType=?14&amp;container=2000">email</category>
      <category domain="http://communities.intel.com/tags?containerType=?14&amp;container=2000">conundrum</category>
      <pubDate>Fri, 22 Feb 2008 11:51:27 GMT</pubDate>
      <author>david.statham@centrica.com</author>
      <guid>http://communities.intel.com/thread/1440</guid>
      <dc:date>2008-02-22T11:51:27Z</dc:date>
      <clearspace:dateToText>1 year, 8 months ago</clearspace:dateToText>
      <clearspace:messageCount>2</clearspace:messageCount>
      <clearspace:replyCount>1</clearspace:replyCount>
    </item>
    <item>
      <title>WiFi Link 5300 AGN Trouble- incompatible with WPA/TKIP/PEAP/MSChapV2?</title>
      <link>http://communities.intel.com/thread/2278</link>
      <description>&lt;!-- [DocumentBodyStart:f06ea420-b6d5-4b0f-b9b6-e7936fe1b291] --&gt;&lt;div class='jive-rendered-content'&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;Hello,&lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt; &lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;We're having trouble getting this to work with the Windows XP ProSet drivers. I've tried the latest version, and there is no option to authenticate with the machine certificate. Switching to Wireless Zero, and having Windows manage the connection does not work unless we first get it to connect with ProSet. With some work, we were able to get things to connect temporarily, but once we reboot, the connection fails again.&lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt; Also, the wireless connection works fine with this card in Vista. Any ideas??&lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:f06ea420-b6d5-4b0f-b9b6-e7936fe1b291] --&gt;</description>
      <category domain="http://communities.intel.com/tags?containerType=?14&amp;container=2000">5300</category>
      <category domain="http://communities.intel.com/tags?containerType=?14&amp;container=2000">wifi</category>
      <category domain="http://communities.intel.com/tags?containerType=?14&amp;container=2000">link</category>
      <category domain="http://communities.intel.com/tags?containerType=?14&amp;container=2000">wireless</category>
      <category domain="http://communities.intel.com/tags?containerType=?14&amp;container=2000">wpa</category>
      <category domain="http://communities.intel.com/tags?containerType=?14&amp;container=2000">mschapv2</category>
      <category domain="http://communities.intel.com/tags?containerType=?14&amp;container=2000">peap</category>
      <pubDate>Tue, 28 Oct 2008 18:48:27 GMT</pubDate>
      <author>webadmin@intel.com</author>
      <guid>http://communities.intel.com/thread/2278</guid>
      <dc:date>2008-10-28T18:48:27Z</dc:date>
      <clearspace:dateToText>1 year, 1 month ago</clearspace:dateToText>
      <clearspace:messageCount>1</clearspace:messageCount>
    </item>
    <item>
      <title>DG45ID onboard audio IDT Problem 5.1 working as 2 channels. Why?</title>
      <link>http://communities.intel.com/thread/6057</link>
      <description>&lt;!-- [DocumentBodyStart:96daf3e1-0292-473e-987d-04efe8467e05] --&gt;&lt;div class='jive-rendered-content'&gt;&lt;p&gt;OK so i have a DG45ID motherboard with onboard audio wich should be working in my 5.1 channel configuration but is curently using only front left and right. Odd thing is in the Controls IDT Audio Setting that came with the moterboard cd the 5.1 channels work if tested, but when running audio or video files it reverts to using only 2 channels.&lt;/p&gt;&lt;p&gt;I tried the latest drivers at intel, but the problem persists.&lt;/p&gt;&lt;p&gt;This is happening on my Vistax64 OS. On the XP OS it is working fine on the same pc. I could use any help provided. Anyone?&lt;/p&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:96daf3e1-0292-473e-987d-04efe8467e05] --&gt;</description>
      <pubDate>Sat, 22 Aug 2009 09:14:45 GMT</pubDate>
      <author>webadmin@intel.com</author>
      <guid>http://communities.intel.com/thread/6057</guid>
      <dc:date>2009-08-22T09:14:45Z</dc:date>
      <clearspace:dateToText>3 months, 3 days ago</clearspace:dateToText>
      <clearspace:messageCount>2</clearspace:messageCount>
      <clearspace:replyCount>1</clearspace:replyCount>
    </item>
    <item>
      <title>made my own pc need a little help please</title>
      <link>http://communities.intel.com/thread/2445</link>
      <description>&lt;!-- [DocumentBodyStart:28b501f7-2e0f-4362-9a46-d2945b867629] --&gt;&lt;div class='jive-rendered-content'&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;hi i bought  intels dp45sg board and all went well building  my pc but after its up and running my pc locks up,its not over heating ..&lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;i get no error codes is  something wrong ,could it be in my bios setup or worse?&lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;is there a program i can test this with and get an answer to my prob?&lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;thanks william&lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:28b501f7-2e0f-4362-9a46-d2945b867629] --&gt;</description>
      <pubDate>Tue, 18 Nov 2008 01:43:57 GMT</pubDate>
      <author>flyhigh427@hotmail.com</author>
      <guid>http://communities.intel.com/thread/2445</guid>
      <dc:date>2008-11-18T01:43:57Z</dc:date>
      <clearspace:dateToText>1 year, 5 days ago</clearspace:dateToText>
      <clearspace:messageCount>2</clearspace:messageCount>
      <clearspace:replyCount>1</clearspace:replyCount>
    </item>
    <item>
      <title>WGL_EXT_swap_control extension What is it? and how can i fix it?</title>
      <link>http://communities.intel.com/thread/2055</link>
      <description>&lt;!-- [DocumentBodyStart:d0fa4281-d5cf-41e2-ab51-d345c530c7bc] --&gt;&lt;div class='jive-rendered-content'&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;somone help me please! what is this extension? i've surched the web several time and it just tells me a whole load of giberish that no one but they can understand.&lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;whats more is i've tried updating my video driver to v.14 but it still says that it's on v.6 and my game still doesnt work. and yes i have tried uninstalling my current video driver (much to my distress) and instaling the one i got from intell and it still says its on v.6!&lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;can somone please help me i realy wont to play this game! my chipset is Intel[R] 82945G Express Family Chipset v.6.14.10.4926&lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;please please help!&lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:d0fa4281-d5cf-41e2-ab51-d345c530c7bc] --&gt;</description>
      <category domain="http://communities.intel.com/tags?containerType=?14&amp;container=2000">wgl_ext_swap_control</category>
      <category domain="http://communities.intel.com/tags?containerType=?14&amp;container=2000">extension</category>
      <category domain="http://communities.intel.com/tags?containerType=?14&amp;container=2000">wgl</category>
      <category domain="http://communities.intel.com/tags?containerType=?14&amp;container=2000">opengl</category>
      <category domain="http://communities.intel.com/tags?containerType=?14&amp;container=2000">intel</category>
      <category domain="http://communities.intel.com/tags?containerType=?14&amp;container=2000">chipset</category>
      <category domain="http://communities.intel.com/tags?containerType=?14&amp;container=2000">82945g</category>
      <category domain="http://communities.intel.com/tags?containerType=?14&amp;container=2000">video_driver</category>
      <category domain="http://communities.intel.com/tags?containerType=?14&amp;container=2000">video</category>
      <category domain="http://communities.intel.com/tags?containerType=?14&amp;container=2000">driver</category>
      <category domain="http://communities.intel.com/tags?containerType=?14&amp;container=2000">help</category>
      <pubDate>Sun, 12 Oct 2008 00:16:12 GMT</pubDate>
      <author>r0_boy@hotmail.com</author>
      <guid>http://communities.intel.com/thread/2055</guid>
      <dc:date>2008-10-12T00:16:12Z</dc:date>
      <clearspace:dateToText>1 year, 1 month ago</clearspace:dateToText>
      <clearspace:messageCount>1</clearspace:messageCount>
    </item>
    <item>
      <title>Intel Chipset Q35/ICH9 - LAN Controller</title>
      <link>http://communities.intel.com/thread/2044</link>
      <description>&lt;!-- [DocumentBodyStart:6061726e-779a-42b6-b41f-806c5d80594b] --&gt;&lt;div class='jive-rendered-content'&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;Afternoon,&lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;  This request is coming from many hours of troubleshooting that I'll try my best to detail out in this post. I'm am working with Windows XP SP2 and SP3 systems with updated drivers from Dell and Intel connected to Cisco 3500XL and Catalyst 3550 Series Switches.&lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;  Condition 1: When connected with an Optiplex 755 Series PC to the Cisco 3500XL switch which is less than 60 feet away the PC will not negotiate higher than 10MB Full consistantly. My indicators are both the light on the front of the PC that shows NIC status state(solid on = good) - (Flashing on/off = bad). I have fluked all the wires and even replaced them to make sure that it was ok on that end, they all test to be able to handle 1gig connections. Take into account that my computers are standard to Auto negotiate straight from my image that I put on after I get them from dell (built off of dell drivers).&lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt; Dell Driver Information:&lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt; Driver Provider: Intel&lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt; Driver Date: 4/13/2007&lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt; Driver Version: 9.8.20.0&lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;I have also tried the Intel Driver and have recieved the same results in network performance.&lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;&lt;a class="jive-link-external-small" href="http://downloadcenter.intel.com/Detail_Desc.aspx?agr=Y&amp;amp;ProductID=2775&amp;amp;DwnldID=4275&amp;amp;strOSs=44&amp;amp;OSFullName=Windows*%20XP%20Professional&amp;amp;lang=eng"&gt;Intel Driver PRO2kXP_v13_1_2.exe&lt;/a&gt;&lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt; Several Forums have sited this problem not only with Dell but with HP running the same chipset/Switch combonation:&lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;&lt;a class="jive-link-external-small" href="http://forums11.itrc.hp.com/service/forums/bizsupport/questionanswer.do?admit=109447626+1223572967867+28353475&amp;amp;threadId=1245152"&gt;HP Forum - Intel/Cisco Switch&lt;/a&gt;&lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;&lt;a class="jive-link-external-small" href="http://forums.whirlpool.net.au/forum-replies-archive.cfm/779649.html"&gt;Intel/Cisco Switch&lt;/a&gt;&lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt; So the only commonality in this situation is the style of switch and the model of the network. As I worked with Optiplex 745 that run a Broadcom and they have no troubles at all. I have also tested with a D600, D620 and all of them had no problems negotiating at 100 Full.&lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;  Condition 2:&lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt; This problem relates more to the Catalyst 3550 Series and the Intel NIC discussed. With throwing more variables in that have been verified from other model pc's that work just fine. A user working in a webapp using a print function(java controlled) will only print one word on the entire printout. This output can be duplicated on another 755. We tested with a 745/D630/D620 and did not get the same results with all using the same wiring and setup with the same user and network rights. The only change is the model in which the user is working from.&lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt; The NIC in this case negotiates fine at 100 Full and doesn't show any indications as in Condition 1. &lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt; &lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt; Any insight on this would be helpful as we know it's a compatability issue between Intel and Cisco. Cisco has said it is not on thier side so that is why I'm posting here. I'd like to find a solution as we are deploying hundreds of 755 computers on our network. &lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt; &lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;Thank you&lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:6061726e-779a-42b6-b41f-806c5d80594b] --&gt;</description>
      <category domain="http://communities.intel.com/tags?containerType=?14&amp;container=2000">825xx</category>
      <category domain="http://communities.intel.com/tags?containerType=?14&amp;container=2000">dell</category>
      <category domain="http://communities.intel.com/tags?containerType=?14&amp;container=2000">optiplex</category>
      <category domain="http://communities.intel.com/tags?containerType=?14&amp;container=2000">755</category>
      <category domain="http://communities.intel.com/tags?containerType=?14&amp;container=2000">q35</category>
      <category domain="http://communities.intel.com/tags?containerType=?14&amp;container=2000">chipset</category>
      <category domain="http://communities.intel.com/tags?containerType=?14&amp;container=2000">network</category>
      <category domain="http://communities.intel.com/tags?containerType=?14&amp;container=2000">negotiation</category>
      <category domain="http://communities.intel.com/tags?containerType=?14&amp;container=2000">failure</category>
      <category domain="http://communities.intel.com/tags?containerType=?14&amp;container=2000">10mb</category>
      <category domain="http://communities.intel.com/tags?containerType=?14&amp;container=2000">full</category>
      <pubDate>Thu, 09 Oct 2008 19:43:34 GMT</pubDate>
      <author>jason.techone@gmail.com</author>
      <guid>http://communities.intel.com/thread/2044</guid>
      <dc:date>2008-10-09T19:43:34Z</dc:date>
      <clearspace:dateToText>1 year, 1 month ago</clearspace:dateToText>
      <clearspace:messageCount>1</clearspace:messageCount>
    </item>
    <item>
      <title>d5400 motherboard</title>
      <link>http://communities.intel.com/thread/2048</link>
      <description>&lt;!-- [DocumentBodyStart:331fae51-1fcd-48ef-b318-14feebdfb247] --&gt;&lt;div class='jive-rendered-content'&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;I just upgraded the bios now my computer does not boot can sombody help&lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt; &lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:331fae51-1fcd-48ef-b318-14feebdfb247] --&gt;</description>
      <pubDate>Fri, 10 Oct 2008 15:42:44 GMT</pubDate>
      <author>vahanian@hotmail.com</author>
      <guid>http://communities.intel.com/thread/2048</guid>
      <dc:date>2008-10-10T15:42:44Z</dc:date>
      <clearspace:dateToText>1 year, 1 month ago</clearspace:dateToText>
      <clearspace:messageCount>2</clearspace:messageCount>
      <clearspace:replyCount>1</clearspace:replyCount>
    </item>
    <item>
      <title>Can my system run quad core?</title>
      <link>http://communities.intel.com/thread/1990</link>
      <description>&lt;!-- [DocumentBodyStart:54069386-aa03-4d74-9e17-863eee053eef] --&gt;&lt;div class='jive-rendered-content'&gt;&lt;p&gt;i want to know whether my system is capable of running quad core.  i currently have a pentium 4 HT CPU  3.40 Ghz and had it for 2 years, it is a dell motherboard and i am wondering whether this can run a quad core as i think single cores are very slow, and i multitask also and pentium 4 is just very slow for that. so can u please help me find out whether my system can run Intel quad core. Thanks&lt;/p&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:54069386-aa03-4d74-9e17-863eee053eef] --&gt;</description>
      <pubDate>Thu, 02 Oct 2008 21:50:49 GMT</pubDate>
      <author>olly2006@hotmail.co.uk</author>
      <guid>http://communities.intel.com/thread/1990</guid>
      <dc:date>2008-10-02T21:50:49Z</dc:date>
      <clearspace:dateToText>1 year, 1 month ago</clearspace:dateToText>
      <clearspace:messageCount>2</clearspace:messageCount>
      <clearspace:replyCount>1</clearspace:replyCount>
    </item>
    <item>
      <title>D845WN Motherboard Chipset Drivers - Install when OS won't load?</title>
      <link>http://communities.intel.com/thread/2604</link>
      <description>&lt;!-- [DocumentBodyStart:77357d82-54fe-4c73-a448-93c0b26f367e] --&gt;&lt;div class='jive-rendered-content'&gt;&lt;p&gt;I'm trying to update / install the chipset drivers on the D845WN Motherboard, but the issue is that the machine won't boot.  I've switched to a much more powerful PSU, and that didn't fix the problem.  &lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;I believe that the Chipset needs updated drivers.  Can I do this?  If I put the Driver Executable on a Floppy and boot up with floppy selected as the default device, will it install?&lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;If not how might I go about doing this?&lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;Thanks, &lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;Brian&lt;/p&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:77357d82-54fe-4c73-a448-93c0b26f367e] --&gt;</description>
      <category domain="http://communities.intel.com/tags?containerType=?14&amp;container=2000">d845wn</category>
      <category domain="http://communities.intel.com/tags?containerType=?14&amp;container=2000">motherboard</category>
      <category domain="http://communities.intel.com/tags?containerType=?14&amp;container=2000">chipset</category>
      <category domain="http://communities.intel.com/tags?containerType=?14&amp;container=2000">drivers</category>
      <category domain="http://communities.intel.com/tags?containerType=?14&amp;container=2000">install</category>
      <category domain="http://communities.intel.com/tags?containerType=?14&amp;container=2000">no</category>
      <category domain="http://communities.intel.com/tags?containerType=?14&amp;container=2000">boot</category>
      <category domain="http://communities.intel.com/tags?containerType=?14&amp;container=2000">won't</category>
      <pubDate>Thu, 11 Dec 2008 16:18:05 GMT</pubDate>
      <author>webadmin@intel.com</author>
      <guid>http://communities.intel.com/thread/2604</guid>
      <dc:date>2008-12-11T16:18:05Z</dc:date>
      <clearspace:dateToText>11 months, 3 weeks ago</clearspace:dateToText>
      <clearspace:messageCount>3</clearspace:messageCount>
      <clearspace:replyCount>2</clearspace:replyCount>
    </item>
    <item>
      <title>please let me know...</title>
      <link>http://communities.intel.com/thread/2502</link>
      <description>&lt;!-- [DocumentBodyStart:1706b05a-e4ec-4ddc-93b1-759dd41e9e24] --&gt;&lt;div class='jive-rendered-content'&gt;&lt;p&gt;Does G45 chipset support E8500 processor?&lt;/p&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:1706b05a-e4ec-4ddc-93b1-759dd41e9e24] --&gt;</description>
      <pubDate>Tue, 25 Nov 2008 07:48:07 GMT</pubDate>
      <author>webadmin@intel.com</author>
      <guid>http://communities.intel.com/thread/2502</guid>
      <dc:date>2008-11-25T07:48:07Z</dc:date>
      <clearspace:dateToText>12 months, 20 hours ago</clearspace:dateToText>
      <clearspace:messageCount>2</clearspace:messageCount>
      <clearspace:replyCount>1</clearspace:replyCount>
    </item>
    <item>
      <title>DP35DP raid</title>
      <link>http://communities.intel.com/thread/1702</link>
      <description>&lt;!-- [DocumentBodyStart:4f3fa128-0761-4822-ae95-a65dd480aa83] --&gt;&lt;div class='jive-rendered-content'&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;Has any one had a problem with the raid using 1TB seagate drives?&lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;I have a new system Quad core 2.66GHz, 4GB 800MHz memory. DP35dp mb bios 0437 5/21/2008, raid rom 7.6.0.1011, matrix storage console and driver 8.2.0.1001.&lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;The system was built raid-ready on a seagate ST1000340AS 1TB drive and then migrated to a raid 1. With 12 seconds remaining on the build (thats about 6.5 hrs) the console states that the verify failed and the raid is degraded.&lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;The other interesting detail is that the system runs on either drive, by resetting the original drive in the raid bios as a non-raid drive or running on the degraded raid-1 volume. Note: resetting the drive as non-raid did NOT destroy the data.&lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;Before another long build cycle any feed back would be appreciated.&lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:4f3fa128-0761-4822-ae95-a65dd480aa83] --&gt;</description>
      <pubDate>Fri, 20 Jun 2008 17:58:18 GMT</pubDate>
      <author>webadmin@intel.com</author>
      <guid>http://communities.intel.com/thread/1702</guid>
      <dc:date>2008-06-20T17:58:18Z</dc:date>
      <clearspace:dateToText>1 year, 5 months ago</clearspace:dateToText>
      <clearspace:messageCount>1</clearspace:messageCount>
    </item>
    <item>
      <title>Be more realistic about how things going on</title>
      <link>http://communities.intel.com/thread/1191</link>
      <description>&lt;!-- [DocumentBodyStart:02353143-1efb-494a-866f-42acfd6ce998] --&gt;&lt;div class='jive-rendered-content'&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;Hi all &lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;I have one Question to ask from all&lt;/p&gt;&lt;p&gt;CAN Hardware's   run without Softwares ?&lt;/p&gt;&lt;p&gt;you can take this many views as you want. but i think it's the time to be real. software use to run hardwares and the major theory is as we know most of the hardware part is done almost 50% than software part. so in IT part we have still stuff to come up with. so this descussion will open for targeting that&lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;How can the Intel Cores are used to do Real world applications more powerfully , for 22th genaration. &lt;a class="jive-link-external-small" href="Financial, automation, Dress making"&gt;Financial, automation, Dress making&lt;/a&gt;&lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;So all can gether here &lt;/p&gt;&lt;p&gt;thanks&lt;/p&gt;&lt;p&gt;Haspider&lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt; &lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:02353143-1efb-494a-866f-42acfd6ce998] --&gt;</description>
      <category domain="http://communities.intel.com/tags?containerType=?14&amp;container=2000">data_center_math</category>
      <category domain="http://communities.intel.com/tags?containerType=?14&amp;container=2000">idf</category>
      <category domain="http://communities.intel.com/tags?containerType=?14&amp;container=2000">idf2007</category>
      <category domain="http://communities.intel.com/tags?containerType=?14&amp;container=2000">information_security</category>
      <category domain="http://communities.intel.com/tags?containerType=?14&amp;container=2000">intel_idf</category>
      <category domain="http://communities.intel.com/tags?containerType=?14&amp;container=2000">intel_idf_2007</category>
      <category domain="http://communities.intel.com/tags?containerType=?14&amp;container=2000">ipip</category>
      <category domain="http://communities.intel.com/tags?containerType=?14&amp;container=2000">intel</category>
      <category domain="http://communities.intel.com/tags?containerType=?14&amp;container=2000">software</category>
      <category domain="http://communities.intel.com/tags?containerType=?14&amp;container=2000">cores</category>
      <category domain="http://communities.intel.com/tags?containerType=?14&amp;container=2000">in</category>
      <category domain="http://communities.intel.com/tags?containerType=?14&amp;container=2000">action</category>
      <category domain="http://communities.intel.com/tags?containerType=?14&amp;container=2000">internet</category>
      <category domain="http://communities.intel.com/tags?containerType=?14&amp;container=2000">hardware</category>
      <category domain="http://communities.intel.com/tags?containerType=?14&amp;container=2000">software</category>
      <category domain="http://communities.intel.com/tags?containerType=?14&amp;container=2000">best_practices</category>
      <category domain="http://communities.intel.com/tags?containerType=?14&amp;container=2000">client_management</category>
      <category domain="http://communities.intel.com/tags?containerType=?14&amp;container=2000">collaboration</category>
      <category domain="http://communities.intel.com/tags?containerType=?14&amp;container=2000">corporate_security</category>
      <category domain="http://communities.intel.com/tags?containerType=?14&amp;container=2000">data_center</category>
      <pubDate>Tue, 09 Oct 2007 22:07:49 GMT</pubDate>
      <author>haspider@gmail.com</author>
      <guid>http://communities.intel.com/thread/1191</guid>
      <dc:date>2007-10-09T22:07:49Z</dc:date>
      <clearspace:dateToText>2 years, 1 month ago</clearspace:dateToText>
      <clearspace:messageCount>3</clearspace:messageCount>
      <clearspace:replyCount>2</clearspace:replyCount>
    </item>
    <item>
      <title>ASUS P5Q Pro/Intel Duo E8500 Driver Ver 9.0.0.1009 conflict ?</title>
      <link>http://communities.intel.com/thread/2494</link>
      <description>&lt;!-- [DocumentBodyStart:d56e1661-3222-4307-9b96-ebcb01a40501] --&gt;&lt;div class='jive-rendered-content'&gt;&lt;p&gt;Hello,&lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;I recently got a new PC and have much trouble. Everytime I start a 3D-Application (game/demo) the system reboots.&lt;/p&gt;&lt;p&gt;I reinstalled the OS (WIN XP Pro + SP2) and all drivers to no avail. No system errors are given, no signs of overheating, monitoring tools say all systems o.k.&lt;/p&gt;&lt;p&gt;Now I looked on the intel chiset driver site and saw the driver version number differs from the installed one.&lt;/p&gt;&lt;p&gt;The P5Q Pro came with driver ver 9.0.0.1009, the site starts with 9.0.0.1008. Also 9.0.0.1008 seem not to support WINXP Pro, so the correct driver should be 9.0.0.1007.&lt;img height="16px" src="http://communities.intel.com/images/emoticons/confused.gif" width="16px"/&gt;&lt;/p&gt;&lt;p&gt;Can this be the problem ? Wrong chipset drivers?&lt;/p&gt;&lt;p&gt;And is there a way to downgrade the drivers instead of reinstalling the OS once more ?. I already tried removing drivers from system via hardware manager but they stay there.&lt;img height="16px" src="http://communities.intel.com/images/emoticons/plain.gif" width="16px"/&gt;&lt;/p&gt;&lt;p&gt;Any advices ?&lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;Thank You.&lt;/p&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:d56e1661-3222-4307-9b96-ebcb01a40501] --&gt;</description>
      <pubDate>Sun, 23 Nov 2008 10:51:43 GMT</pubDate>
      <author>webadmin@intel.com</author>
      <guid>http://communities.intel.com/thread/2494</guid>
      <dc:date>2008-11-23T10:51:43Z</dc:date>
      <clearspace:dateToText>1 year, 5 days ago</clearspace:dateToText>
      <clearspace:messageCount>1</clearspace:messageCount>
    </item>
    <item>
      <title>Asynchronous Collaboration - What do you use?</title>
      <link>http://communities.intel.com/thread/1248</link>
      <description>&lt;!-- [DocumentBodyStart:a72359aa-3676-4da6-9005-3734f3078a40] --&gt;&lt;div class='jive-rendered-content'&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;We are wrapping up our asynchronous collaboration analysis of the various vendors. We have looked at about 30 different types of solutions for this space. We currently use Microsoft in this space. I am trying to gather any additional thoughts on this subject. If you are using anything different than Microsoft - can you please share what you are using and your thoughts?&lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;Once we have completed our analysis - I would like to contact folks to share our findings. If you like to see, please let me know.&lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;Thanks &lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:a72359aa-3676-4da6-9005-3734f3078a40] --&gt;</description>
      <category domain="http://communities.intel.com/tags?containerType=?14&amp;container=2000">collaboration</category>
      <pubDate>Wed, 31 Oct 2007 22:13:21 GMT</pubDate>
      <author>webadmin@intel.com</author>
      <guid>http://communities.intel.com/thread/1248</guid>
      <dc:date>2007-10-31T22:13:21Z</dc:date>
      <clearspace:dateToText>2 years, 4 weeks ago</clearspace:dateToText>
      <clearspace:messageCount>1</clearspace:messageCount>
    </item>
    <item>
      <title>Social Networking - Sites, Tools, and Techniques</title>
      <link>http://communities.intel.com/thread/1190</link>
      <description>&lt;!-- [DocumentBodyStart:ee0b4078-72a8-4d93-8bc7-bdc87186839f] --&gt;&lt;div class='jive-rendered-content'&gt;&lt;p&gt;This is a forum for discussion based on social networking posts from IT @ Intel blogs.&lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;Post 1: &lt;a class="jive-link-external-small" href="http://blogs.intel.com/it/2007/10/social_networking_inside_your.html"&gt;Social Networking Inside Your Browser&lt;/a&gt; &lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;blockquote&gt;&lt;p&gt;Excerpt: &lt;br/&gt; For the last month or so, I’ve been using a browser plug-in from StumbleUpon. It’s a nice little toolbar (&lt;em&gt;connected to its &lt;a class="jive-link-external-small" href="http://www.stumbleupon.com/"&gt;associated website&lt;/a&gt;&lt;/em&gt;), available for both Firefox* and Internet Explorer&lt;strong&gt;, that creates social networking right inside your browser. &lt;br/&gt; Usually &lt;a class="jive-link-external-small" href="http://blogs.intel.com/it/2007/09/you_have_received_a_new_friend.html"&gt;when I think of social networking&lt;/a&gt; &lt;br/&gt; I’m thinking about places like myspace&lt;/strong&gt;, Facebook&lt;strong&gt;, LinkedIn&lt;/strong&gt;, and the &lt;br/&gt; like. They are websites you visit, log in, and start interacting with &lt;br/&gt; people and provided content. You can do that via many built-in &lt;br/&gt; functions like blogs, forums, bulletin posts, or even embedded &lt;br/&gt; applications. Personally, I will admit that I’m addicted to the &lt;a class="jive-link-external-small" href="http://apps.facebook.com/scrabulous/"&gt;Scrabulous&lt;/a&gt;* &lt;br/&gt; game on Facebook. It has given me the opportunity to virtually interact &lt;br/&gt; with people from around the world who have a liking for “word art”. If &lt;br/&gt; I hop over to myspace, one of my favourite areas to interact with is &lt;br/&gt; music. I’ve found numerous independent and emerging artists who offer &lt;br/&gt; free musical downloads, and I have then gone on to make purchases of &lt;br/&gt; their albums if I like what I hear. The ability to follow that &lt;br/&gt; 6-Degrees of Separation to see where it takes me is pretty interesting. &lt;br/&gt; But again, these are all websites within my browser, and I’m limited to &lt;br/&gt; what those sites provide me, and I’m also limited to who else has &lt;br/&gt; chosen to create an account on those same sites.&lt;/p&gt;&lt;/blockquote&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;Post 2: &lt;a class="jive-link-external-small" href="http://blogs.intel.com/it/2007/09/you_have_received_a_new_friend.html"&gt;You have received a new friend request from Heath&lt;/a&gt;&lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;blockquote&gt;&lt;p&gt;Excerpt: &lt;br/&gt; Uh oh…not another one of those messages from a spam bot on myspace* or &lt;br/&gt; facebook*. How many of those do you get every day - none if you haven’t &lt;br/&gt; joined the bandwagon of social networking. Whether it’s myspace, &lt;br/&gt; facebook, or even things like sixdegrees from years past, there is a &lt;br/&gt; little bit of internet for everyone. &lt;br/&gt; I’m a fan of social networking - having been one of the original &lt;br/&gt; joiners on sixdegrees when it first started. Back then you were &lt;br/&gt; basically chatting online with the same people you were chatting with &lt;br/&gt; offline. They were coworkers, friends, or family members who then &lt;br/&gt; linked you to their coworkers, friends, or family members, until you &lt;br/&gt; had a network of people you didn’t know going out into the Nth &lt;br/&gt; dimension. &lt;br/&gt; Little has changed.&lt;/p&gt;&lt;/blockquote&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;Let's get things started with a discussion about social networking tools that you have found effective. One of my recent posts at IT @ Intel was about the StumbleUpon toolbar for your browser. This type of plug-in offers the ability to "stumble" across any number of websites across the planet. You are linked in to the page, the person who created the page, the person who found the page, the people who liked the page, and all of the pages those people subsequently liked. It's exponential social networking.&lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;What tools have you found successful in your search to expand your social network? For the moment (unless someone wants to start that side of the thread), let's talk about tools/techniques, vs. websites (i.e. Facebook, myspace, LinkedIn, etc.).&lt;/p&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:ee0b4078-72a8-4d93-8bc7-bdc87186839f] --&gt;</description>
      <category domain="http://communities.intel.com/tags?containerType=?14&amp;container=2000">social_networking</category>
      <category domain="http://communities.intel.com/tags?containerType=?14&amp;container=2000">stumbleupon</category>
      <category domain="http://communities.intel.com/tags?containerType=?14&amp;container=2000">facebook</category>
      <category domain="http://communities.intel.com/tags?containerType=?14&amp;container=2000">myspace</category>
      <category domain="http://communities.intel.com/tags?containerType=?14&amp;container=2000">linkedin</category>
      <category domain="http://communities.intel.com/tags?containerType=?14&amp;container=2000">tools</category>
      <pubDate>Tue, 09 Oct 2007 16:46:57 GMT</pubDate>
      <author>webadmin@intel.com</author>
      <guid>http://communities.intel.com/thread/1190</guid>
      <dc:date>2007-10-09T16:46:57Z</dc:date>
      <clearspace:dateToText>1 year, 9 months ago</clearspace:dateToText>
      <clearspace:messageCount>2</clearspace:messageCount>
      <clearspace:replyCount>1</clearspace:replyCount>
    </item>
    <item>
      <title>Get Real</title>
      <link>http://communities.intel.com/thread/1040</link>
      <description>&lt;!-- [DocumentBodyStart:dad6817d-25dc-49f7-98eb-833185de5326] --&gt;&lt;div class='jive-rendered-content'&gt;&lt;p&gt;Get Real. Get Real IT. That is what IT@Intel is all about. Intel's IT group is frequently asked to discuss our own IT operations such as our data center strategy; addressing security concerns in a more mobile &amp;amp; wireless environment; and the metrics behind our business value to Intel's bottom line. We decided to develop a more formalized and proactive approach to sharing our tribal knowledge and at the same time gain insight into how our peers are successfully practicing the art of IT. As a result we are a "zone" within Open Port. We look forward to great interactions around robust topics. What kind of topics would you would like to discuss and understand from Intel's IT perspective? We'll do our best to find the right IT expert to address your requested subjects. So enjoy, interact, discuss, share, learn and get real.....Real IT.&lt;/p&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:dad6817d-25dc-49f7-98eb-833185de5326] --&gt;</description>
      <category domain="http://communities.intel.com/tags?containerType=?14&amp;container=2000">it@intel</category>
      <category domain="http://communities.intel.com/tags?containerType=?14&amp;container=2000">it</category>
      <pubDate>Mon, 20 Aug 2007 17:58:08 GMT</pubDate>
      <author>webadmin@intel.com</author>
      <guid>http://communities.intel.com/thread/1040</guid>
      <dc:date>2007-08-20T17:58:08Z</dc:date>
      <clearspace:dateToText>2 years, 1 month ago</clearspace:dateToText>
      <clearspace:messageCount>5</clearspace:messageCount>
      <clearspace:replyCount>4</clearspace:replyCount>
    </item>
    <item>
      <title>SSD: Throw out your hard disks!</title>
      <link>http://communities.intel.com/thread/2309</link>
      <description>&lt;!-- [DocumentBodyStart:534589a2-e174-4ab7-a240-88f95f1f4f36] --&gt;&lt;div class='jive-rendered-content'&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;Wait, not all of them just yet! I'm officially jumping on the hype bandwagon as I've been exercising and testing Intel SSDs (read long hours here) for the last three months. The comments from several online hardware reviewers are flattering, but they don't tell the whole story as they focus on single disk client machines. BTW, my Vista Ultimate Intel quad-core takes 20 seconds from POST complete to login with an Intel SSD. But, I'm a hardware guy at heart I need to know what implications these devices have for the datacenter and my apps. So we took the SSDs, dumped them into a number of differing servers and controllers to really work them and find out what breaks and where. Results, fantastic - RAIDed SSDs beat out their 15k spinning cousins in sequential reads and almost best them in sequential writes - ho hum you say? This is where the paradigm shifts, the more interesting story is around random I/O. Somewhere between 6x and 12x the performance of traditional disk is where these cool operators land, depending on block size and queue depth of course. Massive throughput gains and latency reductions with a SATA device attached to a SAS controller, which downgrades the SATA bus speed to 1.5gbps and imposes the overhead of SATA Tunneling Protocol. That's not bad for a hamstrung Olympian? &lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt; &lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;Backing away from the face melting speed of the SSDs random I/O, what does this mean for the computing? Yes fast, yes low latency, yes.... We've been designing applications, firmware, and everything we know about I/O to get around the random stuff. Ever since your first ST-506... We cache it, lay it down in stripes, defrag it religiously, anything to make it more sequential than random. What if that doesn't matter anymore? What if we don't have to engineer and program around the I/O bottleneck? Time to pull out the random I/O paradigm and watch it crumble. The great part about this shift is that it starts today and only gets better with initial SATA and then native SAS devices at 3gbps. Today NAND is limited by write cycles, needs some time to charge cells, more time in a multi-level cell device (MLC), and has block erase cycles and write amplification to contend with. 3-5 years from now... BOOM - phase change memory replaces traditional NAND for more endurance (+100x), faster read/write (µs vs. ns), and single bit alterability. Passengers, please sit back and place an extra fan on your Northbridge or array controller, we are entering a time when your I/O doesn't lag behind your CPU by a factor of 100x. What can this change, what can this change improve, and what will this do for your business? &lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:534589a2-e174-4ab7-a240-88f95f1f4f36] --&gt;</description>
      <category domain="http://communities.intel.com/tags?containerType=?14&amp;container=2000">nand</category>
      <category domain="http://communities.intel.com/tags?containerType=?14&amp;container=2000">ssd</category>
      <category domain="http://communities.intel.com/tags?containerType=?14&amp;container=2000">solid_state_disk</category>
      <category domain="http://communities.intel.com/tags?containerType=?14&amp;container=2000">io</category>
      <category domain="http://communities.intel.com/tags?containerType=?14&amp;container=2000">paradigm</category>
      <category domain="http://communities.intel.com/tags?containerType=?14&amp;container=2000">raid</category>
      <category domain="http://communities.intel.com/tags?containerType=?14&amp;container=2000">enterprise</category>
      <category domain="http://communities.intel.com/tags?containerType=?14&amp;container=2000">sata</category>
      <category domain="http://communities.intel.com/tags?containerType=?14&amp;container=2000">sas</category>
      <category domain="http://communities.intel.com/tags?containerType=?14&amp;container=2000">mlc</category>
      <category domain="http://communities.intel.com/tags?containerType=?14&amp;container=2000">slc</category>
      <pubDate>Fri, 31 Oct 2008 16:55:59 GMT</pubDate>
      <author>webadmin@intel.com</author>
      <guid>http://communities.intel.com/thread/2309</guid>
      <dc:date>2008-10-31T16:55:59Z</dc:date>
      <clearspace:dateToText>5 months, 1 week ago</clearspace:dateToText>
      <clearspace:messageCount>2</clearspace:messageCount>
      <clearspace:replyCount>1</clearspace:replyCount>
    </item>
    <item>
      <title>Economics or Ecology?; How does 'Green' fit in Data Center investment decision making.</title>
      <link>http://communities.intel.com/thread/1660</link>
      <description>&lt;!-- [DocumentBodyStart:71353e42-6fb7-4fdf-be41-29a0ccfcf97a] --&gt;&lt;div class='jive-rendered-content'&gt;&lt;p&gt;&lt;strong&gt;Economy or Ecology?  What does 'Green' really mean in the context of business in a free market?  Have companies become more altruistic in the wake of  'An Inconvenient Truth' and $4+/gallon gasoline?  I think not, though I would love to hear your feedback.....&lt;/strong&gt;&lt;/p&gt;&lt;p&gt; &lt;/p&gt;&lt;p&gt;Those of us who buy into global warming, the emerging energy crisis, and the implications of overconsumption to our collective well being (full disclosure - this includes me) want very much to believe that companies will and are wholeheartedly investing in Green processes, technologies and products.  To a degree, this is true.  But micro-economic theory simply does not support the notion of investing in Green for the sake of Green, absent some perceived profit or other tangible benefit to the owner's of the company. &lt;/p&gt;&lt;p&gt; &lt;/p&gt;&lt;p&gt;Over the past couple of years much has been made of Man's impact on global climate change and messages about unsustainability of current standards of living appear virtually every where I look.  To a large degree, Al Gore's 'An Inconvenient Truth' has had exactly the impact that he intended; 'Green' has become an integral part of daily conversations and general cultural awareness for most of us. &lt;/p&gt;&lt;p&gt; &lt;/p&gt;&lt;p&gt;But how much of this is truly resulting in changes to the way corporations and (specifically) IT organizations make decisions and do business, and how much is plain old capitalistic 'green-washing' to increase product desirability and subsequent sales?  Has 'Green-think' changed the fundamental business decisions that corporations make or is it business as usual with 'Green' as a nifty new catch phrase added to processes and products in order to change the perception of value and accomplishment? &lt;/p&gt;&lt;p&gt; &lt;/p&gt;&lt;p&gt;Data Centers make up one of the most rapidly growing energy consuming sectors of the global economy and also represent large investments for most corporations.  2005 data from studies conducted by the EPA and Lawrence Berkeley National Labs estimate data center energy consumption at some 1.2% of the world's energy production.  The data also indicates that consumption has doubled between 2000 and 2005 and accelerate based on the sheer amount of data center capacity being added to support the explosion in Internet content and services.  As a result, a great deal of discussion has occurred regarding making data centers 'Green'.  But is the growth in data center energy consumption alone sufficient to cause companies to pursue energy efficient design and procurement strategies?  Most likely, the growth in consumption is insufficient motivation for changing the way companies design and operate data centers.&lt;/p&gt;&lt;p&gt; &lt;/p&gt;&lt;p&gt;Other data published by the Uptime Institute indicate that we are, or soon will be at a point in time where the cost of energy consumed by a server over its depreciable life is higher than the capital cost of purchasing that server.  If true, this is much more likely to change current practices since there is a direct impact to profitability!  To the extent that energy costs impact profit, corporations are highly motivated to change and to the degree that these profit motivated improvements align with the Green agenda (i.e. energy efficiency), we will in fact, begin to conserve energy and consequent carbon emissions.&lt;/p&gt;&lt;p&gt; &lt;/p&gt;&lt;p&gt;Absent profit motives, only regulation will bring about the pursuit of Green practices.  Welcome to free enterprise!&lt;/p&gt;&lt;p&gt; &lt;/p&gt;&lt;p&gt;Comments, Questions, Criticisms?&lt;/p&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:71353e42-6fb7-4fdf-be41-29a0ccfcf97a] --&gt;</description>
      <category domain="http://communities.intel.com/tags?containerType=?14&amp;container=2000">data_center</category>
      <category domain="http://communities.intel.com/tags?containerType=?14&amp;container=2000">data_center_efficiency</category>
      <category domain="http://communities.intel.com/tags?containerType=?14&amp;container=2000">it@intel</category>
      <category domain="http://communities.intel.com/tags?containerType=?14&amp;container=2000">value</category>
      <category domain="http://communities.intel.com/tags?containerType=?14&amp;container=2000">economics</category>
      <category domain="http://communities.intel.com/tags?containerType=?14&amp;container=2000">green_data_centers</category>
      <pubDate>Mon, 09 Jun 2008 16:30:40 GMT</pubDate>
      <author>bradley.ellison@intel.com</author>
      <guid>http://communities.intel.com/thread/1660</guid>
      <dc:date>2008-06-09T16:30:40Z</dc:date>
      <clearspace:dateToText>1 year, 5 months ago</clearspace:dateToText>
      <clearspace:messageCount>2</clearspace:messageCount>
      <clearspace:replyCount>1</clearspace:replyCount>
    </item>
    <item>
      <title>Getting Requirements vs Want This or That</title>
      <link>http://communities.intel.com/thread/1100</link>
      <description>&lt;!-- [DocumentBodyStart:f45d18a5-600d-46c9-a8ad-cd4337c083ce] --&gt;&lt;div class='jive-rendered-content'&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;One of the most difficult times within &lt;a class="jive-link-blog-small" href="http://communities.intel.com/community/openportit/it/blog/2007/08/22/welcome-to-my-world"&gt;my organization&lt;/a&gt; is defining what the real requirement is.  We have spent plenty of time trying to gather the requirements from a variety of methods (brainstorming sessions, blog entries, forums, reviewing the many posts that state issues and questionnaires or surveys). There is plenty of information available - very few "real" requirements. Next step is to run out and spend time with the user base to see what they are doing&lt;/p&gt;&lt;p&gt;and ask more pointed questions. All this work - leads to having to make assumptions on what the "real" requirements are.  &lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;We have started to see successes with the forums and other social media tools.&lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;Does anyone have a better way?&lt;/p&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:f45d18a5-600d-46c9-a8ad-cd4337c083ce] --&gt;</description>
      <category domain="http://communities.intel.com/tags?containerType=?14&amp;container=2000">requirements_gathering</category>
      <category domain="http://communities.intel.com/tags?containerType=?14&amp;container=2000">productivity</category>
      <category domain="http://communities.intel.com/tags?containerType=?14&amp;container=2000">collaboration</category>
      <pubDate>Thu, 06 Sep 2007 04:03:57 GMT</pubDate>
      <author>webadmin@intel.com</author>
      <guid>http://communities.intel.com/thread/1100</guid>
      <dc:date>2007-09-06T04:03:57Z</dc:date>
      <clearspace:dateToText>2 years, 1 month ago</clearspace:dateToText>
      <clearspace:messageCount>3</clearspace:messageCount>
      <clearspace:replyCount>2</clearspace:replyCount>
    </item>
    <item>
      <title>hallo</title>
      <link>http://communities.intel.com/thread/6036</link>
      <description>&lt;!-- [DocumentBodyStart:4b8f4cd2-83f6-4e87-bc0c-ea2362b5bda6] --&gt;&lt;div class='jive-rendered-content'&gt;&lt;p&gt;im intersting in new program STHI in intel..but i want to learn more...&lt;/p&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:4b8f4cd2-83f6-4e87-bc0c-ea2362b5bda6] --&gt;</description>
      <pubDate>Fri, 21 Aug 2009 13:36:43 GMT</pubDate>
      <author>sneepy00@yahoo.com</author>
      <guid>http://communities.intel.com/thread/6036</guid>
      <dc:date>2009-08-21T13:36:43Z</dc:date>
      <clearspace:dateToText>3 months, 1 week ago</clearspace:dateToText>
      <clearspace:messageCount>1</clearspace:messageCount>
    </item>
    <item>
      <title>ProSet/Wireless drivers antenna diversity settings</title>
      <link>http://communities.intel.com/thread/1724</link>
      <description>&lt;!-- [DocumentBodyStart:511bcb93-5662-49f2-a46a-af506c456763] --&gt;&lt;div class='jive-rendered-content'&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;Hello,&lt;/p&gt;&lt;p&gt;Does anyone know what are data ranges and their meanings for the following &lt;/p&gt;&lt;p&gt;registry values under Windows:&lt;/p&gt;&lt;p&gt;Diversity11a&lt;/p&gt;&lt;p&gt;Diversity11b&lt;/p&gt;&lt;p&gt;Diversity11g&lt;/p&gt;&lt;p&gt;DiversityOverride&lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;These settings are available for every type of Wi-Fi adapters Intel produces:&lt;/p&gt;&lt;p&gt;Calexico, Calexico II, Kedron, etc...&lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;Regards, &lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:511bcb93-5662-49f2-a46a-af506c456763] --&gt;</description>
      <category domain="http://communities.intel.com/tags?containerType=?14&amp;container=2000">centrino</category>
      <category domain="http://communities.intel.com/tags?containerType=?14&amp;container=2000">wifi</category>
      <category domain="http://communities.intel.com/tags?containerType=?14&amp;container=2000">driver_settings</category>
      <category domain="http://communities.intel.com/tags?containerType=?14&amp;container=2000">antenna</category>
      <category domain="http://communities.intel.com/tags?containerType=?14&amp;container=2000">diversity</category>
      <pubDate>Thu, 03 Jul 2008 16:45:00 GMT</pubDate>
      <author>webadmin@intel.com</author>
      <guid>http://communities.intel.com/thread/1724</guid>
      <dc:date>2008-07-03T16:45:00Z</dc:date>
      <clearspace:dateToText>1 year, 4 months ago</clearspace:dateToText>
      <clearspace:messageCount>1</clearspace:messageCount>
    </item>
    <item>
      <title>Hyper-V VLAN No Connectivity</title>
      <link>http://communities.intel.com/thread/3065</link>
      <description>&lt;!-- [DocumentBodyStart:1ae9d5f6-f7dd-44df-a019-813ab1c6b822] --&gt;&lt;div class='jive-rendered-content'&gt;&lt;p style="margin: 0in 0in 10pt;"&gt;&lt;span style="font-family: Calibri;"&gt;Hello All,&lt;/span&gt;&lt;/p&gt;&lt;p style="margin: 0in 0in 10pt;"&gt;&lt;span style="font-family: Calibri;"&gt;I have a desktop running Windows Server 2008 Standard edition. I run two Hyper-v Guest that network connect to a Intel EXPI9400PT NIC. The NIC connects to a un-managed switch and then to a Linksys BEFSR41 Router. Everything is working great so far. All have internet connection.&lt;/span&gt;&lt;/p&gt;&lt;p style="margin: 0in 0in 10pt;"&gt;&lt;span style="font-family: Calibri;"&gt;The problem I’m having is when I try to separate the two vitual machines onto their own vlan by adding a  VLAN ID to the network adapter for the virtual machines my internet connectivity goes away.  Anyone having this problem or know of a reason why the connection is lost?&lt;/span&gt;&lt;/p&gt;&lt;p style="margin: 0in 0in 10pt;"&gt;&lt;span style="font-family: Calibri;"&gt;&lt;/span&gt;&lt;/p&gt;&lt;p style="margin: 0in 0in 10pt;"&gt;&lt;span style="font-family: Calibri;"&gt;Best Regards&lt;/span&gt;&lt;/p&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:1ae9d5f6-f7dd-44df-a019-813ab1c6b822] --&gt;</description>
      <pubDate>Tue, 03 Mar 2009 16:20:28 GMT</pubDate>
      <author>webadmin@intel.com</author>
      <guid>http://communities.intel.com/thread/3065</guid>
      <dc:date>2009-03-03T16:20:28Z</dc:date>
      <clearspace:dateToText>9 months, 10 hours ago</clearspace:dateToText>
      <clearspace:messageCount>1</clearspace:messageCount>
    </item>
    <item>
      <title>I would like to hear more about how you do client architecture..</title>
      <link>http://communities.intel.com/thread/1413</link>
      <description>&lt;!-- [DocumentBodyStart:9dc499fe-a18e-4eca-bd56-dde5c6f7d2be] --&gt;&lt;div class='jive-rendered-content'&gt;&lt;p&gt;I believe having an architecture awareness &amp;amp; future plans is critical to shaping your IT shop.  What does Intel IT do in this arena, who are the pro's and what GEMs can you share w/ the rest of the community?  &lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;Thank You&lt;/p&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:9dc499fe-a18e-4eca-bd56-dde5c6f7d2be] --&gt;</description>
      <pubDate>Mon, 18 Feb 2008 05:37:23 GMT</pubDate>
      <author>webadmin@intel.com</author>
      <guid>http://communities.intel.com/thread/1413</guid>
      <dc:date>2008-02-18T05:37:23Z</dc:date>
      <clearspace:dateToText>1 year, 9 months ago</clearspace:dateToText>
      <clearspace:messageCount>2</clearspace:messageCount>
      <clearspace:replyCount>1</clearspace:replyCount>
    </item>
    <item>
      <title>Multithreading capability in XEON and ITANIUM</title>
      <link>http://communities.intel.com/thread/1331</link>
      <description>&lt;!-- [DocumentBodyStart:b191a87b-f055-418b-a71f-d9eff9484135] --&gt;&lt;div class='jive-rendered-content'&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;This is my first question to this group.  The question is about the multithreading capability of intel processors(Xeon and Itanium). &lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;Is Itanium processor and Xeon Quad and Dual core processors multithreading capable? I will try to explain the context and that would help in getting me the correct answers.&lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;If a process (eg: java process which spawns 100 threads on a quad core xeon processor) spawns exceptionally large number of threads than the number of cores , will the performance be good or will it be bad? ie if I have 2 quad processors (ie 8 cores) and spawns 100 threads and each thread does have say 20% time involved in IO process, will this setup work for Itanium as well as Xeon processors? Or is the multithreading capability present only in Itaniumns?&lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt; I was planning to replace the itaniums with Xeons. What are the basic points I should consider taking into conisderation that my application is a multithreaded java application, 30% IO and 80% computation.?&lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;Also I have read that a processor core executes only one instruction at a time. I have a thread dump of a java application executed on a 4 core machine. Atleast 20 thread shows runnable when there are only 4 cores performing the processing? &lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt; Is there any formula or guidlines to decide the number of threads a core can execute? Or is it based only on the IO time and the processing time only? &lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:b191a87b-f055-418b-a71f-d9eff9484135] --&gt;</description>
      <category domain="http://communities.intel.com/tags?containerType=?14&amp;container=2000">multithreading</category>
      <category domain="http://communities.intel.com/tags?containerType=?14&amp;container=2000">xeon</category>
      <category domain="http://communities.intel.com/tags?containerType=?14&amp;container=2000">server</category>
      <pubDate>Sun, 13 Jan 2008 11:17:05 GMT</pubDate>
      <author>webadmin@intel.com</author>
      <guid>http://communities.intel.com/thread/1331</guid>
      <dc:date>2008-01-13T11:17:05Z</dc:date>
      <clearspace:dateToText>1 year, 10 months ago</clearspace:dateToText>
      <clearspace:messageCount>1</clearspace:messageCount>
    </item>
    <item>
      <title>How have you implemented application isolation?</title>
      <link>http://communities.intel.com/thread/1122</link>
      <description>&lt;!-- [DocumentBodyStart:1ed90f81-7bf1-4a2e-808d-1d2156f59884] --&gt;&lt;div class='jive-rendered-content'&gt;&lt;p&gt;One of the issues I am struggling with is application isolation. As our organization moves forward implementating a shared hosting model, we can come to expect that every once and a while we will complete an application release that will disrupt the whole entire platform.   What tools should we be looking into for debugging purposes?  What processes do you implement?&lt;/p&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:1ed90f81-7bf1-4a2e-808d-1d2156f59884] --&gt;</description>
      <category domain="http://communities.intel.com/tags?containerType=?14&amp;container=2000">it@intel</category>
      <category domain="http://communities.intel.com/tags?containerType=?14&amp;container=2000">it_operations</category>
      <category domain="http://communities.intel.com/tags?containerType=?14&amp;container=2000">application_isolation</category>
      <category domain="http://communities.intel.com/tags?containerType=?14&amp;container=2000">software</category>
      <category domain="http://communities.intel.com/tags?containerType=?14&amp;container=2000">server_consolidation</category>
      <category domain="http://communities.intel.com/tags?containerType=?14&amp;container=2000">platform</category>
      <pubDate>Fri, 14 Sep 2007 22:23:43 GMT</pubDate>
      <author>webadmin@intel.com</author>
      <guid>http://communities.intel.com/thread/1122</guid>
      <dc:date>2007-09-14T22:23:43Z</dc:date>
      <clearspace:dateToText>2 years, 2 months ago</clearspace:dateToText>
      <clearspace:messageCount>1</clearspace:messageCount>
    </item>
    <item>
      <title>Do you add value?</title>
      <link>http://communities.intel.com/thread/1051</link>
      <description>&lt;!-- [DocumentBodyStart:90616278-5eab-49c1-8484-2246b27a5c9f] --&gt;&lt;div class='jive-rendered-content'&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;I want to ask a simple question. Do you add value? Ok, &lt;img height="16px" src="http://communities.intel.com/images/emoticons/wink.gif" width="16px"/&gt; of course you add value....why else would you be doing the job in the first place. &lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;So how about your IT project, team, group or department? Any value-add there? Sure there's value, right? Right! &lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;Ok, next question, and it gets just a little harder. Does the value you, your project, team, group or department add exceed the cost you create for the organization? Yes, no, not sure? &lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;For those of you who said yes....I have one last BIG question. Can you prove it? Yup, that's what I asked, can you prove it? Hmmm. &lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;What would you say if tomorrow your boss (after reading this? Sorry &lt;img height="16px" src="http://communities.intel.com/images/emoticons/silly.gif" width="16px"/&gt;), or worse the CEO asked you that question? How would you answer? &lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;The first time I really had to address this question, and I mean at a really ugly level was when the CIO (my boss at the time) asked me what would happen if we did not upgrade as planned from version 9.x to version 10.x of our ERP application. At that time I was working for a medium-sized technology company and we had just concluded a very successful 2-year project to implement a fully-functional world-wide ERP solution. I knew that our CIO was a fan of our efforts, and believed in our strategy, so why was he suddenly losing faith? &lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;My thoughts were &lt;em&gt;of course we have to upgrade&lt;/em&gt;! We had customers who needed and wanted new features, business scenarios that depended on functional upgrades, manufacturing problems that magically would cease to exist, all because of version 10x! Leave all of that behind? Not to mention the loss of patches, fixes and support from our vendor? Where did I go wrong, how did I lose the faith of the CIO, my biggest fan and supporter? &lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;My mistake was a simple one. I had begun to take our team's success for granted and had not spent the time or effort to justify the investment the upgrade would take. Pressures to control spending had caught up with my project, and I had left its value in question. &lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;How do you justify and defend your budget, projects, plans, ideas and strategies? What works for you? How do you show that you add value? How do you prove it? &lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;Ron Miller &lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;IT@Intel Technical and Business Operations Manager &lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:90616278-5eab-49c1-8484-2246b27a5c9f] --&gt;</description>
      <category domain="http://communities.intel.com/tags?containerType=?14&amp;container=2000">business_value</category>
      <category domain="http://communities.intel.com/tags?containerType=?14&amp;container=2000">it@intel</category>
      <category domain="http://communities.intel.com/tags?containerType=?14&amp;container=2000">ipip</category>
      <category domain="http://communities.intel.com/tags?containerType=?14&amp;container=2000">it</category>
      <category domain="http://communities.intel.com/tags?containerType=?14&amp;container=2000">it_business_value</category>
      <category domain="http://communities.intel.com/tags?containerType=?14&amp;container=2000">it_as_partner</category>
      <category domain="http://communities.intel.com/tags?containerType=?14&amp;container=2000">it_operations</category>
      <category domain="http://communities.intel.com/tags?containerType=?14&amp;container=2000">value</category>
      <category domain="http://communities.intel.com/tags?containerType=?14&amp;container=2000">tco</category>
      <pubDate>Tue, 21 Aug 2007 22:42:18 GMT</pubDate>
      <author>webadmin@intel.com</author>
      <guid>http://communities.intel.com/thread/1051</guid>
      <dc:date>2007-08-21T22:42:18Z</dc:date>
      <clearspace:dateToText>2 years, 3 months ago</clearspace:dateToText>
      <clearspace:messageCount>3</clearspace:messageCount>
      <clearspace:replyCount>2</clearspace:replyCount>
    </item>
  </channel>
</rss>

