You have a motherboard newer then the kernel can handle correctly, time to build your own.
Get the latest 2.6.17.13 kernel from;
http://kernel.org/
Review the details on how to rebuild a kernel;
http://www.digitalhermit.com/linux/K...ild-HOWTO.html
The steps used to build a Red Hat family 2.6 series kernel differ slightly from the Kernel Rebuild Guide, the steps in order are;
make mrproper
make menuconfig
make
make modules_install
make install
It takes a bit of time to get the configuration right, take your time. It may benefit you to use the CentOS kernel-2.6.9-42.0.2.EL.src.rpm prepared kernel source as a side by side helpful resource. Trust me the building steps above work, been doing this for a while now;
$ cat /etc/*release
CentOS release 4.4 (Final)
$ uname -a
Linux Aspire5000 2.6.17.13 #1 Sat Sep 9 06:46:54 EDT 2006 x86_64 x86_64 x86_64 GNU/Linux
FYI: the CentOS supplied kernel configuration file found in /boot named something like config-2.6.9-42.0.2EL will not work with a vanilla kernel.org kernel. Red Hat backports and make lots of other changes to the kernels they supply making them not 100% compatible. And yes I was your posting on the CentOS forums, I am the same Lenard here and there.