 |
 |
 |
 |
| Hardware & Laptops Help with your hardware, including laptop issues |

28th November 2008, 05:22 PM
|
|
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?
|

28th November 2008, 05:32 PM
|
 |
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...
|

28th November 2008, 05:46 PM
|
 |
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 .
|

28th November 2008, 05:46 PM
|
|
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.
|

28th November 2008, 05:59 PM
|
 |
Registered User
|
|
Join Date: Jun 2004
Location: Laurel, MD USA
Posts: 5,449

|
|
Quote:
Originally Posted by pravlin
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.
|

28th November 2008, 06:03 PM
|
 |
Registered User
|
|
Join Date: Nov 2006
Location: Milwaukee, WI
Age: 30
Posts: 42

|
|
Pravlin,
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 .
|

28th November 2008, 06:05 PM
|
|
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:~$
|

28th November 2008, 06:13 PM
|
 |
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
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 .
|

28th November 2008, 06:19 PM
|
|
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
|

28th November 2008, 06:31 PM
|
 |
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
|
|

30th November 2008, 01:45 AM
|
|
Registered User
|
|
Join Date: Nov 2008
Location: Thrissur
Posts: 40

|
|
|
Downloaded Fedora-10-x86_64.DVD
Installed.
Updating.
Great..............................
|
| Thread Tools |
Search this Thread |
|
|
|
| Display Modes |
Linear Mode
|
Posting Rules
|
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts
HTML code is Off
|
|
|
Current GMT-time: 13:42 (Friday, 24-05-2013)
|
|
 |
 |
 |
 |
|
|