*********************************************** * CNet ISA-Bus PowerNIC Driver Installation * * > NDIS 2.0.1 DOS Driver * *********************************************** The DOS NDIS driver for PC/TCP is located in the \NDIS_20 subdirectory of the PowerNIC diskette. 1. Create the subdirectory named LANMAN in the hard disk which consists of relevant files from the NDIS directory of "PC Network Software Unsupported Network Software, Diskette A". 2. Run INSTALL.EXE in PCTCP directory. 3. From the "Network Interface Card Driver Selection" window, choose the item "NDIS Driver". Then, press F10. 4. In the "Interface Driver" window, enter the driver pathname "A:\NDIS_20\E200P.DOS" (assuming this diskette is in drive A). 5. Key in complete pathname with file of "C:\LANMAN\PROTMAN.DOS". 6. Enter complete pathname with file of "C:\LANMAN\NETBIND.EXE". 7. Modify the contents of PROTOCOL.INI: Change [E200P] To [E200P_NIF] 8. Append the contents of CONFIG.INS file in the PCTCP directory to C:\CONFIG.SYS. Add one more option in the following statement. Change: DEVICE=C:\LANMAN\PROTMAN.DOS To: DEVICE=C:\LANMAN\PROTMAN.DOS /I:C:\LANMAN 9. Copy the PCTCP\AEXECFTP.BAT file to AUTOEXEC.BAT. *********************************************** * CNet ISA-Bus PowerNIC Driver Installation * * > NDIS 2.0.1 OS/2 Driver * *********************************************** The OS/2 NDIS driver for PC/TCP is located in the \NDIS_20 subdirectory of the PowerNIC diskette. 1. Copy A:\NDIS_20\E200P.OS2 to C:\PCTCP\DRV (where "A:" is the drive this diskette is in) 2. Add the following line to the CONFIG.SYS file -- DEVICE=C:\PCTCP\DRV\E200P.OS2 Example: DEVICE=C:\PCTCP\DRV\PROTMAN.OS2 /I:C:\PCTCP\DRV DEVICE=C:\PCTCP\DRV\E200P.OS2 DEVICE=C:\PCTCP\DRV\SOCKET.OS2 3. Edit the C:\PCTCP\DRV\PROTOCOL.INI file to add the correct adapter and protocol information. Example: ;======================== ;++ ADAPTERS ++ ;======================== ; 200E Plus Series cards ; [E200P_NIF] DRIVERNAME = E200P$ INTERRUPT = 3 IOBASE = 0x300 ;======================== ;++ PROTOCOLS ++ ;======================== ;FTP PC/TCP for OS/2 [SOCKET] drivername = $SOCKET bindings = E200P_NIF