| ... | @@ -106,11 +106,11 @@ After the command states that it has successfully installed the drivers and MLNX | ... | @@ -106,11 +106,11 @@ After the command states that it has successfully installed the drivers and MLNX | 
|  |  |  |  | 
|  | ## Post Driver Install |  | ## Post Driver Install | 
|  | After reboot you should check if everything started correctly and the MLNX NIC is recognized with its respective ports. This can be done by running the following command-line tools: |  | After reboot you should check if everything started correctly and the MLNX NIC is recognized with its respective ports. This can be done by running the following command-line tools: | 
|  |  |  | ``` | 
|  | `sudo dpkg -l | grep -i mlnx` |  | sudo dpkg -l | grep -I mlnx | 
|  | `sudo lsmod | grep mlx` |  | sudo lsmod | grep mlx | 
|  | `sudo ibv_devinfo` |  | sudo ibv_devinfo | 
|  |  |  | ``` | 
|  | These commands will check: |  | These commands will check: | 
|  | 1. If the Mellanox packages were installed |  | 1. If the Mellanox packages were installed | 
|  | 2. If the infiniband libary/devices are working |  | 2. If the infiniband libary/devices are working | 
| ... |  | ... |  |