-2

Possible Duplicate:
How can I check if my CPU is AMD64 compatible?

I am currently under Ubuntu 12.04 LTS 32-bit because when I upgraded to Ubuntu 12.10 it was horrifically slow and crashed after 10 minutes of use by freezing.

I would like to know, from a ubuntu command or menu, if my computer is compatible with Ubuntu 12.10 64-bit. Also, do you think that upgrading will resolve my problem or does it come from something else?

Thanks, mjchopperboy

Farid
  • 708
  • Is your system 32 or 64-bits? – OrangeTux Nov 16 '12 at 15:36
  • That's what I would like to know. I am using 32-bit but am I compatible with 64-bit? Is there some kind of command to know that? – Farid Nov 16 '12 at 15:38
  • 1
    http://askubuntu.com/questions/133111/how-can-i-check-if-my-cpu-is-amd64-compatible – Rinzwind Nov 16 '12 at 15:40
  • Please tell us more information about your computer, including the tech specs and recently installed softwares. – owl Nov 16 '12 at 15:46
  • @Rinzwind The above link you have posted is largely unrelated to the question. The link tells you about AMD. In this question, he did not state he is using AMD. – owl Nov 16 '12 at 15:50
  • @tech It refers to the architecture which is AMD64 or i386. It is named such because AMD was the 1st to introduce 64 bits. The "CPU op-mode(s): 32-bit, 64-bit" refer to your system being able to support a 64 bit OS and has nothing to do with amd motherboards or intel motherboards being used. – Rinzwind Nov 16 '12 at 15:53

2 Answers2

1

If you are uncertain, there is no harm in trying the 64-bit version. If your machine turns out to be 32-bit only, the installer will simply fail right at the beginning while letting you know that you have the wrong version of the kernel.

  1. Try installing 64-bit version.
  2. If it fails, install 32-bit version. No harm done.
Kalle Elmér
  • 8,288
  • 1
    Sorry but no. There is a command for this lscpu as shown in the URL in comment. – Rinzwind Nov 16 '12 at 15:47
  • If you could please put that as an answer, I would validate it. I read your link but could not add as best answer, as it is a comment. – Farid Nov 16 '12 at 15:49
  • @farid please upvote the answer in the URL I posted (I so not need reputation for someone else his/hers answer ;) ) – Rinzwind Nov 16 '12 at 15:56
  • Of course, you can usually find out somehow if your CPU is 64-bit compatible or not. My point is simply that, if you are the least bit uncertain, there is absolutely no harm in trying the 64-bit version. – Kalle Elmér Nov 16 '12 at 16:01
0

64 bit is about memory addressing. So if your computer has more than 4 gig memory you use 64bit if less you use 32 bit. There is no command that will tell you if you are compatible.

Best thing to do is use the "Live CD" and test it out. That way you can see if its compatible with your wifi and screen which are the most important aspect.

Meer Borg
  • 4,963
  • Sorry but no. There is a command for this lscpu as shown in the URL in comment. He is already using Ubuntu. Why make life difficult if the answer is 1 terminal command away? – Rinzwind Nov 16 '12 at 15:49
  • CPU is a small part of compatabily, I think checking that all the other bits like video cards, ethernet and wifi is more important to know. – Meer Borg Nov 16 '12 at 16:10