;**************************************************************************
; Changes done by Danny Joseph, 2003/05/02
;**************************************************************************
; netusbcm.inf
;
; Installation file (.inf) for the External Cable Modem device.
;
;**************************************************************************
;
; Broadcom NDIS-USB Cable Modem Driver
;
;**************************************************************************
;
; (c) Copyright 1997-2002 Broadcom Corporation
; All Rights Reserved
; No portions of this material may be reproduced in any form without the
; written permission of:
; Broadcom Corporation
; 16215 Alton Parkway
; irvine, California 92619-7013
;
; All information contained in this document is Broadcom Corporation
; company private, proprietary, and trade secret.
;
; Portions of this code were derived from Sample codes supplied
; with the Microsoft NT5 DDK.
;
; Date Revision Author
; --------------------------------------
; 05/30/01 1.9 Ray Farhat
; 05/17/02 1.11 Paul Free
; 08/07/02 1.12 Alan Kan
; 08/27/02 1.16 Alan Kan
; 09/17/02 1.17 Alan Kan
; 10/03/02 1.21 Peter Uys
;
;**************************************************************************
; Signature = "$Windows 98$", "$Windows NT$", or "$Chicago$"
;*******************************************************************************
;
[version]
Signature = "$CHICAGO$"
Compatible = 1 ; works with Win98/2k/XP
Class = Net
ClassGUID = {4d36e972-e325-11ce-bfc1-08002be10318}
Provider = %Brcm%
catalogfile = bcmndis.cat
DriverVer = 06/05/2003,1.00.00.0000
; (c) Copyright 1997-2002 Broadcom Corporation
[Manufacturer]
%Brcm% = Electroline
[ControlFlags]
ExcludeFromSelect = USB\VID_1195&PID_0001
;*******************************************************************************
;
; Driver information
;
[Electroline]
; uses Electroline's Vendor ID (1195)
; Display name Section DeviceID
%USB\VID_1195&PID_0001.DeviceDesc% = ElectrolineDHT, USB\VID_1195&PID_0001
[ElectrolineDHT.nt]
AddReg = ElectrolineDHT2k.Reg, Params.Reg
BusType = 15
Characteristics = 0x84
CopyFiles = bcm2k.CopyFiles
[ElectrolineDHT.nt.Services]
AddService = UsbCm, 2, ElectrolineDHT.Service, ElectrolineDHT.EventLog
[ElectrolineDHT]
AddReg = ElectrolineDHT9x.Reg, Params.Reg
;DeviceID = "USB\VID_1195&PID_0001"
CopyFiles = bcm9x.CopyFiles
[ElectrolineDHT2k.Reg]
HKR, Ndi, Service, 0, "Usbcm"
HKR, Ndi\Interfaces, UpperRange, 0, "ndis5"
HKR, Ndi\Interfaces, LowerRange, 0, "ethernet"
;HKR, , AdapterType, 0, "0"
;HKR, , BusType, 0, "15"
[ElectrolineDHT9x.Reg]
HKR, Ndi, DeviceId, , "USB\VEN_1195&DEV_0001"
HKR, , DevLoader, 0, "*ndis"
HKR, , DeviceVxDs, 0, "DhtNdis.sys"
HKR, , EnumPropPages, 0, "netdi.dll, EnumPropPages"
HKR, NDIS, LogDriverName, 0, "bcmndis"
HKR, NDIS, MajorNdisVersion, 1, 03
HKR, NDIS, MinorNdisVersion, 1, 0a
HKR, Ndi\Interfaces, DefUpper, 0, "ndis3"
HKR, Ndi\Interfaces, DefLower, 0, "ethernet"
HKR, Ndi\Interfaces, UpperRange, 0, "ndis3"
HKR, Ndi\Interfaces, LowerRange, 0, "ethernet"
[Params.Reg]
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"
[ElectrolineDHT.Service]
DisplayName = %ElectrolineDHT.Service.DispName%
ServiceType = 1 ;%SERVICE_KERNEL_DRIVER%
StartType = 3 ;%SERVICE_DEMAND_START%
ErrorControl = 1 ;%SERVICE_ERROR_NORMAL%
ServiceBinary = %12%\dhtndis.sys
LoadOrderGroup = NDIS
[ElectrolineDHT.EventLog]
AddReg = ElectrolineDHT.AddEventLog.Reg
[ElectrolineDHT.AddEventLog.Reg]
HKR, , EventMessageFile, 0x00020000, %%SystemRoot%%\System32\netevent.dll
HKR, , TypesSupported, 0x00010001, 7
[DestinationDirs]
DefaultDestDir=10,System32\Drivers
bcm9x.CopyFiles = 10,System32\Drivers
bcm2k.CopyFiles = 12
[bcm2k.CopyFiles]
dhtndis.sys,,,2
[bcm9x.CopyFiles]
dhtndis.sys,,,2
[SourceDisksNames]
1 = %DSK_INFO%,,,
[SourceDisksFiles]
dhtndis.sys = 1
[Strings]
Brcm = "Electroline Equipment Inc."
USB\VID_1195&PID_0001.DeviceDesc = "DOCSIS(TM) HMS Transponder"
ElectrolineDHT.Service.DispName = "DOCSIS(TM) HMS Transponder NDIS Driver"
DSK_INFO = "DOCSIS(TM) HMS Transponder Driver"
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.