<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:content="http://purl.org/rss/1.0/modules/content/">
  <channel>
    <title>Ram on Ulis Notizen</title>
    <link>https://wolf-u.li/tag/ram/</link>
    <description>Recent content in Ram on Ulis Notizen</description>
    <generator>Hugo</generator>
    <language>de</language>
    <copyright>Copyright 2006-CURRENTYEAR Uli Wolf - All rights reserved</copyright>
    <lastBuildDate>Fri, 30 Dec 2016 10:00:08 +3000</lastBuildDate>
    <atom:link href="https://wolf-u.li/tag/ram/index.xml" rel="self" type="application/rss+xml" />
    <item>
      <title>SAP HANA meldet &#34;Authentication   Provider.cpp(00685) : Kerberos: Using empty Service Principal Name!&#34;</title>
      
      
      <link>https://wolf-u.li/sap-hana-meldet-authentication-provider-cpp00685-kerberos-using-empty-service-principal-name/</link>
      <pubDate>Fri, 30 Dec 2016 09:58:49 +3000</pubDate>
      <guid>https://wolf-u.li/sap-hana-meldet-authentication-provider-cpp00685-kerberos-using-empty-service-principal-name/</guid>
      <description>&lt;p&gt;Vor einigen Tagen habe ich mal wieder einen netten Fehler in einer SAP HANA DB bekommen:&lt;/p&gt;
&lt;div class=&#34;highlight&#34;&gt;&lt;div class=&#34;chroma&#34;&gt;
&lt;table class=&#34;lntable&#34;&gt;&lt;tr&gt;&lt;td class=&#34;lntd&#34;&gt;
&lt;pre tabindex=&#34;0&#34; class=&#34;chroma&#34;&gt;&lt;code&gt;&lt;span class=&#34;lnt&#34;&gt;1
&lt;/span&gt;&lt;/code&gt;&lt;/pre&gt;&lt;/td&gt;
&lt;td class=&#34;lntd&#34;&gt;
&lt;pre tabindex=&#34;0&#34; class=&#34;chroma&#34;&gt;&lt;code class=&#34;language-bash&#34; data-lang=&#34;bash&#34;&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;Authentication Provider.cpp&lt;span class=&#34;o&#34;&gt;(&lt;/span&gt;00685&lt;span class=&#34;o&#34;&gt;)&lt;/span&gt; : Kerberos: Using empty Service Principal Name!
&lt;/span&gt;&lt;/span&gt;&lt;/code&gt;&lt;/pre&gt;&lt;/td&gt;&lt;/tr&gt;&lt;/table&gt;
&lt;/div&gt;
&lt;/div&gt;&lt;p&gt;Der erfahrene DB-Admin weiss dann schon, dass mal wieder irgendwas mit dem Single-Sign-On nicht klappt. Und genau so war es.&lt;/p&gt;
&lt;p&gt;Hintergrund war ein Datenbankumzug auf einen jungfräulichen Server. Dieser Server war gerade erst frisch in seiner keytab eingerichtet worden. Und der installierende hatte leider den kurzen hostname statt des FQDN verwendet. Somit konnte HANA in der Keytab den Namen nicht finden womit dann auch der Fehler erklärt wird.&lt;/p&gt;</description>
      
         <content:encoded><![CDATA[<p>Vor einigen Tagen habe ich mal wieder einen netten Fehler in einer SAP HANA DB bekommen:</p>
<div class="highlight"><div class="chroma">
<table class="lntable"><tr><td class="lntd">
<pre tabindex="0" class="chroma"><code><span class="lnt">1
</span></code></pre></td>
<td class="lntd">
<pre tabindex="0" class="chroma"><code class="language-bash" data-lang="bash"><span class="line"><span class="cl">Authentication Provider.cpp<span class="o">(</span>00685<span class="o">)</span> : Kerberos: Using empty Service Principal Name!
</span></span></code></pre></td></tr></table>
</div>
</div><p>Der erfahrene DB-Admin weiss dann schon, dass mal wieder irgendwas mit dem Single-Sign-On nicht klappt. Und genau so war es.</p>
<p>Hintergrund war ein Datenbankumzug auf einen jungfräulichen Server. Dieser Server war gerade erst frisch in seiner keytab eingerichtet worden. Und der installierende hatte leider den kurzen hostname statt des FQDN verwendet. Somit konnte HANA in der Keytab den Namen nicht finden womit dann auch der Fehler erklärt wird.</p>
<p>Nachsehen kann man das mittels ktutil:</p>
<div class="highlight"><div class="chroma">
<table class="lntable"><tr><td class="lntd">
<pre tabindex="0" class="chroma"><code><span class="lnt">1
</span><span class="lnt">2
</span><span class="lnt">3
</span></code></pre></td>
<td class="lntd">
<pre tabindex="0" class="chroma"><code class="language-bash" data-lang="bash"><span class="line"><span class="cl">$&gt; ktutil
</span></span><span class="line"><span class="cl">ktutil: rkt /etc/krb5.keytab
</span></span><span class="line"><span class="cl">ktutil: list
</span></span></code></pre></td></tr></table>
</div>
</div><p>Was das hervorbringt:</p>
<div class="highlight"><div class="chroma">
<table class="lntable"><tr><td class="lntd">
<pre tabindex="0" class="chroma"><code><span class="lnt">1
</span><span class="lnt">2
</span><span class="lnt">3
</span><span class="lnt">4
</span><span class="lnt">5
</span><span class="lnt">6
</span><span class="lnt">7
</span><span class="lnt">8
</span></code></pre></td>
<td class="lntd">
<pre tabindex="0" class="chroma"><code class="language-plaintext" data-lang="plaintext"><span class="line"><span class="cl">slot KVNO Principal
</span></span><span class="line"><span class="cl">---- ---- ----------------------
</span></span><span class="line"><span class="cl">   1    2         HTTP/ulishana42@ADDOMAIN.WOLF-U.LI
</span></span><span class="line"><span class="cl">   2    2         HTTP/ulishana42@ADDOMAIN.WOLF-U.LI
</span></span><span class="line"><span class="cl">   3    2         HTTP/ulishana42@ADDOMAIN.WOLF-U.LI
</span></span><span class="line"><span class="cl">   4    2          hdb/ulishana42@ADDOMAIN.WOLF-U.LI
</span></span><span class="line"><span class="cl">   5    2          hdb/ulishana42@ADDOMAIN.WOLF-U.LI
</span></span><span class="line"><span class="cl">   6    2          hdb/ulishana42@ADDOMAIN.WOLF-U.LI
</span></span></code></pre></td></tr></table>
</div>
</div><p>Der Hostname ist also in diesem Beispiel <code>ulishana42</code> wobei der FQDN eigentlich <code>ulishana42.germany.wolf-u.li</code> wäre.</p>
<p>Wenn man das korrigiert (also sozusagen die Konfiguration korrekt durchführt), sieht es dann so aus:</p>
<div class="highlight"><div class="chroma">
<table class="lntable"><tr><td class="lntd">
<pre tabindex="0" class="chroma"><code><span class="lnt">1
</span><span class="lnt">2
</span><span class="lnt">3
</span><span class="lnt">4
</span><span class="lnt">5
</span><span class="lnt">6
</span><span class="lnt">7
</span><span class="lnt">8
</span></code></pre></td>
<td class="lntd">
<pre tabindex="0" class="chroma"><code class="language-plaintext" data-lang="plaintext"><span class="line"><span class="cl">slot KVNO Principal
</span></span><span class="line"><span class="cl">---- ---- ----------------------
</span></span><span class="line"><span class="cl">   1    2 HTTP/ulishana42.germany.wolf-u.li@ADDOMAIN.WOLF-U.LI
</span></span><span class="line"><span class="cl">   2    2 HTTP/ulishana42.germany.wolf-u.li@ADDOMAIN.WOLF-U.LI
</span></span><span class="line"><span class="cl">   3    2 HTTP/ulishana42.germany.wolf-u.li@ADDOMAIN.WOLF-U.LI
</span></span><span class="line"><span class="cl">   4    2 hdb/ulishana42.germany.wolf-u.li@ADDOMAIN.WOLF-U.LI
</span></span><span class="line"><span class="cl">   5    2 hdb/ulishana42.germany.wolf-u.li@ADDOMAIN.WOLF-U.LI
</span></span><span class="line"><span class="cl">   6    2 hdb/ulishana42.germany.wolf-u.li@ADDOMAIN.WOLF-U.LI
</span></span></code></pre></td></tr></table>
</div>
</div><p>Gut zu erkennen ist, dass der Principal name nun der FQDN ist und für den Nutzer funktioniert nun der Login via Kerberos wieder. Much better :)</p>
<p>Übrigens auch ein beliebter Fehler: Es muss der FQDN des Hostnames eingetragen werden - <strong>NICHT</strong> der alias der Datenbank (sofern verwendet).</p>
]]></content:encoded>
    </item>
    <item>
      <title>Hardwarebauteile des Conceptronic CH3HNAS</title>
      
      
      <link>https://wolf-u.li/hardwarebauteile-des-conceptronic-ch3hnas/</link>
      <pubDate>Sat, 20 Nov 2010 19:41:45 +2000</pubDate>
      <guid>https://wolf-u.li/hardwarebauteile-des-conceptronic-ch3hnas/</guid>
      <description>&lt;p&gt;Soeben habe ich mein Conceptronic CH3HNAS mal kurz auseinander genommen, hier ein paar der Hardwarekomponenten des Boards:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;EON EN29LV640T-90TIP
