On Mon, Sep 24, 2001 at 09:23:09PM +0200, Nils Nilsson wrote: > Im curius is there ANY one that have gotten 2 "different"(one of them is an > onboard light controller) RAID controllers working with the 2.4.10 and the > patch "patch-to-2.4.10" ? > > Becuse i cant.. it seems to work but i cant find the damn device file fore > it.. > The driver says that it shuld work with 2 cards.. but it dosent say how i > can access the second card.. > And the small shell script that is creating the device files is only making > d0 series not d1 series !! how am i supposed to DO THIS ! if you don't have /dev/ataraid/d1p1 etc mknod /dev/ataraid/d1p1 b 114 16 mknod /dev/ataraid/d1p2 b 114 17 ... mknod /dev/ataraid/d1p15 b 114 31 will do the trick.