tbntunic.inf Driver File Contents (17014usbdrivers.zip)

;*****************************************************************************
;
; tbntunic.inf   -- Install USB Cable Modem WDM drivers
;
; Copyright (c) 1997-2001 MCCI
;
; $Id: lower.inf,v 1.13 2001/06/20 17:20:06 maryg Exp $
;
; MCCI is a registered trademark of Moore Computer Consultants, Inc
;
;*****************************************************************************

[version]
signature="$CHICAGO$"
Class=USB
ClassGuid={36FC9E60-c465-11cf-8056-444553540000}
Provider=%Provider%
DriverVer=10/16/2001, 3.21.0.100
;CatalogFile=tbntunic.cat

[ControlFlags]
ExcludeFromSelect = *

;-----------------------------------------------------------------------------
; Specify target paths...
;-----------------------------------------------------------------------------
[DestinationDirs]
DefaultDestDir                  = 11                    ; LDID_SYS
TbntWdm.W95.CopyFiles       = 11                    ; LDID_SYS
TbntWdm.NT.CopyFiles        = 12                    ; system32\drivers
PropPages.CopyFiles             = 11                    ; system

;-----------------------------------------------------------------------------
; Specify the install disks.  A bit unwieldy during development.
;-----------------------------------------------------------------------------
[SourceDisksNames]
; diskid = description[, [tagfile] [, <unused>, subdir]]
1=%DiskString%,"tbntunic.sys",,

[SourceDisksFiles]
; filename = diskid[, [subdir] [, size]]
tbntunic.sys = 1
tbntcr95.sys = 1
tbntcrnt.sys = 1
tbntvcr.vxd = 1
tbntwh95.sys = 1
tbntwhnt.sys = 1

;-----------------------------------------------------------------------------
; Table of Contents:  manufacturer, then devices.
;-----------------------------------------------------------------------------
[Manufacturer]
%TBNT%=TBNT

;-----------------------------------------------------------------------------
; The devices
;-----------------------------------------------------------------------------
[TBNT]
%DeviceDescription% = TbntWdm.Install, USB\VID_040e&PID_e301

;-----------------------------------------------------------------------------
; How to install them:  On W9x, the [section] name is used directly.
; On NT, the system first tries [section.NT], then [section].
;-----------------------------------------------------------------------------

;-----------------------------------------------------------------------------
; Diagnostics Files CopyFiles List Section
;-----------------------------------------------------------------------------
[Tbnt.CopyFiles]

;-----------------------------------------------------------------------------
; XXX when we have a property page DLL, add it to the following section.
;-----------------------------------------------------------------------------
[PropPages.CopyFiles]

;-----------------------------------------------------------------------------
;       How to install the WDM driver on W95/W98
;-----------------------------------------------------------------------------
[TbntWdm.Install]
DriverVer=10/16/2001, 3.21.0.100
CopyFiles       = TbntWdm.W95.CopyFiles, Tbnt.CopyFiles, PropPages.CopyFiles
AddReg          = TbntWdm.AddReg, TbntWdm.W95.AddReg

;-----------------------------------------------------------------------------
;       How to install the WDM driver on NT
;-----------------------------------------------------------------------------
[TbntWdm.Install.NT]
DriverVer=10/16/2001, 3.21.0.100
CopyFiles       = TbntWdm.NT.CopyFiles
AddReg          = TbntWdm.AddReg, TbntWdm.NT.AddReg

;-----------------------------------------------------------------------------
;       How to start the WDM driver on NT
;-----------------------------------------------------------------------------
[TbntWdm.Install.NT.Services]
AddService      = tbntunic, 2, TbntWdm.AddService

[TbntWdm.AddService]
DisplayName             = %ServiceDescription%
ServiceType             = 1     ; SERVICE_KERNEL_DRIVER
StartType               = 3     ; SERVICE_DEMAND_START
ErrorControl            = 1     ; SERVICE_ERROR_NORMAL
ServiceBinary           = %12%\tbntunic.sys
LoadOrderGroup          = Base

;-----------------------------------------------------------------------------
;       WDM registry entries (all platforms)
;-----------------------------------------------------------------------------
[TbntWdm.AddReg]
HKR,,CRUpperDescription,,%UpperDescription%
HKR,,CREnum,,tbntcr
HKR,,EnableRxBulkStream, 0x10001, 01,00,00,00
HKR,,nRxBulkStreamObjects, 0x10001,08,00,00,00
HKR,,DevicePhysicalMedium, 0x10001, 02,00,00,00
HKR,,DataAltSetting, 0x10001, 02,00,00,00

;-----------------------------------------------------------------------------
;       WDM registry entries (W95/98) (including how to start the driver)
;-----------------------------------------------------------------------------
[TbntWdm.W95.AddReg]
HKR,,DevLoader,,*ntkern
HKR,,NTMPDriver,,tbntunic.sys

;-----------------------------------------------------------------------------
;       WDM registry entries (NT only)
;-----------------------------------------------------------------------------
[TbntWdm.NT.AddReg]

;-----------------------------------------------------------------------------
;       The WDM copy list for Win95 -- different because things go in
;       different places.  Also, we probably need to rename drivers 
;       during the install.
;-----------------------------------------------------------------------------
[TbntWdm.W95.CopyFiles]
tbntunic.sys
tbntcr.sys,tbntcr95.sys
tbntvcr.vxd
tbntwh.sys,tbntwh95.sys

;-----------------------------------------------------------------------------
;       The WDM copy list for NT -- different because things go in
;       different places.
;-----------------------------------------------------------------------------
[TbntWdm.NT.CopyFiles]
tbntunic.sys
tbntwh.sys,tbntwhnt.sys
tbntcr.sys,tbntcrnt.sys

;****************************************************************************
; Localizable Strings
;****************************************************************************
[strings]

;BEGIN ENG - US English Strings
Provider = "Correlant Communications"
TBNT = "Correlant Communications"
DiskString = "USB Cable Modem installation disk"

DeviceDescription = "USB Cable Modem (WDM)"
ServiceDescription = "USB Cable Modem WDM driver"

UpperDescription = "USB Cable Modem (NDIS)"

;END ENG - US English Strings

;-----------------------------------------------------------------------------
; Following are symbolic constants which don't change per locale.
;-----------------------------------------------------------------------------

;*** end of file ***
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: web2, load: 0.80