&lt;em&gt;(64 Megabit (8M x 8-bit / 4M x 16-bit) Flash Memory Boot Sector)&lt;/em&gt;&lt;/li&gt;
&lt;li&gt;Zentel A3R12E4JFF &lt;em&gt;(DDR2 Ram)&lt;/em&gt;&lt;/li&gt;
&lt;li&gt;Oxford OX810DSE-PBAG&lt;/li&gt;
&lt;li&gt;IP1001LF &lt;em&gt;(1000BASE-T, 100BASE-TX, 10BASE-T Ethernet)&lt;/em&gt;&lt;/li&gt;
&lt;li&gt;LSC 1117 &lt;em&gt;(1A Low Dropout Linear Regulator)&lt;/em&gt;&lt;/li&gt;
&lt;li&gt;GS1117AX &lt;em&gt;(1A Low Dropout Voltage Regulator)&lt;/em&gt;&lt;/li&gt;
&lt;li&gt;AX3108 &lt;em&gt;(PWM Control 3A Step-Down Converter)&lt;/em&gt;&lt;/li&gt;
&lt;li&gt;AP1534 &lt;em&gt;(PWM Control 2A Step-Down Converter)&lt;/em&gt;&lt;/li&gt;
&lt;li&gt;AT9173EG &lt;em&gt;(Voltage regulator to support DDR II)&lt;/em&gt;&lt;/li&gt;
&lt;li&gt;AHC08 &lt;em&gt;(Quadruple 2-Input Positive and Gates)&lt;/em&gt;&lt;/li&gt;
&lt;/ul&gt;</description>
      
         <content:encoded><![CDATA[<p>Soeben habe ich mein Conceptronic CH3HNAS mal kurz auseinander genommen, hier ein paar der Hardwarekomponenten des Boards:</p>
<ul>
<li>EON EN29LV640T-90TIP
<em>(64 Megabit (8M x 8-bit / 4M x 16-bit) Flash Memory Boot Sector)</em></li>
<li>Zentel A3R12E4JFF <em>(DDR2 Ram)</em></li>
<li>Oxford OX810DSE-PBAG</li>
<li>IP1001LF <em>(1000BASE-T, 100BASE-TX, 10BASE-T Ethernet)</em></li>
<li>LSC 1117 <em>(1A Low Dropout Linear Regulator)</em></li>
<li>GS1117AX <em>(1A Low Dropout Voltage Regulator)</em></li>
<li>AX3108 <em>(PWM Control 3A Step-Down Converter)</em></li>
<li>AP1534 <em>(PWM Control 2A Step-Down Converter)</em></li>
<li>AT9173EG <em>(Voltage regulator to support DDR II)</em></li>
<li>AHC08 <em>(Quadruple 2-Input Positive and Gates)</em></li>
</ul>
]]></content:encoded>
    </item>
    <item>
      <title>Mein Rechenknecht: Phenomuli</title>
      
      
      <link>https://wolf-u.li/mein-rechenknecht-phenomuli/</link>
      <pubDate>Tue, 16 Mar 2010 21:29:33 +1600</pubDate>
      <guid>https://wolf-u.li/mein-rechenknecht-phenomuli/</guid>
      <description>&lt;p&gt;Seit Mitte 2009 habe ich einen Rechenknecht, der auf den Namen &lt;em&gt;Phenomuli&lt;/em&gt; hört. Da ich ab und zu Details zu der Kiste nachsehen muss, möchte ich diesen Beitrag für mich als Notizzettel, was ich verbaut habe, nutzen. Anmerkungen werden gerne gesehen, man will ja schließlich Performancereserven ungern rumliegen lassen ;)&lt;/p&gt;
&lt;h2 id=&#34;mainboard-gigabyte-ga-ma790gp-ud4h&#34;&gt;Mainboard: Gigabyte GA-MA790GP-UD4H&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;&lt;strong&gt;Hersteller&lt;/strong&gt;: &lt;link rel=dns-prefetch href=//www.gigabyte.de /&gt; &lt;a href=&#34;http://www.gigabyte.de/products/product-page.aspx?pid=3003&#34;
    title=&#34;Gigabyte&#34; 
     target=&#34;_blank&#34; rel=&#34;nofollow noopener noreferrer&#34; &gt;
  Gigabyte&amp;nbsp;&lt;svg xmlns=&#34;http://www.w3.org/2000/svg&#34; class=&#34;icon&#34; aria-hidden=&#34;true&#34; focusable=&#34;false&#34; viewBox=&#34;0 -128 512 640&#34;&gt;
    &lt;path d=&#34;M384 320c-17.67 0-32 14.33-32 32v96H64V160h96c17.67 0 32-14.32 32-32s-14.33-32-32-32L64 96c-35.35 0-64 28.65-64 64V448c0 35.34 28.65 64 64 64h288c35.35 0 64-28.66 64-64v-96C416 334.3 401.7 320 384 320zM488 0H352c-12.94 0-24.62 7.797-29.56 19.75c-4.969 11.97-2.219 25.72 6.938 34.88L370.8 96L169.4 297.4c-12.5 12.5-12.5 32.75 0 45.25C175.6 348.9 183.8 352 192 352s16.38-3.125 22.62-9.375L416 141.3l41.38 41.38c9.156 9.141 22.88 11.84 34.88 6.938C504.2 184.6 512 172.9 512 160V24C512 10.74 501.3 0 488 0z&#34;/&gt;
  &lt;/svg&gt;&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;Northbridge&lt;/strong&gt;: AMD 790GX rev 00&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;Southbridge&lt;/strong&gt;: ATI SB750 rev 00&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;Revision&lt;/strong&gt;: 1.0&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;Bios-Version&lt;/strong&gt;: F6&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;Anschlüsse&lt;/strong&gt;:
&lt;ul&gt;
&lt;li&gt;1x&lt;em&gt;PCI-E 16x&lt;/em&gt;&lt;/li&gt;
&lt;li&gt;1x&lt;em&gt;PCI-E 8x&lt;/em&gt;&lt;/li&gt;
&lt;li&gt;3x&lt;em&gt;PCI-E 1x&lt;/em&gt;&lt;/li&gt;
&lt;li&gt;2x&lt;em&gt;PCI&lt;/em&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;Kühlung&lt;/strong&gt;: Lüfter&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id=&#34;cpu-amd-phenom-ii-x4-940&#34;&gt;CPU: AMD Phenom II X4 940&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;&lt;strong&gt;Hersteller&lt;/strong&gt;: &lt;link rel=dns-prefetch href=//www.amd.com /&gt; &lt;a href=&#34;http://www.amd.com/us/products/desktop/processors/phenom-ii/Pages/phenom-ii.aspx&#34;
    title=&#34;AMD&#34; 
     target=&#34;_blank&#34; rel=&#34;nofollow noopener noreferrer&#34; &gt;
  AMD&amp;nbsp;&lt;svg xmlns=&#34;http://www.w3.org/2000/svg&#34; class=&#34;icon&#34; aria-hidden=&#34;true&#34; focusable=&#34;false&#34; viewBox=&#34;0 -128 512 640&#34;&gt;
    &lt;path d=&#34;M384 320c-17.67 0-32 14.33-32 32v96H64V160h96c17.67 0 32-14.32 32-32s-14.33-32-32-32L64 96c-35.35 0-64 28.65-64 64V448c0 35.34 28.65 64 64 64h288c35.35 0 64-28.66 64-64v-96C416 334.3 401.7 320 384 320zM488 0H352c-12.94 0-24.62 7.797-29.56 19.75c-4.969 11.97-2.219 25.72 6.938 34.88L370.8 96L169.4 297.4c-12.5 12.5-12.5 32.75 0 45.25C175.6 348.9 183.8 352 192 352s16.38-3.125 22.62-9.375L416 141.3l41.38 41.38c9.156 9.141 22.88 11.84 34.88 6.938C504.2 184.6 512 172.9 512 160V24C512 10.74 501.3 0 488 0z&#34;/&gt;
  &lt;/svg&gt;&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;Codename&lt;/strong&gt;: Deneb&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;Architektur&lt;/strong&gt;: 1 CPU - 4 Kerne - 4 Threads&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;Revision&lt;/strong&gt;: RB-C2&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;Fertigung&lt;/strong&gt;: 45-nm&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;F.M.S.&lt;/strong&gt;: F.4.2 - Ext. 10.4&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;Instruktionssatz&lt;/strong&gt;: MMX(+) 3DNow!(+) SSE (1 2 3 4A) x86-64 AMD-V&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;Sockel&lt;/strong&gt;: Socket AM2+ (940)&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;CPU-Takt&lt;/strong&gt;: 3013.83 MHz&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;Multiplikator&lt;/strong&gt;: x15.00&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;FSB&lt;/strong&gt;: 200.92 MHz&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;L1 Cache&lt;/strong&gt;: Data: 4 x 64 / Inst: 4 x 64 KBytes&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;L2 Cache&lt;/strong&gt;: 4 x 512 KBytes&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;L3 Cache&lt;/strong&gt;: 6144 KBytes&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;Spannung&lt;/strong&gt;: 1,3V&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;Kühlung&lt;/strong&gt;: SCYTHE Mugen 2&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;Temperatur&lt;/strong&gt;: Idle: ~30°C, Last: ~50°C&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id=&#34;ram-ocz-ddr2-pc2-8800-platinum&#34;&gt;RAM: OCZ DDR2 PC2-8800 Platinum&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;&lt;strong&gt;Hersteller&lt;/strong&gt;: &lt;link rel=dns-prefetch href=//www.ocztechnology.com /&gt; &lt;a href=&#34;http://www.ocztechnology.com/products/memory/ocz_ddr2_pc2_8800_platinum_4gb_edition_dual_channel-eol&#34;
    title=&#34;OCZ&#34; 
     target=&#34;_blank&#34; rel=&#34;nofollow noopener noreferrer&#34; &gt;
  OCZ&amp;nbsp;&lt;svg xmlns=&#34;http://www.w3.org/2000/svg&#34; class=&#34;icon&#34; aria-hidden=&#34;true&#34; focusable=&#34;false&#34; viewBox=&#34;0 -128 512 640&#34;&gt;
    &lt;path d=&#34;M384 320c-17.67 0-32 14.33-32 32v96H64V160h96c17.67 0 32-14.32 32-32s-14.33-32-32-32L64 96c-35.35 0-64 28.65-64 64V448c0 35.34 28.65 64 64 64h288c35.35 0 64-28.66 64-64v-96C416 334.3 401.7 320 384 320zM488 0H352c-12.94 0-24.62 7.797-29.56 19.75c-4.969 11.97-2.219 25.72 6.938 34.88L370.8 96L169.4 297.4c-12.5 12.5-12.5 32.75 0 45.25C175.6 348.9 183.8 352 192 352s16.38-3.125 22.62-9.375L416 141.3l41.38 41.38c9.156 9.141 22.88 11.84 34.88 6.938C504.2 184.6 512 172.9 512 160V24C512 10.74 501.3 0 488 0z&#34;/&gt;
  &lt;/svg&gt;&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;Größe&lt;/strong&gt;: 4x2048 MB&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;Typ&lt;/strong&gt;: DDR2-SDRAM Dual Channel&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;Timing&lt;/strong&gt;: 5-5-5-18&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;RAM-Takt&lt;/strong&gt;: 535.8 MHz&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;Geschwindigkeit&lt;/strong&gt;:
