Fedora Linux Support Community & Resources Center
  #1  
Old 15th April 2008, 12:26 AM
JacekZ Offline
Registered User
 
Join Date: Jun 2007
Location: England
Posts: 50
only 3.2GB of 4GB ram recognised by 64bit F8

Hi,
Having installed the 64bit version of F8 (x86_64 - Install DVD), complete with updates, I was hoping to see all 4GB of available RAM show up in the system monitor. But only 3.2 GB shows up - exactly the same as I had with the 32bit version. I've read elsewhere that the answer is to install "kernel-PAE", but there is no such package available. Any ideas how to get the extra 0.8GB to show up? Just to add, the BIOS shows all 4 GB so the hardware seems OK.
Thanks
Jacek
Reply With Quote
  #2  
Old 15th April 2008, 01:30 AM
Seve's Avatar
Seve Offline
Retired Community Manager
 
Join Date: Oct 2004
Location: The GTA, Ontario, Canada
Age: 54
Posts: 12,376
Hello:
The standard 64bit kernel should be all you need and I can attest (from one of my own installs) that it recognizes all 4Gig of memory.

It may be due to the make/model of your motherboard or the BIOS version that you have installed?

Does
cat /proc/meminfo

show you the same results ?

Seve
__________________
Registered Linux User: #384977
.................................................. ............
See the Links below for more Help and those much wanted extras ... :)
Reply With Quote
  #3  
Old 15th April 2008, 01:53 AM
icydog Offline
Registered User
 
Join Date: Nov 2005
Posts: 447
What is the output of "uname -a"?
Reply With Quote
  #4  
Old 15th April 2008, 09:36 AM
JacekZ Offline
Registered User
 
Join Date: Jun 2007
Location: England
Posts: 50
The machine is a Dell Inspiron 530n that came with Ubuntu, so I expect the hardware to be friendly:
Code:
$ cat /proc/meminfo
MemTotal:      3353400 kB
MemFree:       2748804 kB
Buffers:         14920 kB
Cached:         197104 kB
SwapCached:          0 kB
Active:         370232 kB
Inactive:       139432 kB
SwapTotal:     7807580 kB
SwapFree:      7807580 kB
Dirty:             192 kB
Writeback:           0 kB
AnonPages:      297648 kB
Mapped:          60816 kB
Slab:            34208 kB
SReclaimable:    11096 kB
SUnreclaim:      23112 kB
PageTables:      16056 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:   9484280 kB
Committed_AS:   618532 kB
VmallocTotal: 34359738367 kB
VmallocUsed:     53892 kB
VmallocChunk: 34359676923 kB
HugePages_Total:     0
HugePages_Free:      0
HugePages_Rsvd:      0
HugePages_Surp:      0
Hugepagesize:     2048 kB
Code:
$ uname -a
Linux desktop2 2.6.24.4-64.fc8 #1 SMP Sat Mar 29 09:15:49 EDT 2008 x86_64 x86_64 x86_64 GNU/Linux
Reply With Quote
  #5  
Old 15th April 2008, 11:22 AM
Hlingler's Avatar
Hlingler Offline
Administrator
 
Join Date: Sep 2006
Location: Connellsville, PA, USA
Posts: 11,289
Seve is right: I just read about this recently, but can't remember where; it doesn't matter if the OS and hardware can handle the RAM, if the BIOS/mobo can't, then it doesn't matter.... I remember saying: "Why on earth would <insert mfr name> sell a machine with hardware that can handle 4GB RAM, an OS that can handle 4GB RAM, and a BIOS/mobo that can't?"

V

EDIT: Here it is, the whole gory fiasco: http://forum.fedoraforum.org/forum/s...d.php?t=183125

Last edited by Hlingler; 15th April 2008 at 11:42 AM.
Reply With Quote
  #6  
Old 15th April 2008, 11:36 AM
cgrim's Avatar
cgrim Offline
Registered User
 
Join Date: Jun 2007
Location: Czech republic
Posts: 178
I'm in the same situation

I bought two another 1GB RAM modules into my (till yesterday lovely) motherboard ASUS P5LD2 and BIOS stole me 896MB from 4GB. In BIOS setup I see that it can work with 4GB but 896MB is "appropriated". I tried BIOS upgrade but with no success.

I found some article about it, where was written, that this memory is for PCIe cards. In some cases the solution is to enable memory remapping in BIOS setup. But my motherboard's chipset cannot remap memory
__________________
Now 5 running Fedora instances at home ...
Reply With Quote
  #7  
Old 15th April 2008, 04:36 PM
JacekZ Offline
Registered User
 
