;*****************************************************************************
;
; pcx2unic.inf -- Install Toshiba PCX2000 USB Cable Modem WDM drivers
;
; Copyright (c) 2000 MCCI
;
; $Id: lower.inf,v 1.11 2000/11/09 01:05:37 tmm 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=12/28/2000, 3.16.0.2702
;CatalogFile=pcx2unic.cat
[ControlFlags]
ExcludeFromSelect = *
;-----------------------------------------------------------------------------
; Specify target paths...
;-----------------------------------------------------------------------------
[DestinationDirs]
DefaultDestDir = 11 ; LDID_SYS
ToshibaWdm.W95.CopyFiles = 11 ; LDID_SYS
ToshibaWdm.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%,"pcx2unic.sys",,
[SourceDisksFiles]
; filename = diskid[, [subdir] [, size]]
pcx2unic.sys = 1
pcx2cr95.sys = 1
pcx2crnt.sys = 1
pcx2vcr.vxd = 1
pcx2wh95.sys = 1
pcx2whnt.sys = 1
;-----------------------------------------------------------------------------
; Table of Contents: manufacturer, then devices.
;-----------------------------------------------------------------------------
[Manufacturer]
%Toshiba%=Toshiba
;-----------------------------------------------------------------------------
; The devices
;-----------------------------------------------------------------------------
[Toshiba]
%DeviceDescription% = ToshibaWdm.Install, USB\VID_0930&PID_0302
;-----------------------------------------------------------------------------
; 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
;-----------------------------------------------------------------------------
[Toshiba.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
;-----------------------------------------------------------------------------
[ToshibaWdm.Install]
DriverVer=12/28/2000, 3.16.0.2702
CopyFiles = ToshibaWdm.W95.CopyFiles, Toshiba.CopyFiles, PropPages.CopyFiles
AddReg = ToshibaWdm.AddReg, ToshibaWdm.W95.AddReg
;-----------------------------------------------------------------------------
; How to install the WDM driver on NT
;-----------------------------------------------------------------------------
[ToshibaWdm.Install.NT]
DriverVer=12/28/2000, 3.16.0.2702
CopyFiles = ToshibaWdm.NT.CopyFiles
AddReg = ToshibaWdm.AddReg, ToshibaWdm.NT.AddReg
;-----------------------------------------------------------------------------
; How to start the WDM driver on NT
;-----------------------------------------------------------------------------
[ToshibaWdm.Install.NT.Services]
AddService = pcx2unic, 2, ToshibaWdm.AddService
[ToshibaWdm.AddService]
DisplayName = %ServiceDescription%
ServiceType = 1 ; SERVICE_KERNEL_DRIVER
StartType = 3 ; SERVICE_DEMAND_START
ErrorControl = 1 ; SERVICE_ERROR_NORMAL
ServiceBinary = %12%\pcx2unic.sys
LoadOrderGroup = Base
;-----------------------------------------------------------------------------
; WDM registry entries (all platforms)
;-----------------------------------------------------------------------------
[ToshibaWdm.AddReg]
HKR,,CRUpperDescription,,%UpperDescription%
HKR,,CREnum,,pcx2cr
HKR,,EnableRxBulkStream, 0x10001, 01,00,00,00
HKR,,nRxBulkStreamObjects, 0x10001,08,00,00,00
HKR,,DataAltSetting,1, 01,00,00,00
;-----------------------------------------------------------------------------
; WDM registry entries (W95/98) (including how to start the driver)
;-----------------------------------------------------------------------------
[ToshibaWdm.W95.AddReg]
HKR,,DevLoader,,*ntkern
HKR,,NTMPDriver,,pcx2unic.sys
;-----------------------------------------------------------------------------
; WDM registry entries (NT only)
;-----------------------------------------------------------------------------
[ToshibaWdm.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.
;-----------------------------------------------------------------------------
[ToshibaWdm.W95.CopyFiles]
pcx2unic.sys
pcx2cr.sys,pcx2cr95.sys
pcx2vcr.vxd
pcx2wh.sys,pcx2wh95.sys
;-----------------------------------------------------------------------------
; The WDM copy list for NT -- different because things go in
; different places.
;-----------------------------------------------------------------------------
[ToshibaWdm.NT.CopyFiles]
pcx2unic.sys
pcx2wh.sys,pcx2whnt.sys
pcx2cr.sys,pcx2crnt.sys
;****************************************************************************
; Localizable Strings
;****************************************************************************
[strings]
;BEGIN ENG - US English Strings
Provider = "Toshiba Corporation"
Toshiba = "Toshiba Corporation"
DiskString = "Toshiba PCX2000 USB Cable Modem installation disk"
DeviceDescription = "Toshiba PCX2000 USB Cable Modem (WDM)"
ServiceDescription = "Toshiba PCX2000 USB Cable Modem WDM driver"
UpperDescription = "Toshiba PCX2000 USB Cable Modem networking support"
;END ENG - US English Strings
;-----------------------------------------------------------------------------
; Following are symbolic constants which don't change per locale.
;-----------------------------------------------------------------------------
;*** end of file ***
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.