&lt;ul&gt;
&lt;li&gt;&lt;strong&gt;Read&lt;/strong&gt;: 8,8GB/s&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;Write&lt;/strong&gt;: 6GB/s&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;Voltage&lt;/strong&gt;: 1.9 Volt&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;Ratio (FSB:RAM)&lt;/strong&gt;: 3:8&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;Kühlung&lt;/strong&gt;: Standard Heatspreader&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id=&#34;grafikkarte-ati-radeon-hd-3300-graphics&#34;&gt;Grafikkarte: ATI Radeon HD 3300 Graphics&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;&lt;strong&gt;Hersteller&lt;/strong&gt;: &lt;link rel=dns-prefetch href=//www.amd.com /&gt; &lt;a href=&#34;http://www.amd.com/us/products/desktop/graphics/ati-radeon-hd-3000/Pages/ati-radeon-hd-3000-series.aspx&#34;
    title=&#34;ATI&#34; 
     target=&#34;_blank&#34; rel=&#34;nofollow noopener noreferrer&#34; &gt;
  ATI&amp;nbsp;&lt;svg xmlns=&#34;http://www.w3.org/2000/svg&#34; class=&#34;icon&#34; aria-hidden=&#34;true&#34; focusable=&#34;false&#34; viewBox=&#34;0 -128 512 640&#34;&gt;
    &lt;path d=&#34;M384 320c-17.67 0-32 14.33-32 32v96H64V160h96c17.67 0 32-14.32 32-32s-14.33-32-32-32L64 96c-35.35 0-64 28.65-64 64V448c0 35.34 28.65 64 64 64h288c35.35 0 64-28.66 64-64v-96C416 334.3 401.7 320 384 320zM488 0H352c-12.94 0-24.62 7.797-29.56 19.75c-4.969 11.97-2.219 25.72 6.938 34.88L370.8 96L169.4 297.4c-12.5 12.5-12.5 32.75 0 45.25C175.6 348.9 183.8 352 192 352s16.38-3.125 22.62-9.375L416 141.3l41.38 41.38c9.156 9.141 22.88 11.84 34.88 6.938C504.2 184.6 512 172.9 512 160V24C512 10.74 501.3 0 488 0z&#34;/&gt;
  &lt;/svg&gt;&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;Bauweise&lt;/strong&gt;: OnBoard&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;Subvendor&lt;/strong&gt;: Gigabyte&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;Chipsatz&lt;/strong&gt;: RS780D&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;Fertigung&lt;/strong&gt;: 55 nm&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;RAM&lt;/strong&gt;: 512 MB DDR2 vom System und 128 MB DDR3 SidePort memory&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;RAM-Takt&lt;/strong&gt;: 533 MHz&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;Width&lt;/strong&gt;: 32 bit&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;Core-Takt&lt;/strong&gt;: 500 MHz&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;Shaders&lt;/strong&gt;: 40 (DX 10.0)&lt;/li&gt;
&lt;li&gt;Bus: PCI&lt;/li&gt;
&lt;li&gt;Anschlüsse:
&lt;ul&gt;
&lt;li&gt;D-Sub&lt;/li&gt;
&lt;li&gt;DVI&lt;/li&gt;
&lt;li&gt;HMDI&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;Kühlung: OnBoard&lt;/li&gt;
&lt;li&gt;Treiber, Version: 8.14.10.0685 (Catalyst 9.7) / Win7 64&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id=&#34;sound-realtek-alc889a&#34;&gt;Sound: Realtek ALC889A&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;&lt;strong&gt;Hersteller&lt;/strong&gt;: &lt;link rel=dns-prefetch href=//www.realtek.com.tw /&gt; &lt;a href=&#34;http://www.realtek.com.tw/products/productsView.aspx?Langid=1&amp;amp;PFid=28&amp;amp;Level=5&amp;amp;Conn=4&amp;amp;ProdID=173&#34;
    title=&#34;Realtek&#34; 
     target=&#34;_blank&#34; rel=&#34;nofollow noopener noreferrer&#34; &gt;
  Realtek&amp;nbsp;&lt;svg xmlns=&#34;http://www.w3.org/2000/svg&#34; class=&#34;icon&#34; aria-hidden=&#34;true&#34; focusable=&#34;false&#34; viewBox=&#34;0 -128 512 640&#34;&gt;
    &lt;path d=&#34;M384 320c-17.67 0-32 14.33-32 32v96H64V160h96c17.67 0 32-14.32 32-32s-14.33-32-32-32L64 96c-35.35 0-64 28.65-64 64V448c0 35.34 28.65 64 64 64h288c35.35 0 64-28.66 64-64v-96C416 334.3 401.7 320 384 320zM488 0H352c-12.94 0-24.62 7.797-29.56 19.75c-4.969 11.97-2.219 25.72 6.938 34.88L370.8 96L169.4 297.4c-12.5 12.5-12.5 32.75 0 45.25C175.6 348.9 183.8 352 192 352s16.38-3.125 22.62-9.375L416 141.3l41.38 41.38c9.156 9.141 22.88 11.84 34.88 6.938C504.2 184.6 512 172.9 512 160V24C512 10.74 501.3 0 488 0z&#34;/&gt;
  &lt;/svg&gt;&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;Bauweise&lt;/strong&gt;: OnBoard&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;Kanäle&lt;/strong&gt;: 10 Analog, 2 Digital&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;Soundmodus&lt;/strong&gt;: max. 7.1&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;Eingänge&lt;/strong&gt;:
&lt;ul&gt;
&lt;li&gt;Mic&lt;/li&gt;
&lt;li&gt;S/PDIF&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;Ausgänge&lt;/strong&gt;:
&lt;ul&gt;
&lt;li&gt;4 Analog&lt;/li&gt;
&lt;li&gt;S/PDIF&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;Abtastfrequenz&lt;/strong&gt;: max. 192kHz&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;Boxen&lt;/strong&gt;: Teufel System 4&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;Headset&lt;/strong&gt;: Speed-Link Medusa 5.1 USB&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id=&#34;gehäuse-sharkoon-rebel9-economy&#34;&gt;Gehäuse: Sharkoon Rebel9 Economy&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;&lt;strong&gt;Hersteller&lt;/strong&gt;: &lt;link rel=dns-prefetch href=//www.sharkoon.com /&gt; &lt;a href=&#34;http://www.sharkoon.com/?q=de/node/1041&#34;
    title=&#34;Sharkoon&#34; 
     target=&#34;_blank&#34; rel=&#34;nofollow noopener noreferrer&#34; &gt;
  Sharkoon&amp;nbsp;&lt;svg xmlns=&#34;http://www.w3.org/2000/svg&#34; class=&#34;icon&#34; aria-hidden=&#34;true&#34; focusable=&#34;false&#34; viewBox=&#34;0 -128 512 640&#34;&gt;
    &lt;path d=&#34;M384 320c-17.67 0-32 14.33-32 32v96H64V160h96c17.67 0 32-14.32 32-32s-14.33-32-32-32L64 96c-35.35 0-64 28.65-64 64V448c0 35.34 28.65 64 64 64h288c35.35 0 64-28.66 64-64v-96C416 334.3 401.7 320 384 320zM488 0H352c-12.94 0-24.62 7.797-29.56 19.75c-4.969 11.97-2.219 25.72 6.938 34.88L370.8 96L169.4 297.4c-12.5 12.5-12.5 32.75 0 45.25C175.6 348.9 183.8 352 192 352s16.38-3.125 22.62-9.375L416 141.3l41.38 41.38c9.156 9.141 22.88 11.84 34.88 6.938C504.2 184.6 512 172.9 512 160V24C512 10.74 501.3 0 488 0z&#34;/&gt;
  &lt;/svg&gt;&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;Lüfter&lt;/strong&gt;:
&lt;ul&gt;
&lt;li&gt;&lt;strong&gt;Steuerung&lt;/strong&gt;: Temperature-Controlled by Coolers&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;Front&lt;/strong&gt;:
&lt;ul&gt;
&lt;li&gt;2xNoiseblocker XL1 (120mm) (Fan in)&lt;/li&gt;
&lt;li&gt;Zusätzlicher Sharkoon Fanframe&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;Rückseite&lt;/strong&gt;: 2xArctic Cooling Pro TC (80mm) (Fan out)&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;Seite&lt;/strong&gt;: 1xArctic Cooling Pro TC (80mm) (Fan in)&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;Bauart&lt;/strong&gt;: ATX&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id=&#34;netzteil-ocz-modxstream-pro-500w-modular&#34;&gt;Netzteil: OCZ ModXStream Pro 500W Modular&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;&lt;strong&gt;Hersteller&lt;/strong&gt;: &lt;link rel=dns-prefetch href=//www.ocztechnology.com /&gt; &lt;a href=&#34;http://www.ocztechnology.com/products/power_management/ocz_500w_700w_modxstream_pro_power_supply&#34;
    title=&#34;OCZ&#34; 
     target=&#34;_blank&#34; rel=&#34;nofollow noopener noreferrer&#34; &gt;
  OCZ&amp;nbsp;&lt;svg xmlns=&#34;http://www.w3.org/2000/svg&#34; class=&#34;icon&#34; aria-hidden=&#34;true&#34; focusable=&#34;false&#34; viewBox=&#34;0 -128 512 640&#34;&gt;
    &lt;path d=&#34;M384 320c-17.67 0-32 14.33-32 32v96H64V160h96c17.67 0 32-14.32 32-32s-14.33-32-32-32L64 96c-35.35 0-64 28.65-64 64V448c0 35.34 28.65 64 64 64h288c35.35 0 64-28.66 64-64v-96C416 334.3 401.7 320 384 320zM488 0H352c-12.94 0-24.62 7.797-29.56 19.75c-4.969 11.97-2.219 25.72 6.938 34.88L370.8 96L169.4 297.4c-12.5 12.5-12.5 32.75 0 45.25C175.6 348.9 183.8 352 192 352s16.38-3.125 22.62-9.375L416 141.3l41.38 41.38c9.156 9.141 22.88 11.84 34.88 6.938C504.2 184.6 512 172.9 512 160V24C512 10.74 501.3 0 488 0z&#34;/&gt;
  &lt;/svg&gt;&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;Kühlung&lt;/strong&gt;: Temperaturgesteuerter 135mm Lüfter&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;Bauart&lt;/strong&gt;: ATX&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;Leistung&lt;/strong&gt;: 500W&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;Wirkungsgrad&lt;/strong&gt;: 86 %&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id=&#34;festplatte-2xwestern-digital-wd4000kd&#34;&gt;Festplatte: 2xWestern Digital WD4000KD&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;&lt;strong&gt;Hersteller&lt;/strong&gt;: Western Digital&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;Cache&lt;/strong&gt;: 16MB&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;Kapazität&lt;/strong&gt;: 400GB&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;Umdrehungen&lt;/strong&gt;: 7200rpm&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;Interface&lt;/strong&gt;: S-ATA&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;RAID&lt;/strong&gt;: 0 (Striping)&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;Geschwindigkeit&lt;/strong&gt;:
&lt;ul&gt;
&lt;li&gt;Read: 160MB/s&lt;/li&gt;
&lt;li&gt;Write: 120MB/s&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;AccessTime&lt;/strong&gt;: 8.9ns&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;Anschluss&lt;/strong&gt;: S-ATA&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id=&#34;cd-dvd-samsung-sh-s223q&#34;&gt;CD-DVD: Samsung SH-S223Q&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;&lt;strong&gt;Hersteller&lt;/strong&gt;: Samsung&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;Bezeichnung&lt;/strong&gt;: SH-S223Q&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;Beschreibung&lt;/strong&gt;:
&lt;ul&gt;
&lt;li&gt;&lt;strong&gt;Lesen CD-ROM&lt;/strong&gt;: 48x&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;Schreiben CD-R&lt;/strong&gt;: 48x&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;Lesen DVD-Ram&lt;/strong&gt;: 12x&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;Schreiben CD-RW&lt;/strong&gt;: 32x&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;Schreiben DVD-R&lt;/strong&gt;: 22x&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;Schreiben DVD+R&lt;/strong&gt;: 22x&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;Schreiben DVD-RW&lt;/strong&gt;: 6x&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;Schreiben DVD+RW&lt;/strong&gt;: 8x&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;Schreiben DVD-R DL&lt;/strong&gt;: 12x&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;Schreiben DVD+R DL&lt;/strong&gt;: 16x&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;Anschluss&lt;/strong&gt;: S-ATA&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id=&#34;hauptmonitor-samsung-p2450h&#34;&gt;Hauptmonitor: Samsung P2450H&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;&lt;strong&gt;Hersteller&lt;/strong&gt;: &lt;link rel=dns-prefetch href=//www.samsung.de /&gt; &lt;a href=&#34;http://www.samsung.de/de/consumer/detail.aspx?aguid=7cd0690d-e8bc-4f90-9aa2-f42ef9789e8b&#34;
    title=&#34;Samsung&#34; 
     target=&#34;_blank&#34; rel=&#34;nofollow noopener noreferrer&#34; &gt;
  Samsung&amp;nbsp;&lt;svg xmlns=&#34;http://www.w3.org/2000/svg&#34; class=&#34;icon&#34; aria-hidden=&#34;true&#34; focusable=&#34;false&#34; viewBox=&#34;0 -128 512 640&#34;&gt;
    &lt;path d=&#34;M384 320c-17.67 0-32 14.33-32 32v96H64V160h96c17.67 0 32-14.32 32-32s-14.33-32-32-32L64 96c-35.35 0-64 28.65-64 64V448c0 35.34 28.65 64 64 64h288c35.35 0 64-28.66 64-64v-96C416 334.3 401.7 320 384 320zM488 0H352c-12.94 0-24.62 7.797-29.56 19.75c-4.969 11.97-2.219 25.72 6.938 34.88L370.8 96L169.4 297.4c-12.5 12.5-12.5 32.75 0 45.25C175.6 348.9 183.8 352 192 352s16.38-3.125 22.62-9.375L416 141.3l41.38 41.38c9.156 9.141 22.88 11.84 34.88 6.938C504.2 184.6 512 172.9 512 160V24C512 10.74 501.3 0 488 0z&#34;/&gt;
  &lt;/svg&gt;&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;Maximale Auflösung&lt;/strong&gt;: 1920x1080&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;Bilddiagonale&lt;/strong&gt;: 24&amp;quot;&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;Bildseitenverhältnis&lt;/strong&gt;: 16:10&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;Reaktionszeit&lt;/strong&gt;: 2 ms&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;Helligkeit&lt;/strong&gt;: 300 cd/qm&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;Kontrast&lt;/strong&gt;: 70000:1&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;Anschlüsse&lt;/strong&gt;: D-Sub, DVI, HDMI&lt;/li&gt;
&lt;li&gt;Leistungsaufnahme:
&lt;ul&gt;
&lt;li&gt;Betrieb: 43 W&lt;/li&gt;
&lt;li&gt;Standby: 1W&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id=&#34;zweitmonitor-samsung-syncmaster-2494hs&#34;&gt;Zweitmonitor: Samsung SyncMaster 2494HS&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;&lt;strong&gt;Hersteller&lt;/strong&gt;: &lt;link rel=dns-prefetch href=//www.samsung.de /&gt; &lt;a href=&#34;http://www.samsung.de/de/consumer/detail.aspx?aguid=b2f4cb34-3fe5-4785-890c-83b444260531&#34;
    title=&#34;Samsung&#34; 
     target=&#34;_blank&#34; rel=&#34;nofollow noopener noreferrer&#34; &gt;
  Samsung&amp;nbsp;&lt;svg xmlns=&#34;http://www.w3.org/2000/svg&#34; class=&#34;icon&#34; aria-hidden=&#34;true&#34; focusable=&#34;false&#34; viewBox=&#34;0 -128 512 640&#34;&gt;
    &lt;path d=&#34;M384 320c-17.67 0-32 14.33-32 32v96H64V160h96c17.67 0 32-14.32 32-32s-14.33-32-32-32L64 96c-35.35 0-64 28.65-64 64V448c0 35.34 28.65 64 64 64h288c35.35 0 64-28.66 64-64v-96C416 334.3 401.7 320 384 320zM488 0H352c-12.94 0-24.62 7.797-29.56 19.75c-4.969 11.97-2.219 25.72 6.938 34.88L370.8 96L169.4 297.4c-12.5 12.5-12.5 32.75 0 45.25C175.6 348.9 183.8 352 192 352s16.38-3.125 22.62-9.375L416 141.3l41.38 41.38c9.156 9.141 22.88 11.84 34.88 6.938C504.2 184.6 512 172.9 512 160V24C512 10.74 501.3 0 488 0z&#34;/&gt;
  &lt;/svg&gt;&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;Maximale Auflösung&lt;/strong&gt;: 1920x1080&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;Bilddiagonale&lt;/strong&gt;: 24&amp;quot;&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;Bildseitenverhältnis&lt;/strong&gt;: 16:10&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;Reaktionszeit&lt;/strong&gt;: 2 ms&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;Helligkeit&lt;/strong&gt;: 300 cd/qm&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;Kontrast&lt;/strong&gt;: 50000:1&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;Anschlüsse&lt;/strong&gt;: D-Sub, DVI, HDMI&lt;/li&gt;
