QLogic QL4100 not recognized as usable NIC
-
Problem description:
After installation the UI fails to detect PCIe QLogic QL4100 as usable NIC, even though it is detected as PCIe device connected


Analysis of the cause of the problem:
Issue is caused by driver incompatibilityProblem handling process:
1- Download the correct driver package:
kmod-qlgc-fastlinq-8.70.12.0-1.x86_64.zip
2- Extract the .rpm package and upload it to the node for example in /tmp/ folder
3- Install the driver:yum --disablerepo=* install ./kmod-qlgc-fastlinq-8.70.12.0-1.x86_64.rpm -y4- Load driver module:
modprobe qede5- Check driver binding:
lspci -k | grep -A 3 -i "QLogic"6- Check interface visibility:
ip link show7- Reboot the physical server
-
undefined nexus marked this topic as a regular topic