LinuxQuestions.org
Latest LQ Deal: Latest LQ Deals
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Newbie
User Name
Password
Linux - Newbie This Linux forum is for members that are new to Linux.
Just starting out and have a question? If it is not in the man pages or the how-to's this is the place!

Notices


Reply
  Search this Thread
Old 04-27-2014, 12:36 PM   #1
paul456
LQ Newbie
 
Registered: Apr 2014
Posts: 2

Rep: Reputation: Disabled
32 bit or 64 bit CPU


I am a Windows XP "refugee" and I am late... Before downloading Linux Mint I have a choice of either 32-bit or 64-bit CPU. How on earth I can tell what is my system CPU?
Thanks
Paul the Canadian
 
Old 04-27-2014, 12:54 PM   #2
John VV
LQ Muse
 
Registered: Aug 2005
Location: A2 area Mi.
Posts: 17,627

Rep: Reputation: 2651Reputation: 2651Reputation: 2651Reputation: 2651Reputation: 2651Reputation: 2651Reputation: 2651Reputation: 2651Reputation: 2651Reputation: 2651Reputation: 2651
so you do not know what type and kind of computer you bought , that had XP installed to it .

nor do you know if you have been using the 32 bit xp or the 64 bit xp
that means you do not know what you bought

what did the xp boot screen say?
--- 32 bit ---
windows Home ? ( or Windows XP Starter Edition) ?
windows Professional ?
Windows XP Media Center Edition ?
--- 64 bit ----
Windows XP 64-Bit Edition?
Windows XP Professional x64 Edition?


what is on that xp reinstall cd you got when you bought this computer ?
and just how old is it ?

as in is it from 2001 ?
or from 2007 as a "Vista ready" computer

How much ram dose this computer have ?
if it is from 2001
it might have 256 meg of ram
if it is from 2007 and a "vista ready" it might have 1 gig ram
 
Old 04-27-2014, 01:07 PM   #3
metaschima
Senior Member
 
Registered: Dec 2013
Distribution: Slackware
Posts: 1,982

Rep: Reputation: 492Reputation: 492Reputation: 492Reputation: 492Reputation: 492
Go to System information and check your processor make and model, it is probably also listed in the BIOS settings screen. Then post it here or check online to see if it supports 64-bit.
 
Old 04-27-2014, 01:44 PM   #4
ondoho
LQ Addict
 
Registered: Dec 2013
Posts: 19,872
Blog Entries: 12

Rep: Reputation: 6053Reputation: 6053Reputation: 6053Reputation: 6053Reputation: 6053Reputation: 6053Reputation: 6053Reputation: 6053Reputation: 6053Reputation: 6053Reputation: 6053
nice trial-and-error method:

1st: if it has 1 cpu, it is most probably 32bit, if it has more, it is most probably 64bit.
i said "most probably" so please don't quote me on that.
2nd: a 32bit linux will run on a 64bit machine
3rd: just try the 64bit install. if it boots, jackpot! tadaa, you have a 64bit machine.

of course you can also try to get proof on the interwebz first.

Last edited by ondoho; 04-27-2014 at 01:46 PM.
 
Old 04-27-2014, 01:55 PM   #5
metaschima
Senior Member
 
Registered: Dec 2013
Distribution: Slackware
Posts: 1,982

Rep: Reputation: 492Reputation: 492Reputation: 492Reputation: 492Reputation: 492
Trial and error would be more time-consuming that simply looking up the processor IMO.
 
Old 04-27-2014, 02:12 PM   #6
JeremyBoden
Senior Member
 
Registered: Nov 2011
Location: London, UK
Distribution: Debian
Posts: 1,947

Rep: Reputation: 511Reputation: 511Reputation: 511Reputation: 511Reputation: 511Reputation: 511
Burn a live 32 bit CD and enter the following command:-
Code:
inxi -b
Sample output:-
Quote:
System: Host: hector Kernel: 3.10-2-amd64 x86_64 (64 bit) Desktop: Cinnamon 2.0.14 Distro: LinuxMint 1 debian
Machine: Mobo: ASUSTeK model: A8N-SLI SE version: 1.XX Bios: Phoenix version: ASUS A8N-SLI SE 0502 date: 03/09/2006
CPU: Dual core AMD Athlon 64 X2 3800+ (-MCP-) clocked at 1000.00 MHz
Graphics: Card: NVIDIA GT218 [GeForce 210] X.Org: 1.14.3 driver: nvidia Resolution: 1920x1080@60.0hz
GLX Renderer: GeForce 210/PCIe/SSE2 GLX Version: 3.3.0 NVIDIA 319.72
Network: Card-1: NVIDIA CK804 Ethernet Controller driver: forcedeth
Card-2: Qualcomm Atheros AR5212/AR5213 Wireless Network Adapter driver: ath5k
Drives: HDD Total Size: 1250.3GB (31.7% used)
Info: Processes: 165 Uptime: 3:44 Memory: 845.0/2012.4MB Client: Shell (bash) inxi: 1.9.14
(Yes - an old machine, still going strong).
[If your machine is 64 bit, either accept 32 bit or burn a 64 bit CD]

Last edited by JeremyBoden; 04-27-2014 at 02:13 PM.
 
Old 04-27-2014, 05:21 PM   #7
Use the Source Luke
LQ Newbie
 
Registered: Apr 2014
Distribution: Here's a clue: When you slack, you never go back
Posts: 6

Rep: Reputation: 1
Quote:
Originally Posted by paul456 View Post
I am a Windows XP "refugee" and I am late... Before downloading Linux Mint I have a choice of either 32-bit or 64-bit CPU. How on earth I can tell what is my system CPU?
Thanks
Paul the Canadian
Burn a cd/dvd and let it boot. Open a terminal and type

Code:
getconf LONG_BIT
If your CPU is 64 bit, I recommend using a 64 bit distro to take advantage of performance and to use higher system memory of 4GB or more. 64 bit distros have gotten better over time and more packages are being ported to use 64 bit systems.
 
Old 04-27-2014, 05:38 PM   #8
metaschima
Senior Member
 
Registered: Dec 2013
Distribution: Slackware
Posts: 1,982

Rep: Reputation: 492Reputation: 492Reputation: 492Reputation: 492Reputation: 492
Does 'getconf' work under Windoze ? I'm betting not.
 
Old 04-27-2014, 05:48 PM   #9
Use the Source Luke
LQ Newbie
 
Registered: Apr 2014
Distribution: Here's a clue: When you slack, you never go back
Posts: 6

Rep: Reputation: 1
Quote:
Originally Posted by metaschima View Post
Does 'getconf' work under Windoze ? I'm betting not.
I don't know as I don't use windows. The info I gave is for linux. Not sure if windows has a getconf command.
 
Old 04-27-2014, 05:52 PM   #10
TobiSGD
Moderator
 
Registered: Dec 2009
Location: Germany
Distribution: Whatever fits the task best
Posts: 17,148
Blog Entries: 2

Rep: Reputation: 4886Reputation: 4886Reputation: 4886Reputation: 4886Reputation: 4886Reputation: 4886Reputation: 4886Reputation: 4886Reputation: 4886Reputation: 4886Reputation: 4886
Before downloading a whole installation medium or live-CD just to check the CPU type it would be much easier and less time consuming to install a free version of tools like Aida32 and install it on Windows to have a look at the hardware information.
 
Old 04-28-2014, 03:45 PM   #11
jefro
Moderator
 
Registered: Mar 2008
Posts: 21,993

Rep: Reputation: 3628Reputation: 3628Reputation: 3628Reputation: 3628Reputation: 3628Reputation: 3628Reputation: 3628Reputation: 3628Reputation: 3628Reputation: 3628Reputation: 3628
I doubt it can hurt to use the 32 bit at first. Basically the 64 bit won't install if you have a 32 bit. There is very little difference to the newbie user I'd think between the two choices.

If you boot it up and or know the ram amount it might be a clue. If you have over 4 gig then it almost certainly a 64 bit system.
 
1 members found this post helpful.
Old 04-28-2014, 03:47 PM   #12
TobiSGD
Moderator
 
Registered: Dec 2009
Location: Germany
Distribution: Whatever fits the task best
Posts: 17,148
Blog Entries: 2

Rep: Reputation: 4886Reputation: 4886Reputation: 4886Reputation: 4886Reputation: 4886Reputation: 4886Reputation: 4886Reputation: 4886Reputation: 4886Reputation: 4886Reputation: 4886
Quote:
Originally Posted by jefro View Post
I doubt it can hurt to use the 32 bit at first.
Unless you have limited bandwidth or are on a dial-up connection. Why waste time when it is so easy to first find out which CPU you run, it is not that it is impossible with Windows.
 
1 members found this post helpful.
Old 04-28-2014, 11:39 PM   #13
SandsOfArrakis
Member
 
Registered: Apr 2012
Location: Netherlands
Distribution: Linux Mint 21.1 Vera / Zorin Pro 6.2
Posts: 155

Rep: Reputation: Disabled
Check out this site http://www.cpuid.com/

There you can download a program which will tell you everything about your PC. The name of the program is CPU-Z.
 
3 members found this post helpful.
Old 04-29-2014, 03:29 PM   #14
jefro
Moderator
 
Registered: Mar 2008
Posts: 21,993

Rep: Reputation: 3628Reputation: 3628Reputation: 3628Reputation: 3628Reputation: 3628Reputation: 3628Reputation: 3628Reputation: 3628Reputation: 3628Reputation: 3628Reputation: 3628
Post the amount of ram you have in it. We may need to suggest a different solution.
 
Old 04-29-2014, 04:57 PM   #15
TobiSGD
Moderator
 
Registered: Dec 2009
Location: Germany
Distribution: Whatever fits the task best
Posts: 17,148
Blog Entries: 2

Rep: Reputation: 4886Reputation: 4886Reputation: 4886Reputation: 4886Reputation: 4886Reputation: 4886Reputation: 4886Reputation: 4886Reputation: 4886Reputation: 4886Reputation: 4886
Quote:
Originally Posted by SandsOfArrakis View Post
Check out this site http://www.cpuid.com/

There you can download a program which will tell you everything about your PC. The name of the program is CPU-Z.
Totally forgot about CPU-Z, though I have installed it on my Windows system for overclocking purposes.
 
  


Reply



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 Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
64 bit cpu-64 bit Ubuntu-are there 32 bit app issues? sofasurfer Ubuntu 7 04-09-2014 02:02 PM
Can't find 32 bit libs to run 32 bit prog on 64 bit CentOS homer_3 Linux - Distributions 2 09-30-2013 08:45 PM
My Linux - 64 bit cpu and 32 bit OS? cdhar Linux - Newbie 10 09-11-2012 07:20 AM
[SOLVED] Installing 32 bit RPMs on 64 bit Linux conflicts with 64 bit packages gheibia Linux - Server 1 08-18-2011 01:33 AM
DVD distro of ubuntu 9.10 64 bit doesn't see VIA Nano C7D CPU as 64 bit raypsi Linux - Hardware 2 08-30-2010 09:48 PM

LinuxQuestions.org > Forums > Linux Forums > Linux - Newbie

All times are GMT -5. The time now is 01:36 AM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration