DSS NETWORKS 5161 Manuel - Page 11

Parcourez en ligne ou téléchargez le pdf Manuel pour {nom_de_la_catégorie} DSS NETWORKS 5161. DSS NETWORKS 5161 18 pages. Gigmac pmc/pci controllers

DSS NETWORKS 5161 Manuel
GigMAC PMC and PCI
Controller and Driver Users Manual

3.2 LINUX DRIVER INSTALLATION

These instructions presume that you are running Red Hat Linux 6.x, 7.x or a
similar Linux OS. You should be using at least a kernel version 2.2.12 Installation
for any other Red Hat-based system will be similar. For Debian-based systems,
the location of some files may be slightly different.
Installing the driver
To install the driver, copy the driver files to an appropriate directory. You will to
make sure your CD is mounted.
$ mkdir GigMac
$ cd GigMac
$ cp /mnt/cdrom/linux/* .
$ tar vxf dpm-1.12.tar
# replace with name on CD
To create a new driver object module:
$ make clean
$ make
Note: If you are installing the GigMac in an SMP machine, you should comment
out the standard CFLAGS line in the "Makefile" and uncomment the SMP version
of CFLAGS before compiling the driver.
To install the driver object module in the file system, become root and run:
# make install
# depmod –a
# insmod dpm.o
Configure the card using your preferred configuration tool, or edit the initialization
script for the interface directly. On Red Hat, the file /etc/sysconfig/network-
scripts/
ifcfg-eth0 might look something like this:
DEVICE=eth0
BOOTPROTO=static
IPADDR=192.168.1.10
NETMASK=255.255.255.0
You should also add the following line to /etc/conf.modules similar to this:
alias eth0 dpm
to ensure that the kernel loads the appropriate module.
.
11
DSS NETWORKS, INC
Version: 1.12
Page: