GWUSB2E.inf Driver File Contents (2619320.exe)

;****************************************************************
; GWUSB2E.INF for Windows 2000 and XP WHQL                      *
;                                                               *
; USB 2.0 10/100Base Ethernet Adapter                           *
;                                                               *
; Copyright 2002                                                *
;****************************************************************

[Version]
Signature  = "$Windows NT$"
CatalogFile = GWUSB2E.cat
Class      = Net
ClassGUID  = {4d36e972-e325-11ce-bfc1-08002be10318}
Provider   = %LAN%
;LayoutFile = layout.inf
DriverVer = 10/30/2002,5.1.2600.2

[Manufacturer]
%LAN%   = USB

[ControlFlags]
ExcludeFromSelect = USB\VID_0B95&PID_1720

[USB]
%GWUSB2E.DeviceDesc% = GWUSB2E.Ndi,USB\VID_0B95&PID_1720
%GWUSB2E.DeviceDesc% = GWUSB2E.Ndi,USB\VID_1631&PID_6200
%GWUSB2E.DeviceDesc% = GWUSB2E.Ndi,USB\VID_04F1&PID_3008

;****************************************************************
; Win98 main sections                                           *
;****************************************************************
[GWUSB2E.Ndi]
AddReg   = GWUSB2E.Reg, GWUSB2E.Params, GWUSB2E.Con.Reg
DeviceID = USB\VID_0B95&PID_1720
DeviceID = USB\VID_1631&PID_6200
DeviceID = USB\VID_04F1&PID_3008

;****************************************************************
; NT main sections                                              *
;****************************************************************
[GWUSB2E.Ndi.NT]
AddReg          = GWUSB2E.NT.Reg, GWUSB2E.Params, GWUSB2E.Con.Reg
Characteristics = 0x84 ; NCF_HAS_UI | NCF_PHYSICAL
BusType         = 15    ; USB
CopyFiles       = CopyFile.NT.Sys

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


;****************************************************************
; Windows 98 section                                            *
;****************************************************************
[GWUSB2E.Reg]
HKR,Ndi,DeviceID,,USB\VID_0B95&PID_1720
HKR,Ndi,DeviceID,,USB\VID_1631&PID_6200
HKR,Ndi,DeviceID,,USB\VID_04F1&PID_3008

HKR,Ndi,CardType,,"PNP"

HKR,,AdapterName,,GWUSB2E

HKR,,DevLoader,,*ndis,*ntkern,*ndis
HKR,,DeviceVxDs,,GWUSB2E.sys

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

; 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,,"GWUSB2E.Install"

HKR,Ndi,HelpText,,"GWUSB2E USB2 to Fast Ethernet Adpater"


;****************************************************************
; Driver parameters                                             *
;****************************************************************
[GWUSB2E.Params]

[GWUSB2E.Con.Reg]
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,,"AutoSense"
HKR,Ndi\params\ConnectionType\enum,2,,"10BaseT (Twisted_Pair)"
HKR,Ndi\params\ConnectionType\enum,3,,"10BaseT Full_Duplex"
HKR,Ndi\params\ConnectionType\enum,8,,"100BaseTx"
HKR,Ndi\params\ConnectionType\enum,9,,"100BaseTx Full_Duplex"
HKR,NDI\params\ConnectionType,flag,1,20,00,00,00

;****************************************************************
; Install section for OSR2 and Windows 98                       *
;****************************************************************

[GWUSB2E.Install]
;CopyFiles=CopyFile.Inf,CopyFile.Sys    ;Signability
CopyFiles=CopyFile.Sys

;[CopyFile.Inf]         ;Signability
;GWUSB2E.inf            ;Signability

[CopyFile.Sys]
GWUSB2E.sys


;****************************************************************
; Install section for Windows NT 5                              *
;****************************************************************

[GWUSB2E.NT.Reg]
; Interfaces
HKR, Ndi\Interfaces, LowerRange, 0, "ethernet"
HKR, Ndi\Interfaces, UpperRange, 0, "ndis5"
HKR, Ndi,            Service,    0, "GWUSB2E"

[GWUSB2E.Service]
DisplayName    = %GWUSB2E.DeviceDesc%
ServiceType    = 1
StartType      = 3
ErrorControl   = 1
ServiceBinary  = %12%\GWUSB2E.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]
GWUSB2E.sys,,,2


;**********************************************************************
; Destination directories                                             *
;**********************************************************************

[DestinationDirs]
CopyFile.Sys    = 11
;CopyFile.Inf    = 17   ;Signability
CopyFile.NT.Sys = 12

[SourceDisksNames]
; Cabinet file names and associated disks
; <cab#> = <disk#>,<cabinet filename>, ID (Unused, must be 0)
50=%GWUSB2E.DiskName%,,

[SourceDisksFiles]
;<file> = <cabinet number>,<subdir>,<filename>,<size>
;Note: File is not in a cabinet if cab# is 0
GWUSB2E.sys=50,.,GWUSB2E.sys,10000
;GWUSB2E.inf=50,.,GWUSB2E.inf,10000     ;Signability


;**********************************************************************
; Localizable strings                                                 *
;**********************************************************************

[Strings]
LAN = "Goodway"
GWUSB2E.DiskName = "USB 2.0 10/100Base Ethernet Adapter Driver"
GWUSB2E.DeviceDesc = "USB 2.0 10/100Base 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: web4, load: 2.05