netwc175.inf Driver File Contents (3crpag175v1_0_0_25en.exe)

;======================================================================
;  3Com Corporation Copyright (C) 2003									
;----------------------------------------------------------------------
;  NETWC175.INF - 3Com 3CRPAG175 Wireless LAN PC Card
;  NDIS 5.X Setup File
;======================================================================

[Version]
Signature   = "$CHICAGO$"
Compatible  = 1
Class       = Net
ClassGUID   = {4d36e972-e325-11ce-bfc1-08002be10318}
Provider    = %V_3COM%
Catalogfile = netwc175.cat
DriverVer   = 07/11/2003,1.0.0.25

[Manufacturer]
%V_3COM%    = 3COM,NTx86,NTx86.5.1

[ControlFlags]
ExcludeFromSelect = *

[3COM]
%WLC175.DeviceDesc%  = WLC175.ndi,    PCI\VEN_A727&DEV_0013&SUBSYS_102610B7

[3COM.NTx86]
%WLC175.DeviceDesc%  = WLC175.ndi.NT,    PCI\VEN_A727&DEV_0013&SUBSYS_102610B7

[3COM.NTx86.5.1]
%WLC175.DeviceDesc%  = WLC175.ndi.NT.5.1,    PCI\VEN_A727&DEV_0013&SUBSYS_102610B7


;*******************************************************************************
; Win98 Install Sections
;*******************************************************************************

[WLC175.ndi]
AddReg          = WLC175.id.reg, WLC175.reg, WLC175.win.reg
CopyFiles       = WLC175.win.CopyFiles


;*******************************************************************************
; Win 2000 Install Sections
;*******************************************************************************

[WLC175.ndi.NT]
Characteristics = 0x84 ; NCF_PHYSICAL | NCF_HAS_UI
BusType         = 5
AddReg          = WLC175.reg, WLC175.NT.reg
CopyFiles       = WLC175.NT.CopyFiles

[WLC175.ndi.NT.Services]
AddService      = WLC175, 2, WLC175.NT.Service, common.EventLog


;*******************************************************************************
; Win XP Install Sections
;*******************************************************************************

[WLC175.ndi.NT.5.1]
Characteristics = 0x84 ; NCF_PHYSICAL | NCF_HAS_UI
BusType         = 5
AddReg          = WLC175.reg, WLC175.NT.reg
CopyFiles       = WLC175.NT.5.1.CopyFiles

[WLC175.ndi.NT.5.1.Services]
AddService      = WLC175, 2, WLC175.NT.5.1.Service, common.EventLog


;*******************************************************************************
; Windows 98 section
; Win9x id registry sections
; These are not needed by NT
;*******************************************************************************

[WLC175.id.reg]
HKR, Ndi, DeviceID, 0, "PCI\VEN_10B7&DEV_0012&SUBSYS_102210B7"


;*******************************************************************************
; Common Registry Section
;*******************************************************************************

[WLC175.reg]

HKR, Ndi\params\MapRegisters,           ParamDesc,                      0,  %MapRegisters%
HKR, Ndi\params\MapRegisters,           default,                        0,  "256"
HKR, Ndi\params\MapRegisters,           min,                            0,  "32"
HKR, Ndi\params\MapRegisters,           max,                            0,  "512"
HKR, Ndi\params\MapRegisters,           step,                           0,  "8"
HKR, Ndi\params\MapRegisters,           base,                           0,  "10"
HKR, Ndi\params\MapRegisters,           type,                           0,  "int"

HKR, Ndi\params\NetworkAddress,         ParamDesc,                      0,  %NetworkAddress%
HKR, Ndi\params\NetworkAddress,         default,                        0,  ""
HKR, Ndi\params\NetworkAddress,         LimitText,                      0,  "12"
HKR, Ndi\params\NetworkAddress,         UpperCase,                      0,  "1"
HKR, Ndi\params\NetworkAddress,         optional,                       0,  "1"
HKR, Ndi\params\NetworkAddress,         type,                           0,  "edit"

HKR, Ndi\params\sleepMode,              ParamDesc,                      0,  %sleepMode%
HKR, Ndi\params\sleepMode,              Base,                           0,  "10"
HKR, Ndi\params\sleepMode,              default,                        0,  "2"
HKR, Ndi\params\sleepMode,              type,                           0,  "enum"
HKR, Ndi\params\sleepMode\enum,         "0",                            0,  %sleepModeOff%
HKR, Ndi\params\sleepMode\enum,         "2",                            0,  %sleepModeNormal%
HKR, Ndi\params\sleepMode\enum,         "1",                            0,  %sleepModeMax%

HKR, Ndi\params\tpc,                    ParamDesc,                      0,  %tpc%
HKR, Ndi\params\tpc,                    Base,                           0,  "10"
HKR, Ndi\params\tpc,                    default,                        0,  "0"
HKR, Ndi\params\tpc,                    type,                           0,  "enum"
HKR, Ndi\params\tpc\enum,               "0",                            0,  %tpc100%
HKR, Ndi\params\tpc\enum,               "1",                            0,  %tpc50%
HKR, Ndi\params\tpc\enum,               "2",                            0,  %tpc25%
HKR, Ndi\params\tpc\enum,               "3",                            0,  %tpc12%
HKR, Ndi\params\tpc\enum,               "4",                            0,  %tpcLowest%

HKR, Ndi\params\shortPreamble,          ParamDesc,                      0,  %shortPreamble%
HKR, Ndi\params\shortPreamble,          Base,                           0,  "10"
HKR, Ndi\params\shortPreamble,          default,                        0,  "1"
HKR, Ndi\params\shortPreamble,          type,                           0,  "enum"
HKR, Ndi\params\shortPreamble\enum,     "1",                            0,  %shortPreambleEnable%
HKR, Ndi\params\shortPreamble\enum,     "0",                            0,  %shortPreambleDisable%

HKR, Ndi\params\radioEnable,            ParamDesc,                      0,  %radioEnable%
HKR, Ndi\params\radioEnable,            Base,                           0,  "10"
HKR, Ndi\params\radioEnable,            default,                        0,  "1"
HKR, Ndi\params\radioEnable,            type,                           0,  "enum"
HKR, Ndi\params\radioEnable\enum,       "1",                            0,  %radioEnableOn%
HKR, Ndi\params\radioEnable\enum,       "0",                            0,  %radioEnableOff%

HKR, Ndi\params\authTypeUseOnly,               ParamDesc,                      0,  %authTypeUseOnly%
HKR, Ndi\params\authTypeUseOnly,               Base,                           0,  "10"
HKR, Ndi\params\authTypeUseOnly,               default,                        0,  "0"
HKR, Ndi\params\authTypeUseOnly,               type,                           0,  "enum"
HKR, Ndi\params\authTypeUseOnly\enum,          "0",                            0,  %authAuto%
HKR, Ndi\params\authTypeUseOnly\enum,          "1",                            0,  %authOpen%
HKR, Ndi\params\authTypeUseOnly\enum,          "2",                            0,  %authShared%

HKR,Ndi\params\InternationalRoaming,  	ParamDesc,     					0,  %IntRoamingStr%
HKR,Ndi\params\InternationalRoaming,    Base,							0,  "10"
HKR,Ndi\params\InternationalRoaming,	default,						0,  "0"
HKR,Ndi\params\InternationalRoaming,    type,							0,  "enum"
HKR,Ndi\params\InternationalRoaming\enum,"1",							0,  %EnabledStr%
HKR,Ndi\params\InternationalRoaming\enum,"0",							0,  %DisabledStr%

HKR,Ndi\params\ALBEnable, 	            ParamDesc,     					0,  %ALBEnableStr%
HKR,Ndi\params\ALBEnable,               Base,	                        0,  "10"
HKR,Ndi\params\ALBEnable,	            default,						0,  "1"
HKR,Ndi\params\ALBEnable,               type,							0,  "enum"
HKR,Ndi\params\ALBEnable\enum,	        "1",							0,  %EnabledStr%
HKR,Ndi\params\ALBEnable\enum,          "0",							0,  %DisabledStr%

HKR, ,                                  AdHocBand,                      0x00002,  "0"
HKR, ,                                  AwakeTimePerf,                  0x00002,  "200"
HKR, ,                                  beaconInterval,                 0x00002,  "100"
HKR, ,                                  bkScanEnable,                   0x00002,  "1"
HKR, ,                                  bssType,                        0x00002,  "1"
HKR, ,                                  ccode,                          0x00002,  "US"
HKR, ,                                  clist,                          0x00002,  ""
HKR, ,                                  defaultKey,                     0x00002,  "0"
HKR, ,                                  dpc,                            0x00002,  "0"
HKR, ,                                  EncryptionAlg,                  0x00002,  "2"
HKR, ,                                  FragThreshold,                  0x00002,  "2346"
HKR, ,                                  HwTxRetries,                    0x00002,  "4"
HKR, ,                                  privacyInvoked,                 0x00002,  "0"
HKR, ,                                  QoS,                            0x00002,  "0"
HKR, ,                                  rateCtrlEnable,                 0x00002,  "1"
HKR, ,                                  RTSThreshold,                   0x00002,  "2346"
HKR, ,                                  scanType,                       0x00002,  "2"
HKR, ,                                  SwTxRetryScale,                 0x00002,  "6"
HKR, ,                                  SmeEnable,                      0x00002,  "1"


;*******************************************************************************
; NT Common
;*******************************************************************************

[WLC175.NT.reg]
HKR, Ndi,             Service,      0, "wlc175"
HKR, Ndi\Interfaces,  UpperRange,   0, "ndis5"
HKR, Ndi\Interfaces,  LowerRange,   0, "ethernet"
HKR, ,                aifs,         0, "2"
HKR, ,                cwmin,        0, "15"

;*******************************************************************************
; Install section for Windows 2000
;*******************************************************************************

