Ax88178.inf Driver File Contents (LN-028_Drivers.zip)

;****************************************************************
; Ax88178.INF for Windows 98/ME          			*
;								*
; USB2.0 Giga Ethernet Adapter					*
;								*
; Copyright 2005, ASIX INC. Corporation			        *
;                                                               *
; Version: 1.1.1.38                                             *
;                                                               *
;****************************************************************

[Version]
Signature  = "$CHICAGO$"        
Class      = Net       
ClassGUID  = {4d36e972-e325-11ce-bfc1-08002be10318}
Provider   = %ASIX%
DriverVer = 01/05/2005, 1.1.1.38

[Manufacturer]
%ASIX%   = USB

[ControlFlags]
ExcludeFromSelect = USB\VID_08DD&PID_0114

[USB]
%AX88178.DeviceDesc% = AX88178.Ndi,USB\VID_0DF6&PID_061C

;****************************************************************
;Win98 main section
;****************************************************************
[AX88178.Ndi]
AddReg   = AX88178.Reg, AX88178.Con.Reg;
DeviceID = USB\VID_0DF6&PID_061C

[AX88178.Reg]
HKR,Ndi,DeviceID,,USB\VID_0DF6&PID_061C
HKR,Ndi,CardType,,"PNP"

HKR,,AdapterName,,AX88178
HKR,,DevLoader,,*ndis,*ntkern,*ndis
HKR,,DeviceVxDs,,ax88178.sys

; NDIS Info
HKR,NDIS,MajorNdisVersion,1,05
HKR,NDIS,MinorNdisVersion,1,00
HKR,NDIS,LogDriverName,,AX88178

; Interfaces
HKR,Ndi\Interfaces,DefUpper,,"ndis3"
HKR,Ndi\Interfaces,DefLower,,"ethernet"
HKR,Ndi\Interfaces,UpperRange,,"ndis3"
HKR,Ndi\Interfaces,LowerRange,,"ethernet"

; Install sections
HKR,Ndi\Install,ndis3,,"AX88178.Install"
HKR,Ndi,HelpText,,"ASIX Giga Ethernet Adapter"

;****************************************************************
; NT main sections
;****************************************************************
[AX88178.Ndi.NT]
AddReg          = AX88178.NT.Reg, AX88178.Con.Reg
Characteristics = 0x84
BusType         = 1
CopyFiles       = CopyFile.NT.Sys

[AX88178.Ndi.NT.Services]
AddService = AX88178, 2, AX88178.Service, Common.EventLog

;****************************************************************
; Driver parameters
;****************************************************************
[AX88178.Con.Reg]
; Connection Type
HKR,Ndi\params\ConnectionType,ParamDesc,,"Connection Type"
HKR,Ndi\params\ConnectionType,default,,"0"
HKR,Ndi\params\ConnectionType,type,,"enum"
HKR,Ndi\params\ConnectionType\enum,0,,"Auto Negotiation"
HKR,Ndi\params\ConnectionType\enum,17,,"1000Base-T Full_Duplex"
HKR,Ndi\params\ConnectionType\enum,9,,"100Base-Tx Full_Duplex"
HKR,Ndi\params\ConnectionType\enum,8,,"100Base-Tx Half_Duplex"
HKR,Ndi\params\ConnectionType\enum,3,,"10Base-T Full_Duplex"
HKR,Ndi\params\ConnectionType\enum,2,,"10Base-T Half_Duplex"
HKR,NDI\params\ConnectionType,flag,1,20,00,00,00

; Mac Address
HKR,Ndi\params\NetworkAddress,ParamDesc,0,"NetworkAddress"
HKR,Ndi\params\NetworkAddress,type,0,"edit"
HKR,Ndi\params\NetworkAddress,default,0, "000000000000"
HKR,Ndi\params\NetworkAddress,LimitText,0,"12"
HKR,Ndi\params\NetworkAddress,UpperCase,0,"1"
HKR,Ndi\params\NetworkAddress,Optional,0,"1"
HKR,NDI\params\NetworkAddress,flag,1,20,00,00,00

; Flow Control
HKR,Ndi\params\FlowControl,ParamDesc,,"Flow Control"
HKR,Ndi\params\FlowControl,default,,"3"
HKR,Ndi\params\FlowControl,type,,"enum"
HKR,Ndi\params\FlowControl\enum,0,,"Disable"
HKR,Ndi\params\FlowControl\enum,3,,"Enable"
HKR,NDI\params\FlowControl,flag,1,20,00,00,00

; Wake Up
HKR,Ndi\params\WakeUp,ParamDesc,,"Wake Up"
HKR,Ndi\params\WakeUp,default,,"0"
HKR,Ndi\params\WakeUp,type,,"enum"
HKR,Ndi\params\WakeUp\enum,0,,"Disable"
HKR,Ndi\params\WakeUp\enum,2,,"Link Up"
HKR,NDI\params\WakeUp,flag,1,20,00,00,00

; Jumbo Packet
HKR,Ndi\params\JumboPacket,ParamDesc,,"Jumbo Frame"
HKR,Ndi\params\JumboPacket,default,,"0"
HKR,Ndi\params\JumboPacket,type,,"enum"
HKR,Ndi\params\JumboPacket\enum,0,,"Disable"
HKR,Ndi\params\JumboPacket\enum,1,,"4088 Bytes"
HKR,NDI\params\JumboPacket,flag,1,20,00,00,00

;****************************************************************
; Install section Windows 98
;****************************************************************
[AX88178.Install]
CopyFiles=CopyFile.Sys

[CopyFile.Sys]
ax88178.sys

;****************************************************************
; Install section for Windows NT 5				
;****************************************************************
[AX88178.NT.Reg]
; Interfaces
HKR, Ndi\Interfaces, LowerRange, 0, "ethernet"
HKR, Ndi\Interfaces, UpperRange, 0, "ndis5"
HKR, Ndi,            Service,    0, "AX88178"

[AX88178.Service]
DisplayName    = %AX88178.DeviceDesc%
ServiceType    = 1
StartType      = 3
ErrorControl   = 1
ServiceBinary  = %12%\ax88178.sys
LoadOrderGroup = NDIS
AddReg         = TextModeFlags.Reg

[Common.EventLog]
AddReg = Common.AddEventLog.Reg

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

[TextModeFlags.Reg]
HKR, , TextModeFlags, 0x00010001, 0x0001

[CopyFile.NT.Sys]
ax88178.sys,,,2

;**********************************************************************
; Destination directories
;**********************************************************************
[DestinationDirs]
CopyFile.Sys    = 11
CopyFile.NT.Sys = 12

[SourceDisksNames]
50=%AX88178.DiskName%,,

[SourceDisksFiles]
ax88178.sys=50,.,ax88178.sys,10000

;**********************************************************************
; Localizable strings                                                 *
;**********************************************************************
[Strings]
ASIX = "Sitecom"
AX88178.DiskName = "Sitecom USB Gigabit LAN LN-028"
AX88178.DeviceDesc = "Sitecom USB Gigabit LAN LN-028"

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: ftp, load: 1.48