Fedora Linux Support Community & Resources Center
  #1  
Old 28th November 2008, 05:22 PM
pravlin Offline
Registered User
 
Join Date: Nov 2008
Location: Thrissur
Posts: 40
Which is my architecture?

I am using an Intel Pentium Dual-core E2160 CPU.
Which is the architecture of my system? i686 or x86_64?
Is there Fedora 10 DVD for i686?In the http://fedoraproject.org/en/get-fedora-all it is not listed.
Will there be any trouble if I install using i386 DVD?
Reply With Quote
  #2  
Old 28th November 2008, 05:32 PM
newiLuvatar's Avatar
newiLuvatar Offline
Registered User
 
Join Date: Aug 2007
Location: Switzerland
Posts: 479
seems like your cpu is a x86_64 architecture...
it shouldn't be a problem to install the i386 version, it is perhaps a little slower...
Reply With Quote
  #3  
Old 28th November 2008, 05:46 PM
jdk82's Avatar
jdk82 Offline
Registered User
 
Join Date: Nov 2006
Location: Milwaukee, WI
Age: 30
Posts: 42
According to this page: http://www.intel.com/products/proces..._dual-core.htm you have a x86_64 CPU. And no, it wouldn't be a problem installing the 32 bit version. There is at least one thread about the differences between 32 and 64 bit architectures, but I can't find it atm, try the forum search.

Josh
__________________
Webster's Definition of Oxymoron: Microsoft Works
The early bird gets the worm, but the second mouse gets the cheese.

Fedora 16, HP EliteBook 8560W, Intel i5 2.5Ghz, 4GB Ram, 320GB SATA HD, ATI Radeon HD 6750M .
Reply With Quote
  #4  
Old 28th November 2008, 05:46 PM
pravlin Offline
Registered User
 
Join Date: Nov 2008
Location: Thrissur
Posts: 40
But......
praveen@praveen-desktop:~$ uname --m
i686
Thats why I asked here.

Can I start downloading x86_64 DVD?

And

praveen@praveen-desktop:~$ cat /proc/cpuinfo
processor : 0
vendor_id : GenuineIntel
cpu family : 6
model : 15
model name : Intel(R) Pentium(R) Dual CPU E2160 @ 1.80GHz
stepping : 13
cpu MHz : 1200.000
cache size : 1024 KB
physical id : 0
siblings : 2
core id : 0
cpu cores : 2
apicid : 0
initial apicid : 0
fdiv_bug : no
hlt_bug : no
f00f_bug : no
coma_bug : no
fpu : yes
fpu_exception : yes
cpuid level : 10
wp : yes
flags : fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe nx lm constant_tsc arch_perfmon pebs bts pni monitor ds_cpl est tm2 ssse3 cx16 xtpr lahf_lm
bogomips : 3590.97
clflush size : 64
power management:

processor : 1
vendor_id : GenuineIntel
cpu family : 6
model : 15
model name : Intel(R) Pentium(R) Dual CPU E2160 @ 1.80GHz
stepping : 13
cpu MHz : 1200.000
cache size : 1024 KB
physical id : 0
siblings : 2
core id : 1
cpu cores : 2
apicid : 1
initial apicid : 1
fdiv_bug : no
hlt_bug : no
f00f_bug : no
coma_bug : no
fpu : yes
fpu_exception : yes
cpuid level : 10
wp : yes
flags : fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe nx lm constant_tsc arch_perfmon pebs bts pni monitor ds_cpl est tm2 ssse3 cx16 xtpr lahf_lm
bogomips : 3590.98
clflush size : 64
power management:

praveen@praveen-desktop:~$ uname -a
Linux praveen-desktop 2.6.27-7-generic #1 SMP Tue Nov 4 19:33:20 UTC 2008 i686 GNU/Linux
praveen@praveen-desktop:~$

Last edited by Demz; 30th November 2008 at 01:48 AM.
Reply With Quote
  #5  
Old 28th November 2008, 05:59 PM
marko's Avatar
marko Offline
Registered User
 
Join Date: Jun 2004
Location: Laurel, MD USA
Posts: 5,449
Quote:
Originally Posted by pravlin View Post
But......
praveen@praveen-desktop:~$ uname --m
i686
Thats why I asked here.

Can I start downloading x86_64 DVD?
That "i686" from the uname -m is just the kernel saying what its bitness is and
not what the cpu bitness is.
Reply With Quote
  #6  
Old 28th November 2008, 06:03 PM
jdk82's Avatar
jdk82 Offline
Registered User
 
Join Date: Nov 2006
Location: Milwaukee, WI
Age: 30
Posts: 42
Pravlin,

Code:
uname --m
is only showing you the architecture of the OS you have installed. According to the manufacturer of your CPU (intel) you have a 64 bit CPU. If you want to double check, I believe running

Code:
sudo lshw | grep width
should return your CPU architecture. I would install the 64 bit version, but that is just my opinion.

Josh
__________________
Webster's Definition of Oxymoron: Microsoft Works
The early bird gets the worm, but the second mouse gets the cheese.

Fedora 16, HP EliteBook 8560W, Intel i5 2.5Ghz, 4GB Ram, 320GB SATA HD, ATI Radeon HD 6750M .
Reply With Quote
  #7  
