Skip to content

Instantly share code, notes, and snippets.

@stephen-mw
Forked from cbarraford/install_ixgbevf.bash
Last active August 29, 2015 14:16
Show Gist options
  • Save stephen-mw/3890c8718f0556070895 to your computer and use it in GitHub Desktop.
Save stephen-mw/3890c8718f0556070895 to your computer and use it in GitHub Desktop.
apt-get update -y
aptitude install -y build-essential
wget "http://downloads.sourceforge.net/project/e1000/ixgbevf%20stable/2.16.1/ixgbevf-2.16.1.tar.gz"
tar -zxf ./ixgbevf-*
cd ixgbevf*/src
make install
modprobe ixgbevf
sudo update-initramfs -c -k all
echo "options ixgbevf InterruptThrottleRate=1,1,1,1,1,1,1,1" > /etc/modprobe.d/ixgbevf.conf
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment