LANMAN.TXT Driver File Contents (en2220new.zip)

.TOPIC:
Contents

                 ACCTON TECHNOLOGY CORPORATION                  
                EN2220/EN2225 Fast EtherCard-32
              10/100 Fast Ethernet CardBus PC Card 

         NDIS 2 Driver for Microsoft LAN Manager Installation           


NDIS Driver Installation for LAN Manager v2.0
=============================================

1. Type "Setup" in the LAN Manager directory and press Enter.

2. Select "Import Network Drivers..." in the "Action" field.
   Press <Enter> to continue.

3. Insert EN2220/EN2225 Driver Disk in either drive A: or B:, and press <Enter>.
   A list of Imported Network Drivers appears on screen.

4. Press the <Space> Bar to select "Accton EN2220/EN2225 Fast Ethernet CardBus PC
   Card."  Press <Enter> to confirm your choice.

5. Follow instructions on the screen to complete the process. Wait for the 
   Network Driver list to appear.

6. Identify your Network Adapter when prompted.  Select

        "Accton EN2220/EN2225 Fast Ethernet CardBus PC Card"

7. Select the "Add driver" and the "Add protocol" options.
   Then select <OK> to confirm your choices.  The Workstation's
   primary parameters appear.

8. Respond to all prompts to complete the process.  Select <OK> to confirm 
   a selection.

9. Save all configurations. Select "Save" from the "Action Menu."

10. Press <F3> to exit.

NDIS Driver Installation for LAN Manager v2.1
=============================================

1. Type "lmsetup" in the LAN Manager directory and press <Enter>.
   The Microsoft LAN Manager Setup screen appears.

2. Select "Network Drivers..." in the "Configuration" field.  Press
   <Enter> to confirm your choice.

3. Select "Add New Configs" and press <Enter> to display a list of
   Network Adapter Drivers.

4. Select "Other Driver" and press <Enter>.

5. Insert the EN2220/EN2225 Driver Disk in a diskette drive.  Indicate the
   drive location as either A:\ or B:\ and select <OK> to proceed.

6. Select the the following adapter from the list:

        "Accton EN2220/EN2225 Fast Ethernet CardBus PC Card"

   Select <OK> to confirm.

7. Select an appropriate protocol.  Use the <Space> bar to highlight
   your choice.

8. Select <OK> to confirm your choice.  Wait until the Configuration Complete 
   message appears.

9. Save the configuration. Select <Save>.

10. Press <F3> to exit.



NDIS Driver Installation for LAN Manager v2.2
=============================================

1. Type "setup" in the LAN Manager directory and press <Enter>.
   The Microsoft LAN Manager Setup screen appears.

2. Select "Network Drivers" from the "Configuration" field.
   Press <Enter> to confirm your choice.

3. Select "Add New Config" and press <Enter> to display a list
   of Network Adapter Drivers.

4. Select "Other Driver" and press <Enter>.

5. Insert the EN2220/EN2225 Driver Disk in drive A: or B:.
   Indicate the diskette drive location and select <OK>
   to proceed.

6. Select the the following adapter from the "Other Network Adapter Drivers"
   list, and select <OK>:

        "Accton EN2220/EN2225 Fast Ethernet CardBus PC Card"

7. Select an appropriate protocol. Use the <Space bar> to highlight your
   choice. If you have chosen the TCP/IP protocol, you will be prompted to
   enter the IP address, the subnet mask, and the default gateway (router).
   The default workstation number of NetBios sessions is set to 6.
   Please consult Microsoft LAN Manager Installation Manual or online help
   for additional details,

8. Select <OK> to confirm your choice.  A Configuration Complete message
   appears.

9. Save the configuration. Select <Save>.

10. Press <F3> to exit.


If you are installing the LAN Manager for the first time, you will be prompted
to enter the default user name and domain of the workstation, as well as to
answer the questions concerning Windows environment and memory management. 
Please follow the instructions on the screen to finish the installation.


Sample Configuration Files
==========================

