NETW35W.INF Driver File Contents (GOLD3LINK_89c35_is89c35_USB_NETWORK_CARD.zip)

;=======================================================================================
; NETW35W.INF
;
; Information (INF) file for ISSC W89C35 802.11bg WLAN USB Adapters (Native Wifi driver)
;
; Copyright (C) Integrated System Solution Corp. All Rights Reserved
;=======================================================================================

[version]
Signature      = "$Windows NT$"
Class          = Net
ClassGUID      = {4D36E972-E325-11CE-BFC1-08002BE10318}
Provider       = %ISSC%
CatalogFile    = netw35w.cat                        ;; for WHQL certified
DriverVer      = 12/1/2006,4.0.46.4


[Manufacturer]
%ISSC%         = W89C35_Model, NTx86
%Q802%         = Q802UWG_Model, NTx86

[ControlFlags]
ExcludeFromSelect = *


[W89C35_Model.NTx86]
; DisplayName                   Section         DeviceID
; -----------                   -------         --------
%W89C35.DeviceDesc%  = W89C35.ndi, USB\VID_0416&PID_0035
%W89C35.DeviceDesc%  = W89C35.ndi, USB\VID_1131&PID_2035
%W89C35.DeviceDesc%  = W89C35.ndi, USB\VID_ffff&PID_ffff

[Q802UWG_Model.NTx86]
; Display Name           Section        Device ID
%Q802UWG.DeviceDesc%  = W89C35.ndi, USB\VID_18E8&PID_6201
%Q802UWG.DeviceDesc%  = W89C35.ndi, USB\VID_18E8&PID_6206
%Q802UWG.DeviceDesc%  = W89C35.ndi, USB\VID_18E8&PID_6217
%Q802UWG.DeviceDesc%  = W89C35.ndi, USB\VID_18E8&PID_6230
%Q802UWG.DeviceDesc%  = W89C35.ndi, USB\VID_18E8&PID_6233


[W89C35.ndi.NTx86]
Characteristics = 0x84
BusType         = 15
AddReg          = W89C35.reg
CopyFiles       = W89C35.CopyFiles
*IfType         = 71		; IF_TYPE_IEEE80211
*MediaType      = 16		; NdisMediumNative802_11
*PhysicalMediaType = 9		; NdisPhysicalMediumNative802_11

[W89C35.ndi.NTx86.Services]
AddService = W35UNDW, 2, W35UNDW.Service, W35UNDW.EventLog


[W89C35.reg]
HKR, Ndi,                         Service,    0, "W35UNDW"

HKR, Ndi\Interfaces,              UpperRange, 0, "ndis5"
HKR, Ndi\Interfaces,              LowerRange, 0, "wlan,ethernet"

;PLT
HKR, Ndi\params\PLT,                ParamDesc,  0, "PLT"
HKR, Ndi\params\PLT,                default,    0, "0"
HKR, Ndi\params\PLT,                type,       0, "enum"
HKR, Ndi\params\PLT\enum,           "0",        0, "Disable"
HKR, Ndi\params\PLT\enum,           "1",        0, "Enable"

;RATE POLICY
HKR, Ndi\params\RatePolicy,         ParamDesc,  0, "RatePolicy"
HKR, Ndi\params\RatePolicy,         default,    0, "2"
HKR, Ndi\params\RatePolicy,         type,       0, "enum"
HKR, Ndi\params\RatePolicy\enum,    "0",        0, "Default"
HKR, Ndi\params\RatePolicy\enum,    "1",        0, "Up speed"
HKR, Ndi\params\RatePolicy\enum,    "2",        0, "Down speed"

;REGION
HKR, Ndi\params\Region,                ParamDesc,  0, "Region"
HKR, Ndi\params\Region,                default,    0, "0"
HKR, Ndi\params\Region,                type,       0, "enum"
HKR, Ndi\params\Region\enum,           "3",        0, "Channel 1-11"
HKR, Ndi\params\Region\enum,           "1",        0, "Channel 1-13"
HKR, Ndi\params\Region\enum,           "2",        0, "Channel 1-14"
HKR, Ndi\params\Region\enum,           "4",        0, "Channel 10-13"
HKR, Ndi\params\Region\enum,           "5",        0, "Channel 10-11"
HKR, Ndi\params\Region\enum,           "6",        0, "Channel 3-9"
HKR, Ndi\params\Region\enum,           "0",        0, "Reg_Unknown"

