For 10 Mbps networks, use Category 3, 4, or 5 Twisted Pair Ethernet (TPE) network cable.
For 100 or 1000 Mbps networks,and for any residential networks, use Category 5 (4 pair) cable.
For 10 Gbps networks, use Category 6, Category 6a, or Category 7 Ethernet cabling.
Remove and save the fiber optic connector cover. Insert a 1000Base-SX duplex type SC fiber optic connector into the TX/RX ports on the adapter bracket.
Remove and save the fiber optic connector cover. Insert an LC connector into the adapter, with correct cabling for your adapter. Conversion cables to other connector types (such as SC) may be used if the cabling matches the optical specifications of the adapter, including length limitations.
Install the module and attach the cable according to the module manufacturer’s directions.
Physical cabling must meet IEEE Std 802.3ak, Clause 54 specifications. The required cable connector is an MDI latch-type receptacle, as defined by IEC 61076-3-113.
Start your computer and follow the driver installation instructions below.
NOTES:
|
The adapter will be detected as new hardware when Windows starts. To install the correct driver:
To build a binary RPM* package of this driver, run 'rpmbuild -tb <filename.tar.gz>'. Replace <filename.tar.gz> with the specific file name of the driver.
NOTES:
|
tar zxf e1000e-<x.x.x>.tar.gz
cd e1000e-<x.x.x>/src/
make install
The binary will be installed as:
/lib/modules/<kernel_version>/kernel/drivers/net/e1000e.o
The install locations listed above are the default locations. They might not be correct for certain Linux distributions.
modprobe e1000e <parameter>=<value>
ifconfig eth<x> <IP_address>
ping <IP_address>
This driver has been developed for use with FreeBSD kernel, versions 4.8 and later.
NOTE: You must have kernel sources installed in order to compile the driver module. |
In the instructions below, x.x.x is the driver version as indicated in the name of the driver tar file.
tar xfz ixgb-x.x.x.tar.gz
This will create an ixgb-x.x.x
directory.
cd ixgb-x.x.x
gzip -c ixgb.4 > /usr/share/man/man4/ixgb.4.gz
cd ixgb-x.x.x
make
OR
cd ixgb-x.x.x/src
make load
ifconfig ixgb<interface_num> <IP_address>
ping <IP_address>
cd ixgb-x.x.x/src
make load
cp if_ixgb.ko /modules
Edit /boot/loader.conf, and add the following line:
if_ixgb_load="YES"
OR
compile the driver into the kernel (see item 8). Edit /etc/rc.conf, and create the appropriate ifconfig_ixgb<interface_num> entry:
ifconfig_ixgb<interface_num>="<ifconfig_settings>"
Example usage:
ifconfig_ixgb0="inet 192.168.10.1 netmask 255.255.255.0"
cd ixgb-x.x.x/src
mkdir /usr/src/sys/dev/ixgb
cp if_ixgb* /usr/src/sys/dev/ixgb
cp ixgb* /usr/src/sys/dev/ixgb
cp Makefile.kernel /usr/src/sys/modules/ixgb/Makefile
Edit the /usr/src/sys/conf/files.i386 file, and add the following line:
dev/ixgb/ixgb_hw.c optional ixgb
dev/ixgb/ixgb_ee.c optional ixgb
dev/ixgb/if_ixgb.c optional ixgb
Remove the following lines from the /usr/src/sys/conf/files.i386 file, if they exist:
/dev/ixgb/if_ixgb_fx_hw.c optional ixgb
/dev/ixgb/if_ixgb_phy.c optional ixgb
Edit the kernel configuration file (i.e., GENERIC or MYKERNEL) in /usr/src/sys/i386/conf, and ensure the following line is present:
device ixgb
Compile and install the kernel. The system must be reboot for the kernel updates to take affect.
For additional information on compiling the kernel, consult the FreeBSD operating system documentation.
For more information, see the Adapter User Guide on the Intel support web site: http://www.intel.com/support.
Intel® PROSet is installed with the same process used to install drivers. Select Intel® PROSet and Advanced Network Services on the Setup Options dialog of the Install Wizard.