Here is the relevant section of my kernel konfig file for the 2.4.19 kernel. As mentioned previously in this thread it work for the TX2000 together with changes in pdc202xx.c. CONFIG_BLK_DEV_PDC202XX=y CONFIG_PDC202XX_BURST=y # CONFIG_PDC202XX_FORCE is not set # CONFIG_BLK_DEV_SVWKS is not set # CONFIG_BLK_DEV_SIS5513 is not set # CONFIG_BLK_DEV_SLC90E66 is not set # CONFIG_BLK_DEV_TRM290 is not set CONFIG_BLK_DEV_VIA82CXXX=y <======= only for my VIA board # CONFIG_IDE_CHIPSETS is not set CONFIG_IDEDMA_AUTO=y # CONFIG_IDEDMA_IVB is not set # CONFIG_DMA_NONPCI is not set CONFIG_BLK_DEV_IDE_MODES=y CONFIG_BLK_DEV_ATARAID=y CONFIG_BLK_DEV_ATARAID_PDC=y # CONFIG_BLK_DEV_ATARAID_HPT is not set Maybe that helps. Goetz On Fri, 2002-10-25 at 19:56, Max Lytvyn wrote: > I tried every solution proposed on this board - nothing helps me. > Disks are identified as individual drives, but no raid. Never! > It cannot mount /dev/ataraid/d0pX for any X > And I do not see any messages about ataraid or pdcraid at all during the > boot. I only see that hptraid is not identified (I do not have it). > Should there be any messages about ataraid? > I even tried compile them as modules and create .img file - does not > help, result is exactly the same. > HELP ME > > Max