<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: how to know about the Memory type in Operating System - Linux</title>
    <link>https://community.hpe.com/t5/operating-system-linux/how-to-know-about-the-memory-type/m-p/4374489#M61220</link>
    <description>In some cases, you can identify that information with dmidecode:&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://linuxator.wordpress.com/2008/10/28/using-dmidecode-to-find-out-what-memory-chips-you-have/" target="_blank"&gt;http://linuxator.wordpress.com/2008/10/28/using-dmidecode-to-find-out-what-memory-chips-you-have/&lt;/A&gt;</description>
    <pubDate>Mon, 09 Mar 2009 11:56:19 GMT</pubDate>
    <dc:creator>Ivan Ferreira</dc:creator>
    <dc:date>2009-03-09T11:56:19Z</dc:date>
    <item>
      <title>how to know about the Memory type</title>
      <link>https://community.hpe.com/t5/operating-system-linux/how-to-know-about-the-memory-type/m-p/4374488#M61219</link>
      <description>OS: SLES 10 SP 2&lt;BR /&gt;&lt;BR /&gt;how do I know, if the memory is 'DDR' or 'DDR 2' ?&lt;BR /&gt;&lt;BR /&gt;neither "hwinfo --memory" nor "cat /proc/meminfo" informs about the type of installed memory ?&lt;BR /&gt;&lt;BR /&gt;Regards</description>
      <pubDate>Mon, 09 Mar 2009 10:10:37 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/how-to-know-about-the-memory-type/m-p/4374488#M61219</guid>
      <dc:creator>Maaz</dc:creator>
      <dc:date>2009-03-09T10:10:37Z</dc:date>
    </item>
    <item>
      <title>Re: how to know about the Memory type</title>
      <link>https://community.hpe.com/t5/operating-system-linux/how-to-know-about-the-memory-type/m-p/4374489#M61220</link>
      <description>In some cases, you can identify that information with dmidecode:&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://linuxator.wordpress.com/2008/10/28/using-dmidecode-to-find-out-what-memory-chips-you-have/" target="_blank"&gt;http://linuxator.wordpress.com/2008/10/28/using-dmidecode-to-find-out-what-memory-chips-you-have/&lt;/A&gt;</description>
      <pubDate>Mon, 09 Mar 2009 11:56:19 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/how-to-know-about-the-memory-type/m-p/4374489#M61220</guid>
      <dc:creator>Ivan Ferreira</dc:creator>
      <dc:date>2009-03-09T11:56:19Z</dc:date>
    </item>
    <item>
      <title>Re: how to know about the Memory type</title>
      <link>https://community.hpe.com/t5/operating-system-linux/how-to-know-about-the-memory-type/m-p/4374490#M61221</link>
      <description>Shalom,&lt;BR /&gt;&lt;BR /&gt;Best bet is to look up the specifications on the server hardware. &lt;BR /&gt;&lt;BR /&gt;SEP</description>
      <pubDate>Mon, 09 Mar 2009 13:34:45 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/how-to-know-about-the-memory-type/m-p/4374490#M61221</guid>
      <dc:creator>Steven E. Protter</dc:creator>
      <dc:date>2009-03-09T13:34:45Z</dc:date>
    </item>
    <item>
      <title>Re: how to know about the Memory type</title>
      <link>https://community.hpe.com/t5/operating-system-linux/how-to-know-about-the-memory-type/m-p/4374491#M61222</link>
      <description>If you have the lm_sensors software installed and configured, you can usually use the included "decode-dimms.pl" script to get very detailed information about your memory modules. You'd want to check the "Fundamental Memory type" reported by the script.&lt;BR /&gt;&lt;BR /&gt;For lm_sensors to be able to read your memory module information, your hardware must contain a supported i2c controller (usually integrated in the motherboard chipset). You'll have to load a few kernel modules: at least "i2c_core", "eeprom" and the driver module for your i2c controller.&lt;BR /&gt;&lt;BR /&gt;The lm_sensors software is included in most Linux distributions, so it can usually be installed using the package manager of your distribution. It might even be installed by default, but not configured automatically. To configure it, run "sensors-detect" as root. &lt;BR /&gt;&lt;BR /&gt;MK</description>
      <pubDate>Tue, 10 Mar 2009 09:02:33 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/how-to-know-about-the-memory-type/m-p/4374491#M61222</guid>
      <dc:creator>Matti_Kurkela</dc:creator>
      <dc:date>2009-03-10T09:02:33Z</dc:date>
    </item>
    <item>
      <title>Re: how to know about the Memory type</title>
      <link>https://community.hpe.com/t5/operating-system-linux/how-to-know-about-the-memory-type/m-p/4374492#M61223</link>
      <description>Try with:&lt;BR /&gt;&lt;BR /&gt;hwinfo --bios|grep -A8 "Memory Device:"&lt;BR /&gt;&lt;BR /&gt;or&lt;BR /&gt;&lt;BR /&gt;dmidecode |grep -B12 "Memory Device$"</description>
      <pubDate>Tue, 10 Mar 2009 14:32:10 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/how-to-know-about-the-memory-type/m-p/4374492#M61223</guid>
      <dc:creator>Ciro  Iriarte</dc:creator>
      <dc:date>2009-03-10T14:32:10Z</dc:date>
    </item>
    <item>
      <title>Re: how to know about the Memory type</title>
      <link>https://community.hpe.com/t5/operating-system-linux/how-to-know-about-the-memory-type/m-p/4374493#M61224</link>
      <description>Thanks everyone for nice and excellent help&lt;BR /&gt;&lt;BR /&gt;the following output means that I can install max 8 memory sticks. and the max size of each memory stick could be 8 GB.&lt;BR /&gt;right or wrong ?&lt;BR /&gt;&lt;BR /&gt;# dmidecode -t 16&lt;BR /&gt;# dmidecode 2.7&lt;BR /&gt;SMBIOS 2.3 present.&lt;BR /&gt;&lt;BR /&gt;Handle 0x1000, DMI type 16, 15 bytes.&lt;BR /&gt;Physical Memory Array&lt;BR /&gt;        Location: System Board Or Motherboard&lt;BR /&gt;        Use: System Memory&lt;BR /&gt;        Error Correction Type: Single-bit ECC&lt;BR /&gt;        Maximum Capacity: 64 GB&lt;BR /&gt;        Error Information Handle: Not Provided&lt;BR /&gt;        Number Of Devices: 8&lt;BR /&gt;------&lt;BR /&gt;&lt;BR /&gt;on the same machine, I ran&lt;BR /&gt;# dmidecode -t 17&lt;BR /&gt;&lt;BR /&gt;Handle 0x1100, DMI type 17, 27 bytes.&lt;BR /&gt;Memory Device&lt;BR /&gt;        Total Width: 72 bits&lt;BR /&gt;        Data Width: 64 bits&lt;BR /&gt;        Form Factor: &lt;OUT of="" spec=""&gt;&lt;BR /&gt;        Set: None&lt;BR /&gt;        Type: &lt;OUT of="" spec=""&gt;&lt;BR /&gt;&lt;BR /&gt;I posted the selected output only.&lt;BR /&gt;&lt;BR /&gt;what is the meaning of the following&lt;BR /&gt;Total Width: 72 bits&lt;BR /&gt;Data Width: 64 bits&lt;BR /&gt;&lt;BR /&gt;and why its saying&lt;BR /&gt;        Type: &lt;OUT of="" spec=""&gt;&lt;BR /&gt;&lt;BR /&gt;while on another machine, when I ran "dmidecode -t 17", I got the following output&lt;BR /&gt;        Type: DDR2&lt;BR /&gt;&lt;BR /&gt;Regards&lt;/OUT&gt;&lt;/OUT&gt;&lt;/OUT&gt;</description>
      <pubDate>Fri, 13 Mar 2009 07:09:29 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/how-to-know-about-the-memory-type/m-p/4374493#M61224</guid>
      <dc:creator>Maaz</dc:creator>
      <dc:date>2009-03-13T07:09:29Z</dc:date>
    </item>
    <item>
      <title>Re: how to know about the Memory type</title>
      <link>https://community.hpe.com/t5/operating-system-linux/how-to-know-about-the-memory-type/m-p/4374494#M61225</link>
      <description>and one more thing to ask&lt;BR /&gt;&lt;BR /&gt;why dmidecode is reporting wrong Type of Memory on some machines ?&lt;BR /&gt;&lt;BR /&gt;on a Desktop class machine(Dell OPTIPLEX GX520) when I ran &lt;BR /&gt;# dmidecode -t 17&lt;BR /&gt;Type: DDR&lt;BR /&gt;Type Detail: Synchronous&lt;BR /&gt;Speed: 533 MHz (1.9 ns)&lt;BR /&gt;&lt;BR /&gt;i.e Type is "DDR" and not the "DDR2", while I know that this machines has 2 "DDR2" memory sticks installed.&lt;BR /&gt;&lt;BR /&gt;dmidecode is reporting wrong type i.e instead of "DDR2", it shows "DDR"&lt;BR /&gt;&lt;BR /&gt;and yes on the same machine, "decode-dimms.pl"  reports the TYPE as "DDR2", which is true/right.&lt;BR /&gt; &lt;BR /&gt;# decode-dimms.pl&lt;BR /&gt;Fundamental Memory type                         DDR2 SDRAM&lt;BR /&gt;&lt;BR /&gt;"decode-dimms.pl" wins ;)&lt;BR /&gt;&lt;BR /&gt;Regards&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Fri, 13 Mar 2009 09:32:21 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/how-to-know-about-the-memory-type/m-p/4374494#M61225</guid>
      <dc:creator>Maaz</dc:creator>
      <dc:date>2009-03-13T09:32:21Z</dc:date>
    </item>
  </channel>
</rss>

