29 Altos R920
Installation Configuration Guide
1.
You can find the Intel 82575EB driver in EasyBUILD 8.0
build 100. Please refer to directory of the 82575EB
driver in Driver Required section and copy the driver
from the EasyBUILD 8.0 build 100 to HDD first.
# mount /dev/dvd /mnt
# cp –R /mnt/Disk/R920/NIC/83575EB/linux/. /tmp
2.
Change the directory to the driver source and install the
driver
# cd /tmp/src/
# make install
# insmod igb.ko
3.
Run the kudzu utility, it will auto detect the Intel
82563EB network controller and help you to configure it.
# kudzu
4.
Restart the network service to bring up both of the
network interfaces.
# service network restart
IOAT driver installation
1.
Please remove the old version of IOAT driver from the
system manually.
# cd /lib/modules/$(uname -r)/kernel/drivers/dma
# mv ioatdma.ko ioatdma.ko.bak
2.
You can find the IOAT driver in EasyBUILD. Please copy the
driver from the EasyBUILD to HDD first.
Copy the IOAT driver to /tmp
# cd /tmp
# tar zxf ioatdma-<ioat version>.tar.gz
3.
Install the IOAT driver
# cd ioatdma-<ioat version>
# make install
4.
Load the IOAT driver
# modprobe dca
# cd ioatdma
# insmod ioatdma.ko