LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Hardware (https://www.linuxquestions.org/questions/linux-hardware-18/)
-   -   Memory slot and device information. (https://www.linuxquestions.org/questions/linux-hardware-18/memory-slot-and-device-information-131726/)

atticboy1 01-05-2004 11:17 AM

Memory slot and device information.
 
Is there a command to tell what memory slots are being used without having to open up the box and look? Also, is there a command to tell how much memory is in each slot?

michaelk 01-05-2004 12:07 PM

Nope, not AFIK.

itsme86 01-07-2004 11:52 PM

If you reboot your PC it should tell you in the BIOS POST information which banks are in use. It at least saves you from having to open it up ;)

Thymox 01-08-2004 05:29 AM

If you've got lmsensors installed then you could run a programme called xsensors... that seems to work with me. I don't know what it reads from to find out this information, and I'm not at a Linux box to find out.

michal017 11-07-2006 03:47 AM

dmidecode http://www.nongnu.org/dmidecode/

farslayer 11-07-2006 11:31 AM

lshw spits out that information for me..

Code:

    *-memory
          description: System Memory
          physical id: 1000
          slot: System board or motherboard
          size: 256MB
          capacity: 512MB
        *-bank:0
            description: DIMM SDRAM Synchronous 133 MHz (7.5 ns)
            physical id: 0
            slot: DIMM_A
            size: 128MB
            width: 64 bits
            clock: 133MHz (7.5188ns)
        *-bank:1
            description: DIMM SDRAM Synchronous 133 MHz (7.5 ns)
            physical id: 1
            slot: DIMM_B
            size: 128MB
            width: 64 bits
            clock: 133MHz (7.5188ns)



All times are GMT -5. The time now is 06:14 AM.