Metropoli BBS
VIEWER: readme.doc MODE: TEXT (ASCII)
                                                                 DEC  1994
                         AT&T UNIX Driver Installation
                                     for
                          DE-650 PCMCIA Ethernet Card
                        ===============================

*********************************** NOTE ***********************************
Each DE-650 series adapter comes with a driver diskette of its own.  If you
have more then one model of DE-650 adapter, make sure that you use the driver
diskette that was included with the DE-650 adapter you are using.
****************************************************************************


The following files will be used to in this installation:

Files         Contents  
---------     -------------------------------------------
DE65N.O       DE-650 Unix driver object program.
DLK           D-Link Unix adapter setup script
STRCF         For Unix streams


Installation and configuration consist of the following steps:

1.  Login as the root user.

2.  Installing TCP/IP software first.

3.1 If the install diskette is UNIX tar format.
    Copying D-Link driver through the tar utility.

	#tar xvnof /dev/fd048ds9
	     ./usr/lib/tcprt/dlk/de65n.o
	     ./usr/lib/tcprt/dlk/strcf
	     ./usr/lib/tcprt/dlk/dlk
	     ./usr/lib/tcprt/dlk/readme.doc
 
3.2 If the install diskette is DOS format.
    Copying D-Link driver through the doscp utility.

	#mkdir /usr/lib/tcprt/dlk

	#doscp a:/ibmpc/at\&tunix/de65n.o  /usr/lib/tcprt/dlk/de65n.o
	#doscp a:/ibmpc/at\&tunix/dlk  /usr/lib/tcprt/dlk/dlk
	#doscp a:/ibmpc/at\&tunix/strcf  /usr/lib/tcprt/dlk/strcf
	#doscp a:/ibmpc/at\&tunix/readme  /usr/lib/tcprt/dlk/readme.doc

	#chmod +x /usr/lib/tcprt/dlk/dlk

4.  Installing D-Link AT&T UNIX driver.

	#cd /usr/lib/tcprt/dlk
	#./dlk

	Do you wish to install or delete the dlk driver?  Type i to install
	A display of information about driver.		  Type y to continue
	 Select interrupt vector number [5]:		  Type value
	 Select I/O base address [300]:	        	  Type hexadecimal value
	 Select memory base address [d0000]:		  Type hexadecimal value
	 Select PCMCIA slot number [0]:			  Type value
	Do you wish to relink the kernel now?		  Type y to relink
        
5.  Reboot UNIX.

	#cd /
	#shutdown -y -g0 -i6

[ RETURN TO DIRECTORY ]