8–Troubleshooting
Verifying that Current Drivers are Loaded
78
BC0154503-00 C
Verifying that Current Drivers are Loaded
Windows
See the Device Manager to view vital information about the adapter, link status,
and network connectivity.
Linux
To verify that the qed.ko driver is loaded properly, run:
#
lsmod | grep -i
<module name>
If the driver is loaded, the output of this command shows the size of the driver in
bytes. The following example shows the drivers loaded for the qed module:
#
lsmod | grep -i qed
qed 199238 1
qede 1417947 0
If you reboot after loading a new driver, you can use the following command to
verify that the currently loaded driver is the correct version:
modinfo qede
Or, you can use the following command:
[root@test1]#
ethtool -i eth2
driver: qede
version: 8.4.7.0
firmware-version: mfw 8.4.7.0 storm 8.4.7.0
bus-info: 0000:04:00.2
If you loaded a new driver, but have not yet booted, the
modinfo
command will
not show the updated driver information. Instead, type the following
dmesg
command to view the logs. In this example, the last entry identifies the driver that
will be active upon reboot.
#
dmesg | grep -i "QLogic" | grep -i "qede"
[ 10.097526] QLogic FastLinQ 4xxxx Ethernet Driver qede x.x.x.x
[ 23.093526] QLogic FastLinQ 4xxxx Ethernet Driver qede x.x.x.x
[ 34.975396] QLogic FastLinQ 4xxxx Ethernet Driver qede x.x.x.x
[ 34.975896] QLogic FastLinQ 4xxxx Ethernet Driver qede x.x.x.x
[ 3334.975896] QLogic FastLinQ 4xxxx Ethernet Driver qede x.x.x.x
Summary of Contents for QL45212
Page 111: ......