Привет!
Недавно впервые поставил ubuntu. Сейчас заметил, что она неправильно определяет количество ядер процессора. Всего их 3. Она же находит 1.
Запускается система только с nosplash acpi=off. ubuntu 10.04(поздние версии зависали при установке) toshiba satellite l650
Что делать? Информация:
dmitry@dmitry-desktop:~$  cat /proc/cpuinfo | grep vendor | uniq
vendor_id   : AuthenticAMD
dmitry@dmitry-desktop:~$  cat /proc/cpuinfo | grep 'model name' | uniq
model name   : AMD Phenom(tm) II P820 Triple-Core Processor
dmitry@dmitry-desktop:~$ lscpu
Architecture:          x86_64
CPU op-mode(s):        64-bit
CPU(s):                1
Thread(s) per core:    1
Core(s) per socket:    1
CPU socket(s):         1
NUMA node(s):          1
Vendor ID:             AuthenticAMD
CPU family:            16
Model:                 5
Stepping:              3
CPU MHz:               1795.295
Virtualization:        AMD-V
L1d cache:             64K
L1i cache:             64K
L2 cache:              512K
dmitry@dmitry-desktop:~$  cat /proc/cpuinfo | grep -i 'core id'
core id      : 0
dmitry@dmitry-desktop:~$ cat /proc/cpuinfo | grep processor
processor   : 0
dmitry@dmitry-desktop:~$ cat /proc/cpuinfo
processor   : 0
vendor_id   : AuthenticAMD
cpu family   : 16
model      : 5
model name   : AMD Phenom(tm) II P820 Triple-Core Processor
stepping   : 3
cpu MHz      : 1795.295
cache size   : 512 KB
physical id   : 0
siblings   : 1
core id      : 0
cpu cores   : 1
apicid      : 0
initial apicid   : 0
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 mmx fxsr sse sse2 ht syscall nx mmxext fxsr_opt pdpe1gb rdtscp lm 3dnowext 3dnow constant_tsc up rep_good nonstop_tsc extd_apicid pni monitor cx16 popcnt lahf_lm cmp_legacy svm extapic cr8_legacy abm sse4a misalignsse 3dnowprefetch osvw ibs skinit wdt nodeid_msr
bogomips   : 3590.58
TLB size   : 1024 4K pages
clflush size   : 64
cache_alignment   : 64
address sizes   : 48 bits physical, 48 bits virtual
power management: ts ttp tm stc 100mhzsteps hwpstate