Old 28th November 2008, 06:05 PM
pravlin Offline
Registered User
 
Join Date: Nov 2008
Location: Thrissur
Posts: 40
praveen@praveen-desktop:~$ sudo lshw | grep width
[sudo] password for praveen:
width: 32 bits
width: 64 bits
width: 64 bits
width: 64 bits
width: 64 bits
width: 64 bits
width: 32 bits
width: 32 bits
width: 64 bits
width: 64 bits
width: 32 bits
width: 32 bits
width: 64 bits
width: 32 bits
width: 32 bits
width: 32 bits
width: 32 bits
width: 32 bits
width: 32 bits
width: 32 bits
width: 32 bits
width: 32 bits
width: 32 bits
width: 32 bits
width: 32 bits
praveen@praveen-desktop:~$
Reply With Quote
  #8  
Old 28th November 2008, 06:13 PM
jdk82's Avatar
jdk82 Offline
Registered User
 
Join Date: Nov 2006
Location: Milwaukee, WI
Age: 30
Posts: 42
Pravlin,
Sorry about that, I'm in Windows right now (gaming) and can't check the commands. just run the command without piping through grep

Code:
sudo lshw
and find the section regarding your CPU.

Josh
__________________
Webster's Definition of Oxymoron: Microsoft Works
The early bird gets the worm, but the second mouse gets the cheese.

Fedora 16, HP EliteBook 8560W, Intel i5 2.5Ghz, 4GB Ram, 320GB SATA HD, ATI Radeon HD 6750M .
Reply With Quote
  #9  
Old 28th November 2008, 06:19 PM
pravlin Offline
Registered User
 
Join Date: Nov 2008
Location: Thrissur
Posts: 40
This is the output.
*-cpu
description: CPU
product: Intel(R) Pentium(R) Dual CPU E2160 @ 1.80GHz
vendor: Intel Corp.
physical id: 0
bus info: cpu@0
version: 6.15.13
serial: 0000-06FD-0000-0000-0000-0000
slot: LGA 775
size: 1200MHz
capacity: 4GHz
width: 64 bits
clock: 200MHz
capabilities: boot fpu fpu_exception wp vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe nx x86-64 constant_tsc arch_perfmon pebs bts pni monitor ds_cpl est tm2 ssse3 cx16 xtpr lahf_lm cpufreq
configuration: id=0
*-cache:0
description: L2 cache
physical id: 1
slot: Unknown
size: 1MiB
capacity: 1MiB
capabilities: asynchronous internal write-back unified
*-cache:1
description: L1 cache
physical id: 3
slot: Unknown
size: 32KiB
capacity: 32KiB
capabilities: asynchronous internal write-back data
*-logicalcpu:0
description: Logical CPU
physical id: 0.1
width: 64 bits
capabilities: logical
*-logicalcpu:1
description: Logical CPU
physical id: 0.2
width: 64 bits
capabilities: logical
*-cache
description: L1 cache
physical id: 2
slot: Unknown
size: 32KiB
capacity: 32KiB
capabilities: asynchronous internal write-back instruction

And... Thank you jdk82 .Happy Gaming. And take this link I found now as a gift. http://dnmouse.org/autoten.html
Reply With Quote
  #10  
Old 28th November 2008, 06:31 PM
marko's Avatar
marko Offline
Registered User
 
Join Date: Jun 2004
Location: Laurel, MD USA
Posts: 5,449
This is the processor finder entry for this cpu at intel, this confirms the
Dual-core E2160 is 64 bit capable

http://processorfinder.intel.com/det...px?sSpec=SLA3H
Quote:
Supported Features:
# Dual Core
# Enhanced Intel Speedstep® Technology
# Intel® EM64T 1
# Enhanced Halt State (C1E)
# Execute Disable Bit 2
# Intel® Thermal Monitor 2
Reply With Quote
  #11  
Old 30th November 2008, 01:45 AM
pravlin Offline
Registered User
 
Join Date: Nov 2008
Location: Thrissur
Posts: 40
Downloaded Fedora-10-x86_64.DVD
Installed.
Updating.
Great..............................
Reply With Quote
Reply

Tags
architecture

Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

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

Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
Use gcc to compile for different architecture! mmrezaie Programming & Packaging 4 7th April 2008 03:13 AM
Architecture Katabatic Using Fedora 3 2nd August 2007 06:54 AM
Which Architecture? Tux_in_Redhat Using Fedora 1 14th January 2007 12:58 AM
different architecture tinyman Using Fedora 5 12th December 2006 02:19 AM


Current GMT-time: 13:42 (Friday, 24-05-2013)

TopSubscribe to XML RSS for all Threads in all ForumsFedoraForumDotOrg Archive
logo

All trademarks, and forum posts in this site are property of their respective owner(s).
FedoraForum.org is privately owned and is not directly sponsored by the Fedora Project or Red Hat, Inc.

Privacy Policy | Term of Use | Posting Guidelines | Archive | Contact Us | Founding Members

Powered by vBulletin® Copyright ©2000 - 2012, vBulletin Solutions, Inc.

FedoraForum is Powered by RedHat