From Bugzilla Helper: User-Agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.4.1) Gecko/20031114 Description of problem: FC3 installer doesn't have the PCI ID of Adaptec 0-channel RAID cards used quite often with Supermicro 1u systems. If I add the PCI ID in manually installation progresses without a hitch. PCI ID I have is 0x1044 0xa511. Version-Release number of selected component (if applicable): How reproducible: Always Steps to Reproduce: 1. Try to install Actual Results: i2o_core device not found. Expected Results: i2o_core modules and deps loaded. Additional info: I haven't yet tried x86_64, but I'm pretty sure the problem will exist there as well.
The installer uses modules.pcimap which is generated from the kernel modules.
<sheepish>That would be i2o_block, not i2o_core.</sheepish>
drivers/message/i2o/pci.c: {PCI_DEVICE(PCI_VENDOR_ID_DPT, 0xa511)}, present in the 2.6.10 updates. This doesn't really help the situation for the FC3 installer, but at least FC4 should get things right.