netrw796.inf Driver File Contents (Driver_1.77.zip)

;***********************************************************************
;
; netrw796.inf
;
;   This installation script supports Windows 98,Me,2000 & XP for the
;   3Com 11Mbps Wireless PC Card (3CRSHPW796).
;
;   Copyright (c) 2002 3Com Corporation
;   All Rights Reserved.
;   Developed by 3Com Corporation. -- http://www.3com.com
;
;***********************************************************************

[version]
Signature   = "$CHICAGO$"
Compatible  = 1
Class       = Net
ClassGUID   = {4d36e972-e325-11ce-bfc1-08002be10318}
Provider    = %3COM%
;LayoutFile  = layout.inf                             ;; for put-on-list
CatalogFile = netrw796.cat                           ;; for WHQL certified
DriverVer   = 02/25/2003, 1.77.0225.2003

[Manufacturer]
%3COM% = 3COM

[ControlFlags]
ExcludeFromSelect = PCI\VEN_10B7&DEV_6000&SUBSYS_600010B7
                    

[3COM]
%netrw796.DeviceDesc%   = netrw796.ndi,     PCI\VEN_10B7&DEV_6000&SUBSYS_600010B7


;----------------------------
; Windows 98                 
;----------------------------
[netrw796.ndi]
AddReg          = netrw796.Reg, 3COM.common.Reg, 3COM.pci.reg, 3COM.con.reg
CopyFiles       = 3COM.ndis.copyfiles, NETRW796.Apps


;----------------------------
; Windows 2000 & Windows XP               
;----------------------------
[netrw796.ndi.NT]
Characteristics = 0x84
BusType         = 5
AddReg          = netrw796.ndi.reg, 3COM.ndi.common.reg, 3COM.pci.reg, 3COM.con.reg
CopyFiles       = 3COM.ndis.copyfiles.NT, NETRW796.Apps

[netrw796.ndi.NT.Services]
AddService      = NETRW796, 2, 3COM.Service, 3COM.EventLog

[netrw796.ndi.NT.CoInstallers]
CopyFiles = NETRW796CoInstallFile
AddReg = NETRW796.CoInstallers_AddReg

[NETRW796CoInstallFile]
coccu796.dll,,,2

[3COM.ndis.copyfiles]
RSHPW796.sys,,,2

[3COM.ndis.copyfiles.NT]
RSHPW796.sys,,,2

[NETRW796.Apps]
CCU3C796.exe,,,2


;-------------------------------------------------------------------------
; Windows 98 Parameters
;-------------------------------------------------------------------------
;; key,subkey,valuname,type,value
[netrw796.Reg]
HKR, NDI,            DeviceID,          , "PCI\VEN_10B7&DEV_6000&SUBSYS_600010B7"
HKR,               , AdapterCFID,       , 600010B7
HKLM,SOFTWARE\Microsoft\Windows\CurrentVersion\RunOnce, "NETRW796",, "%11%\CCU3C796.exe"

[3COM.common.Reg]
HKR,               , DevLoader,         , *ndis
HKR,               , DeviceVxDs,        , RSHPW796.sys

;;Parameters
HKR,               , AdapterType,       , 5
HKR,               , BusType,           , 5

;;NDIS Info
HKR, NDIS,           MajorNdisVersion, 1, 04
HKR, NDIS,           MinorNdisVersion, 1, 00
HKR, NDIS,           LogDriverName,     , "RSHPW796"

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

;;Install sections
HKR, Ndi\Install,    ndis3,            0, "3COM.Install"
HKR,               , OSModel,           , "0"

;-------------------------------------------------------------------------
; Windows 2000 Parameters
;-------------------------------------------------------------------------
[netrw796.ndi.reg]
HKR,               , AdapterCFID,      0, "600010B7"


[3COM.ndi.common.reg]
HKR, Ndi,            Service,          0, "NETRW796"
HKR, Ndi\Interfaces, LowerRange,       0, "ethernet"
HKR, Ndi\Interfaces, UpperRange,       0, "ndis5"
HKR,               , OSModel,           , "1"

;-------------------------------------------------------------------------
; RSHPW796 PCI Parameters
;-------------------------------------------------------------------------
[3COM.pci.reg]
HKR, , AdapterType,    0, "5"
HKR, , PacketsPerTxInt, , "1"    ; 0x0a
HKR, , PacketsPerRxInd, , "10"   ; 0x0a
HKR, , BurstLength,     , "0"    ; 0(Unlimited), 1 DW, 2 DW, 3 DW,...
HKR, , TxPacketDesc,    , "300"
HKR, , RxPacketDesc,    , "80"   ; 0x78
HKR, , TxDmaDesc,       , "600"
HKR, , RxDmaDesc,       , "40"   ; 0x28
HKR, , SupportFH,       , "0"    ; not support
HKR, , SupportDS,       , "1"    ; support
HKR, , BeaconInterval,  , "100"  ; 
HKR, , ATIMWindow,      , "0"   ; 
HKR, , StaEntryAmount,  , "48"   ; size of station base
HKR, , MaxFragedMSDU,   , "40"   ;
HKR, , MaxTxBuffer,     , "100"  ;
HKR, , HardwareWepTx,   , "1"    ;
HKR, , Promiscuous,     , "0"    ;
HKR, , FragThreshold,   , "2346" ;
HKR, , RadioStatus,     , "1" 	 ; default -- disable the radio 

