My processor is not detected intel core 2 duo

Posted by walid on Ask Ubuntu See other posts from Ask Ubuntu or by walid
Published on 2011-02-08T11:08:01Z Indexed on 2011/02/08 15:34 UTC
Read the original article Hit count: 381

Filed under:
|
|

My processor is not detected intel core 2 duo

When I type

$uname -m -p

I get this

i686 unknown

I have Ubuntu 10.10 netbook remix

but the cat /proc/cpuinfo gives right identification of two processors as below

processor   : 0
vendor_id   : GenuineIntel
cpu family  : 6
model       : 15
model name  : Intel(R) Core(TM)2 CPU         T5600  @ 1.83GHz
stepping    : 6
cpu MHz     : 1826.000
cache size  : 2048 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 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 aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm lahf_lm dts tpr_shadow
bogomips    : 3657.99
clflush size    : 64
cache_alignment : 64
address sizes   : 36 bits physical, 48 bits virtual
power management:

processor   : 1
vendor_id   : GenuineIntel
cpu family  : 6
model       : 15
model name  : Intel(R) Core(TM)2 CPU         T5600  @ 1.83GHz
stepping    : 6
cpu MHz     : 1826.000
cache size  : 2048 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 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 aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm lahf_lm dts tpr_shadow
bogomips    : 3657.53
clflush size    : 64
cache_alignment : 64
address sizes   : 36 bits physical, 48 bits virtual
power management:

The problem is with programs that uses more than one core like virtualbox and bitcoin which refuses to use more than one core

Is there anythign wrong or anything that I can do?

My installation is from a live usb iso on a USB

© Ask Ubuntu or respective owner

Related posts about 10.10

Related posts about intel