&lt;li&gt;Leistungsaufnahme:
&lt;ul&gt;
&lt;li&gt;Betrieb: 48 W&lt;/li&gt;
&lt;li&gt;Standby: 1,5W&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;Ein paar Artikel rund um den Rechner:&lt;/p&gt;</description>
      
         <content:encoded><![CDATA[<p>Seit Mitte 2009 habe ich einen Rechenknecht, der auf den Namen <em>Phenomuli</em> hört. Da ich ab und zu Details zu der Kiste nachsehen muss, möchte ich diesen Beitrag für mich als Notizzettel, was ich verbaut habe, nutzen. Anmerkungen werden gerne gesehen, man will ja schließlich Performancereserven ungern rumliegen lassen ;)</p>
<h2 id="mainboard-gigabyte-ga-ma790gp-ud4h">Mainboard: Gigabyte GA-MA790GP-UD4H</h2>
<ul>
<li><strong>Hersteller</strong>: <link rel=dns-prefetch href=//www.gigabyte.de /> <a href="http://www.gigabyte.de/products/product-page.aspx?pid=3003"
    title="Gigabyte" 
     target="_blank" rel="nofollow noopener noreferrer" >
  Gigabyte&nbsp;<svg xmlns="http://www.w3.org/2000/svg" class="icon" aria-hidden="true" focusable="false" viewBox="0 -128 512 640">
    <path d="M384 320c-17.67 0-32 14.33-32 32v96H64V160h96c17.67 0 32-14.32 32-32s-14.33-32-32-32L64 96c-35.35 0-64 28.65-64 64V448c0 35.34 28.65 64 64 64h288c35.35 0 64-28.66 64-64v-96C416 334.3 401.7 320 384 320zM488 0H352c-12.94 0-24.62 7.797-29.56 19.75c-4.969 11.97-2.219 25.72 6.938 34.88L370.8 96L169.4 297.4c-12.5 12.5-12.5 32.75 0 45.25C175.6 348.9 183.8 352 192 352s16.38-3.125 22.62-9.375L416 141.3l41.38 41.38c9.156 9.141 22.88 11.84 34.88 6.938C504.2 184.6 512 172.9 512 160V24C512 10.74 501.3 0 488 0z"/>
  </svg></a></li>
<li><strong>Northbridge</strong>: AMD 790GX rev 00</li>
<li><strong>Southbridge</strong>: ATI SB750 rev 00</li>
<li><strong>Revision</strong>: 1.0</li>
<li><strong>Bios-Version</strong>: F6</li>
<li><strong>Anschlüsse</strong>:
<ul>
<li>1x<em>PCI-E 16x</em></li>
<li>1x<em>PCI-E 8x</em></li>
<li>3x<em>PCI-E 1x</em></li>
<li>2x<em>PCI</em></li>
</ul>
</li>
<li><strong>Kühlung</strong>: Lüfter</li>
</ul>
<h2 id="cpu-amd-phenom-ii-x4-940">CPU: AMD Phenom II X4 940</h2>
<ul>
<li><strong>Hersteller</strong>: <link rel=dns-prefetch href=//www.amd.com /> <a href="http://www.amd.com/us/products/desktop/processors/phenom-ii/Pages/phenom-ii.aspx"
    title="AMD" 
     target="_blank" rel="nofollow noopener noreferrer" >
  AMD&nbsp;<svg xmlns="http://www.w3.org/2000/svg" class="icon" aria-hidden="true" focusable="false" viewBox="0 -128 512 640">
    <path d="M384 320c-17.67 0-32 14.33-32 32v96H64V160h96c17.67 0 32-14.32 32-32s-14.33-32-32-32L64 96c-35.35 0-64 28.65-64 64V448c0 35.34 28.65 64 64 64h288c35.35 0 64-28.66 64-64v-96C416 334.3 401.7 320 384 320zM488 0H352c-12.94 0-24.62 7.797-29.56 19.75c-4.969 11.97-2.219 25.72 6.938 34.88L370.8 96L169.4 297.4c-12.5 12.5-12.5 32.75 0 45.25C175.6 348.9 183.8 352 192 352s16.38-3.125 22.62-9.375L416 141.3l41.38 41.38c9.156 9.141 22.88 11.84 34.88 6.938C504.2 184.6 512 172.9 512 160V24C512 10.74 501.3 0 488 0z"/>
  </svg></a></li>
<li><strong>Codename</strong>: Deneb</li>
<li><strong>Architektur</strong>: 1 CPU - 4 Kerne - 4 Threads</li>
<li><strong>Revision</strong>: RB-C2</li>
<li><strong>Fertigung</strong>: 45-nm</li>
<li><strong>F.M.S.</strong>: F.4.2 - Ext. 10.4</li>
<li><strong>Instruktionssatz</strong>: MMX(+) 3DNow!(+) SSE (1 2 3 4A) x86-64 AMD-V</li>
<li><strong>Sockel</strong>: Socket AM2+ (940)</li>
<li><strong>CPU-Takt</strong>: 3013.83 MHz</li>
<li><strong>Multiplikator</strong>: x15.00</li>
<li><strong>FSB</strong>: 200.92 MHz</li>
<li><strong>L1 Cache</strong>: Data: 4 x 64 / Inst: 4 x 64 KBytes</li>
<li><strong>L2 Cache</strong>: 4 x 512 KBytes</li>
<li><strong>L3 Cache</strong>: 6144 KBytes</li>
<li><strong>Spannung</strong>: 1,3V</li>
<li><strong>Kühlung</strong>: SCYTHE Mugen 2</li>
<li><strong>Temperatur</strong>: Idle: ~30°C, Last: ~50°C</li>
</ul>
<h2 id="ram-ocz-ddr2-pc2-8800-platinum">RAM: OCZ DDR2 PC2-8800 Platinum</h2>
<ul>
<li><strong>Hersteller</strong>: <link rel=dns-prefetch href=//www.ocztechnology.com /> <a href="http://www.ocztechnology.com/products/memory/ocz_ddr2_pc2_8800_platinum_4gb_edition_dual_channel-eol"
    title="OCZ" 
     target="_blank" rel="nofollow noopener noreferrer" >
  OCZ&nbsp;<svg xmlns="http://www.w3.org/2000/svg" class="icon" aria-hidden="true" focusable="false" viewBox="0 -128 512 640">
    <path d="M384 320c-17.67 0-32 14.33-32 32v96H64V160h96c17.67 0 32-14.32 32-32s-14.33-32-32-32L64 96c-35.35 0-64 28.65-64 64V448c0 35.34 28.65 64 64 64h288c35.35 0 64-28.66 64-64v-96C416 334.3 401.7 320 384 320zM488 0H352c-12.94 0-24.62 7.797-29.56 19.75c-4.969 11.97-2.219 25.72 6.938 34.88L370.8 96L169.4 297.4c-12.5 12.5-12.5 32.75 0 45.25C175.6 348.9 183.8 352 192 352s16.38-3.125 22.62-9.375L416 141.3l41.38 41.38c9.156 9.141 22.88 11.84 34.88 6.938C504.2 184.6 512 172.9 512 160V24C512 10.74 501.3 0 488 0z"/>
  </svg></a></li>
<li><strong>Größe</strong>: 4x2048 MB</li>
<li><strong>Typ</strong>: DDR2-SDRAM Dual Channel</li>
<li><strong>Timing</strong>: 5-5-5-18</li>
<li><strong>RAM-Takt</strong>: 535.8 MHz</li>
<li><strong>Geschwindigkeit</strong>:
<ul>
<li><strong>Read</strong>: 8,8GB/s</li>
<li><strong>Write</strong>: 6GB/s</li>
</ul>
</li>
<li><strong>Voltage</strong>: 1.9 Volt</li>
<li><strong>Ratio (FSB:RAM)</strong>: 3:8</li>
<li><strong>Kühlung</strong>: Standard Heatspreader</li>
</ul>
<h2 id="grafikkarte-ati-radeon-hd-3300-graphics">Grafikkarte: ATI Radeon HD 3300 Graphics</h2>
<ul>
<li><strong>Hersteller</strong>: <link rel=dns-prefetch href=//www.amd.com /> <a href="http://www.amd.com/us/products/desktop/graphics/ati-radeon-hd-3000/Pages/ati-radeon-hd-3000-series.aspx"
    title="ATI" 
     target="_blank" rel="nofollow noopener noreferrer" >
  ATI&nbsp;<svg xmlns="http://www.w3.org/2000/svg" class="icon" aria-hidden="true" focusable="false" viewBox="0 -128 512 640">
    <path d="M384 320c-17.67 0-32 14.33-32 32v96H64V160h96c17.67 0 32-14.32 32-32s-14.33-32-32-32L64 96c-35.35 0-64 28.65-64 64V448c0 35.34 28.65 64 64 64h288c35.35 0 64-28.66 64-64v-96C416 334.3 401.7 320 384 320zM488 0H352c-12.94 0-24.62 7.797-29.56 19.75c-4.969 11.97-2.219 25.72 6.938 34.88L370.8 96L169.4 297.4c-12.5 12.5-12.5 32.75 0 45.25C175.6 348.9 183.8 352 192 352s16.38-3.125 22.62-9.375L416 141.3l41.38 41.38c9.156 9.141 22.88 11.84 34.88 6.938C504.2 184.6 512 172.9 512 160V24C512 10.74 501.3 0 488 0z"/>
  </svg></a></li>
<li><strong>Bauweise</strong>: OnBoard</li>
<li><strong>Subvendor</strong>: Gigabyte</li>
<li><strong>Chipsatz</strong>: RS780D</li>
<li><strong>Fertigung</strong>: 55 nm</li>
<li><strong>RAM</strong>: 512 MB DDR2 vom System und 128 MB DDR3 SidePort memory</li>
<li><strong>RAM-Takt</strong>: 533 MHz</li>
<li><strong>Width</strong>: 32 bit</li>
<li><strong>Core-Takt</strong>: 500 MHz</li>
<li><strong>Shaders</strong>: 40 (DX 10.0)</li>
<li>Bus: PCI</li>
<li>Anschlüsse:
<ul>
<li>D-Sub</li>
<li>DVI</li>
<li>HMDI</li>
</ul>
</li>
<li>Kühlung: OnBoard</li>
<li>Treiber, Version: 8.14.10.0685 (Catalyst 9.7) / Win7 64</li>
</ul>
<h2 id="sound-realtek-alc889a">Sound: Realtek ALC889A</h2>
<ul>
<li><strong>Hersteller</strong>: <link rel=dns-prefetch href=//www.realtek.com.tw /> <a href="http://www.realtek.com.tw/products/productsView.aspx?Langid=1&amp;PFid=28&amp;Level=5&amp;Conn=4&amp;ProdID=173"
    title="Realtek" 
     target="_blank" rel="nofollow noopener noreferrer" >
  Realtek&nbsp;<svg xmlns="http://www.w3.org/2000/svg" class="icon" aria-hidden="true" focusable="false" viewBox="0 -128 512 640">
    <path d="M384 320c-17.67 0-32 14.33-32 32v96H64V160h96c17.67 0 32-14.32 32-32s-14.33-32-32-32L64 96c-35.35 0-64 28.65-64 64V448c0 35.34 28.65 64 64 64h288c35.35 0 64-28.66 64-64v-96C416 334.3 401.7 320 384 320zM488 0H352c-12.94 0-24.62 7.797-29.56 19.75c-4.969 11.97-2.219 25.72 6.938 34.88L370.8 96L169.4 297.4c-12.5 12.5-12.5 32.75 0 45.25C175.6 348.9 183.8 352 192 352s16.38-3.125 22.62-9.375L416 141.3l41.38 41.38c9.156 9.141 22.88 11.84 34.88 6.938C504.2 184.6 512 172.9 512 160V24C512 10.74 501.3 0 488 0z"/>
  </svg></a></li>
<li><strong>Bauweise</strong>: OnBoard</li>
<li><strong>Kanäle</strong>: 10 Analog, 2 Digital</li>
<li><strong>Soundmodus</strong>: max. 7.1</li>
<li><strong>Eingänge</strong>:
<ul>
<li>Mic</li>
<li>S/PDIF</li>
</ul>
</li>
<li><strong>Ausgänge</strong>:
<ul>
<li>4 Analog</li>
<li>S/PDIF</li>
</ul>
</li>
<li><strong>Abtastfrequenz</strong>: max. 192kHz</li>
<li><strong>Boxen</strong>: Teufel System 4</li>
<li><strong>Headset</strong>: Speed-Link Medusa 5.1 USB</li>
</ul>
<h2 id="gehäuse-sharkoon-rebel9-economy">Gehäuse: Sharkoon Rebel9 Economy</h2>
<ul>
<li><strong>Hersteller</strong>: <link rel=dns-prefetch href=//www.sharkoon.com /> <a href="http://www.sharkoon.com/?q=de/node/1041"
    title="Sharkoon" 
     target="_blank" rel="nofollow noopener noreferrer" >
  Sharkoon&nbsp;<svg xmlns="http://www.w3.org/2000/svg" class="icon" aria-hidden="true" focusable="false" viewBox="0 -128 512 640">
    <path d="M384 320c-17.67 0-32 14.33-32 32v96H64V160h96c17.67 0 32-14.32 32-32s-14.33-32-32-32L64 96c-35.35 0-64 28.65-64 64V448c0 35.34 28.65 64 64 64h288c35.35 0 64-28.66 64-64v-96C416 334.3 401.7 320 384 320zM488 0H352c-12.94 0-24.62 7.797-29.56 19.75c-4.969 11.97-2.219 25.72 6.938 34.88L370.8 96L169.4 297.4c-12.5 12.5-12.5 32.75 0 45.25C175.6 348.9 183.8 352 192 352s16.38-3.125 22.62-9.375L416 141.3l41.38 41.38c9.156 9.141 22.88 11.84 34.88 6.938C504.2 184.6 512 172.9 512 160V24C512 10.74 501.3 0 488 0z"/>
  </svg></a></li>
<li><strong>Lüfter</strong>:
<ul>
<li><strong>Steuerung</strong>: Temperature-Controlled by Coolers</li>
<li><strong>Front</strong>:
<ul>
<li>2xNoiseblocker XL1 (120mm) (Fan in)</li>
<li>Zusätzlicher Sharkoon Fanframe</li>
</ul>
</li>
<li><strong>Rückseite</strong>: 2xArctic Cooling Pro TC (80mm) (Fan out)</li>
<li><strong>Seite</strong>: 1xArctic Cooling Pro TC (80mm) (Fan in)</li>
</ul>
</li>
<li><strong>Bauart</strong>: ATX</li>
</ul>
<h2 id="netzteil-ocz-modxstream-pro-500w-modular">Netzteil: OCZ ModXStream Pro 500W Modular</h2>
<ul>
<li><strong>Hersteller</strong>: <link rel=dns-prefetch href=//www.ocztechnology.com /> <a href="http://www.ocztechnology.com/products/power_management/ocz_500w_700w_modxstream_pro_power_supply"
    title="OCZ" 
     target="_blank" rel="nofollow noopener noreferrer" >
  OCZ&nbsp;<svg xmlns="http://www.w3.org/2000/svg" class="icon" aria-hidden="true" focusable="false" viewBox="0 -128 512 640">
    <path d="M384 320c-17.67 0-32 14.33-32 32v96H64V160h96c17.67 0 32-14.32 32-32s-14.33-32-32-32L64 96c-35.35 0-64 28.65-64 64V448c0 35.34 28.65 64 64 64h288c35.35 0 64-28.66 64-64v-96C416 334.3 401.7 320 384 320zM488 0H352c-12.94 0-24.62 7.797-29.56 19.75c-4.969 11.97-2.219 25.72 6.938 34.88L370.8 96L169.4 297.4c-12.5 12.5-12.5 32.75 0 45.25C175.6 348.9 183.8 352 192 352s16.38-3.125 22.62-9.375L416 141.3l41.38 41.38c9.156 9.141 22.88 11.84 34.88 6.938C504.2 184.6 512 172.9 512 160V24C512 10.74 501.3 0 488 0z"/>
  </svg></a></li>
<li><strong>Kühlung</strong>: Temperaturgesteuerter 135mm Lüfter</li>
<li><strong>Bauart</strong>: ATX</li>
<li><strong>Leistung</strong>: 500W</li>
<li><strong>Wirkungsgrad</strong>: 86 %</li>
</ul>
<h2 id="festplatte-2xwestern-digital-wd4000kd">Festplatte: 2xWestern Digital WD4000KD</h2>
<ul>
<li><strong>Hersteller</strong>: Western Digital</li>
<li><strong>Cache</strong>: 16MB</li>
<li><strong>Kapazität</strong>: 400GB</li>
<li><strong>Umdrehungen</strong>: 7200rpm</li>
<li><strong>Interface</strong>: S-ATA</li>
<li><strong>RAID</strong>: 0 (Striping)</li>
<li><strong>Geschwindigkeit</strong>:
<ul>
<li>Read: 160MB/s</li>
<li>Write: 120MB/s</li>
</ul>
</li>
<li><strong>AccessTime</strong>: 8.9ns</li>
<li><strong>Anschluss</strong>: S-ATA</li>
</ul>
<h2 id="cd-dvd-samsung-sh-s223q">CD-DVD: Samsung SH-S223Q</h2>
<ul>
<li><strong>Hersteller</strong>: Samsung</li>
<li><strong>Bezeichnung</strong>: SH-S223Q</li>
<li><strong>Beschreibung</strong>:
<ul>
<li><strong>Lesen CD-ROM</strong>: 48x</li>
<li><strong>Schreiben CD-R</strong>: 48x</li>
<li><strong>Lesen DVD-Ram</strong>: 12x</li>
<li><strong>Schreiben CD-RW</strong>: 32x</li>
<li><strong>Schreiben DVD-R</strong>: 22x</li>
<li><strong>Schreiben DVD+R</strong>: 22x</li>
<li><strong>Schreiben DVD-RW</strong>: 6x</li>
<li><strong>Schreiben DVD+RW</strong>: 8x</li>
<li><strong>Schreiben DVD-R DL</strong>: 12x</li>
<li><strong>Schreiben DVD+R DL</strong>: 16x</li>
</ul>
</li>
<li><strong>Anschluss</strong>: S-ATA</li>
</ul>
<h2 id="hauptmonitor-samsung-p2450h">Hauptmonitor: Samsung P2450H</h2>
<ul>
<li><strong>Hersteller</strong>: <link rel=dns-prefetch href=//www.samsung.de /> <a href="http://www.samsung.de/de/consumer/detail.aspx?aguid=7cd0690d-e8bc-4f90-9aa2-f42ef9789e8b"
    title="Samsung" 
     target="_blank" rel="nofollow noopener noreferrer" >
  Samsung&nbsp;<svg xmlns="http://www.w3.org/2000/svg" class="icon" aria-hidden="true" focusable="false" viewBox="0 -128 512 640">
    <path d="M384 320c-17.67 0-32 14.33-32 32v96H64V160h96c17.67 0 32-14.32 32-32s-14.33-32-32-32L64 96c-35.35 0-64 28.65-64 64V448c0 35.34 28.65 64 64 64h288c35.35 0 64-28.66 64-64v-96C416 334.3 401.7 320 384 320zM488 0H352c-12.94 0-24.62 7.797-29.56 19.75c-4.969 11.97-2.219 25.72 6.938 34.88L370.8 96L169.4 297.4c-12.5 12.5-12.5 32.75 0 45.25C175.6 348.9 183.8 352 192 352s16.38-3.125 22.62-9.375L416 141.3l41.38 41.38c9.156 9.141 22.88 11.84 34.88 6.938C504.2 184.6 512 172.9 512 160V24C512 10.74 501.3 0 488 0z"/>
  </svg></a></li>
<li><strong>Maximale Auflösung</strong>: 1920x1080</li>
<li><strong>Bilddiagonale</strong>: 24&quot;</li>
<li><strong>Bildseitenverhältnis</strong>: 16:10</li>
<li><strong>Reaktionszeit</strong>: 2 ms</li>
<li><strong>Helligkeit</strong>: 300 cd/qm</li>
<li><strong>Kontrast</strong>: 70000:1</li>
<li><strong>Anschlüsse</strong>: D-Sub, DVI, HDMI</li>
<li>Leistungsaufnahme:
<ul>
<li>Betrieb: 43 W</li>
<li>Standby: 1W</li>
</ul>
</li>
</ul>
<h2 id="zweitmonitor-samsung-syncmaster-2494hs">Zweitmonitor: Samsung SyncMaster 2494HS</h2>
<ul>
<li><strong>Hersteller</strong>: <link rel=dns-prefetch href=//www.samsung.de /> <a href="http://www.samsung.de/de/consumer/detail.aspx?aguid=b2f4cb34-3fe5-4785-890c-83b444260531"
    title="Samsung" 
     target="_blank" rel="nofollow noopener noreferrer" >
  Samsung&nbsp;<svg xmlns="http://www.w3.org/2000/svg" class="icon" aria-hidden="true" focusable="false" viewBox="0 -128 512 640">
    <path d="M384 320c-17.67 0-32 14.33-32 32v96H64V160h96c17.67 0 32-14.32 32-32s-14.33-32-32-32L64 96c-35.35 0-64 28.65-64 64V448c0 35.34 28.65 64 64 64h288c35.35 0 64-28.66 64-64v-96C416 334.3 401.7 320 384 320zM488 0H352c-12.94 0-24.62 7.797-29.56 19.75c-4.969 11.97-2.219 25.72 6.938 34.88L370.8 96L169.4 297.4c-12.5 12.5-12.5 32.75 0 45.25C175.6 348.9 183.8 352 192 352s16.38-3.125 22.62-9.375L416 141.3l41.38 41.38c9.156 9.141 22.88 11.84 34.88 6.938C504.2 184.6 512 172.9 512 160V24C512 10.74 501.3 0 488 0z"/>
  </svg></a></li>
<li><strong>Maximale Auflösung</strong>: 1920x1080</li>
<li><strong>Bilddiagonale</strong>: 24&quot;</li>
<li><strong>Bildseitenverhältnis</strong>: 16:10</li>
<li><strong>Reaktionszeit</strong>: 2 ms</li>
<li><strong>Helligkeit</strong>: 300 cd/qm</li>
<li><strong>Kontrast</strong>: 50000:1</li>
<li><strong>Anschlüsse</strong>: D-Sub, DVI, HDMI</li>
<li>Leistungsaufnahme:
<ul>
<li>Betrieb: 48 W</li>
<li>Standby: 1,5W</li>
</ul>
</li>
</ul>
<p>Ein paar Artikel rund um den Rechner:</p>
<ul>
<li><a href="/3361/erklaerung-der-einstellung-row-cycle-time-trc-bei-ram-timings-in-cpu-z/"
    title="RAM: Einstellung &ldquo;Row Cycle Time&rdquo; (TRC)" 
   >
  RAM: Einstellung &ldquo;Row Cycle Time&rdquo; (TRC)</a></li>
<li><a href="/689/logitech-g7-limited-edition-lan-bag/"
    title="Maus: Logitech G7 Limited Edition" 
   >
  Maus: Logitech G7 Limited Edition</a></li>
<li><a href="/3161/aendern-der-sprache-von-microsoft-windows-7-home-und-professional-auf-deutsch-mittels-eines-language-pack-mui/"
    title="Ändern der Oberflächensprache von Windows 7" 
   >
  Ändern der Oberflächensprache von Windows 7</a></li>
<li><a href="/3111/erhoehung-der-haeufigkeit-der-zeitsynchronisation-unter-windows-vista/"
    title="Häufigere Zeitsyncronisation unter Windows Vista" 
   >
  Häufigere Zeitsyncronisation unter Windows Vista</a></li>
<li><a href="/3056/kostenlose-firewall-fuer-windows-vista-64bit-edition-comodo-free-firewall/"
    title="Firewall für Windows 7 bzw. Vista 64 Bit" 
   >
  Firewall für Windows 7 bzw. Vista 64 Bit</a></li>
<li><a href="/2990/fehler-0x80300001-bei-der-installation-von-microsoft-windows-7/"
    title="Fehler 0×80300001 bei der Installation von Microsoft Windows 7" 
   >
  Fehler 0×80300001 bei der Installation von Microsoft Windows 7</a></li>
</ul>
]]></content:encoded>
    </item>
    <item>
      <title>Erklärung der Einstellung &#34;Row Cycle Time&#34; (TRC) bei RAM-Timings in CPU-Z</title>
      
      
      <link>https://wolf-u.li/erklaerung-der-einstellung-row-cycle-time-trc-bei-ram-timings-in-cpu-z/</link>
      <pubDate>Mon, 08 Mar 2010 21:55:21 +0800</pubDate>
      <guid>https://wolf-u.li/erklaerung-der-einstellung-row-cycle-time-trc-bei-ram-timings-in-cpu-z/</guid>
      <description>&lt;p&gt;&lt;img src=&#34;https://wolf-u.li/upload/2010/03/3361-OCZ-PC8800.webp&#34; alt=&#34;3361-OCZ-PC8800&#34; loading=&#34;lazy&#34; title=&#34;3361-OCZ-PC8800&#34;&gt;&lt;/p&gt;
