2WirePCP.inf Driver File Contents (2WIREUSB_2701HG_T.zip)

;-------------------------------------------------------------------------------
; 2WirePCP.INF
;
; INF file for 2Wire PC Port and Gateways
;
; Copyright (c) 2001, 2002 - 2Wire, Inc. All Rights Reserved.
;-------------------------------------------------------------------------------
[version]
Signature              = "$CHICAGO$"
Class                  = Net
ClassGUID              = {4d36e972-e325-11ce-bfc1-08002be10318}
Provider               = %2Wire%
Compatible             = 1
DriverVer              = 09/18/2002,1.4.0.5
MillenniumPreferred    = .ME
CatalogFile            = 2WirePCP.cat

[Manufacturer]
%2Wire%                  = 2WireDevices

[ControlFlags]
ExcludeFromSelect      = *

[2WireDevices]
%2WIREPCP_DeviceDescription% = 2WIREPCP_ndi, USB\VID_1630&PID_0011
%2WIREHPL_DeviceDescription% = 2WIREHPL_ndi, USB\VID_1630&PID_0041
%2WIREMED_DeviceDescription% = 2WIREMED_ndi, USB\VID_1630&PID_0042

; Win98 specific sections -------------------------------------------------------

[2WIREPCP_ndi]
MaxInstance     = 1
AddReg          = 2WIREPCP_AddReg_98, 2WIREPCP_AddReg_Common, 2WIRE_PCP_Reg
CopyFiles       = 2WIREPCP_CopyFiles_98

[2WIREHPL_ndi]
MaxInstance     = 1
AddReg          = 2WIREPCP_AddReg_98, 2WIREPCP_AddReg_Common, 2WIRE_HPL_Reg
CopyFiles       = 2WIREPCP_CopyFiles_98

[2WIREMED_ndi]
MaxInstance     = 1
AddReg          = 2WIREPCP_AddReg_98, 2WIREPCP_AddReg_Common, 2WIRE_MED_Reg
CopyFiles       = 2WIREPCP_CopyFiles_98

[2WIREPCP_AddReg_98]
; Forced W9X install section
HKR,    ,               DevLoader,              0,      *ndis
HKR,    ,               DeviceVxDs,             0,      2WirePCP.sys
HKR,    ,               EnumPropPages,          ,       "netdi.dll,EnumPropPages"
; NDIS Info
HKR,    NDIS,           LogDriverName,          0,      "2WIREPCP"
HKR,    NDIS,           MajorNdisVersion,       1,      05
HKR,    NDIS,           MinorNdisVersion,       1,      00
; Interfaces
HKR,    Ndi\Interfaces, DefUpper,               0,      "ndis3,ndis4,ndis5"
HKR,    Ndi\Interfaces, UpperRange,             0,      "ndis3,ndis4,ndis5"
HKR,    Ndi\Interfaces, LowerRange,             0,      "ethernet"
HKR,    Ndi\Interfaces, DefLower,               0,      "ethernet"
; Install sections
HKR,    Ndi\Install,    ndis3,                  0,      "2WIREPCP_Install_98"
HKR,    Ndi\Install,    ndis4,                  0,      "2WIREPCP_Install_98"
HKR,    Ndi\Install,    ndis5,                  0,      "2WIREPCP_Install_98"

[2WIRE_PCP_Reg]
; Pnp ID section for Win98
HKR,    Ndi,            DeviceID,               0,      "USB\VID_1630&PID_0011"
HKR,, DeviceInit, 0x00010001, 0x0011

[2WIRE_HPL_Reg]
; Pnp ID section for Win98
HKR,    Ndi,            DeviceID,               0,      "USB\VID_1630&PID_0041"
HKR,, DeviceInit, 0x00010001, 0x0041

[2WIRE_MED_Reg]
; Pnp ID section for Win98
HKR,    Ndi,            DeviceID,               0,      "USB\VID_1630&PID_0042"
HKR,, DeviceInit, 0x00010001, 0x0042

