Driver Installation Guide for LANtastic 5.0 ================================================= Introduction ============ This document describes the procedures to setup LANtastic 5.0 driver for AE-200PNP Ethernet Adapter. LANtastic v5.0 network OS does not support Plug&Play feature and if your computer does not support PnP function also, you must set the network card in "Jumperless" mode through our PNPSETUP.EXE program; Otherwise, it can not work correctly. Installation Procedures ======================= 1. Before you start with the installation process, make sure that the LANtastic operation system (server/workstation) is properly installed. Similarly, your adapter should also be properly installed in your workstation. 2. Run LANtastic "install" program, and move highlight to "Network Adapter Install" item, then ENTER and selec "Novell NE2000 16-bit ISA bus or Compatible" item. 3. When complete installation, then copy "PNPLAN5.EXE" from driver diskette A:\LANTASTI\5.X to your LANtastic directory C:\LANTASTI. 4. Modify STARTNET.BAT file as sample configuration files. --- Sample STARTNET.BAT file --- A. STARTNET (for LANtastic server) : @ECHO OFF SET LAN_DIR=C:\LANTASTI.NET SET LAN_CFG=C:\LANTASTI PATH C:\LANTASTI;%PATH% SHARE /L:200 REM NEX000 IRQ=3 IOBASE=300 16-BIT VERBOSE ---> Mask this line PNPLAN5 VERBOSE ---> Added for adapter AILANBIO REDIR NAME LOGINS=3 SERVER NET LOGIN/WAIT \\SERVERNAME NAME NET LPT TIMEOUT 10 NET POSTBOX : B. STARTNET.BAT (for LANtastic workstation) : @ECHO OFF SET LAN_CFG=C:\LANTASTI PATH C:\LANTASTI;%PATH% REM NEX000 IRQ=3 IOBASE=300 16-BIT VERBOSE ---> Mask this line PNPLAN5 VERBOSE ---> Added for adapter AILANBIO REDIR WORKSTATION_NAME LOGINS=2 NET LPT TIMEOUT 10 NET POSTBOX :