[WLC175.NT.Service]
DisplayName     = %WLC175.Service.DispName%
ServiceType     = 1 ;%SERVICE_KERNEL_DRIVER%
StartType       = 3 ;%SERVICE_DEMAND_START%
ErrorControl    = 1 ;%SERVICE_ERROR_NORMAL%
ServiceBinary   = %12%\wlc175e.sys
LoadOrderGroup  = NDIS

;*******************************************************************************
; Install section for Windows XP
;*******************************************************************************

[WLC175.NT.5.1.Service]
DisplayName     = %WLC175.Service.DispName%
ServiceType     = 1 ;%SERVICE_KERNEL_DRIVER%
StartType       = 3 ;%SERVICE_DEMAND_START%
ErrorControl    = 1 ;%SERVICE_ERROR_NORMAL%
ServiceBinary   = %12%\wlc175f.sys
LoadOrderGroup  = NDIS

;-----------------------------------------------------------------------------
; WLC175 NT/XP common
;
[common.EventLog]
AddReg = common.AddEventLog.reg

[common.AddEventLog.reg]
HKR, ,                  EventMessageFile,   0x00020000,   "%%SystemRoot%%\System32\netevent.dll"
HKR, ,                  TypesSupported,     0x00010001,   7

;----------------------------------------------------------------------------
; WLC175 Win9x specific
;
[WLC175.win.reg]
HKR, ,                  DevLoader,          0,    "*ndis"
HKR, ,                  DeviceVxDs,         0,    "wlc175e.sys"
HKR, ,                  EnumPropPages,      0,    "netdi.dll,EnumPropPages"

HKR, Ndi\Interfaces,    DefUpper,           0,    "ndis3"
HKR, Ndi\Interfaces,    DefLower,           0,    "ethernet"
HKR, Ndi\Interfaces,    UpperRange,         0,    "ndis3"
HKR, Ndi\Interfaces,    LowerRange,         0,    "ethernet"


HKR, NDIS,              LogDriverName,      0,    "wlc175e"
HKR, NDIS,              MajorNdisVersion,   1,    03
HKR, NDIS,              MinorNdisVersion,   1,    0A
HKR, ,                  aifs,               0,    "2"
HKR, ,                  cwmin,              0,    "15"

HKR, Ndi\Install,       ndis3,              0,    "WLC175.install"


;*******************************************************************************
; File Sections
;*******************************************************************************

;----------------------------------------------------------------------------
; Windows XP Copy Files
[WLC175.NT.5.1.CopyFiles]
wlc175f.sys,,,2

;----------------------------------------------------------------------------
; Windows 2000 Copy Files
[WLC175.NT.CopyFiles]
wlc175e.sys,,,2

;----------------------------------------------------------------------------
; Win9x Files to Copy
[WLC175.win.CopyFiles]
wlc175e.sys,,,2


;*******************************************************************************
; Destination directories
;*******************************************************************************

[SourceDisksNames]
;
; diskid = description[, [tagfile] [, <unused>, subdir]]
;
1 = %3Com_Disk%,,,

;----------------------------------------------------------------------------
; Source Files
[SourceDisksFiles]
wlc175e.sys                 = 1,, ; on distribution disk 1
wlc175f.sys                 = 1,, ; on distribution disk 1


[DestinationDirs]
DefaultDestDir              = 11
WLC175.win.CopyFiles        = 11    ; windows\system 
WLC175.NT.CopyFiles         = 12    ; winnt\system32\drivers
WLC175.NT.5.1.CopyFiles     = 12    ; winnt\system32\drivers


[Strings]                   
V_3COM                      = "3Com"
authTypeUseOnly             = "802.11 Authentication Type"
authAuto                    = "Auto"
authOpen                    = "Open"
authShared                  = "Shared"
MapRegisters                = "Map Registers"
NetworkAddress              = "Network Address"
sleepMode                   = "Power Save Mode"
sleepModeOff                = "Off"
sleepModeNormal             = "Normal"
sleepModeMax                = "Maximum"
tpc                         = "Transmit Power"
tpcLowest                   = "Lowest"
tpc12                       = "12.5%"
tpc25                       = "25%"
tpc50                       = "50%"
tpc100                      = "100%"
shortPreamble               = "802.11b Preamble"
shortPreambleEnable         = "Long and Short"
shortPreambleDisable        = "Long only"
radioEnable                 = "Radio On/Off"
radioEnableOn               = "On"
radioEnableOff              = "Off"
IntRoamingStr               = "International Roaming"
DisabledStr                 = "Disabled"
EnabledStr                  = "Enabled"
ALBEnableStr                = "ALB Mode"


3Com_Disk                   = "3Com 3CRPAG175 Wireless LAN PC Card Install CD"
WLC175.DeviceDesc           = "3Com 3CRPAG175 Wireless LAN PC Card"
WLC175.Service.DispName     = "3Com 3CRPAG175 Wireless LAN PC Card"
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: web1, load: 0.78