MacBookPro 7,1 can only see one cpu
- by gozzilli
On a MacBookPro 7,1 running ubuntu 11.10, System monitor only sees 1 core (instead of 2).
cat /proc/cpuinfo | grep 'cpu cores'
also gives:
cpu cores : 1
I followed this guide and added acpi_apic_instance=2 to the line with GRUB_CMDLINE_LINUX_DEFAULT, but that doesn't seem to change the situation.
What can I do?
I'm using rEFIt, installed…