;-------------------------------------------------------------------------
; RSHPW796 Common Parameters
;-------------------------------------------------------------------------
[3COM.con.reg]
HKR, Ndi\Params\SelectedChannel,      ParamDesc,  , "Channel"
HKR, Ndi\Params\SelectedChannel,      default,    , "0"
HKR, Ndi\Params\SelectedChannel,      type,       , "enum"
HKR, Ndi\Params\SelectedChannel\enum, 0,          , "Automatic"
HKR, Ndi\Params\SelectedChannel\enum, 1,          , "01"
HKR, Ndi\Params\SelectedChannel\enum, 2,          , "02"
HKR, Ndi\Params\SelectedChannel\enum, 3,          , "03"
HKR, Ndi\Params\SelectedChannel\enum, 4,          , "04"
HKR, Ndi\Params\SelectedChannel\enum, 5,          , "05"
HKR, Ndi\Params\SelectedChannel\enum, 6,          , "06"
HKR, Ndi\Params\SelectedChannel\enum, 7,          , "07"
HKR, Ndi\Params\SelectedChannel\enum, 8,          , "08"
HKR, Ndi\Params\SelectedChannel\enum, 9,          , "09"
HKR, Ndi\Params\SelectedChannel\enum, 10,         , "10"
HKR, Ndi\Params\SelectedChannel\enum, 11,         , "11"
HKR, Ndi\Params\SelectedChannel\enum, 12,         , "12"
HKR, Ndi\Params\SelectedChannel\enum, 13,         , "13"
HKR, Ndi\Params\SelectedChannel\enum, 14,         , "14"
HKR, Ndi\Params\SelectedChannel,      flag,      1, "20","00","00","00"

HKR, Ndi\Params\DataRate,             ParamDesc,  , "Data Rate"
HKR, Ndi\Params\DataRate,             default,    , "0"
HKR, Ndi\Params\DataRate,             type,       , "enum"
HKR, Ndi\Params\DataRate\enum,        0,          , "Automatic"
HKR, Ndi\Params\DataRate\enum,        10,         , "1M"
HKR, Ndi\Params\DataRate\enum,        20,         , "2M"
HKR, Ndi\Params\DataRate\enum,        55,         , "5.5M"
HKR, Ndi\Params\DataRate\enum,        110,        , "11M"
HKR, Ndi\Params\DataRate,             flag,      1, "20","00","00","00"

HKR, Ndi\Params\OperationMode,        ParamDesc,  , "Network Type"
HKR, Ndi\Params\OperationMode,        default,    , "0"
HKR, Ndi\Params\OperationMode,        type,       , "enum"
HKR, Ndi\Params\OperationMode\enum,   0,          , "Infrastructure"
HKR, Ndi\Params\OperationMode\enum,   1,          , "AdHoc Mode"
HKR, Ndi\Params\OperationMode,        flag,      1, "20","00","00","00"

HKR, Ndi\params\SSID,                 ParamDesc,  , "SSID"
HKR, Ndi\params\SSID,                 type,       , "edit"
HKR, NDI\params\SSID,                 limitText,  , "32"
HKR, NDI\params\SSID,                 default,    , "3Com"
HKR, NDI\params\SSID,                 flag,      1, "20","00","00","00"

HKR, Ndi\params\RTSThreshold,	      ParamDesc, 0, "RTS Threshold"
HKR, Ndi\params\RTSThreshold,         type,      0, "int"
HKR, Ndi\params\RTSThreshold,	      default,	 0, "2346"
HKR, Ndi\params\RTSThreshold,	      min,       0, "0"
HKR, Ndi\params\RTSThreshold,	      max,       0, "2346"
HKR, Ndi\params\RTSThreshold,	      step,      0, "1"
HKR, ,                                RTSThreshold, 0, "2346"

HKR, Ndi\Params\WepEnabled,           ParamDesc,  , "WEP"
HKR, Ndi\Params\WepEnabled,           default,    , "0"
HKR, Ndi\Params\WepEnabled,           type,       , "enum"
HKR, Ndi\Params\WepEnabled\enum,      0,          , "Disabled"
HKR, Ndi\Params\WepEnabled\enum,      1,          , "WEP key 64 bit"
HKR, Ndi\Params\WepEnabled\enum,      2,          , "WEP key 128 bit"
HKR, Ndi\Params\WepEnabled,           flag,      1, "20","00","00","00"

HKR, Ndi\Params\SharedKeyIndex,       ParamDesc,  , "Select WEP Transmit Key"
HKR, Ndi\Params\SharedKeyIndex,       default,    , "0"
HKR, Ndi\Params\SharedKeyIndex,       type,       , "enum"
HKR, Ndi\Params\SharedKeyIndex\enum,  0,          , "No Selection"
HKR, Ndi\Params\SharedKeyIndex\enum,  1,          , "1"
HKR, Ndi\Params\SharedKeyIndex\enum,  2,          , "2"
HKR, Ndi\Params\SharedKeyIndex\enum,  3,          , "3"
HKR, Ndi\Params\SharedKeyIndex\enum,  4,          , "4"
HKR, Ndi\Params\SharedKeyIndex,       flag,      1, "20","00","00","00"

