Skip to content

Instantly share code, notes, and snippets.

@H2so4
Forked from cbarraford/install_ixgbevf.bash
Created July 7, 2014 18:47
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save H2so4/b2c752a13b26e64883c0 to your computer and use it in GitHub Desktop.
Save H2so4/b2c752a13b26e64883c0 to your computer and use it in GitHub Desktop.
aptitude install -y build-essential
wget "http://downloads.sourceforge.net/project/e1000/ixgbevf stable/2.11.3/ixgbevf-2.11.3.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