3-4
AOC-CTG-i1S Add-on Card User's Guide
3. Click on INSTALL DRIVERS AND SOFTWARE.
4. Follow the prompts to complete the installation.
3-6 Installing Drivers on Linux
Follow the steps below to install the driver to a Linux system.
Build a Binary RPM Package
1.
Run ‘rpmbuild -tb <filename.tar.gz>’
2.
Replace <filename.tar.gz> with the specific filename of the driver.
Note
: For the build to work properly, the current running kernel MUST
match the version and configuration of the installed kernel sources. If you
have just recompiled the kernel, reboot the system at this time.
Follow the instructions below to build the driver manually.
1.
Move the base driver tar file to the directory of your choice. For example
/home/username/ixgbe
or
/usr/local/src/ixgbe
2.
Untar/unzip archive, where <x.x.x> is the version number for the driver tar file:
tar zxf ixgbe-x.x.x.tar.gz
3.
Change to the driver src directory, where <x.x.x> is the version number for
the driver tar:
cd ixgbe-x.x.x/src/
4. Compile the driver module:
make install
The binary will be installed as:
/lib/modules/[KERNEL_VERSION]/kernel/drivers/net/ixgbe/ixgbe.[k]o