Second Core not detected on Intel Core 2 Duo e8400 on Ubuntu 11.10
By Jesse Morgan
Long title, but accurate. This was on a Dell Optiplex 760- dmesg showed only one core being found, cat /proc/cpu only showed one core, etc.
- sudo vim /etc/default/grub
- on GRUB_CMDLINE_LINUX_DEFAULT, change acpi=off to acpi=noirq
- save file
- run sudo update-grub
- reboot
Now your cores should be found. Leave a comment if this was able to help you.