web-dev-qa-db-fra.com

Pourquoi Ubuntu 12.04 ne reconnaît-il qu'un seul processeur?

J'ai installé Ubuntu 12.04 LTS sur une machine équipée d'un processeur Intel i3. Autant que je sache, le processeur i3 est multicœur et le système d'exploitation devrait reconnaître deux processeurs, tout comme Windows 7. Ubuntu ne le reconnaît pas cependant. Est-ce un problème connu? Ai-je oublié une configuration?

$ cat /proc/cpuinfo

processor       : 0
vendor_id       : GenuineIntel
cpu family      : 6
model           : 37
model name      : Intel(R) Core(TM) i3 CPU         530  @ 2.93GHz
stepping        : 2
microcode       : 0x9
cpu MHz         : 2933.374
cache size      : 4096 KB
physical id     : 0
siblings        : 1
core id         : 0
cpu cores       : 1
apicid          : 0
initial apicid  : 0
fpu             : yes
fpu_exception   : yes
cpuid level     : 11
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 syscall nx rdtscp lm constant_tsc up Arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm sse4_1 sse4_2 popcnt lahf_lm arat dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips        : 5866.74
clflush size    : 64
cache_alignment : 64
address sizes   : 36 bits physical, 48 bits virtual
power management:

[MODIFIER]

La sortie de

$ lscpu

est:

Architecture:          x86_64
CPU op-mode(s):        32-bit, 64-bit
Byte Order:            Little Endian
CPU(s):                1
On-line CPU(s) list:   0
Thread(s) per core:    1
Core(s) per socket:    1
Socket(s):             1
NUMA node(s):          1
Vendor ID:             GenuineIntel
CPU family:            6
Model:                 37
Stepping:              2
CPU MHz:               2933.196
BogoMIPS:              5866.39
Virtualization:        VT-x
L1d cache:             32K
L1i cache:             32K
L2 cache:              256K
L3 cache:              4096K
NUMA node0 CPU(s):     0

[EDIT2]

Quelques informations supplémentaires:

$ grep APIC /boot/config-3.2.0-29-generic
CONFIG_X86_X2APIC=y
CONFIG_X86_LOCAL_APIC=y
CONFIG_X86_IO_APIC=y
CONFIG_PCI_IOAPIC=y
CONFIG_KVM_APIC_ARCHITECTURE=y

De /var/log/kern.log:

Feb 22 08:37:27 MATTIDST002 kernel: [    0.000000] SMP: Allowing 1 CPUs, 0 hotplug CPUs
...
Feb 22 08:37:27 MATTIDST002 kernel: [    0.003953] CPU0: Thermal monitoring enabled (TM1)
Feb 22 08:37:27 MATTIDST002 kernel: [    0.003961] using mwait in idle threads.
Feb 22 08:37:27 MATTIDST002 kernel: [    0.004000] SMP alternatives: switching to UP code
Feb 22 08:37:27 MATTIDST002 kernel: [    0.010870] Freeing SMP alternatives: 24k freed
Feb 22 08:37:27 MATTIDST002 kernel: [    0.010881] ACPI: Core revision 20110623
Feb 22 08:37:27 MATTIDST002 kernel: [    0.014752] ACPI: setting ELCR to 0200 (from cc60)
Feb 22 08:37:27 MATTIDST002 kernel: [    0.036996] ftrace: allocating 26998 entries in 106 pages
Feb 22 08:37:27 MATTIDST002 kernel: [    0.044302] weird, boot CPU (#0) not listed by the BIOS.
Feb 22 08:37:27 MATTIDST002 kernel: [    0.044304] SMP motherboard not detected.
Feb 22 08:37:27 MATTIDST002 kernel: [    0.150902] SMP disabled
Feb 22 08:37:27 MATTIDST002 kernel: [    0.150904] Performance Events: PEBS fmt1+, Westmere events, Intel PMU driver.
Feb 22 08:37:27 MATTIDST002 kernel: [    0.150911] ... version:                3
Feb 22 08:37:27 MATTIDST002 kernel: [    0.150912] ... bit width:              48
Feb 22 08:37:27 MATTIDST002 kernel: [    0.150914] ... generic registers:      4
Feb 22 08:37:27 MATTIDST002 kernel: [    0.150915] ... value mask:             0000ffffffffffff
Feb 22 08:37:27 MATTIDST002 kernel: [    0.150916] ... max period:             000000007fffffff
Feb 22 08:37:27 MATTIDST002 kernel: [    0.150917] ... fixed-purpose events:   3
Feb 22 08:37:27 MATTIDST002 kernel: [    0.150919] ... event mask:             000000070000000f
Feb 22 08:37:27 MATTIDST002 kernel: [    0.151032] NMI watchdog enabled, takes one hw-pmu counter.
Feb 22 08:37:27 MATTIDST002 kernel: [    0.151050] Brought up 1 CPUs
Feb 22 08:37:27 MATTIDST002 kernel: [    0.151052] Total of 1 processors activated (5866.45 BogoMIPS).

[EDIT3]

Encore plus d'infos:

$ grep SMP /boot/config-3.2.0-29-genericCONFIG_X86_64_SMP=y
CONFIG_USE_GENERIC_SMP_HELPERS=y
CONFIG_SMP=y
# CONFIG_X86_VSMP is not set
# CONFIG_MAXSMP is not set
CONFIG_PM_SLEEP_SMP=y
CONFIG_HAVE_TEXT_POKE_SMP=y
CONFIG_SCSI_SAS_Host_SMP=y
CONFIG_VIDEO_VP27SMPX=m

Modèle de carte mère: Asus P7H55-M

$ Sudo lshw

Je ne mets ici que les informations de la dernière commande concernant la carte mère:

  *-core
       description: Motherboard
       product: P7H55-M BR
       vendor: ASUSTeK Computer INC.
       physical id: 0
       version: X.0x
       serial: MS2222222222222222222222222
       slot: To Be Filled By O.E.M.
     *-firmware
          description: BIOS
          vendor: American Megatrends Inc.
          physical id: 0
          version: 0602
          date: 05/11/2011
          size: 64KiB
          capacity: 8128KiB
          capabilities: isa pci pnp apm upgrade shadowing escd cdboot bootselect socketedrom edd int13floppy1200 int13floppy720 int13floppy2880 int5printscreen int9keyboard int14serial int17printer int10video acpi usb ls120boot zipboot biosbootspecification

Il semble que certains modules manquent dans mon installation d'ubuntu, n'est-ce pas? Si oui, comment puis-je installer les correctes? Comme il s’agit d’une installation de poste de travail et qu’elle prend beaucoup de temps, l’installation de l’environnement de développement, l’affichage de tous les emplacements réseau, la configuration des VPN, etc. = p

4
Plinio.Santos

Cela ne ressemble pas à un problème de module, la clé semble se trouver dans cette ligne du journal:

Feb 22 08:37:27 MATTIDST002 kernel: [    0.044304] SMP motherboard not detected.
Feb 22 08:37:27 MATTIDST002 kernel: [    0.150902] SMP disabled

Le noyau détecte que votre carte mère ne supporte pas SMP et le désactive ensuite. Sans SMP, un seul processeur peut être actif à la fois.

D'après mon expérience, cela est généralement dû à une option du BIOS que Windows ignore tout simplement.

6
Javier Rivera

essayez $ lscpu, cela vous donnera toutes les informations sur le processeur.enter image description here

la commande lscpu indiquant mon processeur corei5 a une architecture de 32 et 64 bits et 4 cœurs de processeur (0-3) ainsi qu'une mémoire cache L1, L2, L3.

1
Gaurav Sharma