PDA

View Full Version : Missing ata_piix


blong4life
17th February 2008, 07:03
Hello,

I have just compiled the latest linux kernel on my CentOS 5 box, and I get the following error message.

[root@localhost 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.
[root@localhost 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

topdog
17th February 2008, 09:26
check your .config file you used to build the custom kernel if this is set

CONFIG_ATA_PIIX=y

then the module is built in