I have a computer with a onboard PDC 20267 raid controller. I believe the problems are due to the driver being written for LM 9.0. The source contains precompiled object code. I was able to get it to work only by booting on an extra ide drive, then I can use the raid drive. I get error messages during bootup, but it works (non raid boot). I examined the install script on the install disk I made, and performed the same steps by hand, as if the version tests were successful.
You could try one of two things during setup.
1) Press F1 at the first prompt and enter EXPERT
then have a ext2 formatted floppy ready with the FastTrak.o
driver and insert the disk when prompted.
2) During regular install, press Ctl-Alt-F2, copy the FastTrak.o driver to the ramdisk /lib dir and run:
modprobe FastTrak
The raid drive may be recognised at that point, but I don't think you will be able to use the raid drive to boot. Maybe you will be able to if you made a new initrd file containing the
FastTrak module, but I don't think that will be possible with the version differences.
Maybe someone with more linux experience then I have could explain how even initrd gets read in from the disk during the boot process. In other words, how does the FastTrak get read in from the raid drive. Sounds like a catch-22 situation to me.
I'm sorry I can't help more. The basic problem I think is with the promise drivers not being current, or not having full source so you could use autoconf or ./configure to produce a proper driver.
|