Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save marloncabrera/1ae3114bbb394e02eefe to your computer and use it in GitHub Desktop.
Save marloncabrera/1ae3114bbb394e02eefe to your computer and use it in GitHub Desktop.
Core 2 Duo showing only one core in openSuse
## Core 2 Duo showing only one core in openSuse
Added acpi_apic_instance=2 to kernel command line paramater:
From: apm=off acpi=off mce=off barrier=off ide=nodma idewait=50 i8042.nomux psmouse.proto=bare irqpoll pci=nommconf resume=/dev/disk/by-id/ata-OWC_Mercury_Electra_6G_SSD_EX6G06013E08U7515-part1 splash=silent quiet showopts
To: acpi_apic_instance=2 idewait=50 i8042.nomux psmouse.proto=bare irqpoll pci=nommconf resume=/dev/disk/by-id/ata-OWC_Mercury_Electra_6G_SSD_EX6G06013E08U7515-part1 splash=silent quiet showopts
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment