Hi All,
Just recording my notes from installing SME to an Adaptec PCI-X AIC-7901 SCSI setup (IBM x206 server).
First, disable HostRAID in the SCSI BIOS.
Second, get the sources for the Adaptec drivers from
www.adaptec.com (U320 non-HostRAID Linux Driver v2.0.2 Source Code).
Third, get the packages from
http://mirror.contribs.org/smeserver/contribs/saco/contrib/devtools_SME6.0/and install them. (I only ended up using autoconf, automake, cpp, gcc, glibc-devel, glibc-kernheaders, kernel-source and m4)
Fourth, replace the contents of /usr/src/linux-2.4.20-18.7/drivers/scsi/aic7xxx with the source from Adaptec. The existing code crashed with a kernel panic when the module was loading.
Fifth, follow the instructions from
http://www.comnetel.com/bootdisk.htm . Because the new driver is a lot bigger, you'll need to remove some other drivers from your modules and the associated configuration files (I removed aic7xxx because i only wanted aic79xx), or it won't fit back into the boot.img file.
Sixth, copy the ks_stub.cfg file into the boot.img (disk.dir) as ks.cfg or SME will complain.
Seventh, reboot and enjoy.
Hope this helps someone else.
Rob
