ALN325.INF Driver File Contents (LANacer.zip)

;; ALN325.INF (NT 5.0 & Win98 combined inf for NDIS5 driver)
;;
;; AcerLAN ALN-325 Fast Ethernet Network Interface Cards.
;;
;; Copyright 1996-2000, Acer Netxus Inc.

[version]
Signature   = "$Windows NT$"
Class       = Net
ClassGUID   = {4d36e972-e325-11ce-bfc1-08002be10318}
Provider    = %ANI%                                 ;;
;Provider    = %Msft%                                    ;; for WHQL certified
CatalogFile = aln325.cat                               ;; for WHQL certified
;LayoutFile  = layout.inf                                ;; for put-on-list
DriverVer   = 01/19/2000,2.200.0373.2000

[Manufacturer]
%ANI%   = ANI

[ControlFlags]
;ExcludeFromSelect     = PCI\VEN_10ec&DEV_8139 , \
;                        PCI\VEN_10ec&DEV_cb38 , \
;                        PCI\VEN_10ec&DEV_8139&SUBSYS_813910ec , \
;                        PCI\VEN_10ec&DEV_cb38&SUBSYS_cb385678

[ANI]
%ALN325_A.DeviceDesc%  = ALN325_A.ndi, PCI\VEN_10ec&DEV_8139&SUBSYS_89211025

;;****************************************************************************
;; Windows 9x
;;****************************************************************************
[ALN325.ndi]
DriverVer       = 1/6/2000,373
AddReg          = ALN325.id.reg, ALN325.common.reg, ALN325.win.reg, ALN325.oncbs.reg
CopyFiles       = ALN325.CopyFiles98
;DeviceID        = "PCI\VEN_10ec&DEV_8139"
;LogConfig       = DefaultConfig

[CBN325.ndi]
DriverVer       = 1/6/2000,373
AddReg          = CBN325.id.reg, ALN325.common.reg, ALN325.win.reg, CBN325.oncbs.reg
CopyFiles       = ALN325.CopyFiles98
;DeviceID        = "PCI\VEN_10ec&DEV_cb38"
;LogConfig       = DefaultConfig

[ALN325_A.ndi]
DriverVer       = 1/6/2000,373
AddReg          = ALN325.id.reg, ALN325.common.reg, ALN325.win.reg, ALN325.oncbs.reg
CopyFiles       = ALN325.CopyFiles98
;DeviceID        = "PCI\VEN_10ec&DEV_8139&SUBSYS_813910ec"
;LogConfig       = DefaultConfig

;;****************************************************************************
;; NT 5.0
;;****************************************************************************
[ALN325.ndi.NT]
AddReg          = ALN325.common.reg, ALN325.reg, ALN325.oncbs.reg
Characteristics = 0x84
BusType         = 5
CopyFiles       = ALN325.CopyFiles

[ALN325.ndi.NT.Services]
AddService = ALN325, 2, rtsnt.Service, ALN325.EventLog

[ALN325_A.ndi.NT]
AddReg          = ALN325.common.reg, ALN325.reg, ALN325.oncbs.reg
Characteristics = 0x84
BusType         = 5
CopyFiles       = ALN325.CopyFiles

[ALN325_A.ndi.NT.Services]
AddService = ALN325, 2, rtsnt.Service, ALN325.EventLog

[ALN325.CopyFiles]
ALN325.sys,,,2

[ALN325.CopyFiles98]
ALN325.sys,,,2

;;----------------------------------------------------------------------------
;; ALN325 Parameters
;;----------------------------------------------------------------------------
;;***************************************************************************
;; Windows 9x parameters
;;***************************************************************************
[ALN325.id.reg]
HKR, Ndi,       DeviceID,       0,      "PCI\VEN_10ec&DEV_8139"

HKR, Ndi\Install,                       ,       0,      rtsnt.install
HKR, NDI\Params\DuplexMode,             flag,   1,      30, 00, 00, 00
;HKR, Ndi\Params\EarlyTxThreshold,       flag,   1,      20, 00, 00, 00
;HKR, NDI\Params\NetworkAddress,         flag,   1,      30, 00, 00, 00
HKR, NDI\Params\WakeUpFrame,            flag,   1,      30, 00, 00, 00
HKR, NDI\Params\PME,                    flag,   1,      30, 00, 00, 00

[ALN325.win.reg]
;; key,subkey,valuname,type,value
HKR, ,  DriverDesc,     0,      "ANI PCI/Cardbus Fast Ethernet NIC"
HKR, ,  DevLoader,      0,      *ndis
HKR, ,  DeviceVxDs,     0,      ALN325.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,      "ALN325"

;; 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,      "rtl139.ndis5"

;;****************************************************************************
;; ALN325 common parameters
;;****************************************************************************
[ALN325.oncbs.reg]
HKR,,ChipOnCardbus,,"0"

[ALN325.common.reg]
HKR, Ndi\params\DuplexMode,      ParamDesc, 0, %DuplexMode%
HKR, Ndi\params\DuplexMode,      type,      0, "enum"
HKR, Ndi\params\DuplexMode,      default,   0, "1"
HKR, Ndi\params\DuplexMode\enum, 1,         0, %dmAutoMode%
HKR, Ndi\params\DuplexMode\enum, 2,         0, %dm10HalfMode%
HKR, Ndi\params\DuplexMode\enum, 3,         0, %dm10FullMode%
HKR, Ndi\params\DuplexMode\enum, 4,         0, %dm100HalfMode%
HKR, Ndi\params\DuplexMode\enum, 5,         0, %dm100FullMode%

;HKR,Ndi\Params\EarlyTxThreshold, ParamDesc, 0, %EarlyTxThreshold%
;HKR,Ndi\Params\EarlyTxThreshold, Type,      0, "int"
;HKR,Ndi\Params\EarlyTxThreshold, Default,   0, "38"
;HKR,Ndi\Params\EarlyTxThreshold, Min,       0, "0"
;HKR,Ndi\Params\EarlyTxThreshold, Max,       0, "63"
;HKR,Ndi\Params\EarlyTxThreshold, Step,      0, "1"
;HKR,Ndi\Params\EarlyTxThreshold, Base,      0, "10"

HKR, Ndi\params\WakeUpFrame,       ParamDesc,  0, "WakeUp Frame"
HKR, Ndi\params\WakeUpFrame,       default,    0, "0"
HKR, Ndi\params\WakeUpFrame,       type,       0, "enum"
HKR, Ndi\params\WakeUpFrame\enum,  "0",        0, "Enable"
HKR, Ndi\params\WakeUpFrame\enum,  "1",        0, "Disable"

HKR, Ndi\params\PME,               ParamDesc,  0, "APM Mode WakeUp"
HKR, Ndi\params\PME,               default,    0, "0"
HKR, Ndi\params\PME,               type,       0, "enum"
HKR, Ndi\params\PME\enum,          "0",        0, "Enable"
HKR, Ndi\params\PME\enum,          "1",        0, "Disable"


;;****************************************************************************
;; NT 5.0 parameters
;;****************************************************************************
[ALN325.reg]
HKR, Ndi\Interfaces,            UpperRange, 0, "ndis5"
HKR, Ndi\Interfaces,            LowerRange, 0, "ethernet"
HKR, Ndi,                       Service,    0, "ALN325"

[rtsnt.Service]
DisplayName     = %ALN325.Service.DispName%
ServiceType     = 1                             ; %SERVICE_KERNEL_DRIVER%
StartType       = 3                             ; %SERVICE_DEMAND_START%
ErrorControl    = 1                             ; %SERVICE_ERROR_NORMAL%
ServiceBinary   = %12%\ALN325.SYS
LoadOrderGroup  = NDIS

[ALN325.EventLog]
Addreg = ALN325.AddEventLog.reg

[ALN325.AddEventLog.reg]
HKR,    ,   EventMessageFile,   0x00020000, "%%SystemRoot%%\System32\netevent.dll"
HKR,    ,   TypesSupported,     0x00010001, 7

;;****************************************************************************
;; Destination Directory
;;****************************************************************************
[DestinationDirs]
ALN325.CopyFiles           = 12
ALN325.CopyFiles98         = 11
DefaultDestDir              = 11        ; LDID_SYS

;;****************************************************************************
;; Source Files
;;****************************************************************************
[SourceDisksNames]
1=%DISKNAME%,,,

[SourceDisksFiles]
ALN325.sys  = 1
ALN325.inf  = 1
ALN325.cat  = 1

;;****************************************************************************
;; Strings
;;****************************************************************************
[Strings]
Msft                      = "Microsoft"
ANI                   = "Acer Netxus Inc."

;;Source disk name
DISKNAME = " AcerLAN ALN-325 Fast Ethernet NIC Driver Disk "

;NetworkAddress            = "Network Address"
;EarlyTxThreshold          = "Early Tx Threshold"
DuplexMode                = "Connection Type"
dmAutoMode                = "Auto Mode"
dm10HalfMode              = "10M Half Mode"
dm10FullMode              = "10M Full Mode"
dm100HalfMode             = "100M Half Mode"
dm100FullMode             = "100M Full Mode"

ALN325.DeviceDesc        = "AcerLAN ALN-325 10/100M Ethernet Adapter"
ALN325.Service.DispName  = "AcerLAN ALN-325 10/100M Ethernet Adapter NT Driver"
ALN325_A.DeviceDesc        = "AcerLAN ALN-325 10/100M Ethernet 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: web1, load: 1.02