;RADIO
HKR, Ndi\params\Radio,                 ParamDesc,  0, "Radio"
HKR, Ndi\params\Radio,                 default,    0, "0"
HKR, Ndi\params\Radio,                 type,       0, "enum"
HKR, Ndi\params\Radio\enum,            "0",        0, "ON"
HKR, Ndi\params\Radio\enum,            "1",        0, "OFF"

;MaxTxRate
HKR, Ndi\params\MaxTxRate,      ParamDesc,  0, "Data Rate"
HKR, Ndi\params\MaxTxRate,      default,    0, "0"
HKR, Ndi\params\MaxTxRate,      type,       0, "enum"
HKR, Ndi\params\MaxTxRate\enum, "0",        0, "Auto"
HKR, Ndi\params\MaxTxRate\enum, "2",        0, "1 Mbps"
HKR, Ndi\params\MaxTxRate\enum, "4",        0, "2 Mbps"
HKR, Ndi\params\MaxTxRate\enum, "11",       0, "5.5 Mbps"
HKR, Ndi\params\MaxTxRate\enum, "22",       0, "11 Mbps"
HKR, Ndi\params\MaxTxRate\enum, "12",       0, "6 Mbps"
HKR, Ndi\params\MaxTxRate\enum, "18",       0, "9 Mbps"
HKR, Ndi\params\MaxTxRate\enum, "24",       0, "12 Mbps"
HKR, Ndi\params\MaxTxRate\enum, "36",       0, "18 Mbps"
HKR, Ndi\params\MaxTxRate\enum, "48",       0, "24 Mbps"
HKR, Ndi\params\MaxTxRate\enum, "72",       0, "36 Mbps"
HKR, Ndi\params\MaxTxRate\enum, "96",       0, "48 Mbps"
HKR, Ndi\params\MaxTxRate\enum, "108",      0, "54 Mbps"
HKR, Ndi\params\MaxTxRate\enum, "255",      0, "Max"

;Preamble
HKR, Ndi\params\Preamble,           ParamDesc,  0, "Preamble Mode"
HKR, Ndi\params\Preamble,           default,    0, "0"
HKR, Ndi\params\Preamble,           type,       0, "enum"
HKR, Ndi\params\Preamble\enum,      "0",        0, "Auto Tx Preamble (Long/Short)"
HKR, Ndi\params\Preamble\enum,      "1",        0, "Long Tx Preamble"

;Channel
HKR, Ndi\params\Channel,            ParamDesc,  0, "IBSS Channel No."
HKR, Ndi\params\Channel,            default,    0, "0"
HKR, Ndi\params\Channel,            type,       0, "enum"
HKR, Ndi\params\Channel\enum,		"2412",		0, " 1"
HKR, Ndi\params\Channel\enum,		"2417",		0, " 2"
HKR, Ndi\params\Channel\enum,		"2422",		0, " 3"
HKR, Ndi\params\Channel\enum,		"2427",		0, " 4"
HKR, Ndi\params\Channel\enum,		"2432",		0, " 5"
HKR, Ndi\params\Channel\enum,		"2437",		0, " 6"
HKR, Ndi\params\Channel\enum,		"2442",		0, " 7"
HKR, Ndi\params\Channel\enum,		"2447",		0, " 8"
HKR, Ndi\params\Channel\enum,		"2452",		0, " 9"
HKR, Ndi\params\Channel\enum,		"2457",		0, "10"
HKR, Ndi\params\Channel\enum,		"2462",		0, "11"
HKR, Ndi\params\Channel\enum,		"2467",		0, "12"
HKR, Ndi\params\Channel\enum,		"2472",		0, "13"
HKR, Ndi\params\Channel\enum,		"2484",		0, "14"
HKR, Ndi\params\Channel\enum,		"0",		0, "Auto"