[2WIREPCP_Install_98]
CopyFiles=2WIREPCP_CopyFiles_98

[2WIREPCP_CopyFiles_98]
2WirePCP.sys, , , 0
; The two lines below makes PC Port work on 98 Gold

; WinME specific sections ------------------------------------------------------

[2WIREPCP_ndi.ME]
MaxInstance     = 1
AddReg          = 2WIREPCP_AddReg_ME, 2WIREPCP_AddReg_Common, 2WIRE_PCP_Reg
CopyFiles       = 2WIREPCP_CopyFiles_ME
Characteristics = 0x84      ; NCF_PHYSICAL + NCR_HAS_UI
BusType         = 15        ; PNPBus

[2WIREHPL_ndi.ME]
MaxInstance     = 1
AddReg          = 2WIREPCP_AddReg_ME, 2WIREPCP_AddReg_Common, 2WIRE_HPL_Reg
CopyFiles       = 2WIREPCP_CopyFiles_ME
Characteristics = 0x84      ; NCF_PHYSICAL + NCR_HAS_UI
BusType         = 15        ; PNPBus

[2WIREMED_ndi.ME]
MaxInstance     = 1
AddReg          = 2WIREPCP_AddReg_ME, 2WIREPCP_AddReg_Common, 2WIRE_MED_Reg
CopyFiles       = 2WIREPCP_CopyFiles_ME
Characteristics = 0x84      ; NCF_PHYSICAL + NCR_HAS_UI
BusType         = 15        ; PNPBus

[2WIREPCP_AddReg_ME]
; Forced W9X install section
HKR,    ,               DevLoader,              0,      *ndis
HKR,    ,               DeviceVxDs,             0,      2WirePCP.sys
HKR,    ,               EnumPropPages,          ,       "netdi.dll,EnumPropPages"
; NDIS Info
HKR,    NDIS,           LogDriverName,          0,      "2WIREPCP"
HKR,    NDIS,           MajorNdisVersion,       1,      05
HKR,    NDIS,           MinorNdisVersion,       1,      00
; Interfaces
HKR,    Ndi\Interfaces, DefUpper,               0,      "ndis3,ndis4,ndis5"
HKR,    Ndi\Interfaces, UpperRange,             0,      "ndis3,ndis4,ndis5"
HKR,    Ndi\Interfaces, LowerRange,             0,      "ethernet"
HKR,    Ndi\Interfaces, DefLower,               0,      "ethernet"
; Install sections
HKR,    Ndi\Install,    ndis3,                  0,      "2WIREPCP_Install_ME"
HKR,    Ndi\Install,    ndis4,                  0,      "2WIREPCP_Install_ME"
HKR,    Ndi\Install,    ndis5,                  0,      "2WIREPCP_Install_ME"

[2WIREPCP_ndi.ME.Services]

[2WIREHPL_ndi.ME.Services]

[2WIREMED_ndi.ME.Services]

[2WIREPCP_Install_ME]
CopyFiles=2WIREPCP_CopyFiles_ME

[2WIREPCP_CopyFiles_ME]
2WirePCP.sys, , , 0

; Win2K Specific Sections -----------------------------------------------------

[2WIREPCP_ndi.ntx86]
Characteristics        = 0x84      ; NCF_PHYSICAL + NCR_HAS_UI
BusType                = 15        ; PNPBus
AddReg                 = 2WIREPCP_AddReg_ntx86, 2WIREPCP_AddReg_Common, 2WIRE_PCP_Reg_NT
CopyFiles              = 2WIREPCP_CopyFiles_ntx86

[2WIREHPL_ndi.ntx86]
Characteristics        = 0x84      ; NCF_PHYSICAL + NCR_HAS_UI
BusType                = 15        ; PNPBus
AddReg                 = 2WIREPCP_AddReg_ntx86, 2WIREPCP_AddReg_Common, 2WIRE_HPL_Reg_NT
CopyFiles              = 2WIREPCP_CopyFiles_ntx86

