Missing ata_piix

Discussion in 'HOWTO-Related Questions' started by blong4life, Feb 17, 2008.

  1. blong4life

    blong4life New Member

    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
     
  2. topdog

    topdog Active Member

    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
     

Share This Page