MSWFW311.TXT Driver File Contents (dec_nic1.zip)

   Driver Installation - for Windows for Workgroups v3.11
  ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^


   (1) Introduction:
   ÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄ
      This document describes the procedure to install Microsoft
      Windows for Workgroups v3.11 driver for 10/100 Base-TX PCI
      Bus Ethernet Adapter.


   (2) Location of Driver:
   ÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄ
                                \WFW311\DC21X4.386


   (3) Setup Procedure:
   ÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄ
      After you run into Windows for Workgroup 3.11:

      1. Select the "Network Setup" icon in the Network Group.

      2. Click on the "Drivers..." button.

      3. If you are replacing a previous LAN adapter select the Remove
         button to delete that adapter

      4. Click on the "Add Adapter" button.

      5. Choose Unlisted or Updated Network Adapter.

      6. Insert the adapter driver disk in drive "A" and specify the path
         A:\WFW311 for the location of the driver.

      7. The driver's [Setup..] option allows the user to change the
         following driver's properties:

         o BurstLength: Specify the length of the DMA data transfer within
                        a PCI burst (1dword = 4 bytes)

                        1_dword
                        2_dwords
                        4_dwords
                        8_dwords
                        16_dwords  (default)
                        32_dwords

         o Bus Number:  Specify the PCI Bus Number the adapter is plugged in.
                        Should be modified only for adapter plugged over a PCI
                        to PCI bridge.
 
                        0  (default)
                        1
                        2

         o ConnectionType:   Specify the selected Media port

             AutoSense                  Senses dynamically the media ports

             100BaseTx                  To connect 100BaseTx Ethernet hubs

             100BaseTx Full_Duplex      To connect 100BaseTx Full Duplex hubs

             10BaseT                    To connect 10BaseT Ethernet hubs

             10BaseT Full_Duplex        To connect 10BaseT Full Duplex hubs

         o PciMechanism:   Specify the mechanism access to the PCI
                           configuration space.

             AutoDetect                Detect the system's PCI mechanism
                                       automatically 

             Mechanism 1               Force PCI mechanism #1 accesses to the
                                       PCI configuration space

             Mechanism 2               Force PCI mechanism #2 accesses to the
                                       PCI configuration space

         o ReceiveBuffers:  Specify the size of the receive buffer's ring

             8 .. 64  (default 16)

         o StoreAndForward = REG_DWORD { 0 | 1}

                        Select the StoreAndForward mode if a low PCI 
                        bandwith causes Transmit Underruns
                        
                        CSR6<SF>    1 StoreAndForward mode  

         o TransmitThreshold = REG_DWORD { 72 | 96  | 128 | 160 |
                                         256 | 512 | 1024 }
                                       
                        CSR6<TTM,TR>  72 bytes              
                                      96 bytes
                                     128 bytes
                                     160 bytes (default)
                                     256 bytes
                                     512 bytes
                                    1024 bytes


      8. Click [Close] and [OK] to complete the driver installation.

      9. Shutdown and reboot the system so that changes take effect.

      Note: If the adapter not work fine after installation, try to
            adjust TransmitThreshold and ReceiveBuffers.

   (4) Sample PROTOCOL.INI:
   ÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄ

         Windows for Workgroups creates the PROTOCOL.INI for you. This is
         provided for reference. This is a sample with Microsoft Netbeui and
         IPX/SPX Compatible Transport with Netbios.

         [network.setup]
         version=0x3110
         netcard=dec$21140,1,DEC$21140,2
         transport=ms$nwlinknb,NWLINK
         transport=ms$netbeui,NETBEUI
         lana0=dec$21140,1,ms$netbeui
         lana1=dec$21140,1,ms$nwlinknb

         [NWLINK]
         BINDINGS=DEC$21140

         [NETBEUI]
         BINDINGS=DEC$21140
         LANABASE=0

         [DEC$21140]
         AdapterCFID=00091011
         AdapterType=5
         BusType=5
         MediaType=1
         BurstLength=10
         ConnectionType=0
         PciMechanism=0
         ReceiveBuffers=10
         StoreAndForward=1
         TransmitThreshold=A0

         [DC21X4]
         Adapters=DEC$21140


   (5). Error Messages:
   ÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄ

        The error messages are logged in the Entry Log. Each error message
        has a standard Ndis error code and an driver's additional code.
        The additional codes are:

        DC21X4_ERRMSG_INIT_INTERRUPT      0x01
        DC21X4_ERRMSG_CREATE_FILTER       0x02
        DC21X4_ERRMSG_ALLOC_MEMORY        0x03
        DC21X4_ERRMSG_INITIAL_INIT        0x04
        DC21X4_ERRMSG_ALLOC_OPEN          0x05
        DC21X4_ERRMSG_NETWORK_ADDRESS     0x06
        DC21X4_ERRMSG_SYSTEM_ERROR        0x07
        DC21X4_ERRMSG_TXM_JABBER_TIMEOUT  0x08
        DC21X4_ERRMSG_OPEN_DB             0x09
        DC21X4_ERRMSG_DEVICE_ID           0x0A
        DC21X4_ERRMSG_INIT_DEVICE         0x0B
        DC21X4_ERRMSG_SROM                0X0C


   (6). Driver Initialization Errors:
   ÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄ

      o NDIS_ERROR_CODE_ADAPTER_NOT_FOUND
        DC21X4_ERRMSG_DEVICE_ID

        No board matching the AdapterCFID Registry's key value was found
        plugged into the PCI bus

      o NDIS_ERROR_CODE_OUT_OF_RESOURCES
        DC21X4_ERRMSG_ALLOC_MEMORY

        Not enough memory to allocate space for the Adapter data block

      o NDIS_ERROR_CODE_INVALID_VALUE_FROM_ADAPTER
        DC21X4_ERRMSG_SROM

        Invalid data read from the adapter's serial ROM

      o NDIS_ERROR_CODE_NETWORK_ADDRESS
        DC21X4_ERRMSG_NETWORK_ADDRESS

        No readable burnt_in or software configured station address

      o NDIS_ERROR_CODE_OUT_OF_RESOURCES
        DC21X4_ERRMSG_CREATE_FILTER

        Ethernet Filter initialization failed

      o NDIS_ERROR_CODE_INTERRUPT_CONNECT
        DC21X4_ERRMSG_INIT_INTERRUPT

        Interrupt initilization failed

      o NDIS_ERROR_CODE_TIMEOUT
        DC21X4_ERRMSG_INIT_DEVICE

        DC21x4 Cam initialization failed

      o NDIS_ERROR_CODE_OUT_OF_RESOURCES
        DC21X4_ERRMSG_ALLOC_OPEN

        Not enough memory space to allocate space for the open binding.

     o NDIS_ERROR_CODE_OUT_OF_RESOURCES
       DC21X4_ERRMSG_OPEN_DB

       Not enough memory space to allocate space for the Ethernet filter


   (7). Driver Run Time Errors:
   ÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄ

     o NDIS_ERROR_CODE_HARDWARE_FAILURE
       DC21X4_ERRMSG_SYSTEM_ERROR

       System_Error interrupt (bus parity error)

     o NDIS_ERROR_CODE_HARDWARE_FAILURE
       DC21X4_ERRMSG_TXM_JABBER_TIMEOUT

       Transmit Jabber timer expired

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: web2, load: 0.73