Last active
November 28, 2019 21:35
-
-
Save cbarraford/8850424 to your computer and use it in GitHub Desktop.
Install ixgbevf driver for amazon aws enhanced networking (ubuntu)
This file contains 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
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 |
Edited: 14.04 works out of the box though options are not set.
For those that want to do the same on Wheezy, here's what I did to get it working:
https://forums.aws.amazon.com/message.jspa?messageID=585759#586007
With patch for 14.04: https://gist.github.com/vdm/6af55e1a568de0b61882
Fix for current AMI as of 6/17
https://stackoverflow.com/questions/44833346/cant-get-ixgbevf-to-build-on-current-ubuntu-ami
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Related discussion in https://bugs.launchpad.net/ubuntu-on-ec2/+bug/1274676
Recommended solution is to install linux-image-generic-lts-saucy