;-------------------------------------------------------------------------------
;
; GLOBESPAN INC. PROPRIETARY INFORMATION
; Copyright 1999-2000 GlobeSpan Inc. All Rights Reserved.
;
; ABSTRACT:
; Windows 98 & 2000 INF file for the GlobeSpan WAN ADSL USB Modem
;
; $Header: /Installer/Setup/targets/Annex-A/Wan/Inf/gwausb.inf 23 9/01/00 11:44a Dvirgil $
;-------------------------------------------------------------------------------
[version]
DriverVer = 09/01/2000
Signature = "$Windows NT$"
Class = Net
ClassGUID = {4d36e972-e325-11ce-bfc1-08002be10318}
Provider = %ProviderName%
CatalogFile = gwausb.cat
[Manufacturer]
%ManufacturerName%=GlobeSpanSection
[ControlFlags]
ExcludeFromSelect = USB\VID_8086&PID_9000
ExcludeFromSelect = USB\VID_0915&PID_8000
[GlobeSpanSection]
;
; DisplayName Section DeviceID
; ----------- ------- --------
%ADSLUSB.DeviceDesc% = ADSLUSB.anchor, USB\VID_8086&PID_9000
%ADSLUSB.DeviceDesc% = ADSLUSB.gspn, USB\VID_0915&PID_8000
; Win 9x only ***************************************************************
[ADSLUSB.anchor]
CopyFiles = ADSLUSB.Copy.98Drv,GSIUSB.cpl,GSIUSB.ndi
AddReg = ADSLUSB.anchor.id, ADSLUSB.win9x.reg, Common.reg
[ADSLUSB.gspn]
CopyFiles = ADSLUSB.Copy.98Drv,GSIUSB.cpl,GSIUSB.ndi
AddReg = ADSLUSB.gspn.id, ADSLUSB.win9x.reg, Common.reg
[ADSLUSB.anchor.id]
HKR, Ndi, DeviceID, 0, "USB\VID_8086&PID_9000"
[ADSLUSB.gspn.id]
HKR, Ndi, DeviceID, 0, "USB\VID_0915&PID_8000"
[ADSLUSB.win9x.reg]
HKR, , DevLoader, 0, "*ndis"
HKR, , DeviceVxDs, 0, "gwausb.sys"
HKR, , EnumPropPages, 0, "netdi.dll,EnumPropPages"
HKR, Ndi\Interfaces,DefLower, 0, "adsl"
HKR, Ndi\Interfaces,LowerRange, 0, "adsl"
HKR, Ndi\Interfaces,DefUpper, 0, "ndiswan"
HKR, Ndi\Interfaces,UpperRange, 0, "ndiswan"
HKR, NDIS, LogDriverName, 0, "GWAUSB"
HKR, NDIS, MajorNdisVersion, 0, 05
HKR, NDIS, MinorNdisVersion, 0, 00
HKR, Ndi\Compatibility,RequireAll, 0, "*PNP8387,NDISWAN,MSTCP"
; Set TCP Window Size to 64K
HKLM, System\CurrentControlSet\Services\VxD\MSTCP, DefaultRcvWindow, 0, 65535
; Network Driver Installer
HKR, Ndi,NdiInstaller,,"GsiNdi.dll,NdiProc"
; Prevent Area Code dialog on clean installation
HKU, .Default\RemoteAccess,AreaCode,02,"111"
HKU, .Default\RemoteAccess,wizard,01,80,00,00,00
HKCU, RemoteAccess,AreaCode,02,"111"
HKCU, RemoteAccess,wizard,01,80,00,00,00
HKU, Administrator\RemoteAccess,AreaCode,02,"111"
HKU, Administrator\RemoteAccess,wizard,01,80,00,00,00
; Win 2000 only ***************************************************************
[ADSLUSB.anchor.NT]
BusType = 15
CopyFiles = ADSLUSB.Copy.2kDrv,GSIUSB.cpl,GSIUSB.coinst
Characteristics = 0x84 ; NCF_PHYSICAL | NCF_HAS_UI
AddReg = ADSLUSB.win2k.reg, Common.reg
[ADSLUSB.gspn.NT]
BusType = 15
CopyFiles = ADSLUSB.Copy.2kDrv,GSIUSB.cpl,GSIUSB.coinst
Characteristics = 0x84 ; NCF_PHYSICAL | NCF_HAS_UI
AddReg = ADSLUSB.win2k.reg, Common.reg
[ADSLUSB.anchor.NT.Services]
AddService = wanusb, 2, ADSLUSB.Service, ADSLUSB.AddEventLog
[ADSLUSB.gspn.NT.Services]
AddService = wanusb, 2, ADSLUSB.Service, ADSLUSB.AddEventLog
[ADSLUSB.gspn.NT.CoInstallers]
AddReg = ADSLUSB.AddReg.CoInstaller
[ADSLUSB.AddReg.CoInstaller]
HKR,,CoInstallers32,0x00010000,"CoInst.dll,NdiProc"
[ADSLUSB.Service]
DisplayName = %ADSLUSB.DeviceDesc%
ServiceType = 1 ;SERVICE_KERNEL_DRIVER
StartType = 3 ;SERVICE_DEMAND_START
ErrorControl = 1 ;NORMAL
ServiceBinary = %12%\gwausb.sys
LoadOrderGroup = NDIS
[ADSLUSB.AddEventLog]
AddReg = ADSLUSB.AddEventLog.Reg
[ADSLUSB.AddEventLog.Reg]
HKR, , EventMessageFile, 0x00020000, "%%SystemRoot%%\System32\netevent.dll"
HKR, , TypesSupported, 0x00010001, 7
[ADSLUSB.win2k.reg]
HKR, , BusNumber, 0, "0"
HKR, Ndi, Service, 0, "wanusb"
HKR, Ndi\Interfaces, LowerRange, 0, "adsl"
HKR, Ndi\Interfaces, UpperRange, 0, "ndiswan"
HKR, Ndi\params\Rfc2364Mode, ParamDesc, 0, %Rfc2364Mode%
HKR, Ndi\params\Rfc2364Mode, default, 0, "0"
HKR, Ndi\params\Rfc2364Mode, type, 0, "enum"
HKR, Ndi\params\Rfc2364Mode\enum, "0", 0, "NULL Encapsulation"
HKR, Ndi\params\Rfc2364Mode\enum, "1", 0, "LLC"
; ********************************************************************************
; Common registry entries
[Common.reg]
HKLM,SYSTEM\CurrentControlSet\Services\RemoteAccess\Authentication\Class\isdn\PPPMAC,,0,0
HKR,,BoardType,0,"DSLWanUsb"
HKR,,BoardName,0,"DSLWanUsb"
HKR, TAPI,ConfigFlags,1,00,00,00,00
HKR, TAPI,DeviceCaps,1,14,00,00,00,00,00,00,00,00,00,00,00,01,00,00,00,00,00,00,00
HKR, TAPI\Line0,ConfigFlags,1,00,00,00,00
HKR, TAPI\Line0,LineCaps,1,1c,00,00,00,00,00,00,00,03,00,00,00,ff,00,00,00,03,00,00,00,01,00,00,00,01,00,00,00
HKR, TAPI\Line0,Properties,1,00,00,00,00,00,00,00,00,00,00,00,00
HKR, TAPI\Line0\Channel0,ConfigFlags,1,00,00,00,00
HKR, TAPI\Line0\Channel0,Properties,1,00,00,00,00,00,00,00,00,00,00,00,00
HKR, TAPI\Line0\Channel0,Phone,0,0
HKR, TAPI\Line0\Channel1,ConfigFlags,1,00,00,00,00
HKR, TAPI\Line0\Channel1,Properties,1,00,00,00,00,00,00,00,00,00,00,00,00
HKR, TAPI\Line0\Channel1,Phone,0,0
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
HKR,,Standard,0,"4"
HKR,,Trellis,0,"8000"
HKR,,TxPowerAttnu,0,"0"
HKR,,CodingGain,0,"ff00"
HKR,,MaxBitsPerBin,0,"0e"
HKR,,TxStartBin,0,"06"
HKR,,TxEndBin,0,"1f"
HKR,,TxBinAdjust,0,"0"
HKR,,RxStartBin,0,"06"
HKR,,RxEndBin,0,"ff"
HKR,,RxBinAdjust,0,"0"
HKR,,ExpandedExchange,0,"8000"
HKR,,FramingStruct,0,"03"
HKR,,ClockType,0,"4"
HKR,,Action,0,"0"
HKR,,maxDownRate,0,"e0"
HKR,,DebugLevel,0,"00000000"
HKR,,RetrainEnable,0,"1"
HKR,,AutoMode,0,"1"
HKR,,Rfc2364Mode,0,"0"
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
[DestinationDirs]
DefaultDestDir = 11
ADSLUSB.Copy.2kDrv = 12
[ADSLUSB.Copy.98Drv]
gwausb.sys
[ADSLUSB.Copy.2kDrv]
gwausb.sys
[GSIUSB.cpl]
gsi.cpl
gsicon.exe
dslagent.exe
gspndll.dll
[GSIUSB.ndi]
GsiNdi.dll
[GSIUSB.coinst]
CoInst.dll
[SourceDisksNames]
1=%ADSLUSB.DiskDesc%,,, dsldrv
[SourceDisksFiles]
gwausb.sys=1
gsi.cpl=1
GsiNdi.dll=1
gsicon.exe=1
dslagent.exe=1
gspndll.dll=1
CoInst.dll=1
[Strings]
ProviderName = "GlobeSpan"
ManufacturerName = "GlobeSpan"
ADSLUSB.DeviceDesc = "GlobeSpan USB ADSL WAN Modem"
ADSLUSB.DiskDesc = "GlobeSpan USB ADSL WAN Driver Diskette"
Rfc2364Mode = "Framing"
; The following entries are required by the external installation application
DriverType = WAN ; LAN,WAN,ATM
AnnexType = A ; A,B,C,CAP
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.