README.TXT Driver File Contents (DE220.EXE)

==================================================================
NOTES ON
Installing D-Link DE-220 Family Ethernet Adapter
For NetWare Driver users
==================================================================
    (c) 1997 Copyright D-Link Corporation  ALL RIGHTS RESERVED

This document contains installation notes, which is not included in the
DE-220 Family Ethernet Adapter USER'S GUIDE or onscreen instructions,
for NetWare Driver users regarding D-Link DE-220 Family Eternet Adapter
installation.

This document contains information on the following topics:

1.0 Introduction
2.0 Installation Notes
3.0 Keywords Available
    3.1 Client ODI for DOS keywords Avaiable
    3.2 Netware Server and Client 32 for DOS/WIN31 Keywords Available
    3.3 Client 32 for Windows 95 Keywords Available
    3.4 Client 32 for Windows NT Keywords Available
___________________________________________________________________

1.0 Introduction
----------------

    The DE-220 Family Ethernet PC Card Installation diskette contains
    NetWare driver programs and installation notes for some of the most
    popular operating systems which support NetWare drivers.

2.0 Installation Notes
----------------------

    To view these installation notes, please refer to the following.
    -------------------------------------------------------------------
        File            Description/Installation Notes
    -------------------------------------------------------------------
    C32W95.TXT          Netware Client 32 for Windows 95 text file
    C32NT.TXT           Netware Client 32 for Windows NT text file
    C32DOS.TXT          Netware Client 32 for MS-DOS/Windows 3.x text file
    DOSODI.TXT          NetWare DOS Client installation text file
    NW312.TXT           NetWare 3.12 Server installation text file
    NW4XX.TXT           NetWare 4.x Server installation text file
    NWLITE.TXT          NetWare Lite installation text file
    OS2ODI.TXT          NetWare OS/2 Client installation text file
    LANSMART.TXT        Netware DOS Client for D-Link LANsmart text file
    PRSNLNW.TXT         Personal Netware installation text file
    README.TXT          Overall notes for all NetWare users

3.0 Keywords Available
----------------------

    3.1 Client ODI for DOS Keywords Availabe
    ----------------------------------------
    This note lists the available NET.CFG keywords for the ODI for
    DOS device driver users.

    Most of the keywords are optional and come with default values.
    The available keywords, led by ";", for the NET.CFG file are as
    follows:

    Example:

                   NET.CFG
            -----------------------
            Protocol IPX
            Bind #1

            Link Driver DE22X
        ;   node address 0080c8000002
            frame Ethernet_802.3
        ;   frame Ethernet_802.2
        ;   frame Ethernet_II
        ;   frame Ethernet_SNAP

            Protocol IPX 00 Ethernet_802.3
        ;   Protocol IPX E0 Ethernet_802.2
        ;   Protocol IPX 8137 Ethernet_II

            AUTODETECT              ; Auto selects media type
        ;   UTP                     ; Selects UTP connector
        ;   AUI                     ; Selects AUI connector
        ;   BNC                     ; Selects BNC connector
            SA                      ; Searches all DE-220 Family Adapters
        ;   EarlyTx                 ; Early Transmit packet
        ;   JITIOFF                 ; Disable JITI function

    Keyword Definition
    ------------------
    Node Address - This keyword specifies the node address (in hex) used
                   by the adapter. This option is used only to override
                   the node address stored in the adapter. If this keyword
                   is included,  the specified address will be used
                   instead of the adapter's actual node address.

    PORT - This keyword specifies the I/O base address used by the
           adapter. This value must match the actual I/O base address
           setting on the adapter. If this keyword is not specified,
           the default value will be put into effect.

    INT - This keyword specifies the interrupt line used by the adapter.
          This value must match the actual IRQ setting on the adapter.
          If this keyword is not specified, the default value will be put
          into effect.

    FRAME - This keyword specifies the supported frame types. Four types
            are available:

                ETHERNET_802.3
                ETHERNET_802.2
                ETHERNET_II
                ETHERNET_SNAP

    UTP - This keyword specifies the UTP port on the adapter.

    BNC - This keyword specifies the BNC port on the adapter.

    AUI - This keyword specifies the AUI port on the adapter.

    AUTODETECT - This keyword specifies auto-detection of the port used
                 by the adapter.

    SA - This keyword searches for all DE-220 Family Ethernet adapters.

    EarlyTx - This keyword enable the Early Transmit packet function, it
              will improve the performance.

    JITIOFF - This keyword disable the "Just In Time Interrupt" function.

    3.2 Netware Server and Client 32 for DOS/WIN31 Keywords Available
    -----------------------------------------------------------------
    This note lists the available keywords NetWare Server and
    Client 32 for DOS/WIN31 device driver users.

    AutoSearch Card Switch:
     The "AutoSearch Card Switch" specify the methods of searching
     adapter card's I/O Base Address. If you select "SearchOff" ,
     you must specify the right "Port" or "Slot" number in the
     "Port" or "Slot Number" options. The default value is "(none)".
     Our driver will do all things automatically.

    Is the card a Legacy ISA card ? :
     The "Is the card a Legacy ISA Card ?" specify that your adapter
     card is Non-PnP or PnP disable card model. If your card is
     Non-PnP or PnP disable , select the "ISA" value. If your card
     is PnP enable card , select "(none)" or ignore it.

    Port:
     The "Port" specify your adapter card's I/O Base Address.If you
     select "ISA" value in "Is the card a Legacy ISA Card?" option,
     you need to select a value which you actually know or ignore it.
     Usually, the driver will search the card's I/O Base Address
     automatically.

    Slot Number:
     The "Slot Number" specify your adapter card's Slot Number. If you
     select "(none)" or ignore the value in "IS the card a Legacy ISA
     Card? " option. you need to select a value which you actually know
     or ignore it. Our driver will search the card's Slot Number
     automatically.

    Early Transmit Switch:
     The "Early Transmit Switch" specify Transmit Methods.
     "1"      -> Enable Early Transmit
     "0"      -> Disable Early Transmit
     default  -> Disable Early Transmit

    JITI Function Switch:
     The "JITI Function Switch" specify JITI functional.
     The meaning of values are as following:
     "1"      -> Enable JITI Function
     "0"      -> Disable JITI Function
     default  -> Enable JITI Function

    3.3 Client 32 for Windows 95 Keywords Available
    -----------------------------------------------
    This note lists the available keywords for Client 32 for
    Windows 95 device driver users.

    EarlyTx = Enable     - Enable the "Early Transmition" function to
                           enhance the performance.
            = Disable    - Disable the "Early Transmition" function.

    JITI    = Enable     - Enable the "Just In Time Interrupt" function
                           to enhance the  performance.
            = Disable    - Disable the "Just In Time Interrupt" function.

    Twisted-Pair         - This keyword specifies the UTP port on the
                           adapter.

    10BASE2(Thin cable)  - This keyword specifies the BNC port on the
                           adapter.

    10BASE5(Thick cable) - This keyword specifies the AUI port on the
                           adapter.

    Connector AutoDetect - This keyword specifies auto-detection of the
                           port used by the adapter.

    3.4 Client 32 for Windows NT Keywords Available
    -----------------------------------------------
    This note lists the available keywords for Client 32 for
    Windows NT device driver users.

    Interrupt Number   - Specify interrupt number.

    I/O Base Address   - Specify I/O base address.

    Disable SearchCard - Do not search for all DE-220 Family Ethernet
                         adapters.
                         We recommend that users select "Not Present".

    Legacy ISA Card    - This keyword for DE-200 Family Ethernet legacy
                         ISA adapters or Plug and Play function is
                         disable.
    Media Type = UTP   - This keyword specifies the UTP port on the
                         adapter.

                 BNC   - This keyword specifies the BNC port on the
                         adapter.

                 AUI   - This keyword specifies the AUI port on the
                         adapter.

                 AUTODETECT - This keyword specifies auto-detection of
                              the port used by the adapter.


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: web4, load: 0.72