Welcome, Guest. Please login or register.
Did you miss your activation email?

Author Topic:  Korrekte anzeige RAM  (Read 2834 times)

Offline wodga

  • User
  • Posts: 191
Korrekte anzeige RAM
« on: 2017/01/30, 20:51:23 »
Code: [Select]
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

Offline musca

  • User
  • Posts: 725
  • sid, fly high!
Re: Korrekte anzeige RAM
« Reply #1 on: 2017/01/30, 22:22:33 »
Welchen Kernel verwendest Du?
Hast Du irgendwann irgendwelche speziellen Parameter festgelegt?

Code: [Select]
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
« Last Edit: 2017/01/30, 22:27:28 by musca »
„Es irrt der Mensch, solang er strebt.“  (Goethe, Faust)

Offline wodga

  • User
  • Posts: 191
Re: Korrekte anzeige RAM
« Reply #2 on: 2017/01/31, 18:32:44 »
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:

Code: [Select]
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

Code: [Select]
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 ....
« Last Edit: 2017/01/31, 19:02:00 by wodga »
64bit, intel i5, GeForce GTX 650 Ti