Driver Installation
Rev 1.9
33
Mellanox Technologies
http://www.mellanox.com
=> Products => Software => Ether-
net Drivers.
Step 3.
Create an apt-get repository configuration file called
"/etc/apt/sources.list.d/mlnx
-
_ofed.list"
with the following content:
Step 4.
Download and install Mellanox Technologies GPG-KEY.
Step 5.
Check that the key was successfully imported.
Step 6.
Update the apt-get cache.
4.1.6.2 Installing MLNX_OFED using the apt-get Tool
After setting up the apt-get repository for MLNX_OFED package, perform the following:
Step 1.
View the available package groups by invoking:
Where:
Step 2.
Install the desired group.
Example:
deb file:/<path to extracted MLNX_OFED package> ./
# wget -qO - http://www.mellanox.com/downloads/ofed/RPM-GPG-KEY-Mellanox | sudo apt-key
add -
# apt-key list
pub 1024D/A9E4B643 2013-08-11
uid Mellanox Technologies <[email protected]>
sub 1024g/09FCC269 2013-08-11
# sudo apt-get update
# apt-cache search mlnx-ofed-
mlnx-ofed-vma-eth - MLNX_OFED vma-eth installer package (with DKMS support)
mlnx-ofed-hpc - MLNX_OFED hpc installer package (with DKMS support)
mlnx-ofed-vma-vpi - MLNX_OFED vma-vpi installer package (with DKMS support)
mlnx-ofed-basic - MLNX_OFED basic installer package (with DKMS support)
mlnx-ofed-vma - MLNX_OFED vma installer package (with DKMS support)
mlnx-ofed-all - MLNX_OFED all installer package (with DKMS support)
mlnx-ofed-all
MLNX_OFED all installer package.
mlnx-ofed-basic
MLNX_OFED basic installer package.
mlnx-ofed-vma
MLNX_OFED vma installer package.
mlnx-ofed-hpc
MLNX_OFED HPC installer package.
mlnx-ofed-vma-eth
MLNX_OFED vma-eth installer package.
mlnx-ofed-vma-vpi
MLNX_OFED vma-vpi installer package.
apt-get install '<group name>'
apt-get install mlnx-ofed-all