Well... let's figure out if its actually using both chips:
cat /proc/cpuinfo
If you've got only 1 chip listed, it installed a uniprocessor kernel. Check to see if there's something cool in /boot like vmlinuz-SMP or something, then its just a matter of modifying the bootloader.
If not, and SuSe messed up, you can either check the CDs for an SMP kernel RPM, or just download the kernel source from kernel.org, read the kernel how-to over at linux-doc, and compile one yourself! Home brew kernels are the best kernels.
Cheers,
Finegan
|