Korrekte anzeige RAM

Started by wodga, 2017/01/30, 20:51:23

Previous topic - Next topic

wodga

root@6bft:/home/wolfgang# lshw -short -C memory
H/W path           Device      Class       Description
======================================================
/0/0                           memory      64KiB BIOS
/0/4/5                         memory      256KiB L1 cache
/0/4/6                         memory      1MiB L2 cache
/0/4/7                         memory      8MiB L3 cache
/0/34                          memory      12GiB System Memory
/0/34/0                        memory      2GiB DIMM DDR Synchronous 1333 MHz (0,8 ns)
/0/34/1                        memory      4GiB DIMM DDR Synchronous 1333 MHz (0,8 ns)
/0/34/2                        memory      2GiB DIMM DDR Synchronous 1333 MHz (0,8 ns)
/0/34/3                        memory      4GiB DIMM DDR Synchronous 1333 MHz (0,8 ns)
root@6bft:/home/wolfgang# free -m
              total        used        free      shared  buff/cache   available
Mem:           5963         722        4551          17         689        5002
Swap:          7999           0        7999

Ich frage mich warum "lshw -short -C memory" 12 GB RAM anzeigt und free -m nur 6 GB?
64bit, intel i5, GeForce GTX 650 Ti

musca

#1
Welchen Kernel verwendest Du?
Hast Du irgendwann irgendwelche speziellen Parameter festgelegt?

uname -a
cat /proc/cmdline


Ist die Bestückung der Slots gemäß Handbuch durchgeführt worden?
Evtl. sollten bestimmte Slots paarweise mit gleichen Modulen bestückt sein.

Grüße
musca
,,Es irrt der Mensch, solang er strebt."  (Goethe, Faust)

wodga

#2
Ja die slots sind lt. Handbuch paarweise bestückt, sonst bootet das system gar nicht. Spezielle Parameter habe ich nicht gesetzt (kein overclocking etc.). Das Board ASUS P7P55_LX hat eine spezielle LED die anzeigen sollte, wenn irgendetwas mit dem RAM nicht stimmt.

cat /proc/cmdline spricht:


BOOT_IMAGE=/boot/vmlinuz-4.9.0-towo.2-siduction-amd64 root=UUID=6e542c00-74b2-47fa-8714-7516d7ad7df7 ro quiet systemd.show_status=1 splash


und uname -a

Linux 6bft 4.9.0-towo.2-siduction-amd64 #1 SMP PREEMPT siduction 4.9-2 (2016-12-30) x86_64 GNU/Linux

Aber dieser moderne Kernel sollte das wohl erkennen ....
64bit, intel i5, GeForce GTX 650 Ti