Hello, I have just compiled the latest linux kernel on my CentOS 5 box, and I get the following error message. [[email protected] httpd-2.2.8]# mkinitrd /boot/initrd-2.6.24.2-blong.img 2.6.24.2-blong No module ata_piix found for kernel 2.6.24.2-blong, aborting. [[email protected] httpd-2.2.8]# Is there a way I could tell if it was built into the kernel, or is there a way to compile the module? Thanks
check your .config file you used to build the custom kernel if this is set Code: CONFIG_ATA_PIIX=y then the module is built in