Skip to content

Instantly share code, notes, and snippets.

@misodengaku
Created December 1, 2016 13:38
Show Gist options
  • Save misodengaku/7334c3e449d36533feed1a6f13c05fe1 to your computer and use it in GitHub Desktop.
Save misodengaku/7334c3e449d36533feed1a6f13c05fe1 to your computer and use it in GitHub Desktop.
cd /usr/src
wget http://www.mellanox.com/downloads/ofed/MLNX_EN-3.4-2.0.0.0/mlnx-en-3.4-2.0.0.0-ubuntu16.10-x86_64.tgz
tar xzf mlnx-en-3.4-2.0.0.0-ubuntu16.10-x86_64.tgz
cd mlnx-en-3.4-2.0.0.0-ubuntu16.10-x86_64/src/
tar xzf MLNX_OFED_SRC-3.4-2.0.0.0.tgz
cd MLNX_OFED_SRC-3.4-2.0.0.0/SOURCES/
tar xzf mlnx-en_3.4.orig.tar.gz
cd mlnx-en-3.4/
./scripts/mlnx_en_patch.sh
make -j8
INSTALL_MOD_PATH=/ make install
modprobe mlx4_en
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment