Speicher nicht erkannt

FreeBSD, Gentoo, openSUSE, CentOS, Ubuntu, Debian
User avatar
nyxus
Posts: 626
Joined: 2002-09-13 08:41
Location: Lübeck
 

Speicher nicht erkannt

Post by nyxus »

mal wieder der Speicher, diesmal aber keine bigmem-kernel-Geschichte:

Ich habe in meinem Server 1536MB installiert:

Code: Select all

jupiter:~# lshw -short | grep memory
/0/0                         memory     64KB BIOS
/0/400/700                   memory     8KB L1 cache
/0/400/701                   memory     128KB L2 cache
/0/1000                      memory     1536MB System Memory
/0/1000/0                    memory     512MB DIMM DDR Synchronous 200 MHz (5.0 ns)
/0/1000/1                    memory     512MB DIMM DDR Synchronous 200 MHz (5.0 ns)
/0/1000/2                    memory     512MB DIMM DDR Synchronous 200 MHz (5.0 ns)
jupiter:~# 
trotzdem wird nur 256 MB erkannt:

Code: Select all

jupiter:~# free
             total       used       free     shared    buffers     cached
Mem:        256920     131536     125384          0      11488      74496
-/+ buffers/cache:      45552     211368
Swap:      1550232          0    1550232
jupiter:~# 

Code: Select all

jupiter:~# dmesg | grep Memory
Memory: 252220k/262016k available (1541k kernel code, 9300k reserved, 576k data, 196k init, 0k highmem)
Und da habe ich mal wieder überhaupt keine Idee wo ich weitersuchen muss ...
Hat einer von euch einen Tip für mich?

Code: Select all

jupiter:~# uname -r
2.6.18-6-686

Code: Select all

jupiter:~# cat /proc/meminfo 
MemTotal:       256920 kB
MemFree:         74264 kB
Buffers:         15732 kB
Cached:         112580 kB
SwapCached:          0 kB
Active:         105968 kB
Inactive:        61904 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:       256920 kB
LowFree:         74264 kB
SwapTotal:     1550232 kB
SwapFree:      1550232 kB
Dirty:           19280 kB
Writeback:           0 kB
AnonPages:       39576 kB
Mapped:          17084 kB
Slab:            11412 kB
PageTables:        636 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:   1678692 kB
Committed_AS:   187900 kB
VmallocTotal:   770040 kB
VmallocUsed:      2796 kB
VmallocChunk:   766916 kB

Code: Select all

jupiter:~# cat /proc/cpuinfo 
processor       : 0
vendor_id       : GenuineIntel
cpu family      : 15
model           : 2
model name      : Intel(R) Celeron(R) CPU 2.00GHz
stepping        : 9
cpu MHz         : 1996.785
cache size      : 128 KB
fdiv_bug        : no
hlt_bug         : no
f00f_bug        : no
coma_bug        : no
fpu             : yes
fpu_exception   : yes
cpuid level     : 2
wp              : yes
flags           : fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe up cid xtpr
bogomips        : 3996.59
User avatar
Joe User
Project Manager
Project Manager
Posts: 11190
Joined: 2003-02-27 01:00
Location: Hamburg
 

Re: Speicher nicht erkannt

Post by Joe User »

Sieht nach einem BIOS-Bug oder Hardwaredefekt aus. Letzteres würde defekte RAM-Bausteine oder defektes Motherboard bedeuten. Software/Kernelbug schliesse ich auf Grund des halb erkannten Riegels aus.
PayPal.Me/JoeUserFreeBSD Remote Installation
Wings for LifeWings for Life World Run

„If there’s more than one possible outcome of a job or task, and one
of those outcomes will result in disaster or an undesirable consequence,
then somebody will do it that way.“ -- Edward Aloysius Murphy Jr.
User avatar
nyxus
Posts: 626
Joined: 2002-09-13 08:41
Location: Lübeck
 

Re: Speicher nicht erkannt

Post by nyxus »

kleiner Nachtrag: Früher wurde der gesamte Speicher komplett erkannt. Ich kann aber leider nicht sagen seit wann das Problem besteht.
Ich werde aber mal selektiv ein paar Riegel wechseln und schauen was passiert.