wwdslcfg.ini Driver File Contents (WestellWireSpeedXP.zip)

;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
;; WWDSLCFG.INI
;;
;; Copyright 2000 GlobeSpan, Inc.
;;
;; Contains custimization parameters for the GlobeSpan ADSL Setup application.
;; This file must reside in the Windows Directory.
;; $Header: /Installer/Setup/common/wwdslcfg.ini 44    1/26/01 4:20p Aseden $
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;

[SystemInfo]
Version=0.5

; Location of registry key where setup information will be stored
SetupSoftwareKey=Westell\Adsl

; Location of installed program files, if any, on the windows drive
ProgramFilesDir=\Program Files\GlobeSpan\Adsl

Manufacturer=Westell

; Name in start menu and control panel add/remove 
ProductName=Westell DSL Modem

; Caption in main installer window
MainCaption=Westell DSL Modem

; Title of main installer window
BackgroundTitle=Westell DSL Modem

; Font size of BackgroundTitle
BackgroundTitleSize=24

; Color of BackgroundTitle font
BackgroundTitleClrRed=255
BackgroundTitleClrGreen=255
BackgroundTitleClrBlue=255

; Color of installer window background
BackgroundClrRed=255
BackgroundClrGreen=0
BackgroundClrBlue=0

; Specifies if installer background should have gradient effect (1 if gradient,
; 0 if solid)
BackgroundGradient=1

; PCI or USB
HardwareType=USB

; Vendor and Device ID (matches ID's programmed into device).  Separate
; multiple values by commas to support multiple device codes
; Must prepend class (USB\ or PCI\) 
UsbCtrlrId=USB\VID_0547&PID_2131,USB\VID_0915&PID_0001
ModemId=USB\VID_0915&PID_8000,USB\VID_0915&PID_0002

; for PCI
; ModemId=PCI\VEN_14BC&DEV_D001&SUBSYS_D00114BC,PCI\VEN_14BC&DEV_D002&SUBSYS_D00214BC

; Vendor ID transmitted in EOC status request (in hex)
EocId=39

; If 1, license agreement screen will be skipped.  If 0, it will be shown,
; and will use the license.txt 
SkipLicenseScreen=1

; If 1, the ISP selection screen will be skipped, and if 0, it will be shown.
; If skipped, the parameters will be obtained from the Default section.
SkipIspSelectionScreen=1

; If 1, the summary screen will be skipped, and if 0, it will be shown.
SkipSummaryScreen=1

; Files that are created by windows in windows\inf\other directory (needed for win 98 uninstall)
RemoveFromInfOtherDir=gwausb.inf,glausb.inf,gaausb.inf,gafwload.inf,gwapci.inf,glapci.inf,gaapci.inf,GLOBESPANgwausb.inf,GLOBESPANglausb.inf,GLOBESPANgaausb.inf,GLOBESPANgafwload.inf,GLOBESPANgwapci.inf,GLOBESPANglapci.inf,GLOBESPANgaapci.inf,GLOBESPANgrootusb.inf,GLOBESPANgrootpci.inf

; This string must match the caption of the control panel window
CplWindowName=Westell DSL Modem

; Allow the user to enter control panel's debug mode (1 is enable, 0 is disable)
AllowCplDebugMode=1

; Uses installation method where the first reboot is avoided on win9x.  This
; method changes the inf file which might have certification implications.
; Win2K never needs a reboot so this flag is ignored.
SkipFirstReboot=1

; The name of a file in the ProgramFiles directory that will get spawned
; when the Support button is pressed
SupportFile=

; The minimum VCI value that the configuration dialog box will accept
MinVci=32
MaxVci=65535

; Specifies if the "Other Isp" item will be added to the ISP list
ShowOtherIspChoice = 0

; If the "Other Isp" item is shown in the ISP list, this specifies if it
; should be placed at the beginning or the end of the list
OtherIspAtEnd = 0

EnableHardDriveDma = 0

; Comma-delimited list of sections that describe a start-menu icon.  
; Each icon will point to a file installed in the program files directory
StartMenuIconSections=

; Comma-delimited list of ISP sections.  Do not include IspDefault.
IspSections=IspGlobeSpanWanA

;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
;; Do not make any changes in this section
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;

DslAgentFileName=dslagent.exe

; Files that are copied by windows to the system directory (needed for uninstall)
RemoveFromSysDir=gsi.cpl,gsicon.exe,coinst.dll,dslagent.exe,gsir407.dll,gsir40c.dll,gsirc0a.dll,gsidi16.dll,gsidi32.dll

; Files that are copied by windows to the driver directory (needed for uninstall)
RemoveFromDrvDir=gaausb.cat,gaausb.sys,gafwload.cat,gafwload.sys,glausb.cat,glausb.sys,gwausb.cat,gwausb.sys,gwapci.sys,gwapci.cat,gaapci.sys,gaapci.cat,glapci.sys,glapci.cat,gsindi.dll

; Files that are created by windows in windows\inf directory (needed for uninstall)
RemoveFromInfDir=gwausb.pnf,glausb.pnf,gaausb.pnf,gafwload.pnf,gwausb.inf,glausb.inf,gaausb.inf,gafwload.inf,gwapci.inf,gwapci.pnf,gaapci.inf,gaapci.pnf,glapci.inf,glapci.pnf,drvdata.bin,drvidx.bin

; These strings must match the hard-coded strings in the gsicon app
SystrayClassName=GlobeSpan Cpl Window Class
SystrayWindowName=GlobeSpan Cpl Target Window

;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
;; End of section that should not be changed
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;


; -------------------------------------------------------------------------
;                              ISP DESCRIPTIONS
; -------------------------------------------------------------------------

;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
;; ; Description of fields:
;;
;; ; DriverLocation points to a directory under PCI or USB.  This must match
;; ; the directory name exactly.
;; ; Default directory names are (under drivers):
;; ; WAN Driver
;; ; ATM Driver
;; ; LAN Driver
;; DriverLocation=WAN Driver
;;
;; ; Default VPI/VCI
;; VPI=0
;; VCI=38
;;
;; ; Layer 3 Protocol
;; ; 1 - RFC 1577 Classical IPoATM
;; ; 2 - RFC 1483 IPoATM Bridged LLC Encapsulation
;; ; 3 - RFC 1483 IPoATM Bridged VC Encapsulation
;; ; 4 - RFC 1483 IPoATM Routed LLC Encapsulation
;; ; 5 - RFC 1483 IPoATM Routed VC Encapsulation
;; ; 6 - RFC 2364 PPPoATM LLC Encapsulation
;; ; 7 - RFC 2364 PPPoATM NULL Encapsulation
;; Layer3Protocol=7
;;
;; ; Modulation
;; ; 0 - T1.413
;; ; 1 - G.Lite
;; ; 2 - G.DMT
;; ; 4 - Multimode
;; Modulation=4
;;
;; ; Enable Automode, 1 is enabled, 0 is disabled.
;; Automode=1
;;
;; ; Set the bandwidth limit of the USB ISO pipe as a percentage of the 
;; ; maximum speed
;; ; Choices are:
;; ; 1 - 100%
;; ; 2 - 90%
;; ; 3 - 70%
;; ; 4 - 45%
;; ; 5 - 25%
;; ; 6 - 15%
;; ; MaxUsbBandwidth=3
;;
;; ; Displayed in service provider selection drop list
;; Description=GlobeSpan
;;
;; ; If 1, a connectoid will be created for this ISP.  If 0, no connectoid will
;; ; be created.
;; CreateDialup=0
;;
;; ; Show a status icon in the system tray (1 shows icon, 0 doesn't)
;; ShowSysTrayIcon=1
;;
;; ; If a file is specified here, it will be executed after the installation
;; ; process finishes.  The file must be located in the ProgramFiles directory
;; ; of the installation media.  If no file is present, nothing will be executed.
;; RunOnExit=myapp.exe
;;
;; DialUpName=Westell Dial-Up PPP Connection
;;
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;

; The default ISP section is used if the user selects "Not Listed" from ISP
; list
[IspDefault]
DriverLocation=ANNEX-A WAN Driver
VPI=0
VCI=38
Layer3Protocol=7
Modulation=4
Automode=1
MaxUsbBandwidth=3
Description=Westell
CreateDialup=0
ShowSysTrayIcon=1
RunOnExit=
DialUpName=Westell Dial-Up PPP Connection

;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
[IspGlobeSpanWanA]
DriverLocation=ANNEX-A WAN Driver
VPI=0
VCI=38
Layer3Protocol=7
Modulation=4
Automode=1
MaxUsbBandwidth=3
Description=Westell WAN
CreateDialup=0
ShowSysTrayIcon=1
RunOnExit=
DialUpName=Westell Dial-Up PPP Connection

;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;



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: web3, load: 1.66