View previous topic :: View next topic |
Author |
Message |
jmp_ Apprentice

Joined: 02 Oct 2005 Posts: 294 Location: BCN / Catalonia (Spain)
|
Posted: Tue Apr 25, 2006 1:53 pm Post subject: Strange /proc/cpuinfo, real Pentium D ? |
|
|
Code: |
#cat /proc/cpuinfo
processor : 0
vendor_id : GenuineIntel
cpu family : 15
model : 4
model name : Intel(R) Pentium(R) D CPU 2.66GHz
stepping : 7
cpu MHz : 2667.290
cache size : 1024 KB
fdiv_bug : no
hlt_bug : no
f00f_bug : no
coma_bug : no
fpu : yes
fpu_exception : yes
cpuid level : 5
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 pni monitor ds_cpl tm2 cid cx16 xtpr lahf_lm
bogomips : 5345.79
|
Can somebody confirm this given information is valid and correct ?
I visited this: http://www.intel.com/products/processor/pentium_D/index.htm
Since all processors are dual core, I can imagine there's something wrong with the kernel information guessed for my CPU (this is not my computer, I'm at work now).
thanks in advance. |
|
Back to top |
|
 |
Corona688 Veteran


Joined: 10 Jan 2004 Posts: 1204
|
Posted: Tue Apr 25, 2006 2:25 pm Post subject: |
|
|
Melikes Intel's clear well-thought-out explanation of multicore processors... Quote: | Dual-core processing allows for true simultaneous computing so multiple users can access and enjoy the same PC, even from different rooms with a home network and networked devices. | riiiiight, that's never been possible without multiple processors before... that's a hardware limitation, not a windows one...
But yeah, there's something wrong with your cpuinfo. Specifically, if it's dual core, it should be showing TWO CPUS. Have you enabled SMP? _________________ Petition for Better 64-bit ATI Drivers - Sign Here
http://www.petitiononline.com/atipet/petition.html |
|
Back to top |
|
 |
jmp_ Apprentice

Joined: 02 Oct 2005 Posts: 294 Location: BCN / Catalonia (Spain)
|
Posted: Tue Apr 25, 2006 2:38 pm Post subject: |
|
|
Hi,
Nopes, SMP is not enabled... but I don't think this computer has 2CPU or 1CPU dual-core, in fact.
greetings |
|
Back to top |
|
 |
mentaldemise n00b

Joined: 13 Jun 2003 Posts: 8 Location: Annapolis Maryland
|
Posted: Wed Apr 26, 2006 4:45 pm Post subject: Should look more like this... |
|
|
mental linux # cat /proc/cpuinfo
processor : 0
vendor_id : GenuineIntel
cpu family : 15
model : 4
model name : Intel(R) Pentium(R) D CPU 3.00GHz
stepping : 4
cpu MHz : 3078.549
cache size : 1024 KB
physical id : 0
siblings : 2
core id : 0
cpu cores : 2
fpu : yes
fpu_exception : yes
cpuid level : 5
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 syscall lm constant_tsc pn
i monitor ds_cpl est cid cx16 xtpr
bogomips : 6166.89
clflush size : 64
cache_alignment : 128
address sizes : 36 bits physical, 48 bits virtual
power management:
processor : 1
vendor_id : GenuineIntel
cpu family : 15
model : 4
model name : Intel(R) Pentium(R) D CPU 3.00GHz
stepping : 4
cpu MHz : 3078.549
cache size : 1024 KB
physical id : 0
siblings : 2
core id : 1
cpu cores : 2
fpu : yes
fpu_exception : yes
cpuid level : 5
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 syscall lm constant_tsc pn
i monitor ds_cpl est cid cx16 xtpr
bogomips : 6157.39
clflush size : 64
cache_alignment : 128
address sizes : 36 bits physical, 48 bits virtual
power management: |
|
Back to top |
|
 |
fangorn Veteran


Joined: 31 Jul 2004 Posts: 1886
|
Posted: Thu Apr 27, 2006 10:59 am Post subject: |
|
|
You have to enable smp in the kernel config to see both CPU cores. I dont know if this switch has an impact on cpuinfo too. _________________ Video Encoding scripts collection | Project page |
|
Back to top |
|
 |
|