1
I'd like to get memory speed information, but dmidecode -t memory
says Speed: Unknown
and lshw
prints out string DMI
and then does nothing until I kill it.
Is there other way to get this information? Or some magic parameters for lshw
or dmidecode
to force them to actualy do what they're supposed to?
root@server:~# dmidecode -t memory
# dmidecode 2.9
SMBIOS 2.5 present.
Handle 0x0027, DMI type 16, 15 bytes
Physical Memory Array
Location: System Board Or Motherboard
Use: System Memory
Error Correction Type: None
Maximum Capacity: 8 GB
Error Information Handle: Not Provided
Number Of Devices: 2
Handle 0x0029, DMI type 17, 27 bytes
Memory Device
Array Handle: 0x0027
Error Information Handle: Not Provided
Total Width: 64 bits
Data Width: 64 bits
Size: 2048 MB
Form Factor: DIMM
Set: None
Locator: DIMM A1
Bank Locator: BANK0
Type: Other
Type Detail: Synchronous
Speed: Unknown
Manufacturer: Manufacturer0
Serial Number: SerNum0
Asset Tag: AssetTagNum0
Part Number: PartNum0
Handle 0x002B, DMI type 17, 27 bytes
Memory Device
Array Handle: 0x0027
Error Information Handle: Not Provided
Total Width: 64 bits
Data Width: 64 bits
Size: 4096 MB
Form Factor: DIMM
Set: None
Locator: DIMM B1
Bank Locator: BANK1
Type: Other
Type Detail: Synchronous
Speed: Unknown
Manufacturer: Manufacturer1
Serial Number: SerNum1
Asset Tag: AssetTagNum1
Part Number: PartNum1
.
root@server:~# lshw -version
B.02.14
root@server:~# lshw
DMI
1I had no luck with
dmesg
. Also from your snippet it looks like info about graphic card, not main memory. – monnef – 2013-10-20T13:50:43.130oops your right about dmesg snippet. for lshw try updating to 2.16+ – user9909 – 2013-10-20T15:04:40.497