Supermicro AOC-AG-i2 User Manual page 29

Table of Contents

Advertisement

Super AOC-AG-i2(M) Add-on Card User's Guide
2. Untar/unzip the archive:
tar xfz igb-x.x.x directory
3. To install man page:
cd igb-x.x.x
gzip -c igb.4 > /usr/share/man/man4/igb.4.gz
4. To load the driver onto a running system, perform the following steps:
cd igb-x.x.x
make
or
cd igb-x.x.x/src
make load
5. To assign an IP address to the interface, enter the following:
ifconfig igb<interface_num> <IP_address>
6. Verify that the interface works. Enter the following, where <IP_address> is the
IP address for another machine on the same subnet as the interface that is
being tested:
ping <IP_address>
7. If you want the driver to load automatically when the system is booted:
cd igb-x.x.x/src
make load
cp if_igb.ko /modules
Edit /boot/loader.conf, and add the following line:
if_igb_load="YES"
or
compile the driver into the kernel (see item 8). Edit /etc/rc.conf, and create the
appropriate ifconfig_igb<interface_num> entry:
ifconfig_igb<interface_num>="<ifconfig_settings>"
Example usage:
ifconfig_igb0="inet 192.168.10.1 netmask 255.255.255.0"
8. If you want to compile the driver into the kernel, enter:
3-12

Advertisement

Table of Contents
loading

This manual is also suitable for:

Aoc-ag-i2m

Table of Contents