Join Date: Jun 2007
Location: England
Posts: 50
Quote:
Originally Posted by Hlingler
..it doesn't matter if the OS and hardware can handle the RAM, if the BIOS/mobo can't, then it doesn't matter....
..Except that my BIOS does see all 4GB of RAM. It's the OS that doesn't see it. Elsewhere I read that it was the 32 bit OS's which reserve the remaining 0.8GB for memory addressing, so I'm not sure if the conclusion from the linked articles is the right one here.

Thanks for the research anyhow..
Reply With Quote
  #8  
Old 15th April 2008, 05:04 PM
sideways's Avatar
sideways Offline
Retired User
 
Join Date: Oct 2004
Location: London, UK
Posts: 4,999
You need to enable memory-hole remapping in the bios.

google "pci memory hole", or search this forum for previous posts (by me and others) which explain the technicalities.
Reply With Quote
  #9  
Old 15th April 2008, 05:38 PM
cgrim's Avatar
cgrim Offline
Registered User
 
Join Date: Jun 2007
Location: Czech republic
Posts: 178
Quote:
Originally Posted by sideways
You need to enable memory-hole remapping in the bios.

google "pci memory hole", or search this forum for previous posts (by me and others) which explain the technicalities.
I wish ASUS will release new version of bios for P5LD2, where option of memory hole remap will be implemented! Now I can only dream about more RAM or buy new board ...
__________________
Now 5 running Fedora instances at home ...
Reply With Quote
  #10  
Old 16th April 2008, 10:18 PM
A.Serbinski Offline
Registered User
 
Join Date: Jul 2006
Posts: 1,123
This would be a chipset limitation, not bios, not operating system. Congratulation, you have a 32bit memory controller and a 64 bit processor. Isn't intel fun?
Reply With Quote
  #11  
Old 16th April 2008, 10:33 PM
sideways's Avatar
sideways Offline
Retired User
 
Join Date: Oct 2004
Location: London, UK
Posts: 4,999
It's not wholly down to intel, just a legacy problem from 32bit computing that will take a while to be properly fixed

http://techfiles.de/dmelanchthon/files/memory_hole.pdf
Reply With Quote
  #12  
Old 17th April 2008, 12:40 AM
A.Serbinski Offline
Registered User
 
Join Date: Jul 2006
Posts: 1,123
Not to be contrary, but it is FULLY related to intel. You don't get this problem with AMD since the memory controller is ON THE CPU where it belongs.
Reply With Quote
  #13  
Old 17th April 2008, 12:57 AM
Hlingler's Avatar
Hlingler Offline
Administrator
 
Join Date: Sep 2006
Location: Connellsville, PA, USA
Posts: 11,289
That was my understanding: it's either the BIOS, and if not, then the chipset that "can't handle the truth".

V
Reply With Quote
  #14  
Old 17th April 2008, 06:26 AM
cgrim's Avatar
cgrim Offline
Registered User
 
Join Date: Jun 2007
Location: Czech republic
Posts: 178
You are right, it's chipset limitation (Intel 945p) in my case and the only solution for this is to buy new board with i955 chipset at least, because it has memory remap functionality.
__________________
Now 5 running Fedora instances at home ...
Reply With Quote
  #15  
Old 17th April 2008, 07:29 AM
QuantumKnot Offline
Registered User
 
Join Date: Nov 2004
Location: Australia
Posts: 227
I've got the exact problem with my (expensive) Dell Precision M90 Notebook. I upgraded the RAM to 4GB and can only see 3.3 GB. It is rather disappointing that what-used-to-be top of the range notebook offering from Dell just can't handle 4 GB

Does this mean that there is no point installing a 64-bit OS on it?
__________________
QuantumKnot - originator of the "Verne" release name (possibly the last 'normal' release name) :)

Last edited by QuantumKnot; 17th April 2008 at 07:32 AM.
Reply With Quote
Reply

Tags
32gb, 4gb, 64bit, ram, recognised

Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
Vista 64bit and Fedora 64bit boot CrOwN. Using Fedora 6 6th July 2008 07:22 PM
Upgrading F7 64bit to F8 64bit errors out with strange error ajamison Installation and Live Media 3 30th December 2007 08:41 AM
USB not recognised adeelahmad786 Using Fedora 4 16th February 2006 05:44 AM
HD- CD not recognised indi Hardware & Laptops 13 26th December 2004 04:35 AM


Current GMT-time: 19:47 (Wednesday, 22-05-2013)

TopSubscribe to XML RSS for all Threads in all ForumsFedoraForumDotOrg Archive
logo

All trademarks, and forum posts in this site are property of their respective owner(s).
FedoraForum.org is privately owned and is not directly sponsored by the Fedora Project or Red Hat, Inc.

Privacy Policy | Term of Use | Posting Guidelines | Archive | Contact Us | Founding Members

Powered by vBulletin® Copyright ©2000 - 2012, vBulletin Solutions, Inc.

FedoraForum is Powered by RedHat