![DSS NETWORKS Gig-cPCI-3U User Manual Download Page 22](http://html1.mh-extra.com/html/dss-networks/gig-cpci-3u/gig-cpci-3u_user-manual_2535444022.webp)
GigMAC-CPCI-3U Network Interface Cards
Gig-CPCI-3U Gigabit Ethernet Switches
Board and Driver Users Manual
DSS NETWORKS, INC.
Doc
Version: 1.2
Page: 22
TYPE=Ethernet
USERCTL=no
NETMASK=255.255.255.0
NETWORK=192.168.0.0
BROADCAST=192.168.0.255
Note: You should also add a line to /etc/modules.conf for each interface as shown in the
following example:
SAMPLE MODULES.CONF FILE
alias eth1 dpm
alias eth2 dpm
alias eth3 dpm
alias eth4 dpm
options dpm ChipSelector=1 IntrHoldOff=0
Note: In order to load the Intel driver, the "ChipSelector=1" option (the default) can be
set in the 'options' field of modules.conf. Please see man page for modules.conf for
additional information on module configuration.
MANUAL DRIVER INSTALLATION
insmod ./dpm.o # to insert driver module
ifconfig eth1 192.168.0.3 # if not already configured by system
Once driver is inserted you may need to run "ifconfig" command or it may be run
automatically by the system.
MANUAL DRIVER REMOVAL
ifdown eth[n] # repeat for all 'dpm' network interfaces
rmmod dpm # to remove driver module
LOADING THE DRIVER FOR INTEL BASED MODELS (C5261, C5262, C5164, etc.)
Note: In order to load the Intel driver, the "ChipSelector=1" option is not required during
the 'insmod' as it is the default option:
insmod ./dpm.o [ChipSelector=1]