WebSTAR.inf Driver File Contents (WebSTAR_USB_driver_v2.zip)

; INF file for WebSTAR USB-NDIS Cable Modem Miniport Driver for Windows 98 & Windows 2000
;

[Version]
;LayoutFile=layout.inf
Signature="$Chicago$"
Compatible=1
Class=Net
ClassGUID={4d36e972-e325-11ce-bfc1-08002be10318}
Provider=%V_SA%
CatalogFile = WebSTAR.cat                            ;; for WHQL certified
DriverVer=12/13/2001,1.09.1213.2001

[Manufacturer]
%V_SA%=SA

[ControlFlags]
ExcludeFromSelect = USB\VID_069A&PID_0402

[SA]
%WebSTARNdis.DeviceDesc%=WebSTARNdis.ndi, USB\VID_069A&PID_0402

;*******************************************************************************
; Win98 main sections

[WebSTARNdis.ndi]
AddReg          = WebSTARndis.ndi.reg, WebSTARndis.Params,USBCM_Uninstall.reg
CopyFiles       = WebSTARndis.Copyfiles,USBCM.Uninstall
;DeviceID        = "USB\VID_069A&PID_0402"
;MaxInstance     = 1


;*******************************************************************************
; NT main sections

[WebSTARNdis.ndi.NT]
AddReg=WebSTARndis.NT.reg, WebSTARndis.Params,USBCM_Uninstall.reg
CopyFiles       = WebSTARNdis.NT.CopyFiles,USBCM.Uninstall
Characteristics = 0x84
BusType         = 15

[WebSTARNdis.ndi.NT.Services]
AddService      = WebSTARNdis, 2, WebSTARNdis.Service, WebSTARNdis.EventLog

;*******************************************************************************
; Windows 98 section
;*******************************************************************************

[WebSTARNdis.ndi.reg]
HKR, Ndi, DeviceId, 0,"USB\VID_069A&PID_0402"
HKR,,DevLoader,0,"*ndis"
HKR,,DeviceVxDs,0,"WebSTAR.sys"
HKR,,EnumPropPages,0,"netdi.dll,EnumPropPages"

HKR,,AdapterName,,WebSTARndis
HKR,Ndi,CardType,,"PNP"

; NDIS info
HKR,NDIS,LogDriverName,0,"WebSTARndis"
HKR,NDIS,MajorNdisVersion,1,05
HKR,NDIS,MinorNdisVersion,1,00

; Interfaces
HKR,Ndi\Interfaces,DefUpper,0,"ndis3"
HKR,Ndi\Interfaces,DefLower,0,"ethernet"
HKR,Ndi\Interfaces,UpperRange,0,"ndis3"
HKR,Ndi\Interfaces,LowerRange,0,"ethernet"

; Install sections
;HKR,Ndi\Install,ndis3,,"cme.install"
HKR,Ndi,HelpText,,"USB Cable Modem Adapter"


;*******************************************************************************
; Driver parameters
;*******************************************************************************

[WebSTARndis.Params]

HKR, Ndi\params\NumRxBuffers,ParamDesc,0, "NumRxBuffers"
HKR, Ndi\params\NumRxBuffers,default,  0, "32"
HKR, Ndi\params\NumRxBuffers,min,      0, "1"
HKR, Ndi\params\NumRxBuffers,max,      0, "00001024"
HKR, Ndi\params\NumRxBuffers,step,     0, "1"
HKR, Ndi\params\NumRxBuffers,Base,     0, "10"
HKR, Ndi\params\NumRxBuffers,type,     0, "int"

HKR, Ndi\params\NumTxBuffers,ParamDesc,0, "NumTxBuffers"
HKR, Ndi\params\NumTxBuffers,default,  0, "32"
HKR, Ndi\params\NumTxBuffers,min,      0, "1"
HKR, Ndi\params\NumTxBuffers,max,      0, "00001024"
HKR, Ndi\params\NumTxBuffers,step,     0, "1"
HKR, Ndi\params\NumTxBuffers,Base,     0, "10"
HKR, Ndi\params\NumTxBuffers,type,     0, "int"

;*******************************************************************************
; Install section for Windows 98
;*******************************************************************************

;[cme.install]
;CopyFiles = WebSTARNdis.CopyFiles

[WebSTARNdis.CopyFiles]
WebSTAR.sys,,,2

[USBCM.Uninstall]
UNDPX.EXE

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

;-------------------------------------------------------------------------------
; SA NDIS-USB Cable Modem Service and Driver
;
[WebSTARNdis.NT.reg]
HKR, Ndi,               Service,    0, "WebSTARNdis"
HKR, Ndi\Interfaces,    UpperRange, 0, "ndis5"
HKR, Ndi\Interfaces,    LowerRange, 0, "ethernet"

[WebSTARNdis.Service]
DisplayName     = %WebSTARNdis.DeviceDesc%
ServiceType     = 1 ;%SERVICE_KERNEL_DRIVER%
StartType       = 3 ;%SERVICE_DEMAND_START%
ErrorControl    = 1 ;%SERVICE_ERROR_NORMAL%
ServiceBinary   = %12%\WebSTAR.sys
LoadOrderGroup  = NDIS
AddReg          = TextModeFlags.reg

[WebSTARNdis.EventLog]
AddReg = WebSTARNdis.AddEventLog.reg

[WebSTARNdis.AddEventLog.reg]
HKR,, EventMessageFile, 0x00020000, "%%SystemRoot%%\System32\netevent.dll"
HKR,, TypesSupported,   0x00010001, 7


[TextModeFlags.reg]
HKR, , TextModeFlags, 0x00010001, 0x0001


[WebSTARNdis.NT.CopyFiles]
WebSTAR.sys,,,2


;-------------------------------------------------
; USB Cable Modem Uninstall for windows 9x(ME)/2000
;-------------------------------------------------
[USBCM_Uninstall.reg]
HKLM,"Software\Microsoft\Windows\CurrentVersion\Uninstall\%CM_String%",DisplayName,,"%CM_Uninstall%"
HKLM,"Software\Microsoft\Windows\CurrentVersion\Uninstall\%CM_String%",UninstallString,,"UNDPX.EXE"

;*******************************************************************************
; Destination directories
;*******************************************************************************
[DestinationDirs]
USBCM.Uninstall= 10
WebSTARNdis.CopyFiles = 11
WebSTARNdis.NT.CopyFiles = 12
DefaultDestDir  = 11 ; LDID_SYS

[SourceDisksNames]
; Cabinet file names and associated disks
; <cab#> = <disk#>,<cabinet filename>, ID (Unused, must be 0)
;50="Driver Diskette",, 0
1=%DisketteName%,,,

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

; Local Strings
; Provideer
[strings]
V_SA="Scientific Atlanta"

;;source Disk name 
DisketteName= "USB Cable Modem Adapter Driver Diskette"

;;Device 
WebSTARNdis.DeviceDesc="WebSTAR DPX USB Cable Modem Adapter"

;;Uninstall 
CM_String="WebSTAR Uninstall"
CM_Uninstall="WebSTAR DPX USB Cable Modem 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: web1, load: 1.89