Hi,
I just installed kubuntu 14.04 (64bit) on my old T60p Thinkpad, which has 4GB of RAM. I had several previouse versions of kubuntu on this machine before and as far as I can remember, the 4GB were always recognized.
Now, after a clean install, top only sees KiB Mem: 3081024 total
and the About System section in Systems Setting says 2.9GB, while the OS Type is shown as 64-bit (as it should be); which is confirmed by uname -m: x86_64.
I am absolutely clueless as to why this might have happened.
Here are some more diagnostics:
So apparently the 2x2GB are recognized by the BIOS, but not by the OS?
Any ideas? I really want to get this fixed, because memory is already the limiting factor when I am working on my laptop. Any help would be greatly appreciated!
Otherwise I am quite happy with Trusty so far.
Chopstick
P/S I installed Trusty from the same USB key on my workstation, which has 20GB RAM and all RAM was immediately recognized and used by the OS, so it is unlikely that there is a problem with the ISO itself.
I just installed kubuntu 14.04 (64bit) on my old T60p Thinkpad, which has 4GB of RAM. I had several previouse versions of kubuntu on this machine before and as far as I can remember, the 4GB were always recognized.
Now, after a clean install, top only sees KiB Mem: 3081024 total
and the About System section in Systems Setting says 2.9GB, while the OS Type is shown as 64-bit (as it should be); which is confirmed by uname -m: x86_64.
I am absolutely clueless as to why this might have happened.
Here are some more diagnostics:
Code:
$ cat /proc/meminfo MemTotal: 3081024 kB MemFree: 115136 kB Buffers: 25448 kB Cached: 1436440 kB SwapCached: 0 kB Active: 1752744 kB Inactive: 1025196 kB Active(anon): 1036552 kB Inactive(anon): 305792 kB Active(file): 716192 kB Inactive(file): 719404 kB Unevictable: 96 kB Mlocked: 96 kB SwapTotal: 6291452 kB SwapFree: 6291352 kB Dirty: 120 kB Writeback: 0 kB AnonPages: 1316152 kB Mapped: 104928 kB Shmem: 26288 kB Slab: 91932 kB SReclaimable: 54612 kB SUnreclaim: 37320 kB KernelStack: 4168 kB PageTables: 43380 kB NFS_Unstable: 0 kB Bounce: 0 kB WritebackTmp: 0 kB CommitLimit: 7831964 kB Committed_AS: 3629220 kB VmallocTotal: 34359738367 kB VmallocUsed: 89580 kB VmallocChunk: 34359640648 kB HardwareCorrupted: 0 kB AnonHugePages: 301056 kB HugePages_Total: 0 HugePages_Free: 0 HugePages_Rsvd: 0 HugePages_Surp: 0 Hugepagesize: 2048 kB DirectMap4k: 66368 kB DirectMap2M: 3078144 kB
Code:
$ sudo dmidecode --type 17 # dmidecode 2.12 SMBIOS 2.4 present. Handle 0x002A, DMI type 17, 27 bytes Memory Device Array Handle: 0x0029 Error Information Handle: No Error Total Width: 64 bits Data Width: 64 bits Size: 2048 MB Form Factor: SODIMM Set: None Locator: DIMM 1 Bank Locator: Bank 0/1 Type: DDR2 Type Detail: Synchronous Speed: Unknown Manufacturer: Not Specified Serial Number: Not Specified Asset Tag: Not Specified Part Number: Not Specified Handle 0x002B, DMI type 17, 27 bytes Memory Device Array Handle: 0x0029 Error Information Handle: No Error Total Width: 64 bits Data Width: 64 bits Size: 2048 MB Form Factor: SODIMM Set: None Locator: DIMM 2 Bank Locator: Bank 2/3 Type: DDR2 Type Detail: Synchronous Speed: Unknown Manufacturer: Not Specified Serial Number: Not Specified Asset Tag: Not Specified Part Number: Not Specified
Any ideas? I really want to get this fixed, because memory is already the limiting factor when I am working on my laptop. Any help would be greatly appreciated!
Otherwise I am quite happy with Trusty so far.
Chopstick
P/S I installed Trusty from the same USB key on my workstation, which has 20GB RAM and all RAM was immediately recognized and used by the OS, so it is unlikely that there is a problem with the ISO itself.
Comment