Mike> good feedback...thanks Mike> the entries in dmesg show Mike> QLogic Fibre Channel HBA Driver Mike> qla2xxx 0000:00:01.0: Found an ISP2312, irq 9, iobase 0xf8aa6000 Mike> qla2xxx 0000:00:01.0: Configuring PCI space... Mike> qla2xxx 0000:00:01.0: Configure NVRAM parameters... Mike> qla2xxx 0000:00:01.0: Verifying loaded RISC code... Mike> qla2xxx 0000:00:01.0: Firmware image unavailable. Mike> qla2xxx 0000:00:01.0: Failed to initialize adapter This is good, but what it's really telling me is that you don't have the driver properly installed, with the firmware that needs to be downloaded to the card setup properly. Do you have any docs on the card driver install? Check that /lib/firmware/.. has the right stuff in there. Here's some docs from the KCONFIG entry, since the qla2xxx driver is part of the core linux kernel now (2.6.18-rc1-mm1): By default, firmware for the ISP parts will be loaded via the Firmware Loader interface. ISP Firmware Filename ---------- ----------------- 21xx ql2100_fw.bin 22xx ql2200_fw.bin 2300, 2312, 6312 ql2300_fw.bin 2322, 6322 ql2322_fw.bin 24xx ql2400_fw.bin Upon request, the driver caches the firmware image until the driver is unloaded. Firmware images can be retrieved from: ftp://ftp.qlogic.com/outgoing/linux/firmware/ Mike> This is a brand new, out of the box HBA and we have had zero Mike> failure rates to date on these (via Redhat). Mike> The only "drivers" i can find via QLogic are rpm's...that makes Mike> them binary drivers (?) since I cannot compile them myself, Mike> right? Whether they're RPMs or not doesn't mean much, it's whether or not you can get source code without any binary blobs. In this case, since the firmware is binary only, it's not a completely open adapter, but at least you can grab what you need easily enough. John