Created
December 1, 2016 13:38
-
-
Save misodengaku/7334c3e449d36533feed1a6f13c05fe1 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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