******************************************************************* * ACCTON TECHNOLOGY CORPORATION * * EN1207F/EN2242/EN3207 SERIES FAST ETHERNET ADAPTER * * NDIS 2 Driver Installation * * * * Copyright (C) 2002 Accton Technology Corporation * * All rights reserved. * ******************************************************************* The drivers you need are in the directories MSLANMAN.DOS, MSLANMAN.OS2 and NDIS2. The NDIS drivers contained in these subdirectories are used with Microsoft OS/2 LAN Manager OEM distribution, Release 1.x or 2.x, and other compatible OEM versions of LAN Manager. The driver can also used with IBM LAN Server 3.0, Microsoft Windows for Workgroups v3.11, etc. The drivers named EN5251 conform to the Network Driver Interface Specification (NDIS) defined by Microsoft/3Com. Included in MSLANMAN.DOS, and NDIS subdirectories are the following files: \MSLANMAN.DOS\DRIVERS\ACCTON\EN5251\ EN5251.DOS The DOS NDIS MAC driver PROTOCOL.INI A sample section of PROTOCOL.INI file \MSLANMAN.DOS\DRIVERS\NIF\ EN5251.NIF Network Information File \MSLANMAN.OS2\DRIVERS\ACCTON\EN5251\ EN5251.OS2 The OS2 NDIS MAC driver PROTOCOL.INI A sample section of PROTOCOL.INI file \MSLANMAN.OS2\DRIVERS\NIF\ EN5251.NIF Network Information File \NDIS2\ NDIS.TXT This readme file \NDIS2\DOS\ EN5251.NIF Network Information File for IBM Lan Support Program EN5251.DOS The DOS NDIS 2 driver OEMSETUP.INF Network Information File for Windows for Workgroups v3.11 PROTOCOL.INI A sample section of PROTOCOL.INI file \NDIS2\OS2\ EN5251.NIF Network Information File for IBM LAN Server 3.0, 4.0 EN5251.OS2 The OS2 NDIS 2 driver PROTOCOL.INI A sample section of PROTOCOL.INI file Sample PROTOCOL.INI Files and Parameters ---------------------------------------- [ETHPCI_NIF] DriverName = EN5251$ ; Slot = 1 ;; {1-4} ; MEDIA = AUTODETECT ; {MEDIA = UTP, UTP_FD,UTP_100,UTP_100FD,AUTODETECT} There are several parameters included in the ETHPCI_NIF section of the PROTOCOL.INI file. However, the only parameter that you should specify is the "drivername." If you change other parameter settings, such as the MEDIA, make sure that it matches the hardware setting. Otherwise, the adapter may fail. If you don't specify these settings, Accton EN5251 NDIS 2 driver will automatically detect them. SLOT Specifies which network adapter is used by the driver. If you have only one Accton EN5251 Series Chip Based Fast Ethernet Adapter in your machine, this parameter is unnecessary! For two or more Accton EN5251 Series Chip Based Fast Ethernet Adapter, this parameter is required and cannot be omitted from PROTOCOL.INI. For the first EN5251 adapter, Slot=1, and the second one, Slot=2, third, Slot=3 ,..., etc. MEDIA Specifies the medium type used by the adapter. Acceptable values for this parameter are AUTODETECT, UTP, UTP_FD ,UTP_100 and UTP_100FD. If you didn't specify this settings it would be AUTODETECT for EN5251. UTP: 10BaseT, UTP_100: Fast Ethernet (100BaseTx) UTP_FD: 10BaseT with Full_Duplex UTP_100FD: 100BaseTx with Full_Duplex Default: AUTODETECT