PC22NDIS.INF Driver File Contents (pcx2200driver.zip)

;*****************************************************************************
;
; pc22ndis.inf   -- Install Toshiba PCX2200 USB Cable Modem NDIS drivers
;
; Copyright (c) 1997-2001 MCCI
;
; $Id: upper.inf,v 1.17 2001/06/20 17:20:10 maryg Exp $
;
; MCCI is a registered trademark of Moore Computer Consultants, Inc
;
;*****************************************************************************

[version]
signature="$CHICAGO$"
Class=Net
ClassGUID={4D36E972-E325-11CE-BFC1-08002BE10318}
Provider=%Provider%
DriverVer=11/09/2001, 3.21.0.2700
Compatible = 1
CatalogFile=pc22unic.cat

[ControlFlags]
ExcludeFromSelect = *

;-----------------------------------------------------------------------------
; Specify target paths...
;-----------------------------------------------------------------------------
[DestinationDirs]
DefaultDestDir = 11           ; LDID_SYS
Toshiba.ndi3.CopyFiles = 11  ; LDID_SYS
Toshiba.ndi5.CopyFiles = 11  ; LDID_SYS
Toshiba.ndi3.nt.CopyFiles = 12
Toshiba.ndi5.nt.CopyFiles = 12

;-----------------------------------------------------------------------------
; Specify the install disks.  
;-----------------------------------------------------------------------------
[SourceDisksNames]
; diskid = description[, [tagfile] [, <unused>, subdir]]
1=%DiskString%,"pc22unic.sys",,

[SourceDisksFiles]
pc22nd3.sys=1
pc22nd5.sys=1

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

;-----------------------------------------------------------------------------
; The ndis devices
;-----------------------------------------------------------------------------
[Toshiba]
%Ndis5Desc% = Toshiba.ndi5, pc22cr\{c0f50b8a-88e3-43a7-bf1d-771bc9bf5fdc}
%Ndis3Desc% = Toshiba.ndi3, pc22cr\{a9d09548-3fe1-4702-9ea5-4424a423aae0}

;*****************************************************************************
;
; NDIS services:
;
;	You would think that '\' continuation would make the following 
;	more readable.  It only succeeds in breaking NDIS.  Keep all this
;	on one line!
;
;*****************************************************************************

[Toshiba.ndi5]
DriverVer=11/09/2001, 3.21.0.2700
Characteristics = 0x4 ;NCF_PHYSICAL
BusType = 15 ; PNPbus
AddReg = Toshiba.ndi.reg,Toshiba.ndi.reg.W9x,Toshiba.ndi5.reg,Toshiba.ndi5.reg.W9x,Toshiba.ndi.Gen.Resources,Toshiba.ndi.Gen.Params,Toshiba.ndi5.Gen.Params
CopyFiles = Toshiba.ndi5.CopyFiles

[Toshiba.ndi5.nt]
Characteristics = 0x4 ;NCF_PHYSICAL
BusType = 15 ; PNPbus
AddReg = Toshiba.ndi.reg,Toshiba.ndi.reg.nt,Toshiba.ndi5.reg,Toshiba.ndi5.reg.nt,Toshiba.ndi.Gen.Resources,Toshiba.ndi.Gen.Params,Toshiba.ndi5.Gen.Params
CopyFiles = Toshiba.ndi5.nt.CopyFiles
DriverVer=11/09/2001, 3.21.0.2700

[Toshiba.ndi3]
Characteristics = 0x4 ;NCF_PHYSICAL
BusType = 15 ; PNPbus
AddReg = Toshiba.ndi.reg,Toshiba.ndi.reg.W9x,Toshiba.ndi3.reg,Toshiba.ndi3.reg.W9x,Toshiba.ndi.Gen.Resources,Toshiba.ndi.Gen.Params,Toshiba.ndi3.Gen.Params
CopyFiles = Toshiba.ndi3.CopyFiles
DriverVer=11/09/2001, 3.21.0.2700

[Toshiba.ndi3.nt]
Characteristics = 0x4 ;NCF_PHYSICAL
BusType = 15 ; PNPbus
AddReg = Toshiba.ndi.reg,Toshiba.ndi.reg.nt,Toshiba.ndi3.reg,Toshiba.ndi3.reg.nt,Toshiba.ndi.Gen.Resources,Toshiba.ndi.Gen.Params,Toshiba.ndi3.Gen.Params
CopyFiles = Toshiba.ndi3.nt.CopyFiles
DriverVer=11/09/2001, 3.21.0.2700

;-----------------------------------------------------------------------------
; Install all the normal things in the registry 
;-----------------------------------------------------------------------------
[Toshiba.ndi3.reg]
HKR,NDIS,LogDriverName,,"pc22nd3"
; NDIS Info
HKR,NDIS,MajorNdisVersion,1,03
HKR,NDIS,MinorNdisVersion,1,0A
HKR,Ndi\Interfaces,DefUpper,,"ndis3"
HKR,Ndi\Interfaces,UpperRange,,"ndis3"

