Advertisement

Finding DDR type of your RAM in Linux Mint

 (Read 2190 times)

Jenkins

  • Global Moderator
  • Hero Member
  • ****
  • Posts: 7993
Finding DDR type of your RAM in Linux Mint
« on: Sep 16, 2018, 09:26 AM »
image
One of the best thing about Linux is that many of the systems integral information aren't hard to find. In Windows you normally need an additional software just to find the type of the processor or RAM you use. This is a simple command with dmidecode on how to use the terminal to find the DDR type of your system RAM in use. The information provided can be used to replace or buy additional RAM for your system.

This is an output of an old system I tried to optimize using Linux Mint. The command is

Code: [Select]
sudo dmidecode -t memory
Code: [Select]
# dmidecode 3.0
Getting SMBIOS data from sysfs.
SMBIOS 2.4 present.

Handle 0x0020, DMI type 16, 15 bytes
Physical Memory Array
Location: System Board Or Motherboard
Use: System Memory
Error Correction Type: None
Maximum Capacity: 4 GB
Error Information Handle: Not Provided
Number Of Devices: 2

Handle 0x0022, DMI type 17, 27 bytes
Memory Device
Array Handle: 0x0020
Error Information Handle: Not Provided
Total Width: 64 bits
Data Width: 64 bits
Size: 2048 MB
Form Factor: DIMM
Set: None
Locator: J6H1
Bank Locator: CHAN A DIMM 0
Type: DDR
Type Detail: Synchronous
Speed: 667 MHz
Manufacturer: Unknown
Serial Number: Unknown
Asset Tag: Unknown
Part Number: Unknown

Handle 0x0024, DMI type 17, 27 bytes
Memory Device
Array Handle: 0x0020
Error Information Handle: Not Provided
Total Width: 64 bits
Data Width: 64 bits
Size: 1024 MB
Form Factor: DIMM
Set: None
Locator: J6H2
Bank Locator: CHAN A DIMM 1
Type: DDR
Type Detail: Synchronous
Speed: 667 MHz
Manufacturer: Unknown
Serial Number: Unknown
Asset Tag: Unknown
Part Number: Unknown