;; (Combined inf for NDIS3/4/5 driver) ;; ;; This INF file is for Accton EN5251 Based Fast Ethernet Adapter. ;; Accton EN1207F Series PCI Fast Ethernet Adapter, ;; Accton EN2220A Fast Ethernet Cardbus PC Card and, ;; Accton EN2242 Series MiniPCI Fast Ethernet Adapter ;; are supported. ;; ;; Copyright 2000, Accton Technology Corporation [version] Signature = "$CHICAGO$" Compatible = 1 Class = Net ClassGUID = {4d36e972-e325-11ce-bfc1-08002be10318} Provider = %Accton% ;; for WHQL certified CatalogFile = netacc51.cat ;; for WHQL certified DriverVer = 05/26/2000, 1.06.0526.2000 [Manufacturer] %Accton% = Accton [ControlFlags] ExcludeFromSelect = PCI\VEN_1113&DEV_1216&SUBSYS_12161113, \ PCI\VEN_1113&DEV_1216&SUBSYS_22201113, \ PCI\VEN_1113&DEV_1216&SUBSYS_22421113 [Accton] %EN1207F.DeviceDesc% = EN1207F.ndi, PCI\VEN_1113&DEV_1216&SUBSYS_12161113 %EN2220A.DeviceDesc% = EN2220A.ndi, PCI\VEN_1113&DEV_1216&SUBSYS_22201113 %EN2242.DeviceDesc% = EN2242.ndi, PCI\VEN_1113&DEV_1216&SUBSYS_22421113 ;;**************************************************************************** ;; Windows 9x ;;**************************************************************************** [EN1207F.ndi] DriverVer = 05/26/2000, 1.06.0526.2000 AddReg = EN1207F.id.reg, EN5251.common.reg, EN5251.win.reg, EN5251.pci.reg CopyFiles = EN5251.CopyFiles9x ;DeviceID = "PCI\VEN_1113&DEV_1216&SUBSYS_12161113" ;LogConfig = DefaultConfig [EN2220A.ndi] DriverVer = 05/26/2000, 1.06.0526.2000 AddReg = EN2220A.id.reg, EN5251.common.reg, EN5251.win.reg, EN5251.pci.reg CopyFiles = EN5251.CopyFiles9x ;DeviceID = "PCI\VEN_1113&DEV_1216&SUBSYS_22201113" ;LogConfig = DefaultConfig [EN2242.ndi] DriverVer = 05/26/2000, 1.06.0526.2000 AddReg = EN2242.id.reg, EN5251.common.reg, EN5251.win.reg, EN5251.pci.reg CopyFiles = EN5251.CopyFiles9x ;DeviceID = "PCI\VEN_1113&DEV_1216&SUBSYS_22421113" ;LogConfig = DefaultConfig ;;**************************************************************************** ;; NT 5.0 ;;**************************************************************************** [EN1207F.ndi.NT] DriverVer = 05/26/2000, 1.06.0526.2000 AddReg = EN5251.common.reg, EN5251.reg, EN5251.pci.reg Characteristics = 0x84 BusType = 5 CopyFiles = EN5251.CopyFiles [EN1207F.ndi.NT.Services] AddService = EN5251, 2, EN5251.Service, EN5251.EventLog [EN2220A.ndi.NT] DriverVer = 05/26/2000, 1.06.0526.2000 AddReg = EN5251.common.reg, EN5251.reg, EN5251.pci.reg Characteristics = 0x84 BusType = 5 CopyFiles = EN5251.CopyFiles [EN2220A.ndi.NT.Services] AddService = EN5251, 2, EN5251.Service, EN5251.EventLog [EN2242.ndi.NT] DriverVer = 05/26/2000, 1.06.0526.2000 AddReg = EN5251.common.reg, EN5251.reg, EN5251.pci.reg Characteristics = 0x84 BusType = 5 CopyFiles = EN5251.CopyFiles [EN2242.ndi.NT.Services] AddService = EN5251, 2, EN5251.Service, EN5251.EventLog [EN5251.CopyFiles9x] EN5251N5.sys,,,2 [EN5251.CopyFiles] EN5251N5.sys,,,2 ;;---------------------------------------------------------------------------- ;; EN5251 Parameters ;;---------------------------------------------------------------------------- ;;**************************************************************************** ;; Windows 9x parameters ;;**************************************************************************** [EN1207F.id.reg] HKR, Ndi, DeviceID, 0, "PCI\VEN_1113&DEV_1216&SUBSYS_12161113" [EN2220A.id.reg] HKR, Ndi, DeviceID, 0, "PCI\VEN_1113&DEV_1216&SUBSYS_22201113" [EN2242.id.reg] HKR, Ndi, DeviceID, 0, "PCI\VEN_1113&DEV_1216&SUBSYS_22421113" [EN5251.pci.reg] HKR, , AdapterType, 0, "5" HKR,,TxPacketDesc,,"300" ; 0x12c HKR,,RxPacketDesc,,"120" ; 0x78 HKR,,TxDmaDesc,,"600" ; 0x258 HKR,,RxDmaDesc,,"40" ; 0x28 HKR,,PacketsPerTxInt,,"10" ; 0x0a HKR,,PacketsPerRxInd,,"10" ; 0x0a HKR,,BurstLength,,"0" ; 0 (Unlimited), 1 DW, 2 DW, 3 DW, ... [EN5251.win.reg] ;; key,subkey,valuname,type,value HKR, , AdapterCFID, , 12161113 HKR, , DriverDesc, 0, "Accton EN1207F/EN2220A/EN2242 Series Fast Ethernet Adapter" HKR, , DevLoader, 0, *ndis HKR, , DeviceVxDs, 0, EN5251N5.sys HKR, , EnumPropPages, 0, netdi.dll, EnumPropPages ;;params HKR, , MediaType, 0, 1 HKR, , AdapterType, 0, 5 HKR, , BusType, 0, 5 ;; NDIS Info HKR, NDIS, MajorNdisVersion, 1, 03 HKR, NDIS, MinorNdisVersion, 1, 0a HKR, NDIS, LogDriverName, 0, "EN5251N5" ;; Interfaces HKR, Ndi\Interfaces, DefLower, , "ethernet" HKR, Ndi\Interfaces, LowerRange, , "ethernet" HKR, Ndi\Interfaces, DefUpper, , "ndis3" HKR, Ndi\Interfaces, UpperRange, , "ndis3" ;; Install sections HKR, Ndi\Install, ndis3, 0, "EN5251.ndis5" ;; Install NDIS3 ;[EN5251.ndis5] ;CopyFiles = EN5251.ndis5.CopyFiles, EN5251.inf.CopyFiles ;DelFiles = EN5251.DelFiles ;[EN5251.ndis5.CopyFiles] ;EN5251N5.sys,,,2 ;[EN5251.inf.CopyFiles] ;NETACC51.INF,,,2 ;[EN5251.DelFiles] ;drvidx.bin,,,1 ;drvdata.bin,,,1 ;;**************************************************************************** ;; EN5251 common parameters ;;**************************************************************************** [EN5251.common.reg] HKR,Ndi\Params\MediaType,ParamDesc,,"1.Media Type" HKR,Ndi\Params\MediaType,default,,"0" HKR,Ndi\Params\MediaType,type,,"enum" HKR,Ndi\Params\MediaType\enum,0,,"AutoSense" HKR,Ndi\Params\MediaType\enum,1,,"10BaseT" HKR,Ndi\Params\MediaType\enum,2,,"10BaseT Full_Duplex" HKR,Ndi\Params\MediaType\enum,3,,"100BaseTX" HKR,Ndi\Params\MediaType\enum,4,,"100BaseTX Full_Duplex" HKR,Ndi\Params\MediaType,flag,1,"20","00","00","00" HKR,Ndi\Params\PMEEnable,ParamDesc,,"2.PME Enable" HKR,Ndi\Params\PMEEnable,default,,"1" HKR,Ndi\Params\PMEEnable,type,,"enum" HKR,Ndi\Params\PMEEnable\enum,0,,"Disabled" HKR,Ndi\Params\PMEEnable\enum,1,,"Enabled" HKR,Ndi\Params\PMEEnable,flag,1,"20","00","00","00" HKR,Ndi\Params\MagicPacket,ParamDesc,,"3.Magic Packet Wakeup" HKR,Ndi\Params\MagicPacket,default,,"1" HKR,Ndi\Params\MagicPacket,type,,"enum" HKR,Ndi\Params\MagicPacket\enum,0,,"Disabled" HKR,Ndi\Params\MagicPacket\enum,1,,"Enabled" HKR,Ndi\Params\MagicPacket,flag,1,"20","00","00","00" HKR,Ndi\Params\LinkOnChange,ParamDesc,,"4.Link Wakeup(Off->On/only ACPI mode)" HKR,Ndi\Params\LinkOnChange,default,,"1" HKR,Ndi\Params\LinkOnChange,type,,"enum" HKR,Ndi\Params\LinkOnChange\enum,0,,"Disabled" HKR,Ndi\Params\LinkOnChange\enum,1,,"Enabled" HKR,Ndi\Params\LinkOnChange,flag,1,"20","00","00","00" HKR,Ndi\Params\LinkOffChange,ParamDesc,,"5.Link Wakeup(On->Off/only ACPI mode)" HKR,Ndi\Params\LinkOffChange,default,,"0" HKR,Ndi\Params\LinkOffChange,type,,"enum" HKR,Ndi\Params\LinkOffChange\enum,0,,"Disabled" HKR,Ndi\Params\LinkOffChange\enum,1,,"Enabled" HKR,Ndi\Params\LinkOffChange,flag,1,"20","00","00","00" HKR,Ndi\Params\WakeupFrame,ParamDesc,,"6.Wakeup Frame (only ACPI mode)" HKR,Ndi\Params\WakeupFrame,default,,"1" HKR,Ndi\Params\WakeupFrame,type,,"enum" HKR,Ndi\Params\WakeupFrame\enum,0,,"Disabled" HKR,Ndi\Params\WakeupFrame\enum,1,,"Enabled" HKR,Ndi\Params\WakeupFrame,flag,1,"20","00","00","00" HKR,Ndi\Params\UnicastWakeup,ParamDesc,,"7.Unicast Frame Wakeup (Win98/2000)" HKR,Ndi\Params\UnicastWakeup,default,,"0" HKR,Ndi\Params\UnicastWakeup,type,,"enum" HKR,Ndi\Params\UnicastWakeup\enum,0,,"Disabled" HKR,Ndi\Params\UnicastWakeup\enum,1,,"Enabled" HKR,Ndi\Params\UnicastWakeup,flag,1,"20","00","00","00" ;;**************************************************************************** ;; NT 5.0 parameters ;;**************************************************************************** [EN5251.reg] HKR, Ndi\Interfaces, UpperRange, 0, "ndis5" HKR, Ndi\Interfaces, LowerRange, 0, "ethernet" HKR, Ndi, Service, 0, "EN5251" [EN5251.Service] DisplayName = %EN5251.Service.DispName% ServiceType = 1 ; %SERVICE_KERNEL_DRIVER% StartType = 3 ; %SERVICE_DEMAND_START% ErrorControl = 1 ; %SERVICE_ERROR_NORMAL% ServiceBinary = %12%\EN5251N5.SYS LoadOrderGroup = NDIS [EN5251.EventLog] Addreg = EN5251.AddEventLog.reg [EN5251.AddEventLog.reg] HKR, , EventMessageFile, 0x00020000, %%SystemRoot%%\System32\netevent.dll HKR, , TypesSupported, 0x00010001, 7 ;;**************************************************************************** ;; Destination Directory ;;**************************************************************************** [DestinationDirs] EN5251.CopyFiles9x = 11 EN5251.CopyFiles = 12 DefaultDestDir = 11 ; LDID_SYS ;EN5251.ndis5.CopyFiles = 11 ;EN5251.inf.CopyFiles = 17 ; INF ;EN5251.DelFiles = 17 ;;**************************************************************************** ;; Source Files ;;**************************************************************************** [SourceDisksNames] ;52="Accton EN5251 Based Fast Ethernet Adapter Driver Diskette","",0 1=%DISKNAME%,,, [SourceDisksFiles] EN5251N5.sys=1 NETACC51.INF=1 ;ACC5251.dll=1 ;;**************************************************************************** ;; Strings ;;**************************************************************************** [Strings] ;Msft = "Microsoft" Accton = "Accton" DISKNAME = "Accton EN1207F/EN2220A/EN2242 Series PCI Fast Ethernet Adapter Driver Diskette" EN1207F.DeviceDesc = "Accton EN1207F Series PCI Fast Ethernet Adapter" EN2220A.DeviceDesc = "Accton EN2220A Fast Ethernet Cardbus PC Card" EN2242.DeviceDesc = "Accton EN2242 Series MiniPCI Fast Ethernet Adapter" EN5251.Service.DispName = "Accton EN1207F/EN2220A/EN2242 Series PCI Fast Ethernet Adapter Win2000 Driver"Download Driver Pack
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.