Https://askubuntu.com/questions/18372/how-can-i-find-out-what-ram-a-computer-system-has’a göre , aradığınız tek gömlek
sudo lshw -short -C memory
Bu çizgileri boyunca bir şey tükürecek
H/W path Device Class Description
===========================================================
/0/0 memory 64KiB BIOS
/0/4 memory 256KiB L1 cache
/0/5 memory 1MiB L2 cache
/0/6 memory 8MiB L3 cache
/0/7 memory 8200MiB System Memory
/0/7/0 memory 4GiB DIMM DDR3 Synchronous
/0/7/1 memory DIMM [empty]
/0/7/2 memory 4GiB DIMM DDR3 Synchronous
/0/7/3 memory DIMM [empty]
/0/7/4 memory 8MiB FLASH
İnsan tarafından okunabilen dizginin ( 4GiB DIMM DDR3
) RAM ve / veya BIOS tarafından kendisinin bildirildiğini ve bu nedenle herhangi bir standart biçimde olmadığını unutmayın. Eğer gerçekten şanslıysanız, açıkça DDR3
ya da söyleyecektir DDR4
. Aksi takdirde MHz'de bir frekans gösterirse, buna göre ayırt etmeye çalışabilirsiniz.
Gönderen Vikipedi :
DDR1: 2.5 V, 133–200 MHz
DDR2: 200–400 MHz
DDR3: 1.5 V, 400–800 MHz (up to 1400 MHz for super-high-end)
DDR4: 1.2 V, 2133–4266 MHz
Örneğin: Diğer bilgisayarımın DDR4 RAM'i lshw -short -C memory
de basit bir şekilde ortaya çıkıyor 16GiB DIMM Synchronous 2133 MHz (0.5 ns)
. MHz derecesi, neredeyse kesinlikle DDR4 olduğunu gösteriyor.
dmidecode
mi