*********************************************************************** * ACCTON TECHNOLOGY CORPORATION * * EN1207D SERIES PCI FAST ETHERNET ADAPTER * * NDIS/2 DRIVER FOR LANTASTIC VINES INSTALLATION * * * * Copyright 1998 ACCTON Technology Corporation * * All rights reserved. * *********************************************************************** Content: -------- A) Install Accton drivers for LANtastic 5.0 B) Install Accton drivers for LANtastic 6.0 A) Install Accton drivers for LANtastic 5.0 ======================================== LANtastic 5.0 can support following driver: NDIS driver Using the NDIS driver: ---------------------- For NDIS, Accton provides the "ACCND.DOS" driver for the EN1207D Series PCI Fast Ethernet adapter. User can use the "ACCND.DOS" driver to replace AEXNDIS.DOS which is the NDIS driver offered by ARTISOFT. Example ----- CONFIG.SYS DEVICE=C:\LANTASTI\PROTMAN.DOS /I:C:\LANTASTI DEVICE=C:\LANTASTI\ACCND.DOS -------> By Accton Example ----- AUTOEXEC.BAT / STARTNET.BAT C:\LANTASTI\AI-NDIS BIND_TO=ACCND_NIF C:\LANTASTI\AILANBIO C:\LANTASTI\REDIR MachineName Example ----- PROTOCOL.INI [PROTMAN] DRIVERNAME = PROTMAN$ DYNAMIC = YES [ACCND_NIF] DRIVERNAME = ACCND$ Comments: If you are using PROTMAN.DOS V1.x, you must use the NO_BIND option on the AI-NDIS command line in STARTNET.BAT, and you need to run NETBIND.EXE V1.x before AILANBIO.EXE. B) Install Accton drivers for LANtastic 6.0 ======================================== LANtastic 6.0 can support the following driver: NDIS driver Using NDIS driver: ------------------ To install Accton's NDIS driver "ACCND.DOS", you can use the LANtastic 6.0 install program, and select "NDIS support for network adapters" then insert Accton's EN1207D Series driver diskette, and type the path "A:\NDIS\DOS". The Install program will search for "ACCND.DOS" and "PROTOCOL.INI" and copy these two files to the target directory. If you have already installed LANtastic 6.0 and need to install Accton's PCI Ethernet Adapter, just replace AEXNDIS.DOS with Accton's NDIS driver "ACCND.DOS" in CONFIG.SYS "ACCND.DOS" is an NDIS driver supported by Accton "AEXNDIS.DOS" is an NDIS driver supported by ARTISOFT Example ----- CONFIG.SYS DEVICE=C:\LANTASTI\PROTMAN.DOS /I:C:\LANTASTI DEVICE=C:\LANTASTI\ACCND.DOS -------> By Accton Example ----- AUTOEXEC.BAT / STARTNET.BAT @echo ===== Begin LANtastic configuration ===== SET LAN_CFG=C:\LANTASTI PATH C:\LANTASTI;%PATH% SET LAN_DIR=C:\LANTASTI.NET rem Please obtain the NETBEUI.EXE program from Microsoft NETBEUI AI-NDIS BIND_TO=AEXNDIS_NIF AILANBIO @STARTNET.CFG REDIR THOMAS @STARTNET.CFG SERVER C:\LANTASTI.NET @STARTNET.CFG NET LOGIN \\THOMAS @echo ===== End LANtastic configuration ===== Example ----- Protocol.ini [PROTMAN] Priority=NETBEUI DriverName = PROTMAN$ Dynamic = Yes [NETBEUI_XIF] DriverName = netbeui$ Sessions = 6 NCBS = 12 Bindings = ACCND_NIF LANABASE = 1 [ACCND_NIF] DriverName = ACCND$ ----- All trademarks or brand names mentioned are properties of their respective companies. --- End of File ---