Hello everybody
I have the problem of "seeing" the 4GB (2x2GB DIMMs) on my laptop (a DELL Precision M90) running SuSE 11.0.
Here is a descritpion of the laptop:
Code:
bwv988:/usr/src/linux # uname -a
Linux bwv988 2.6.25.18-0.2-default #1 SMP 2008-10-21 16:30:26 +0200 x86_64 x86_64 x86_64 GNU/Linux
bwv988:/usr/src/linux # free -m
total used free shared buffers cached
Mem: 3021 3002 18 0 275 1783
-/+ buffers/cache: 944 2077
Swap: 8001 0 8001
Note that my two DIMMs appear on dmidecode (output not included here).
Now begins what I find curious: I also have a DELL server T300 with 12GB physical memory: although the two systems are (to my best knowledge) identical, the T300 "sees" the 12GB without problem:
Code:
rafale:/usr/src/linux # uname -a
Linux rafale 2.6.25.18-0.2-default #1 SMP 2008-10-21 16:30:26 +0200 x86_64 x86_64 x86_64 GNU/Linux
rafale:/usr/src/linux # free -m
total used free shared buffers cached
Mem: 12040 2872 9167 0 544 1264
-/+ buffers/cache: 1063 10977
Swap: 16574 0 16574
Also note that the two kernels produce exactly the same configuration record (using the
tool in /usr/src/linux).
What might be at play here?
Thanking in advance
mimis