;RTSThreshold
HKR, Ndi\params\RTSThreshold,       ParamDesc,  0, "RTS Threshold"
HKR, Ndi\params\RTSThreshold,       default,    0, "2347"
HKR, Ndi\params\RTSThreshold,       type,       0, "int"
HKR, Ndi\params\RTSThreshold,       min,        0, "0"
HKR, Ndi\params\RTSThreshold,       max,        0, "2347"

;TxFragThreshold
HKR, Ndi\params\TxFragThreshold,    ParamDesc,  0, "Fragmentation Threshold"
HKR, Ndi\params\TxFragThreshold,    default,    0, "2346"
HKR, Ndi\params\TxFragThreshold,    type,       0, "int"
HKR, Ndi\params\TxFragThreshold,    min,        0, "256"
HKR, Ndi\params\TxFragThreshold,    max,        0, "2346"
HKR, Ndi\params\TxFragThreshold,    step,       0, "2"

;PowerSaveMode
HKR, Ndi\params\PowerSave,          ParamDesc,  0, "Power Save Mode"
HKR, Ndi\params\PowerSave,          default,    0, "0"
HKR, Ndi\params\PowerSave,          type,       0, "enum"
HKR, Ndi\params\PowerSave\enum,     "0",        0, "Disabled"
HKR, Ndi\params\PowerSave\enum,     "1",        0, "Enabled"

;Background scan
HKR, Ndi\params\BScan,          ParamDesc,  0, "Background Scan"
HKR, Ndi\params\BScan,          default,    0, "1"
HKR, Ndi\params\BScan,          type,       0, "enum"
HKR, Ndi\params\BScan\enum,     "0",        0, "Disabled"
HKR, Ndi\params\BScan\enum,     "1",        0, "Enabled"

;ModulationType
HKR, Ndi\params\ModulationType,	    ParamDesc,  0, "Modulation Type"
HKR, Ndi\params\ModulationType,     default,    0, "255"
HKR, Ndi\params\ModulationType,     type,       0, "enum"
HKR, Ndi\params\ModulationType\enum,"0",        0, "802.11b/g"
;HKR, Ndi\params\ModulationType\enum,"1",        0, "802.11a"
;HKR, Ndi\params\ModulationType\enum,"2",        0, "802.11a/b/g"
HKR, Ndi\params\ModulationType\enum,"3",        0, "802.11g-IBSS"
HKR, Ndi\params\ModulationType\enum,"255",	0, "AUTO"



[W35UNDW.Service]
DisplayName     = %W89C35.Service.DispName%
ServiceType     = 1 		;SERVICE_KERNEL_DRIVER
StartType       = 3 		;SERVICE_DEMAND_START
ErrorControl    = 1 		;SERVICE_ERROR_NORMAL
ServiceBinary   = %12%\W35UNDW.SYS
LoadOrderGroup  = NDIS



[W35UNDW.EventLog]
AddReg = W35UNDW.AddEventLog.reg

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


[W89C35.CopyFiles]
W35UNDW.SYS,,,2

[SourceDisksNames]
1              = %DiskName%,,,

[SourceDisksFiles]
W35UNDW.SYS     = 1

[DestinationDirs]
W89C35.CopyFiles          = 12
DefaultDestDirs            = 11


[Strings]
Q802                      = "802.11 b/g USB Wireless Adapter"
Q802UWG.DeviceDesc        = "802.11 b/g USB Wireless Adapter"

ISSC                      = "Integrated System Solution Corp."
W89C35.DeviceDesc         = "W89C35 802.11bg WLAN USB Adapter"
W35UND.Service.DispName    = "W89C35 802.11bg WLAN USB Adapter Driver"
W35UND.Service.Description = "W89C35 802.11bg WLAN USB Adapter Driver"

DiskName                     = "802.11bg WLAN USB Adapter Driver Disk"
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: web3, load: 2.30