Description of problem: The low level module for Infiniband is missing on 32-bit RHEL4 Update 6. Version-Release number of selected component (if applicable): kernel-smp-2.6.9-67.EL How reproducible: Very. Steps to Reproduce: 1. Install 32-bit RHEL4 Update 6 2. Install Infiniband card 3. Try to load the ib_ipath module Actual results: # modprobe ib_ipath FATAL: Module ib_ipath not found. Expected results: I expect the module to be present and load. Additional info: This line is missing in the 32-bit kernel .config file. CONFIG_INFINIBAND_IPATH=m
The ipath module is not expected, nor required, to run on ia32 hardware. It is an ia64 hardware only module.