trying to get 64 bit ubuntu to recognize all 4 gigs of ram (Intel Core2 Duo CPU)
Linux - HardwareThis forum is for Hardware issues.
Having trouble installing a piece of hardware? Want to know if that peripheral is compatible with Linux?
Notices
Welcome to LinuxQuestions.org, a friendly and active Linux Community.
You are currently viewing LQ as a guest. By joining our community you will have the ability to post topics, receive our newsletter, use the advanced search, subscribe to threads and access many other special features. Registration is quick, simple and absolutely free. Join our community today!
Note that registered members see fewer ads, and ContentLink is completely disabled once you log in.
trying to get 64 bit ubuntu to recognize all 4 gigs of ram (Intel Core2 Duo CPU)
Hi
I've tried recompiling the kernel to enable highmem. I can search for the option and find it in menuconfig or xconfig. However I can't find it without the search options. I can't even find the dependencies.
this is the result of the search:
Code:
Symbol: HIGHMEM64G [=n]
Prompt: 64GB
Defined at arch/x86/Kconfig:866
Depends on: <choice> && !M386 && !M486
Location:
-> Processor type and features
-> High Memory Support(<choice>[=n])
Selects:X86_PAE
the bios and dmidecode can see that are 4 gigs of ram. the "free" command cannot.
lshw: (note the 32 bit width) But, does that make a difference with dual channeling?
coffe king I went through Ubuntu forums and I found there stock kernel is different from the server kernel config and build.Symbol:
HIGHMEM64G [=n] <--- =y sees 64 gig and that was one of the diferences.
Prompt: 64GB
Defined at arch/x86/Kconfig:866
Depends on: <choice> && !M386 && !M486
Location:
-> Processor type and features
-> High Memory Support(<choice>[=n])
Selects:X86_PAE
spent a lot of time researching it today and I really hope the debian and ubuntu to people where not lying to me.
hey why don't you just install the server kernel it is a thought.
coffe king I went through Ubuntu forums and I found there stock kernel is different from the server kernel config and build.Symbol:
HIGHMEM64G [=n] <--- =y sees 64 gig and that was one of the diferences.
Prompt: 64GB
Defined at arch/x86/Kconfig:866
Depends on: <choice> && !M386 && !M486
Location:
-> Processor type and features
-> High Memory Support(<choice>[=n])
Selects:X86_PAE
spent a lot of time researching it today and I really hope the debian and ubuntu to people where not lying to me.
hey why don't you just install the server kernel it is a thought.
Drakeo
Thanks alot!
I do have the server kernel now but, I'm still getting a gig missing in free -m.
No idea - I'd normally reckon on a mobo limitation, but if the BIOS sees it I guess that can't be the reason.
I guess keeping things vanilla has it's benefits.
so many kernels. I like vanilla. But I did see a shared ram on a intel board ati vidio card steal 64 mb of ram
Distribution: Ubuntu, Slackware, Gentoo, Fedora, Red Hat, Puppy Linux
Posts: 370
Rep:
Is it possible that a portion of your memory is being used for onboard video? I know that my motherboards with onboard video allocate about 800+ MB for video use.
Distribution: Mandriva 2009 X86_64 suse 11.3 X86_64 Centos X86_64 Debian X86_64 Linux MInt 86_64 OS X
Posts: 2,306
Rep:
Quote:
Originally Posted by AuroraCA
Is it possible that a portion of your memory is being used for onboard video? I know that my motherboards with onboard video allocate about 800+ MB for video use.
Yeah that is correct , but you can find it out in youŕe BIOS settings
My Graphic card takes about 640 MB . it is also stated in the BIOS
so from my 4 GB 3.3 GB is left
Distribution: Ubuntu, SuSE10.2, LFS, Ubuntu Server (AMD64), Windows 7, Mac OSX
Posts: 30
Rep:
Drakeo is right. I have one machine I set up with the Ubuntu server edition on it. Then I installed gnome desktop. It recognizes all the ram I've been able to throw at it.You can do a minimal installation and still get the ram to be recognized. Of course I later decided I wanted a server without all the baggage of a GUI and reinstalled the server software with out a gui.
Drakeo is right. I have one machine I set up with the Ubuntu server edition on it. Then I installed gnome desktop. It recognizes all the ram I've been able to throw at it.You can do a minimal installation and still get the ram to be recognized. Of course I later decided I wanted a server without all the baggage of a GUI and reinstalled the server software with out a gui.
LinuxQuestions.org is looking for people interested in writing
Editorials, Articles, Reviews, and more. If you'd like to contribute
content, let us know.