Find the answer to your Linux question:
Results 1 to 6 of 6
Ok I feel really embarrased to ask this. But how do I found out if my system is an i386 or i686 system? I have an Intel Core 2 1.8ghz ...
  1. #1
    Just Joined! Shutdown's Avatar
    Join Date
    Aug 2009
    Location
    New York
    Posts
    70

    What is my system?

    Ok I feel really embarrased to ask this.

    But how do I found out if my system is an i386 or i686 system?

    I have an Intel Core 2 1.8ghz processor.

  2. #2
    Linux User
    Join Date
    Jul 2007
    Location
    Greece
    Posts
    277
    Check the cpuinfo file. It should tell you the info you want.

    Code:
    cat /proc/cpuinfo | grep 'model name' | head -1
    One Love!!!

  3. #3
    Linux Guru techieMoe's Avatar
    Join Date
    Aug 2004
    Location
    Texas
    Posts
    9,496
    Quote Originally Posted by Shutdown View Post
    Ok I feel really embarrased to ask this.

    But how do I found out if my system is an i386 or i686 system?

    I have an Intel Core 2 1.8ghz processor.
    It's likely no one who bought a computer since the early 90s still has a 386. Your Core 2 Duo is actually neither of those. It's a 64-bit x86_64 architecture. It can run software designed for all of the following:

    i386, i486, i586, i686, X64/X86_64

    For more details on this, here's a tutorial:
    http://www.linuxforums.org/forum/per...a64-em64t.html

    And for more general questions:
    http://www.linuxforums.org/forum/lin...ead-first.html
    Registered Linux user #270181
    TechieMoe's Tech Rants

  4. #4
    Just Joined! Shutdown's Avatar
    Join Date
    Aug 2009
    Location
    New York
    Posts
    70
    Quote Originally Posted by goude View Post
    Check the cpuinfo file. It should tell you the info you want.

    Code:
    cat /proc/cpuinfo | grep 'model name' | head -1
    Yeah that's what I checked earlier today. Doesn't say all it says is this:


    Model Name: Intel(R) Core(TM)2 CPU 6300 @ 1.86ghz

  5. #5
    Just Joined! Shutdown's Avatar
    Join Date
    Aug 2009
    Location
    New York
    Posts
    70
    Quote Originally Posted by techieMoe View Post
    It's likely no one who bought a computer since the early 90s still has a 386. Your Core 2 Duo is actually neither of those. It's a 64-bit x86_64 architecture. It can run software designed for all of the following:

    i386, i486, i586, i686, X64/X86_64

    For more details on this, here's a tutorial:
    http://www.linuxforums.org/forum/per...a64-em64t.html

    And for more general questions:
    http://www.linuxforums.org/forum/lin...ead-first.html
    ahhh! fantastic. I've been looking for madwifi drivers and I saw a lot of x86_64 but not a lot of i386. Now I know what to download. Thanks!

  6. #6
    Linux Guru Lazydog's Avatar
    Join Date
    Jun 2004
    Location
    The Keystone State
    Posts
    2,281
    Easy there. What system did you install? 32bit or 64bit?
    While you can get 32 bit to run on a 64 bit system the reverse is not true.

    I could be way off base here, it has been a while since I had the 64bit version installed on my machine, but I believe you can use 'uname -a' to see if you have 32 or 64 bit version installed. I believe when the 64 bit is installed it will show '86_64' Again I could be way off base on this one as it has been a while.

    Regards
    Robert

    Linux
    The adventure of a life time.

    Linux User #296285
    Get Counted

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
...