; Windows 9x/2000 Installation Script for Satellite Receiver USB Device
; Copyright (c) 2001, Hughes Network Systems
[version]
Signature= "$CHICAGO$"
Compatible = 1
;LayoutFile=layout.inf
Class= Net
ClassGUID= {4d36e972-e325-11ce-bfc1-08002be10318}
Provider= %V_HNS%
DriverVer=10/11/2001
CatalogFile = dpcnet5u.cat
[Manufacturer]
%V_HNS%=HNS
[ControlFlags]
ExcludeFromSelect= USB\VID_069D&PID_0002
[HNS]
; DisplayName Section DeviceID
; ----------- ------- --------
%DPCNET5U.DeviceDesc%= DPCNET5U.ndi, USB\VID_069D&PID_0002
; Windows 9X specific entry
[DPCNET5U.ndi]
AddReg=DPCNET5U.ndi.reg,DPCNET5U.ndi.reg2,DPCNET5U.Flags.ndi,DPCNET5U.params.reg,
DeviceID = "USB\VID_069D&PID_0002"
; Windows NT specific entry
[DPCNET5U.ndi.NT]
AddReg = DPCNET5U.reg, DPCNET5U.params.reg
BusType = 15
Characteristics = 0x84; NCF_PHYSICAL, NCF_HAS_UI
CopyFiles = DPCNET5U.CopyFiles
[DPCNET5U.ndi.NT.Services]
AddService = DPCNET5U, 2, DPCNET5U.Service, common.EventLog
;----------------------------------------------------------------------------
; Win9x id registry sections
; These are not needed by NT
[DPCNET5U.ndi.reg]
HKR,Ndi,DeviceID,,"USB\VID_069D&PID_0002"
;----------------------------------------------------------------------------
; Win9x flags section
; Flags are not needed by NT
[DPCNET5U.Flags.ndi]
HKR,NDI\params\TraceLevel,flag,1,20,00,00,00
HKR,NDI\params\MipsFile,flag,1,20,00,00,00
;Parameters common to both 9x and 2000
[DPCNET5U.params.reg]
;TraceLevel
HKR,Ndi\params\TraceLevel,ParamDesc,,"TraceLevel"
HKR,Ndi\params\TraceLevel,type,,"int"
HKR,Ndi\params\TraceLevel,default,,"0"
HKR,Ndi\params\TraceLevel,min,,"0"
HKR,Ndi\params\TraceLevel,max,,"4"
HKR,Ndi\params\TraceLevel,step,,"1"
;Mips File Name
HKR,NDI\params\MipsFile,ParamDesc,,"Mips File Name"
HKR,NDI\params\MipsFile, default,,"dpcnet5u.dat"
HKR,NDI\params\MipsFile,type,,"edit"
;ProtocolFilterEnabled
HKR,Ndi\params\ProtocolFilterEnabled,ParamDesc,,"Protocol Filter Enabled"
HKR,Ndi\params\ProtocolFilterEnabled,type,,"int"
HKR,Ndi\params\ProtocolFilterEnabled,default,,"0"
HKR,Ndi\params\ProtocolFilterEnabled,min,,"0"
HKR,Ndi\params\ProtocolFilterEnabled,max,,"1"
HKR,Ndi\params\ProtocolFilterEnabled,step,,"1"
;PFI_NumQueueBuffers
HKR,Ndi\params\PFI_NumQueueBuffers,ParamDesc,,"Protocol Filter Queue Size"
HKR,Ndi\params\PFI_NumQueueBuffers,type,,"int"
HKR,Ndi\params\PFI_NumQueueBuffers,default,,"100"
HKR,Ndi\params\PFI_NumQueueBuffers,min,,"10"
HKR,Ndi\params\PFI_NumQueueBuffers,max,,"400"
HKR,Ndi\params\PFI_NumQueueBuffers,step,,"1"
;-----------------------------------------------------------------------------
; DPCNET5U NT specific
;
[DPCNET5U.reg]
; Interfaces
HKR, Ndi, Service, 0, "DPCNET5U"
HKR, Ndi\Interfaces, UpperRange, 0, "ndis5"
HKR, Ndi\Interfaces, LowerRange, 0, "ethernet"
[DPCNET5U.Service]
DisplayName = %DPCNET5U.Service.DispName%
ServiceType = 1 ;%SERVICE_KERNEL_DRIVER%
StartType = 3 ;%SERVICE_DEMAND_START% ; 2 ;%SERVICE_AUTO_START%;
ErrorControl = 1 ;%SERVICE_ERROR_NORMAL%
ServiceBinary = %12%\dpcnet5u.sys
LoadOrderGroup = NDIS
AddReg = TextModeFlags.reg
[common.EventLog]
AddReg = common.AddEventLog.reg
[common.AddEventLog.reg]
HKR, , EventMessageFile, 0x00020000, "%%SystemRoot%%\System32\netevent.dll"
HKR, , TypesSupported, 0x00010001, 7
[TextModeFlags.reg]
HKR, , TextModeFlags, 0x00010001, 0x0001
; Windows 9x specific entry
[DPCNET5U.ndi.reg2]
; key,subkey,valuname,type,value
HKR,,DevLoader,,*ndis
HKR,,DeviceVxDs,,dpcnet5u.sys
HKR,,EnumPropPages,,"netdi.dll,EnumPropPages"
; NDIS Info
HKR,NDIS,LogDriverName,,"DPCNET5U"
HKR,NDIS,MajorNdisVersion,1,05
HKR,NDIS,MinorNdisVersion,1,00
; Interfaces
HKR,Ndi\Interfaces,DefUpper,,"ndis3"
HKR,Ndi\Interfaces,DefLower,,"ethernet"
HKR,Ndi\Interfaces,UpperRange,,"ndis3"
HKR,Ndi\Interfaces,LowerRange,,"ethernet"
; Install sections
HKR,Ndi\Install,ndis3,,"DPCNET5U.install"
[SourceDisksNames]
1=%INSTNAME%,,
[SourceDisksFiles]
dpcnet5u.sys=1
dpcnet5u.dat=1
[DPCNET5U.install]
CopyFiles=DPCNET5U.win.CopyFiles
; Install NDIS5
[DPCNET5U.ndis5]
CopyFiles=DPCNET5U.ndis5.CopyFiles,dpcnet5u.inf.CopyFiles
[DPCNET5U.ndis5.CopyFiles]
dpcnet5u.sys
dpcnet5u.dat
[DPCNET5U.inf.CopyFiles]
dpcnet5u.inf
;-----------------------------------------------------------------------------
; DestinationDirs
;
[DPCNET5U.CopyFiles]
dpcnet5u.sys,,,2
dpcnet5u.dat,,,2
[DPCNET5U.win.CopyFiles]
dpcnet5u.sys,,,2
dpcnet5u.dat,,,2
[DestinationDirs]
DPCNET5U.CopyFiles=12 ; Drivers directory
DPCNET5U.ndis5.CopyFiles=11 ;
DPCNET5U.inf.CopyFiles=17 ;
DPCNET5U.win.CopyFiles=11
[strings]
V_HNS="Hughes Network Systems"
DPCNET5U.DeviceDesc= "Satellite USB Device"
DPCNET5U.Service.DispName= "Satellite USB Driver"
INSTNAME="Satellite USB Device Installation Disk"
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.