HKR, Ndi\params\SharedKey1,           ParamDesc,  , "WEP Key 1"
HKR, Ndi\params\SharedKey1,           type,       , "edit"
HKR, NDI\params\SharedKey1,           limitText,  , "26"
HKR, NDI\params\SharedKey1,           default,    , "NONE"
HKR, NDI\params\SharedKey1,           flag,      1, "20","00","00","00"

HKR, Ndi\params\SharedKey2,           ParamDesc,  , "WEP Key 2"
HKR, Ndi\params\SharedKey2,           type,       , "edit"
HKR, NDI\params\SharedKey2,           limitText,  , "26"
HKR, NDI\params\SharedKey2,           default,    , "NONE"
HKR, NDI\params\SharedKey2,           flag,      1, "20","00","00","00"

HKR, Ndi\params\SharedKey3,           ParamDesc,  , "WEP Key 3"
HKR, Ndi\params\SharedKey3,           type,       , "edit"
HKR, NDI\params\SharedKey3,           limitText,  , "26"
HKR, NDI\params\SharedKey3,           default,    , "NONE"
HKR, NDI\params\SharedKey3,           flag,      1, "20","00","00","00"

HKR, Ndi\params\SharedKey4,           ParamDesc,  , "WEP Key 4"
HKR, Ndi\params\SharedKey4,           type,       , "edit"
HKR, NDI\params\SharedKey4,           limitText,  , "26"
HKR, NDI\params\SharedKey4,           default,    , "NONE"
HKR, NDI\params\SharedKey4,           flag,      1, "20","00","00","00"

HKR, Ndi\Params\AntennaSelection,      ParamDesc,  , "Antenna"
HKR, Ndi\Params\AntennaSelection,      default,    , "128"
HKR, Ndi\Params\AntennaSelection,      type,       , "enum"
HKR, Ndi\Params\AntennaSelection\enum, 0,          , "Antenna A"
HKR, Ndi\Params\AntennaSelection\enum, 64,         , "Antenna B"
HKR, Ndi\Params\AntennaSelection\enum, 128,        , "Diversity"
HKR, Ndi\Params\AntennaSelection,      flag,      1, "20","00","00","00"

HKR, Ndi\Params\PreambleMode,          ParamDesc,  , "Preamble Mode"
HKR, Ndi\Params\PreambleMode,          default,    , "0"
HKR, Ndi\Params\PreambleMode,          type,       , "enum"
HKR, Ndi\Params\PreambleMode\enum,     0,          , "Auto"
HKR, Ndi\Params\PreambleMode\enum,     1,          , "Long Preamble"
HKR, Ndi\Params\PreambleMode\enum,     2,          , "Short Preamble"
HKR, Ndi\Params\PreambleMode,          flag,      1, "20","00","00","00"

;-------------------------------------------------------------------------
; Service
;-------------------------------------------------------------------------
[3COM.Service]
DisplayName     = %3COM.Service.DispName%
ServiceType     = 1                                ;%SERVICE_KERNEL_DRIVER%
StartType       = 3                                ;%SERVICE_AUTO_START%
ErrorControl    = 1                                ;%SERVICE_ERROR_NORMAL%
ServiceBinary   = %12%\RSHPW796.sys
LoadOrderGroup  = NDIS
AddReg          = TextModeFlags.reg

[3COM.EventLog]
AddReg = 3COM.AddEventLog.reg

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

[TextModeFlags.reg]
HKR, , TextModeFlags, 0x00010001, 0x0001

[NETRW796.CoInstallers_AddReg]
HKR,,CoInstallers32,0x10000,"coccu796.dll, CoCCU"

;-------------------------------------------------------------------------
; Destination Directory
;-------------------------------------------------------------------------
[DestinationDirs]
3COM.ndis.copyfiles     = 11
3COM.ndis.copyfiles.NT  = 12
DefaultDestDir          = 11                  ; LDID_SYS
NETRW796.Apps           = 11
NETRW796CoInstallFile   = 11

;-------------------------------------------------------------------------
; Source Files
;-------------------------------------------------------------------------
[SourceDisksNames]
1=%DISKNAME%,,,

[SourceDisksFiles]
RSHPW796.sys = 1
netrw796.inf = 1
;netrw796.cat = 1
coccu796.dll = 1
CCU3C796.exe = 1



;-------------------------------------------------------------------------
; Strings
;-------------------------------------------------------------------------
[Strings]
3COM  ="3Com"

;;Source Disk Name
DISKNAME = "3Com 11Mbps Wireless PC Card (3CRSHPW796)"

netrw796.DeviceDesc    = "3Com 11Mbps Wireless PC Card (3CRSHPW796)"

3COM.Service.DispName  = "3Com 11Mbps Wireless PC Card (3CRSHPW796)"

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: web4, load: 0.80