[Toshiba.ndi5.reg]
HKR,NDIS,LogDriverName,,"pc22nd5"
; NDIS Info
HKR,NDIS,MajorNdisVersion,1,05
HKR,NDIS,MinorNdisVersion,1,00
HKR,Ndi\Interfaces,DefUpper,,"ndis3,ndis5"
HKR,Ndi\Interfaces,UpperRange,,"ndis3,ndis5"

[Toshiba.ndi.reg]
HKR,,EnumPropPages,,"netdi.dll,EnumPropPages"

; Interfaces
HKR,Ndi\Interfaces,DefLower,,"ethernet"
HKR,Ndi\Interfaces,LowerRange,,"ethernet"


;-----------------------------------------------------------------------------
; General Resources (used to set NDI\params....)
;-----------------------------------------------------------------------------
[Toshiba.ndi.Gen.Resources]

;-----------------------------------------------------------------------------
; General Params.
;-----------------------------------------------------------------------------
[Toshiba.ndi.Gen.Params]
HKR,,BoardType,,%BoardType%
HKR,,MediaType,,"Ethernet"

[Toshiba.ndi3.Gen.Params]
HKR,,BoardName,,"%Ndi3.guid%"
HKR,,DeviceName,,"%Ndi3.guid%"

[Toshiba.ndi5.Gen.Params]
HKR,,BoardName,,"%Ndi5.guid%"
HKR,,DeviceName,,"%Ndi5.guid%"

;-----------------------------------------------------------------------------
;	NDIS devload info for W95/W98
;-----------------------------------------------------------------------------
[Toshiba.ndi.reg.W9x]
HKR,,DevLoader,,*ndis
HKR,,DriverDesc,,%NdisDriverDesc%

[Toshiba.ndi3.reg.W9x]
HKR,,DeviceVxDs,, pc22nd3.sys
HKR,Ndi,DeviceId,,%Ndi3.guid%

[Toshiba.ndi5.reg.W9x]
HKR,,DeviceVxDs,, pc22nd5.sys
HKR,Ndi,DeviceId,,%Ndi5.guid%

;-----------------------------------------------------------------------------
;	NDIS devload info for Win2K
;-----------------------------------------------------------------------------
[Toshiba.ndi.reg.nt]
HKR,,DriverDesc,,%NdisDriverDesc%

[Toshiba.ndi3.reg.nt]
HKR,Ndi,DeviceId,,%Ndi3.guid%
HKR,Ndi,Service,,"pc22nd3"

[Toshiba.ndi5.reg.nt]
HKR,Ndi,DeviceId,,%Ndi5.guid%
HKR,Ndi,Service,,"pc22nd5"


[Toshiba.ndi5.NT.Services]
AddService      = pc22nd5, 2, Toshiba.ndi5.AddService

[Toshiba.ndi5.AddService]
DisplayName             = %ServiceDescription%
ServiceType             = 1     ; SERVICE_KERNEL_DRIVER
StartType               = 3     ; SERVICE_DEMAND_START
ErrorControl            = 1     ; SERVICE_ERROR_NORMAL
ServiceBinary           = %12%\pc22nd5.sys
LoadOrderGroup          = NDIS

[Toshiba.ndi3.NT.Services]
AddService      = pc22nd3, 2, Toshiba.ndi3.AddService

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

;-----------------------------------------------------------------------------
; Some copyfiles sections
;-----------------------------------------------------------------------------
[Toshiba.ndi3.CopyFiles]
pc22nd3.sys

[Toshiba.ndi5.CopyFiles]
pc22nd5.sys

[Toshiba.ndi3.nt.CopyFiles]
pc22nd3.sys

[Toshiba.ndi5.nt.CopyFiles]
pc22nd5.sys


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

;BEGIN ENG - US English Strings
Provider = "Toshiba Corporation"
Toshiba = "Toshiba Corporation"
DiskString = "Toshiba PCX2200 USB Cable Modem installation disk"

NdisDriverDesc = "Toshiba PCX2200 USB Cable Modem networking driver"
Ndis3Desc = "Toshiba PCX2200 USB Cable Modem (NDIS 3)"
Ndis5Desc = "Toshiba PCX2200 USB Cable Modem (NDIS 5)"
ServiceDescription = "Toshiba PCX2200 USB Cable Modem networking driver (NDIS)"
BoardType = "Toshiba PCX2200 USB Cable Modem"

;END ENG - US English Strings

;-----------------------------------------------------------------------------
; Following are symbolic constants which don't change per locale.
;-----------------------------------------------------------------------------
Ndi5.guid = "pc22cr\{c0f50b8a-88e3-43a7-bf1d-771bc9bf5fdc}"
Ndi3.guid = "pc22cr\{a9d09548-3fe1-4702-9ea5-4424a423aae0}"

;*** 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: web5, load: 1.25