wwdslcfg.ini Driver File Contents (WR850-110b.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 58    5/09/01 1:24p Bkat $
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;

[SystemInfo]
Version=1.13.1

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

; Location of installed program files, if any, on the windows drive
ProgramFilesDir=\Program Files\Topcom\Webracer 850

Manufacturer=Topcom
 
ProductName=Topcom Webr@cer 850

; Caption in main installer window
MainCaption=Topcom Webr@cer 850 Rel 1.10B

; Title of main installer window
BackgroundTitle=Topcom Webr@cer 850 Rel 1.10B

; Font size of BackgroundTitle
BackgroundTitleSize=24

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

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

; 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

EocId=39
SkipWelcomeScreen=1
SkipLicenseScreen=1
SkipIspSelectionScreen=0

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

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

CplWindowName=GlobeSpan DSL Modem

AllowCplDebugMode=0

SkipFirstReboot=1

SupportFile=support.htm
SupportParam=
HelpMaintenanceFile=
HelpMaintenanceParam=
HelpIspSelectFile=
HelpIspSelectParam=
HelpDriverTypeFile=
HelpDriverTypeParam=
HelpSettingsFile=
HelpSettingsParam=
EnableMaintenanceDlg=1
IconNameRemove=Uninstall
IconNameSettings=Settings
MinVci=32
MaxVci=65535
ShowOtherIspChoice = 0
OtherIspAtEnd = 0
EnableHardDriveDma = 0

; A comma-deliminated list of file names.  Each file will be removed
; from the windows system directory during uninstall.  On 2k these files
; will also be removed during reboot in case they were locked by the OS.
RemoveFromWinSysDir=
Win95RebootMode = SHUTDOWN

; This flag determines if the company logo in the control panel is transparent.
; If 1, it is transparent and the upper-left-hand corner pixel will be used
; as the transparent color.  If 0, the company logo will be solid.
MakeCplLogoTransparent = 1

; The VPI/VCI is usually communicated to the driver through the phone number
; in dialup networking (for wan and atm).  If this flag is set to 1, 
; the phone number is ignored, and the VPI/VCI will give the driver the values
; through the registry.
IgnoreDialupPhoneNumber = 1

; 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=Planet Internet (Belgium),Skynet (Belgium),Wanadoo (Belgium),Worldonline (Belgium),Easynet (Belgium),Openweb (Belgium),KPN Belgium,EDPnet (Belgium),Net4ALL (Belgium),XS4ALL (Belgium),IspBelgie,IspBelgique,IspIceland,IspSweden,IspHolland,IspDenmark,IspXplorerLanA,IspXplorerWanA,IspXplorerAtmA,

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

[StartMenuSampleDoc]

; File in ProgramFilesDir to point to
FileName=

Description=

; 1 if a shortcut should be created on desktop
ShortcutToDesktop=1


; -------------------------------------------------------------------------
;                              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=88
;;
;; ; Layer 3 Protocol
;; ; 1 - RFC 1577 Classical IPoATM (Lan Driver only)
;; ; 2 - RFC 1483 IPoATM Bridged LLC Encapsulation (Lan Driver only)
;; ; 3 - RFC 1483 IPoATM Bridged VC Encapsulation (Lan Driver only)
;; ; 4 - RFC 1483 IPoATM Routed LLC Encapsulation (Lan Driver only)
;; ; 5 - RFC 1483 IPoATM Routed VC Encapsulation (Lan Driver only)
;; ; 6 - RFC 2364 PPPoATM LLC Encapsulation (WAN and ATM Drivers only)
;; ; 7 - RFC 2364 PPPoATM NULL Encapsulation (WAN and ATM Drivers only)
;; ; 8 - RFC 2516 PPPoE Encapsulation (WAN USB Driver only)
;; 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
;;
;; ; Displayed in service provider selection drop list
;; Description=GlobeSpan
;;
;; ; 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
;;
;; ; If 1, a dial-up icon will be created for this ISP.  If 0, no dial-up
;; ; icon will be created.
;; CreateDialup=1
;;
;; ; Name that is shown for the dial-up icon, if created.
;; DialUpName=GlobeSpan Dial-Up PPP Connection
;; 
;; ; If 1, a shortcut to the dial-up icon will be created on the desktop.
;; ; If 0, no shortcut will be created.
;; CreateDialupShortcut=1
;;
;; ; Specifies an icon for the shorcut to the dial-up networking.  A value
;; ; of -1 specifies the default icon to be used.  Any other value specifies
;; ; an icon located in the language dll.  0 means the first icon in the dll.
;; DialupShortcutIconIndex=-1
;;
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;

; The default ISP section is used if the user selects "Not Listed" from ISP
; list
[IspDefault]
DriverLocation=ANNEX-A WAN Driver
VPI=8
VCI=35
Layer3Protocol=6
Modulation=4
Automode=1
Description=Topcom Webr@cer 850 WAN (RFC 2516)
CreateDialup=1
ShowSysTrayIcon=1
RunOnExit=
DialUpName=Topcom Dial-Up PPP Connection
CreateDialupShortcut=1
DialupShortcutIconIndex=-1

[Worldonline (Belgium)]
DriverLocation=ANNEX-A WAN Driver
VPI=8
VCI=35
Layer3Protocol=6
Modulation=4
Automode=1
Description=Worldonline       (Belgium)
CreateDialup=1
ShowSysTrayIcon=1
RunOnExit=
DialUpName=Topcom Dial-Up PPP Connection
CreateDialupShortcut=1
DialupShortcutIconIndex=-1

[Planet Internet (Belgium)]
DriverLocation=ANNEX-A WAN Driver
VPI=8
VCI=35
Layer3Protocol=6
Modulation=4
Automode=1
Description=Planet Internet  (Belgium)
CreateDialup=1
ShowSysTrayIcon=1
RunOnExit=
DialUpName=Topcom Dial-Up PPP Connection
CreateDialupShortcut=1
DialupShortcutIconIndex=-1

[Skynet (Belgium)]
DriverLocation=ANNEX-A WAN Driver
VPI=8
VCI=35
Layer3Protocol=6
Modulation=4
Automode=1
Description=Skynet              (Belgium)
CreateDialup=1
ShowSysTrayIcon=1
RunOnExit=
DialUpName=Topcom Dial-Up PPP Connection
CreateDialupShortcut=1
DialupShortcutIconIndex=-1

[Wanadoo (Belgium)]
DriverLocation=ANNEX-A WAN Driver
VPI=8
VCI=35
Layer3Protocol=6
Modulation=4
Automode=1
Description=Wanadoo          (Belgium)
CreateDialup=1
ShowSysTrayIcon=1
RunOnExit=
DialUpName=Topcom Dial-Up PPP Connection
CreateDialupShortcut=1
DialupShortcutIconIndex=-1

[KPN Belgium]
DriverLocation=ANNEX-A WAN Driver
VPI=8
VCI=35
Layer3Protocol=6
Modulation=4
Automode=1
Description=KPN Belgium
CreateDialup=1
ShowSysTrayIcon=1
RunOnExit=
DialUpName=Topcom Dial-Up PPP Connection
CreateDialupShortcut=1
DialupShortcutIconIndex=-1

[Easynet (Belgium)]
DriverLocation=ANNEX-A WAN Driver
VPI=8
VCI=35
Layer3Protocol=6
Modulation=4
Automode=1
Description=Easynet             (Belgium)
CreateDialup=1
ShowSysTrayIcon=1
RunOnExit=
DialUpName=Topcom Dial-Up PPP Connection
CreateDialupShortcut=1
DialupShortcutIconIndex=-1

[Openweb (Belgium)]
DriverLocation=ANNEX-A WAN Driver
VPI=8
VCI=35
Layer3Protocol=6
Modulation=4
Automode=1
Description=Openweb          (Belgium)
CreateDialup=1
ShowSysTrayIcon=1
RunOnExit=
DialUpName=Topcom Dial-Up PPP Connection
CreateDialupShortcut=1
DialupShortcutIconIndex=-1

[EDPnet (Belgium)]
DriverLocation=ANNEX-A WAN Driver
VPI=8
VCI=35
Layer3Protocol=6
Modulation=4
Automode=1
Description=EDPnet              (Belgium)
CreateDialup=1
ShowSysTrayIcon=1
RunOnExit=
DialUpName=Topcom Dial-Up PPP Connection
CreateDialupShortcut=1
DialupShortcutIconIndex=-1

[XS4ALL (Belgium)]
DriverLocation=ANNEX-A WAN Driver
VPI=8
VCI=35
Layer3Protocol=6
Modulation=4
Automode=1
Description=XS4ALL             (Belgium)
CreateDialup=1
ShowSysTrayIcon=1
RunOnExit=
DialUpName=Topcom Dial-Up PPP Connection
CreateDialupShortcut=1
DialupShortcutIconIndex=-1

[Net4ALL (Belgium)]
DriverLocation=ANNEX-A WAN Driver
VPI=8
VCI=35
Layer3Protocol=6
Modulation=4
Automode=1
Description=Net4ALL            (Belgium)
CreateDialup=1
ShowSysTrayIcon=1
RunOnExit=
DialUpName=Topcom Dial-Up PPP Connection
CreateDialupShortcut=1
DialupShortcutIconIndex=-1

[IspBelgie]
DriverLocation=ANNEX-A WAN Driver
VPI=8
VCI=35
Layer3Protocol=6
Modulation=4
Automode=1
Description=België (other ISP)
CreateDialup=1
ShowSysTrayIcon=1
RunOnExit=
DialUpName=Topcom Dial-Up PPP Connection
CreateDialupShortcut=1
DialupShortcutIconIndex=-1

[IspBelgique]
DriverLocation=ANNEX-A WAN Driver
VPI=8
VCI=35
Layer3Protocol=6
Modulation=4
Automode=1
Description=Belgique (other ISP)
CreateDialup=1
ShowSysTrayIcon=1
RunOnExit=
DialUpName=Topcom Dial-Up PPP Connection
CreateDialupShortcut=1
DialupShortcutIconIndex=-1

[IspXplorerWanA]
DriverLocation=ANNEX-A WAN Driver
VPI=8
VCI=35
Layer3Protocol=6
Modulation=4
Automode=1
Description=Topcom Webr@cer 850 WAN (RFC 2364)
CreateDialup=1
ShowSysTrayIcon=1
RunOnExit=
DialUpName=Topcom Dial-Up PPP Connection
CreateDialupShortcut=1
DialupShortcutIconIndex=-1

[IspXplorerLanA]
DriverLocation=ANNEX-A LAN Driver
VPI=0
VCI=35
Layer3Protocol=2
Modulation=4
Automode=1
MaxUsbBandwidth=1
Description=Topcom Webr@cer 850 LAN (RFC 1483)
CreateDialup=0
ShowSysTrayIcon=1
RunOnExit=
DialUpName=Topcom Dial-Up PPP Connection
CreateDialupShortcut=0
DialupShortcutIconIndex=-1

[IspXplorerAtmA]
DriverLocation=ANNEX-A ATM Driver
VPI=8
VCI=35
Layer3Protocol=6
Modulation=4
Automode=1
Description=Topcom Webr@cer 850 ATM (RFC 2364)
CreateDialup=1
ShowSysTrayIcon=1
RunOnExit=
DialUpName=Topcom Dial-Up PPP Connection
CreateDialupShortcut=1
DialupShortcutIconIndex=-1

[IspDenmark]
DriverLocation=ANNEX-A WAN Driver
VPI=0
VCI=35
Layer3Protocol=7
Modulation=4
Automode=1
Description=Denmark
CreateDialup=1
ShowSysTrayIcon=1
RunOnExit=
DialUpName=Topcom Dial-Up PPP Connection
CreateDialupShortcut=1
DialupShortcutIconIndex=-1

[IspSweden]
DriverLocation=ANNEX-A WAN Driver
VPI=8
VCI=35
Layer3Protocol=1
Modulation=4
Automode=1
Description=Sweden
CreateDialup=1
ShowSysTrayIcon=1
RunOnExit=
DialUpName=Topcom Dial-Up PPP Connection
CreateDialupShortcut=1
DialupShortcutIconIndex=-1

[IspIceland]
DriverLocation=ANNEX-A WAN Driver
VPI=8
VCI=35
Layer3Protocol=6
Modulation=4
Automode=1
Description=Iceland
CreateDialup=1
ShowSysTrayIcon=1
RunOnExit=
DialUpName=Topcom Dial-Up PPP Connection
CreateDialupShortcut=1
DialupShortcutIconIndex=-1

[IspHolland]
DriverLocation=ANNEX-A WAN Driver
VPI=8
VCI=48
Layer3Protocol=7
Modulation=4
Automode=1
Description=MX Stream
CreateDialup=1
ShowSysTrayIcon=1
RunOnExit=
DialUpName=Topcom Dial-Up PPP Connection
CreateDialupShortcut=1
DialupShortcutIconIndex=-1
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.84