[2WIREMED_ndi.ntx86]
Characteristics        = 0x84      ; NCF_PHYSICAL + NCR_HAS_UI
BusType                = 15        ; PNPBus
AddReg                 = 2WIREPCP_AddReg_ntx86, 2WIREPCP_AddReg_Common, 2WIRE_MED_Reg_NT
CopyFiles              = 2WIREPCP_CopyFiles_ntx86

[2WIREPCP_ndi.ntx86.Services]
AddService       = 2WIREPCP, 2, 2WIREPCP_Service, 2WIREPCP_EventLog

[2WIREHPL_ndi.ntx86.Services]
AddService       = 2WIREPCP, 2, 2WIREPCP_Service, 2WIREPCP_EventLog

[2WIREMED_ndi.ntx86.Services]
AddService       = 2WIREPCP, 2, 2WIREPCP_Service, 2WIREPCP_EventLog

[2WIRE_PCP_Reg_NT]
HKR,, DeviceInit, 0x00010001, 0x0011

[2WIRE_HPL_Reg_NT]
HKR,, DeviceInit, 0x00010001, 0x0041

[2WIRE_MED_Reg_NT]
HKR,, DeviceInit, 0x00010001, 0x0042

[2WIREPCP_AddReg_ntx86]
HKR, Ndi,               Service,        0,      "2WIREPCP"
HKR, Ndi\Interfaces,    UpperRange,     0,      "ndis5"
HKR, Ndi\Interfaces,    LowerRange,     0,      "ethernet"

[2WIREPCP_Service]
DisplayName     = %2WIREPCP_Service_DisplayName%
ServiceType     = 1 ;%SERVICE_KERNEL_DRIVER%
StartType       = 3 ;%SERVICE_DEMAND_START%
ErrorControl    = 1 ;%SERVICE_ERROR_NORMAL%
ServiceBinary   = %12%\2WirePCP.sys
LoadOrderGroup  = NDIS

[2WIREPCP_EventLog]
AddReg          = 2WIREPCP_EventLog_AddReg

[2WIREPCP_EventLog_AddReg]
HKR, , EventMessageFile, 0x00020000, "%%SystemRoot%%\System32\netevent.dll"
HKR, , TypesSupported,   0x00010001, 7

[2WIREPCP_CopyFiles_ntx86]
2WirePCP.sys, , , 0

; Common (Win98, WinME, Win2K, and WinXP) sections ---------------------------------

; Optional Custom Parameters in the Registry ("Advanced" menu).
[2WIREPCP_AddReg_Common]
;HKR, NDI\params\NetworkAddress,         ParamDesc,      0, %NetworkAddress%
;HKR, NDI\params\NetworkAddress,         type,           0, "edit"
;HKR, NDI\params\NetworkAddress,         LimitText,      0, "12"
;HKR, NDI\params\NetworkAddress,         UpperCase,      0, "1"
;HKR, NDI\params\NetworkAddress,         default,        0, " "
;HKR, NDI\params\NetworkAddress,         optional,       0, "1"

[SourceDisksNames]
99 = %2WIREPCP_disk%,"",

[SourceDisksFiles]
2WirePCP.sys = 99

[DestinationDirs]
DefaultDestDir              = 10, system32\drivers
2WIREPCP_CopyFiles_98       = 11                      ; 98:  windows\system
2WIREPCP_CopyFiles_ME       = 11                      ; ME:  windows\system
2WIREPCP_CopyFiles_ntx86    = 12                      ; W2K: system32\drivers

;-------------------------------------------------------------------------------
; Localizable Strings
;
[strings]
2Wire                          = "2Wire"
2WIREPCP_DeviceDescription     = "2Wire PC Port"
2WIREHPL_DeviceDescription     = "2Wire Gateway USB"
2WIREMED_DeviceDescription     = "2Wire Gateway USB"

2WirePCP_Service_DisplayName   = "2Wire USB"

2WirePCP_disk                  = "2Wire Install Disk"
NetworkAddress                 = "Network Address"



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: 0.74