LAN Manager 2.0

  CONFIG.SYS File

      LASTDRIVE=Z
      BUFFERS = 35
      FILES = 35
      SHELL=C:\DOS\COMMAND.COM C:\DOS /p /E:1024
      DEVICE=C:\HIMEM.SYS
      DEVICE=C:\DOS50\SETVER.EXE
      DOS=HIGH,UMB
      DEVICE=C:\LANMAN.DOS\CBOPEN.EXE   <----- EN2220/EN2225 Card Enabler
      DEVICE=C:\LANMAN.DOS\DRIVERS\PROTMAN\PROTMAN.DOS /i:C:\LANMAN.DOS
      DEVICE=C:\LANMAN.DOS\DRIVERS\ACCTON\ETHCB\ACCND2.DOS
      DEVICE=C:\LANMAN.DOS\DRIVERS\PROTOCOL\NETBEUI\NETBEUI.DOS

  PROTOCOL.INI File

      [PROTMAN]
       DRIVERNAME = PROTMAN$

      [NETBEUI_XIF]
       Drivername = netbeui$
       BINDINGS = "ETHCB_NIF"

      [ETHCB_NIF]
     ;----------------------------------------------------------------------
     ; Sample Protocol.ini file for Accton EN2220/EN2225 NDIS/2 driver
     ;----------------------------------------------------------------------
       DriverName = ACCND2$
     ; Slot = 1            ;; {1-16}
     ; SIA_Mode = AUTODETECT
     ;; {SIA_Mode = TP, TP_FULL_DUPLEX, AUTODETECT}
     ; DATA_RATE = MB10   ;; {MB10, MB100}
     ;----------------------------------------------------------------------
     ; End of this sample file

  AUTOEXEC.BAT File

        @echo off
        PROMPT $P$G
        PATH=C:\DOS
        REM ====== LANMAN 2.0 === DO NOT MODIFY BETWEEN THESE LINES
        SET PATH=C:\LANMAN.DOS\NETPROG;%PATH%
        C:\LANMAN.DOS\DRIVERS\PROTMAN\NETBIND
        NET START WORKSTATION
        REM ====== LANMAN 2.0 === DO NOT MODIFY BETWEEN THESE LINES

LAN Manager 2.1 or LAN Manager 2.2

  CONFIG.SYS File

        LASTDRIVE=Z
        BUFFERS = 35
        FILES = 35
        SHELL=C:\DOS\COMMAND.COM C:\DOS /p /E:1024
        DEVICE=C:\HIMEM.SYS
        REM DEVICE=C:\LANMAN.DOS\DRIVERS\DOSUTILS\EMM386.EXE NoEMS ;;delete this
        DEVICE=C:\DOS62\SETVER.EXE                                 ;;line
        DOS=HIGH,UMB
        DEVICE=C:\LANMAN.DOS\CBOPEN.EXE   <----- EN2220/EN2225 Card Enabler
        DEVICE=C:\LANMAN.DOS\DRIVERS\PROTMAN\PROTMAN.DOS /i:C:\LANMAN.DOS
        DEVICE=C:\LANMAN.DOS\DRIVERS\ACCTON\ETHCB\ACCND2.DOS

  PROTOCOL.INI File

        [PROTMAN]
         DRIVERNAME = PROTMAN$
         DYNAMIC = YES
         PRIORITY = NETBEUI

        [NETBEUI_XIF]
         Drivername = netbeui$
         SESSIONS = 6
         NCBS = 12
         BINDINGS = "ETHCB_NIF"
         LANABASE = 0

        [ETHCB_NIF]
        ;----------------------------------------------------------------------
        ; Sample Protocol.ini file for Accton EN2220/EN2225 NDIS/2 driver
        ;----------------------------------------------------------------------
          DriverName = ACCND2$
        ; Slot = 1            ;; {1-16}
        ; SIA_Mode = AUTODETECT
        ;; {SIA_Mode = TP, TP_FULL_DUPLEX, AUTODETECT}
        ; DATA_RATE = MB10   ;; {MB10, MB100}
        ;----------------------------------------------------------------------
        ; End of this sample file

  AUTOEXEC.BAT File
        @echo off
        PROMPT $P$G
        PATH=C:\DOS
        @REM ====== LANMAN 2.1 === DO NOT MODIFY BETWEEN THESE LINES
        SET PATH=C:\LANMAN.DOS\NETPROG;%PATH%
        NET START WORKSTATION
        LOAD NETBEUI
        @REM ====== LANMAN 2.1 === DO NOT MODIFY BETWEEN THESE LINES

Download Driver Pack

How To Update Drivers Manually

After your driver has been downloaded, follow these simple steps to install it.

  • Expand the archive file (if the download file is in zip or rar format).

  • If the expanded file has an .exe extension, double click it and follow the installation instructions.

  • Otherwise, open Device Manager by right-clicking the Start menu and selecting Device Manager.

  • Find the device and model you want to update in the device list.

  • Double-click on it to open the Properties dialog box.

  • From the Properties dialog box, select the Driver tab.

  • Click the Update Driver button, then follow the instructions.

Very important: You must reboot your system to ensure that any driver updates have taken effect.

For more help, visit our Driver Support section for step-by-step videos on how to install drivers for every file type.

server: ftp, load: 3.23