PCLinuxOS-Forums
News: ...FLASH!!! ...New PCLinuxOS Testing board now open. Register today! Be an active contributor to the PCLinuxOS future! ... Read all about it now, on THIS forum!!!..
 
*
Welcome, Guest. Please login or register. May 26, 2012, 03:51:13 AM


Login with username, password and session length


Pages: [1]   Go Down
  Print  
Author Topic: processor issue (hope someone here can advise)  (Read 898 times)
abstract
Jr. Member
**
Offline Offline

Posts: 47


« on: February 20, 2010, 05:21:07 AM »

hi all, not sure if this is the right place for this but. . .

my powerspec 7124 has a pentium d 2.8 ghz processor. although some websites refer to this as 'the poor man's dual-processor', i believe it's actually not. anyway, trouble is: if i go to 'configure your computer' and 'hardware', it's seeing it as a dual-processor too, which also may account for only 1/2 of my 1ghz of ram being recognized (just a guess).

so yeah: 1/2 the ram, pseudo-double the brains

now, this is probably not a pclos-thing, just wondering if anybody had any thoughts.l

thanks (ps, i'm running pclinuxos 2009 ldxe - if that matters)
Logged
MadCatMk2
Guest
« Reply #1 on: February 20, 2010, 05:46:58 AM »

It is a dual core recognized as a dual core; each core is considered a different processor which is normal as far as I know.

RAM size is measured in GB, not GHz.
Maximum amount of RAM that can be used by PCLinuxOS at the moment is ~3GB.
Open up a console and type (edited)
Code:
X=`cat /proc/meminfo | egrep 'MemTotal' | sed "s/[^0-9]//g"` && echo "scale=1; $X / 1048576" | bc
This will return the amount of RAM you have in gigabytes.
Logged
ThirdOfSix
Hero Member
*****
Offline Offline

Posts: 548


« Reply #2 on: February 20, 2010, 06:02:38 AM »

abstract,

I see that that motherboard will take 1GB of ram in the form of two 512MB memory sticks.

You did not by any chance insert a single memory stick of 1GB into it did you?

Many motherboards will work with larger memory than they are designed for but will only recognize it as being the maximum size that the board is designed for.

In your case, if the motherboard will work with a 1GB memory stick, it will only read half of it.

If that is not what you have done, try removing your memory and re-seating it in its socket.

Then run the memory check utility that is probably on the liveCD that you installed from.
Logged
menotu
PCLinuxOS Tester
Super Villain
*******
Offline Offline

Posts: 11977

┌∩┐(◕_◕)┌∩┐


« Reply #3 on: February 20, 2010, 09:49:23 AM »

Quote
I see that that motherboard will take 1GB of ram in the form of two 512MB memory sticks.

According to the link below it takes 2Gb of ram (2 x 1Gb)

http://www.powerspec.com/systems/system_components.phtml?component=1269&selection=7124

Quote
If that is not what you have done, try removing your memory and re-seating it in its socket.


I would agree with thirdofsix and try reseating your memory stick(s) - if you do have 2 sticks you could also try switching them (put stick1 into slot 2 and put stick2 into slot 1)

There are other things you can try (e.g. memtest, but that can be time consuming)
Logged

If you can keep you head while all around you are losing theirs, then you have misunderstood the situation.

PCLinuxOS 32bit & 64bit; 3.2.17bfs kernel, KDE 4.8.3; nvidia 295.53, Athlon 64 X2 4200+; 4GB Ram; NVidia GeForce 8400GS 1GB; x.org 1.10.4 ; 500GB/320GB
ThirdOfSix
Hero Member
*****
Offline Offline

Posts: 548


« Reply #4 on: February 20, 2010, 01:32:03 PM »

menotu,

Well, now I am confused. I was going by this link:

http://www.powerspec.com/systems/system_specs.phtml?selection=7124

I guess that abstract needs to be certain which version of that board he actually has.

Oops, never mind. I just realized that the link I was looking at is for the system with Windows XP installed and yours is for the motherboard which ought to be the correct specification.
Logged
menotu
PCLinuxOS Tester
Super Villain
*******
Offline Offline

Posts: 11977

┌∩┐(◕_◕)┌∩┐


« Reply #5 on: February 20, 2010, 01:54:01 PM »

ThirdOfSix,

Lets just hope it helps the OP in some small way.
Logged

If you can keep you head while all around you are losing theirs, then you have misunderstood the situation.

PCLinuxOS 32bit & 64bit; 3.2.17bfs kernel, KDE 4.8.3; nvidia 295.53, Athlon 64 X2 4200+; 4GB Ram; NVidia GeForce 8400GS 1GB; x.org 1.10.4 ; 500GB/320GB
abstract
Jr. Member
**
Offline Offline

Posts: 47


« Reply #6 on: February 21, 2010, 07:54:47 AM »

thanks fellas,

yeah, i think my bios said i had around 500 mhz ram even if i took one of them out (right now i've got 2x512s installed) haven't tried switching them though.

in the grand scheme of things, the computer is a P4, that while still not fast by current standards, completely blows away my old P3 - and it was free (a cast-off  computer at my job that got replaced). and believe it or not, 500 Mhz ram is the most i've ever had in a box, and seems fine with lxde.

maybe i'm just gettin' greedy,
abstract
Logged
menotu
PCLinuxOS Tester
Super Villain
*******
Offline Offline

Posts: 11977

┌∩┐(◕_◕)┌∩┐


« Reply #7 on: February 21, 2010, 08:27:26 AM »

Hi Abstract;

Quote
yeah, i think my bios said i had around 500 mhz ram even if i took one of them out (right now i've got 2x512s installed)

Just to clarify something for you (and re-iterate what MadCatMk2 mentioned;

Memory (RAM) is measured in MegaBytes (MB) OR GigaBytes (GB) not  mhz (megabytes and megahertz and completely different...

You mentioned that your bios is only recognizing 500 (of your 2 x 512 sticks) so one of the sticks may be faulty or not "sitting" correctly in the motherboards memory slot

Where are you reading the bios info from? Are you reading it from the "boot screen" or are going directly into the bios setup screens at boot time and getting the info there?  Or are you using a third party app to read it?  If you are reading the info from outside the bios you may be getting info saying you have 500MB free

One quick way of checking your memory status is when you have lxde up and running open Konsole and type:
free -m (and press enter)

then copy/paste the results back here to the forum and we can see check it ourselves.

Note: the free -m command shows you how much ram you have installed (or being seen); how much you are using; how much you have free etc etc...
Logged

If you can keep you head while all around you are losing theirs, then you have misunderstood the situation.

PCLinuxOS 32bit & 64bit; 3.2.17bfs kernel, KDE 4.8.3; nvidia 295.53, Athlon 64 X2 4200+; 4GB Ram; NVidia GeForce 8400GS 1GB; x.org 1.10.4 ; 500GB/320GB
Was_Just19
Hero Member
*****
Offline Offline

Posts: 6885


MLU


« Reply #8 on: February 21, 2010, 11:17:24 AM »

I did not look at any of the links so .............  it seems to me that there is a Pent D processor in that machine and it is likely that it has Hyperthreading turned on in the BIOS which would cause two CPUs to be reported in the machine.

It is also possible, depending on the options in that BIOS that the memory is either part disabled or not properly recognised.

Some little time going through the machine BIOS and checking the options available would be worthwhile IMO.

regards.
Logged
menotu
PCLinuxOS Tester
Super Villain
*******
Offline Offline

Posts: 11977

┌∩┐(◕_◕)┌∩┐


« Reply #9 on: February 21, 2010, 11:28:19 AM »

JohnBoy

Quote
Pent D processor in that machine and it is likely that it has Hyperthreading turned on

Quite right JB - I'd figured that Hyperthreading was "reporting" two CPUs in the machine, but it was the memory side of things I was trying to pin down (no pun intended :-)

And yes, I agree, the bios would definitely be worth checking out.
Logged

If you can keep you head while all around you are losing theirs, then you have misunderstood the situation.

PCLinuxOS 32bit & 64bit; 3.2.17bfs kernel, KDE 4.8.3; nvidia 295.53, Athlon 64 X2 4200+; 4GB Ram; NVidia GeForce 8400GS 1GB; x.org 1.10.4 ; 500GB/320GB
Pages: [1]   Go Up
  Print  
 
Jump to:  

Powered by MySQL Powered by PHP Powered by SMF 1.1.16 | SMF © 2011, Simple Machines

Valid XHTML 1.0! Valid CSS! Dilber MC Theme by HarzeM