;-------------------------------------------------------------------------------
;
; 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/Usb/Annex-A/WAN/inf/gwausb.inf 27 10/18/00 6:58p Bkat $
;-------------------------------------------------------------------------------
[version]
DriverVer = 09/01/2000
Signature = "$Chicago$"
Compatible = 1
Class = Net
ClassGUID = {4d36e972-e325-11ce-bfc1-08002be10318}
Provider = %ProviderName%
CatalogFile = gwausb.cat
[Manufacturer]
%ManufacturerName%=GlobeSpanSection
;-------------------------------------------------------------------------------
[ControlFlags]
; These are the vendor ids that the device will contain. There are two
; possibilities:
; 1. If eeprom is programmed, the vid/pid will be the following (the controller id
; plus 1):
ExcludeFromSelect = USB\VID_0915&PID_0002
; 2. The following is used if the eeprom has not been programmed:
ExcludeFromSelect = USB\VID_0915&PID_8000
;-------------------------------------------------------------------------------
[GlobeSpanSection]
;
; DisplayName Section DeviceID
; ----------- ------- --------
%ADSLUSB.DeviceDesc% = ADSLUSB.gspn, USB\VID_0915&PID_0002
%ADSLUSB.DeviceDesc% = ADSLUSB.gspnDefault, USB\VID_0915&PID_8000
;-------------------------------------------------------------------------------
; Win 9x only ***************************************************************
[ADSLUSB.gspn]
CopyFiles = ADSLUSB.Copy.98Drv,GSIUSB.cpl,GSIUSB.ndi
AddReg = ADSLUSB.gspn.id, ADSLUSB.win9x.reg, Common.reg
[ADSLUSB.gspnDefault]
CopyFiles = ADSLUSB.Copy.98Drv,GSIUSB.cpl,GSIUSB.ndi
AddReg = ADSLUSB.gspnDefault.id, ADSLUSB.win9x.reg, Common.reg
[ADSLUSB.gspn.id]
HKR, Ndi, DeviceID, 0, "USB\VID_0915&PID_0002"
[ADSLUSB.gspnDefault.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.gspnDefault.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.gspnDefault.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"
; ********************************************************************************
; **
; ** Fix for Win 2000 - USB ISO Selection.
; **
; ********************************************************************************
;
; The following key may be changed to select the required USB bus percentage.
;
; HKR,,IsoMaxBWLimit,0,"60"
;
; Where :-
; 100% equates to 0xD0 - "D0"
; 90% equates to 0xC0 - "C0"
; 70% equates to 0xA0 - "A0"
; 45% equates to 0x60 - "60"
; 25% equates to 0x30 - "30"
; 15% equates to 0x17 - "17"
;
; The Current setting is for [ 45% ] of the USB Bus.
HKR,,IsoMaxBWLimit,0,"60"
; ********************************************************************************
; 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,"0"
HKR,,Trellis,0,"8000"
HKR,,TxPowerAttnu,0,"0"
HKR,,CodingGain,0,"ff00"
HKR,,Pmode,0,"1"
HKR,,MaxBitsPerBin,0,"0e"
HKR,,TxStartBin,0,"06"
HKR,,TxEndBin,0,"1f"
HKR,,TxBinAdjust,0,"0"
HKR,,RxStartBin,0,"20"
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,"0"
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
gsir407.dll
gsir40c.dll
gsirc0a.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
gsir407.dll=1
gsir40c.dll=1
gsirc0a.dll=1
[Strings]
ProviderName = "ECI"
ManufacturerName = "ECI"
ADSLUSB.DeviceDesc = "ECI Telecom USB ADSL WAN Modem"
ADSLUSB.DiskDesc = "ECI Telecom 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.