&lt;p&gt;Heute habe ich zufällig einen Blick in CPU-Z geworfen und festgestellt, dass mein RAM nicht so ganz richtig angesteuert wurde. Verbaut sind in meinem Rechenknecht zwei Kits des &amp;ldquo;&lt;link rel=dns-prefetch href=//www.ocztechnology.com /&gt; &lt;a href=&#34;http://www.ocztechnology.com/products/memory/ocz_ddr2_pc2_8800_platinum_4gb_edition_dual_channel-eol&#34;
    title=&#34;OCZ DDR2 PC2-8800 Platinum 4GB Edition&#34; 
     target=&#34;_blank&#34; rel=&#34;nofollow noopener noreferrer&#34; &gt;
  OCZ DDR2 PC2-8800 Platinum 4GB Edition&amp;nbsp;&lt;svg xmlns=&#34;http://www.w3.org/2000/svg&#34; class=&#34;icon&#34; aria-hidden=&#34;true&#34; focusable=&#34;false&#34; viewBox=&#34;0 -128 512 640&#34;&gt;
    &lt;path d=&#34;M384 320c-17.67 0-32 14.33-32 32v96H64V160h96c17.67 0 32-14.32 32-32s-14.33-32-32-32L64 96c-35.35 0-64 28.65-64 64V448c0 35.34 28.65 64 64 64h288c35.35 0 64-28.66 64-64v-96C416 334.3 401.7 320 384 320zM488 0H352c-12.94 0-24.62 7.797-29.56 19.75c-4.969 11.97-2.219 25.72 6.938 34.88L370.8 96L169.4 297.4c-12.5 12.5-12.5 32.75 0 45.25C175.6 348.9 183.8 352 192 352s16.38-3.125 22.62-9.375L416 141.3l41.38 41.38c9.156 9.141 22.88 11.84 34.88 6.938C504.2 184.6 512 172.9 512 160V24C512 10.74 501.3 0 488 0z&#34;/&gt;
  &lt;/svg&gt;&lt;/a&gt;&amp;rdquo;, welcher sich laut Hersteller mit maximal 1100Mhz bei CL 5-5-5-18 Timings befeuern lässt. Dabei unterstützt er bis zu 2,2V, was ihn prinzipiell für Übertaktungsangelegenheiten interessant machen würde. Mein Mainboard, ein &lt;link rel=dns-prefetch href=//www.gigabyte.de /&gt; &lt;a href=&#34;http://www.gigabyte.de/products/product-page.aspx?pid=3003&#34;
    title=&#34;Gigabyte MA790GP-UD4H&#34; 
     target=&#34;_blank&#34; rel=&#34;nofollow noopener noreferrer&#34; &gt;
  Gigabyte MA790GP-UD4H&amp;nbsp;&lt;svg xmlns=&#34;http://www.w3.org/2000/svg&#34; class=&#34;icon&#34; aria-hidden=&#34;true&#34; focusable=&#34;false&#34; viewBox=&#34;0 -128 512 640&#34;&gt;
    &lt;path d=&#34;M384 320c-17.67 0-32 14.33-32 32v96H64V160h96c17.67 0 32-14.32 32-32s-14.33-32-32-32L64 96c-35.35 0-64 28.65-64 64V448c0 35.34 28.65 64 64 64h288c35.35 0 64-28.66 64-64v-96C416 334.3 401.7 320 384 320zM488 0H352c-12.94 0-24.62 7.797-29.56 19.75c-4.969 11.97-2.219 25.72 6.938 34.88L370.8 96L169.4 297.4c-12.5 12.5-12.5 32.75 0 45.25C175.6 348.9 183.8 352 192 352s16.38-3.125 22.62-9.375L416 141.3l41.38 41.38c9.156 9.141 22.88 11.84 34.88 6.938C504.2 184.6 512 172.9 512 160V24C512 10.74 501.3 0 488 0z&#34;/&gt;
  &lt;/svg&gt;&lt;/a&gt;, erkannte den Ram und stellte im Automatik-Modus erstmal einen Multiplikator von 4 mit CL 5-6-6-24, ein. Dies ergibt zusammen mit der HT-Referenzfrequenz von 200Mhz für den RAM 800Mhz, was noch, angesichts der Spezifikation, etwas wenig ist. Also flugs ins Bios und auf Multi 5,33 gestellt (5,50 ist leider nicht verfügbar). Blieben noch die Timings einzustellen, was bei CPU-Z konkret die Werte für CL, TRCD, TRP, TRAS, TRC sowie CR sind.&lt;/p&gt;</description>
      
         <content:encoded><![CDATA[<p><img src="/upload/2010/03/3361-OCZ-PC8800.webp" alt="3361-OCZ-PC8800" loading="lazy" title="3361-OCZ-PC8800"></p>
<p>Heute habe ich zufällig einen Blick in CPU-Z geworfen und festgestellt, dass mein RAM nicht so ganz richtig angesteuert wurde. Verbaut sind in meinem Rechenknecht zwei Kits des &ldquo;<link rel=dns-prefetch href=//www.ocztechnology.com /> <a href="http://www.ocztechnology.com/products/memory/ocz_ddr2_pc2_8800_platinum_4gb_edition_dual_channel-eol"
    title="OCZ DDR2 PC2-8800 Platinum 4GB Edition" 
     target="_blank" rel="nofollow noopener noreferrer" >
  OCZ DDR2 PC2-8800 Platinum 4GB Edition&nbsp;<svg xmlns="http://www.w3.org/2000/svg" class="icon" aria-hidden="true" focusable="false" viewBox="0 -128 512 640">
    <path d="M384 320c-17.67 0-32 14.33-32 32v96H64V160h96c17.67 0 32-14.32 32-32s-14.33-32-32-32L64 96c-35.35 0-64 28.65-64 64V448c0 35.34 28.65 64 64 64h288c35.35 0 64-28.66 64-64v-96C416 334.3 401.7 320 384 320zM488 0H352c-12.94 0-24.62 7.797-29.56 19.75c-4.969 11.97-2.219 25.72 6.938 34.88L370.8 96L169.4 297.4c-12.5 12.5-12.5 32.75 0 45.25C175.6 348.9 183.8 352 192 352s16.38-3.125 22.62-9.375L416 141.3l41.38 41.38c9.156 9.141 22.88 11.84 34.88 6.938C504.2 184.6 512 172.9 512 160V24C512 10.74 501.3 0 488 0z"/>
  </svg></a>&rdquo;, welcher sich laut Hersteller mit maximal 1100Mhz bei CL 5-5-5-18 Timings befeuern lässt. Dabei unterstützt er bis zu 2,2V, was ihn prinzipiell für Übertaktungsangelegenheiten interessant machen würde. Mein Mainboard, ein <link rel=dns-prefetch href=//www.gigabyte.de /> <a href="http://www.gigabyte.de/products/product-page.aspx?pid=3003"
    title="Gigabyte MA790GP-UD4H" 
     target="_blank" rel="nofollow noopener noreferrer" >
  Gigabyte MA790GP-UD4H&nbsp;<svg xmlns="http://www.w3.org/2000/svg" class="icon" aria-hidden="true" focusable="false" viewBox="0 -128 512 640">
    <path d="M384 320c-17.67 0-32 14.33-32 32v96H64V160h96c17.67 0 32-14.32 32-32s-14.33-32-32-32L64 96c-35.35 0-64 28.65-64 64V448c0 35.34 28.65 64 64 64h288c35.35 0 64-28.66 64-64v-96C416 334.3 401.7 320 384 320zM488 0H352c-12.94 0-24.62 7.797-29.56 19.75c-4.969 11.97-2.219 25.72 6.938 34.88L370.8 96L169.4 297.4c-12.5 12.5-12.5 32.75 0 45.25C175.6 348.9 183.8 352 192 352s16.38-3.125 22.62-9.375L416 141.3l41.38 41.38c9.156 9.141 22.88 11.84 34.88 6.938C504.2 184.6 512 172.9 512 160V24C512 10.74 501.3 0 488 0z"/>
  </svg></a>, erkannte den Ram und stellte im Automatik-Modus erstmal einen Multiplikator von 4 mit CL 5-6-6-24, ein. Dies ergibt zusammen mit der HT-Referenzfrequenz von 200Mhz für den RAM 800Mhz, was noch, angesichts der Spezifikation, etwas wenig ist. Also flugs ins Bios und auf Multi 5,33 gestellt (5,50 ist leider nicht verfügbar). Blieben noch die Timings einzustellen, was bei CPU-Z konkret die Werte für CL, TRCD, TRP, TRAS, TRC sowie CR sind.</p>
<p>Hierzu verwendete ich heute nicht das BIOS, sondern habe mir das Tool AMD Overdrive geschnappt, dieses auf den Advanced-Mode umgeschalten und die Timings manuell eingestellt. Dies hat den Vorteil, dass ich direkt im Anschluss mittels eines Lasttests die Timings testen kann. Allerdings werden diese Timings nach einem Neustart nicht ohne aktives AMD Overdrive gesetzt, sodass man diese dann dauerhaft im BIOS festsetzen sollte.</p>
<p>In der nachfolgenden Tabelle sind die einzelnen Bestandteile des Timings aufgelistet:</p>
<table>
  <thead>
      <tr>
          <th>CAS</th>
          <th>TRCD</th>
          <th>TRP</th>
          <th>TRAS</th>
      </tr>
  </thead>
  <tbody>
      <tr>
          <td>5</td>
          <td>5</td>
          <td>5</td>
          <td>18</td>
      </tr>
  </tbody>
</table>
<p><img src="/upload/2010/03/3361-CPU-Z-After.webp" alt="CPU-Z nach Einstellung" loading="lazy" title="CPU-Z nach Einstellung"></p>
<p>Die Abkürzungen mal etwas länger:</p>
<ul>
<li>CL: CAS# Latency</li>
<li>TRCD: RAS# to CAS# Latency</li>
<li>TRP: RAS# Precharge</li>
<li>TRAS: Cycle Time</li>
<li>TRC: Row Cycle Time</li>
<li>CR: Command Rate</li>
</ul>
<p>Weiterhin möchte AMD Overdrive von mir einen Wert für TRC wissen. Dieser Wert bezeichnet die <em>Row Cycle Time</em>, also die Dauer, die zwischen zwei aufeinander folgenden Aktivierungen zweier beliebiger Zeilen in derselben Bank verstrichen sein muss. Er beschreibt also die minimal notwendige Zeit, um eine Speicherzeile aufzufrischen. (<link rel=dns-prefetch href=//de.wikipedia.org /> <a href="http://de.wikipedia.org/wiki/Dynamic_random_access_memory#tRC#tRC"
    title="Quelle" 
     target="_blank" rel="nofollow noopener noreferrer" >
  Quelle&nbsp;<svg xmlns="http://www.w3.org/2000/svg" class="icon" aria-hidden="true" focusable="false" viewBox="0 -128 512 640">
    <path d="M384 320c-17.67 0-32 14.33-32 32v96H64V160h96c17.67 0 32-14.32 32-32s-14.33-32-32-32L64 96c-35.35 0-64 28.65-64 64V448c0 35.34 28.65 64 64 64h288c35.35 0 64-28.66 64-64v-96C416 334.3 401.7 320 384 320zM488 0H352c-12.94 0-24.62 7.797-29.56 19.75c-4.969 11.97-2.219 25.72 6.938 34.88L370.8 96L169.4 297.4c-12.5 12.5-12.5 32.75 0 45.25C175.6 348.9 183.8 352 192 352s16.38-3.125 22.62-9.375L416 141.3l41.38 41.38c9.156 9.141 22.88 11.84 34.88 6.938C504.2 184.6 512 172.9 512 160V24C512 10.74 501.3 0 488 0z"/>
  </svg></a>).</p>
<p>Laut einem Paper von <link rel=dns-prefetch href=//web.archive.org /> <a href="http://web.archive.org/web/20080328005959/http://www.mushkin.com/doc/support/papers/latency.asp"
    title="Mushkin" 
     target="_blank" rel="nofollow noopener noreferrer" >
  Mushkin&nbsp;<svg xmlns="http://www.w3.org/2000/svg" class="icon" aria-hidden="true" focusable="false" viewBox="0 -128 512 640">
    <path d="M384 320c-17.67 0-32 14.33-32 32v96H64V160h96c17.67 0 32-14.32 32-32s-14.33-32-32-32L64 96c-35.35 0-64 28.65-64 64V448c0 35.34 28.65 64 64 64h288c35.35 0 64-28.66 64-64v-96C416 334.3 401.7 320 384 320zM488 0H352c-12.94 0-24.62 7.797-29.56 19.75c-4.969 11.97-2.219 25.72 6.938 34.88L370.8 96L169.4 297.4c-12.5 12.5-12.5 32.75 0 45.25C175.6 348.9 183.8 352 192 352s16.38-3.125 22.62-9.375L416 141.3l41.38 41.38c9.156 9.141 22.88 11.84 34.88 6.938C504.2 184.6 512 172.9 512 160V24C512 10.74 501.3 0 488 0z"/>
  </svg></a> sollte der Wert für TRC auf <strong>TRAS + TRP</strong> gesetzt werden, was bei mir 23 (18+5) ist.</p>
<p>Obs nun wirklich schneller ist, vermag ich nicht wirklich zu beurteilen, aber man muss das gekaufte ja nicht unnütz rumliegen lassen ;) Die letzten Mhz, die noch möglich sind, könnte man durch ein Anheben der HT Referenz-Frequenz erreichen, jedoch wird dann auch gleichzeitig die CPU übertaktet, was ich nicht will.</p>
<p>Hilfreiche Seiten während der Recherche:</p>
<ul>
<li><link rel=dns-prefetch href=//www.tweakers.fr /> <a href="http://www.tweakers.fr/timings.html#tRC#tRC"
    title="Tweakers.fr" 
     target="_blank" rel="nofollow noopener noreferrer" >
  Tweakers.fr&nbsp;<svg xmlns="http://www.w3.org/2000/svg" class="icon" aria-hidden="true" focusable="false" viewBox="0 -128 512 640">
    <path d="M384 320c-17.67 0-32 14.33-32 32v96H64V160h96c17.67 0 32-14.32 32-32s-14.33-32-32-32L64 96c-35.35 0-64 28.65-64 64V448c0 35.34 28.65 64 64 64h288c35.35 0 64-28.66 64-64v-96C416 334.3 401.7 320 384 320zM488 0H352c-12.94 0-24.62 7.797-29.56 19.75c-4.969 11.97-2.219 25.72 6.938 34.88L370.8 96L169.4 297.4c-12.5 12.5-12.5 32.75 0 45.25C175.6 348.9 183.8 352 192 352s16.38-3.125 22.62-9.375L416 141.3l41.38 41.38c9.156 9.141 22.88 11.84 34.88 6.938C504.2 184.6 512 172.9 512 160V24C512 10.74 501.3 0 488 0z"/>
  </svg></a></li>
<li><link rel=dns-prefetch href=//en.wikipedia.org /> <a href="http://en.wikipedia.org/wiki/SDRAM_latency#SDRAM_access#SDRAM_access"
    title="Wikipedia - SDRAM latency" 
     target="_blank" rel="nofollow noopener noreferrer" >
  Wikipedia - SDRAM latency&nbsp;<svg xmlns="http://www.w3.org/2000/svg" class="icon" aria-hidden="true" focusable="false" viewBox="0 -128 512 640">
    <path d="M384 320c-17.67 0-32 14.33-32 32v96H64V160h96c17.67 0 32-14.32 32-32s-14.33-32-32-32L64 96c-35.35 0-64 28.65-64 64V448c0 35.34 28.65 64 64 64h288c35.35 0 64-28.66 64-64v-96C416 334.3 401.7 320 384 320zM488 0H352c-12.94 0-24.62 7.797-29.56 19.75c-4.969 11.97-2.219 25.72 6.938 34.88L370.8 96L169.4 297.4c-12.5 12.5-12.5 32.75 0 45.25C175.6 348.9 183.8 352 192 352s16.38-3.125 22.62-9.375L416 141.3l41.38 41.38c9.156 9.141 22.88 11.84 34.88 6.938C504.2 184.6 512 172.9 512 160V24C512 10.74 501.3 0 488 0z"/>
  </svg></a></li>
<li><link rel=dns-prefetch href=//de.wikipedia.org /> <a href="http://de.wikipedia.org/wiki/Dynamic_random_access_memory#tRC#tRC"
    title="Wikipedia - Dynamic Random Access Memory" 
     target="_blank" rel="nofollow noopener noreferrer" >
  Wikipedia - Dynamic Random Access Memory&nbsp;<svg xmlns="http://www.w3.org/2000/svg" class="icon" aria-hidden="true" focusable="false" viewBox="0 -128 512 640">
    <path d="M384 320c-17.67 0-32 14.33-32 32v96H64V160h96c17.67 0 32-14.32 32-32s-14.33-32-32-32L64 96c-35.35 0-64 28.65-64 64V448c0 35.34 28.65 64 64 64h288c35.35 0 64-28.66 64-64v-96C416 334.3 401.7 320 384 320zM488 0H352c-12.94 0-24.62 7.797-29.56 19.75c-4.969 11.97-2.219 25.72 6.938 34.88L370.8 96L169.4 297.4c-12.5 12.5-12.5 32.75 0 45.25C175.6 348.9 183.8 352 192 352s16.38-3.125 22.62-9.375L416 141.3l41.38 41.38c9.156 9.141 22.88 11.84 34.88 6.938C504.2 184.6 512 172.9 512 160V24C512 10.74 501.3 0 488 0z"/>
  </svg></a></li>
<li><link rel=dns-prefetch href=//en.wikipedia.org /> <a href="http://en.wikipedia.org/wiki/Memory_timings"
    title="Wikipedia - Memory Timings" 
     target="_blank" rel="nofollow noopener noreferrer" >
  Wikipedia - Memory Timings&nbsp;<svg xmlns="http://www.w3.org/2000/svg" class="icon" aria-hidden="true" focusable="false" viewBox="0 -128 512 640">
    <path d="M384 320c-17.67 0-32 14.33-32 32v96H64V160h96c17.67 0 32-14.32 32-32s-14.33-32-32-32L64 96c-35.35 0-64 28.65-64 64V448c0 35.34 28.65 64 64 64h288c35.35 0 64-28.66 64-64v-96C416 334.3 401.7 320 384 320zM488 0H352c-12.94 0-24.62 7.797-29.56 19.75c-4.969 11.97-2.219 25.72 6.938 34.88L370.8 96L169.4 297.4c-12.5 12.5-12.5 32.75 0 45.25C175.6 348.9 183.8 352 192 352s16.38-3.125 22.62-9.375L416 141.3l41.38 41.38c9.156 9.141 22.88 11.84 34.88 6.938C504.2 184.6 512 172.9 512 160V24C512 10.74 501.3 0 488 0z"/>
  </svg></a></li>
</ul>
]]></content:encoded>
    </item>
  </channel>
</rss>
