> It looks like you are confirming my fears... this could be an uphill > battle. <snip>
> NOTE: A quick search on the compaq site turns up the > cpqarray driver page > on SF, which is apparently a driver for this controller: > http://sourceforge.net/projects/cpqarray/ Actually, good news. A bit more digging, and it looks like the older version of the cpqarray driver was called "smart2", and is in the 2.2.19 kernel tree already. The driver code indicates it talks to your SmartArray 2/P card. While I don't have this driver pre-compiled, you can pretty easily build a new kernel from my Dachstein-source, and simply add the smart2 driver to your kernel configuration. In the process, you could build-in SCSI support if you want to make your boot-time life a bit easier :) Saddly, the source indicates you have to re-build the whole kernel, even if you compile the driver as a module... Details on building the kernel can be found in the kernel readme: http://lrp.steinkuehler.net/files/kernels/Dachstein-source/README Note that you don't need a particular version of linux or specific C libraries to build the kernel...just a working gcc that can compile the kernel (kgcc on recent RedHat boxes, gcc on most other systems). Charles Steinkuehler http://lrp.steinkuehler.net http://c0wz.steinkuehler.net (lrp.c0wz.com mirror) _______________________________________________ Leaf-user mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/leaf-user
