public inbox for gentoo-user@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-user] [OT] Acer Core2Duo only sees 3G of RAM
@ 2009-12-03 22:14 Mick
  2009-12-03 22:44 ` [gentoo-user] " Mick
  2009-12-03 22:45 ` [gentoo-user] " Alan McKinnon
  0 siblings, 2 replies; 9+ messages in thread
From: Mick @ 2009-12-03 22:14 UTC (permalink / raw
  To: gentoo-user


[-- Attachment #1.1: Type: Text/Plain, Size: 376 bytes --]

Hi All,

I booted up an Acer Core2Duo (P7550) with 4G of RAM using a Knoppix DVD and 
only 3G of RAM is visible.  Why would that be so?  Both cores of the CPU are 
recognised, so I think that the kernel is SMP enable.  I attach the lspci 
output in case you see something that explains it.  Unfortunately, hwinfo 
fails with an io segmentation ...
-- 
Regards,
Mick

[-- Attachment #1.2: lspci.txt.zip --]
[-- Type: application/zip, Size: 3009 bytes --]

[-- Attachment #2: This is a digitally signed message part. --]
[-- Type: application/pgp-signature, Size: 198 bytes --]

^ permalink raw reply	[flat|nested] 9+ messages in thread

* [gentoo-user] Re: [OT] Acer Core2Duo only sees 3G of RAM
  2009-12-03 22:14 [gentoo-user] [OT] Acer Core2Duo only sees 3G of RAM Mick
@ 2009-12-03 22:44 ` Mick
  2009-12-04  7:51   ` Xavier Parizet
  2009-12-03 22:45 ` [gentoo-user] " Alan McKinnon
  1 sibling, 1 reply; 9+ messages in thread
From: Mick @ 2009-12-03 22:44 UTC (permalink / raw
  To: gentoo-user

[-- Attachment #1: Type: Text/Plain, Size: 622 bytes --]

Please ignore previous message ... I should have gone to bed by now because 
evidently I am too tired to think clearly!  O_O

I will try to boot up with a 64bit OS next.

On Thursday 03 December 2009 22:14:36 Mick wrote:
> Hi All,
> 
> I booted up an Acer Core2Duo (P7550) with 4G of RAM using a Knoppix DVD and
> only 3G of RAM is visible.  Why would that be so?  Both cores of the CPU
>  are recognised, so I think that the kernel is SMP enable.  I attach the
>  lspci output in case you see something that explains it.  Unfortunately,
>  hwinfo fails with an io segmentation ...
> 

-- 
Regards,
Mick

[-- Attachment #2: This is a digitally signed message part. --]
[-- Type: application/pgp-signature, Size: 198 bytes --]

^ permalink raw reply	[flat|nested] 9+ messages in thread

* Re: [gentoo-user] [OT] Acer Core2Duo only sees 3G of RAM
  2009-12-03 22:14 [gentoo-user] [OT] Acer Core2Duo only sees 3G of RAM Mick
  2009-12-03 22:44 ` [gentoo-user] " Mick
@ 2009-12-03 22:45 ` Alan McKinnon
  2009-12-04  6:21   ` Mick
  1 sibling, 1 reply; 9+ messages in thread
From: Alan McKinnon @ 2009-12-03 22:45 UTC (permalink / raw
  To: gentoo-user

On Friday 04 December 2009 00:14:36 Mick wrote:
> Hi All,
> 
> I booted up an Acer Core2Duo (P7550) with 4G of RAM using a Knoppix DVD and
> only 3G of RAM is visible.  Why would that be so?  Both cores of the CPU
>  are recognised, so I think that the kernel is SMP enable.  I attach the
>  lspci output in case you see something that explains it.  Unfortunately,
>  hwinfo fails with an io segmentation ...
> 

I bet you used a 32 bit Knoppix


-- 
alan dot mckinnon at gmail dot com



^ permalink raw reply	[flat|nested] 9+ messages in thread

* Re: [gentoo-user] [OT] Acer Core2Duo only sees 3G of RAM
  2009-12-03 22:45 ` [gentoo-user] " Alan McKinnon
@ 2009-12-04  6:21   ` Mick
  0 siblings, 0 replies; 9+ messages in thread
From: Mick @ 2009-12-04  6:21 UTC (permalink / raw
  To: gentoo-user

[-- Attachment #1: Type: Text/Plain, Size: 677 bytes --]

On Thursday 03 December 2009 22:45:29 Alan McKinnon wrote:
> On Friday 04 December 2009 00:14:36 Mick wrote:
> > Hi All,
> >
> > I booted up an Acer Core2Duo (P7550) with 4G of RAM using a Knoppix DVD
> > and only 3G of RAM is visible.  Why would that be so?  Both cores of the
> > CPU are recognised, so I think that the kernel is SMP enable.  I attach
> > the lspci output in case you see something that explains it. 
> > Unfortunately, hwinfo fails with an io segmentation ...
> 
> I bet you used a 32 bit Knoppix

Yep!  It's surprising how after a good night's sleep the most complex problems 
suddenly solve themselves ... ha, ha!  :-))
-- 
Regards,
Mick

[-- Attachment #2: This is a digitally signed message part. --]
[-- Type: application/pgp-signature, Size: 198 bytes --]

^ permalink raw reply	[flat|nested] 9+ messages in thread

* Re: [gentoo-user] Re: [OT] Acer Core2Duo only sees 3G of RAM
  2009-12-03 22:44 ` [gentoo-user] " Mick
@ 2009-12-04  7:51   ` Xavier Parizet
  2009-12-04 12:21     ` Graham Murray
  0 siblings, 1 reply; 9+ messages in thread
From: Xavier Parizet @ 2009-12-04  7:51 UTC (permalink / raw
  To: gentoo-user

[-- Attachment #1: Type: text/plain, Size: 1262 bytes --]

Hi,

You don't need to go to bed :) Just setup your kernel to use High-Memory:
cd /usr/src/linux; make menuconfig; then item:
  Processor type and features -> High Memory Support -> 4GB
And it's done, but keep in mind that userspace processes will still be limited
to 3GB of memory use (AFAIK) (if someone would like to correct me, he is welcome).

If you want your processes to use more than 3GB of memory, then yes, boot up
with a 64bit OS (again correct me if i'm wrong) ;)

HTH.

Mick a écrit :
> Please ignore previous message ... I should have gone to bed by now because 
> evidently I am too tired to think clearly!  O_O
> 
> I will try to boot up with a 64bit OS next.
> 
> On Thursday 03 December 2009 22:14:36 Mick wrote:
>> Hi All,
>>
>> I booted up an Acer Core2Duo (P7550) with 4G of RAM using a Knoppix DVD and
>> only 3G of RAM is visible.  Why would that be so?  Both cores of the CPU
>>  are recognised, so I think that the kernel is SMP enable.  I attach the
>>  lspci output in case you see something that explains it.  Unfortunately,
>>  hwinfo fails with an io segmentation ...
>>
> 


-- 
      Xavier Parizet
YaGB :   http://gentooist.com
GPG  :    C7DC B10E FC21 63BE
B453 D239 F6E6 DF65 1569 91BF



[-- Attachment #2: OpenPGP digital signature --]
[-- Type: application/pgp-signature, Size: 262 bytes --]

^ permalink raw reply	[flat|nested] 9+ messages in thread

* Re: [gentoo-user] Re: [OT] Acer Core2Duo only sees 3G of RAM
  2009-12-04  7:51   ` Xavier Parizet
@ 2009-12-04 12:21     ` Graham Murray
  2009-12-06  6:00       ` Drew
  0 siblings, 1 reply; 9+ messages in thread
From: Graham Murray @ 2009-12-04 12:21 UTC (permalink / raw
  To: gentoo-user

Xavier Parizet <xav@gentooist.com> writes:

> If you want your processes to use more than 3GB of memory, then yes, boot up
> with a 64bit OS (again correct me if i'm wrong) ;)

Or configure your 32bit kernel with HIGHMEM = 64GB



^ permalink raw reply	[flat|nested] 9+ messages in thread

* Re: [gentoo-user] Re: [OT] Acer Core2Duo only sees 3G of RAM
  2009-12-04 12:21     ` Graham Murray
@ 2009-12-06  6:00       ` Drew
  2009-12-06  9:18         ` Graham Murray
  2009-12-07 11:06         ` Neil Bothwick
  0 siblings, 2 replies; 9+ messages in thread
From: Drew @ 2009-12-06  6:00 UTC (permalink / raw
  To: gentoo-user

Isn't the memory hole above 3GB present even in the 64bit systems?
Something about the MMIO reservations for the PCI bus taking up the
top gig of the first four Gigs?


-- 
Drew

"Nothing in life is to be feared. It is only to be understood."
--Marie Curie



^ permalink raw reply	[flat|nested] 9+ messages in thread

* Re: [gentoo-user] Re: [OT] Acer Core2Duo only sees 3G of RAM
  2009-12-06  6:00       ` Drew
@ 2009-12-06  9:18         ` Graham Murray
  2009-12-07 11:06         ` Neil Bothwick
  1 sibling, 0 replies; 9+ messages in thread
From: Graham Murray @ 2009-12-06  9:18 UTC (permalink / raw
  To: gentoo-user

Drew <drew.kay@gmail.com> writes:

> Isn't the memory hole above 3GB present even in the 64bit systems?
> Something about the MMIO reservations for the PCI bus taking up the
> top gig of the first four Gigs?

I do not know. What I do know is that the system I am using here at home
has 6GB RAM, the one I use at work has 8GB, and I have seen a system
with 12GB all running Gentoo x86 (32 bit) and all of which report the
full amount of RAM as available. 



^ permalink raw reply	[flat|nested] 9+ messages in thread

* Re: [gentoo-user] Re: [OT] Acer Core2Duo only sees 3G of RAM
  2009-12-06  6:00       ` Drew
  2009-12-06  9:18         ` Graham Murray
@ 2009-12-07 11:06         ` Neil Bothwick
  1 sibling, 0 replies; 9+ messages in thread
From: Neil Bothwick @ 2009-12-07 11:06 UTC (permalink / raw
  To: gentoo-user

[-- Attachment #1: Type: text/plain, Size: 417 bytes --]

On Sat, 5 Dec 2009 22:00:00 -0800, Drew wrote:

> Isn't the memory hole above 3GB present even in the 64bit systems?
> Something about the MMIO reservations for the PCI bus taking up the
> top gig of the first four Gigs?

That's the case with some hardware, like my Asus motherboard. It was
fixed by changing a BIOS setting.


-- 
Neil Bothwick

Two is not equal to three, even for large values of two.

[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 198 bytes --]

^ permalink raw reply	[flat|nested] 9+ messages in thread

end of thread, other threads:[~2009-12-07 12:08 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-12-03 22:14 [gentoo-user] [OT] Acer Core2Duo only sees 3G of RAM Mick
2009-12-03 22:44 ` [gentoo-user] " Mick
2009-12-04  7:51   ` Xavier Parizet
2009-12-04 12:21     ` Graham Murray
2009-12-06  6:00       ` Drew
2009-12-06  9:18         ` Graham Murray
2009-12-07 11:06         ` Neil Bothwick
2009-12-03 22:45 ` [gentoo-user] " Alan McKinnon
2009-12-04  6:21   ` Mick

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox