NET3306A.INF Driver File Contents (Net3306A.zip)

;****************************************************************************************
;
; 802.11b Wireless PCI Adapters.inf
;
;   This installation script supports Windows 98,Me,2000 & XP for the
;   1b Wireless PCI Adapters.
;
;   Copyright (c)2003, All Rights Reserved.
;   
;
;****************************************************************************************

[Version]
DriverVer=06/02/2003, 1.08.0602.0
Signature="$Chicago$"
Compatible=1
Class=Net
ClassGUID={4d36e972-e325-11ce-bfc1-08002be10318}
Provider=%Provider%
;CatalogFile=NET3306A.CAT             ;;for WHQL certified


[ControlFlags]


ExcludeFromSelect = PCI\VEN_1814&DEV_0101&SUBSYS_33061113



[Manufacturer]
%V_Provider%=Adapters,NTx86.5.1


[Adapters]
; DisplayName                Section                DeviceID
; -----------                -------                --------
%WN3306A.DeviceDesc%   =WN3306A.ndi,      PCI\VEN_1814&DEV_0101&SUBSYS_33061113

[Adapters.NTx86.5.1]
; DisplayName                Section                DeviceID
; -----------                -------                --------
%WN3306A.DeviceDesc%   =WN3306A.ndi.XP,      PCI\VEN_1814&DEV_0101&SUBSYS_33061113


;*******************************************************************************************
; Windows 9X specific entries
;*******************************************************************************************

[WN3306A.ndi]
AddReg=Common.reg, WN3306A.ndi.reg, WN3306A.ndi.9x.reg
CopyFiles=9x.CopyFiles


[WN3306A.ndi.9x.reg]
 HKLM,SOFTWARE\Microsoft\Windows\CurrentVersion\RunOnce, "WN3306A",, "%11%\RSU3306A.exe"

HKR, ,                            NTMPDriver,      0, WN3306A.sys
HKR, Ndi,                         DeviceID,        0, "PCI\VEN_1814&DEV_0101"

HKR, ,                            RunningWin9X,    0, "1"
HKR, ,                            DevLoader,       0, *ndis
HKR, ,                            DeviceVxDs,      0, WN3306A.sys
HKR, ,                            EnumPropPages,   0, "netdi.dll,EnumPropPages"



;*******************************************************************************************
; Windows XP specific entries
;*******************************************************************************************
[WN3306A.ndi.XP]
AddReg=Common.reg, WN3306A.ndi.NT.reg
Characteristics=0x84              ; NCF_REMOVABLE | NCF_HAS_UI | NCF_PHYSICAL
BusType=5
CopyFiles=XP.CopyFiles

; XP services sections
[WN3306A.ndi.XP.Services]
AddService=WN3306A, 2, WN3306A.Service, common.EventLog

[WN3306A.ndi.XP.CoInstallers]
 CopyFiles      = NT.COINSTALL.CopyFiles
 AddReg         = WN3306A_COINSTALL.ndi.NT.reg


;*******************************************************************************************
; NT specific entries
;*******************************************************************************************

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

; NT services sections
[WN3306A.ndi.NT.Services]
AddService=WN3306A, 2, WN3306A.Service, common.EventLog


[WN3306A.ndi.NT.CoInstallers]
 CopyFiles      = NT.COINSTALL.CopyFiles
 AddReg         = WN3306A_COINSTALL.ndi.NT.reg
 

[WN3306A.ndi.reg]
HKR, ,                            NTMPDriver,      0, WN3306A.sys
HKR, Ndi,                         DeviceID,        0, "PCI\VEN_1814&DEV_0101"

HKR, ,                            RunningWin9X,    0, "1"
HKR, ,                            DevLoader,       0, *ndis
HKR, ,                            DeviceVxDs,      0, WN3306A.sys
HKR, ,                            EnumPropPages,   0, "netdi.dll,EnumPropPages"

;
; NDIS Info
;
HKR, NDIS,                        LogDriverName,   0, "WN3306A"
HKR, NDIS,                        MajorNdisVersion,1, 03
HKR, NDIS,                        MinorNdisVersion,1, 0A

HKR, ,                            BusType,         0, 5
HKR, NDI,                         CardType,        0, "PCI"

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

;
; Install sections
;HKR,Ndi\Install,ndis3,,"WN3306A.install"



;*******************************************************************************************
; common regs for NT and W9x
;*******************************************************************************************
[Common.reg]

;
; SSID
;
HKR, ,                            SSID,            0, %SSID_DEF_STR%
HKR, Default,                     SSID,            0, %SSID_DEF_STR%
HKR, NDI\params\SSID,             ParamDesc,       0, "SSID"
HKR, NDI\params\SSID,             type,            0, "edit"
HKR, NDI\params\SSID,             limitText,       0, "32"
HKR, NDI\params\SSID,             default,         0, %SSID_DEF_STR%

;
; Network Type
;
HKR, ,                            NetworkType,     0, %NETWORK_TYPE_DEF_STR%
HKR, Default,                     NetworkType,     0, %NETWORK_TYPE_DEF_STR%
HKR, NDI\params\NetworkType,      ParamDesc,       0, "Network Type"
HKR, NDI\params\NetworkType,      type,            0, "enum"
HKR, NDI\params\NetworkType,      default,         0, %NETWORK_TYPE_DEF_STR%
HKR, NDI\params\NetworkType\enum, 0,               0, "802.11 Ad Hoc"
HKR, NDI\params\NetworkType\enum, 1,               0, "Infrastructure"

;
; Channel
;
HKR, ,                            Channel,         0, %CHANNEL%
HKR, Default,                     Channel,         0, %CHANNEL%
HKR, NDI\params\Channel,          ParamDesc,       0, "Channel"
HKR, NDI\params\Channel,          type,            0, "enum"
HKR, NDI\params\Channel,          default,         0, %CHANNEL%
HKR, NDI\params\Channel\enum,     1,               0, "01"
HKR, NDI\params\Channel\enum,     2,               0, "02"
HKR, NDI\params\Channel\enum,     3,               0, "03"
HKR, NDI\params\Channel\enum,     4,               0, "04"
HKR, NDI\params\Channel\enum,     5,               0, "05"
HKR, NDI\params\Channel\enum,     6,               0, "06"
HKR, NDI\params\Channel\enum,     7,               0, "07"
HKR, NDI\params\Channel\enum,     8,               0, "08"
HKR, NDI\params\Channel\enum,     9,               0, "09"
HKR, NDI\params\Channel\enum,     10,              0, "10"
HKR, NDI\params\Channel\enum,     11,              0, "11"


;*******************************************************************************************
; System Configuration Page

;
; Local Administration MAC Network Address
;
HKR, ,                            NetworkAddress,  0, ""
HKR, Default,                     NetworkAddress,  0, ""
HKR, NDI\params\NetworkAddress,   ParamDesc,       0, "Local Administration MAC Network Address"
HKR, NDI\params\NetworkAddress,   type,            0, "edit"
HKR, NDI\params\NetworkAddress,   limitText,       0, "12"
HKR, NDI\params\NetworkAddress,   default,         0, ""

;
; First Run (Setup Country Region)
;
HKR, ,                            FirstRun,	   0, "0"

;
; Select Config Utility
;
HKR, ,                            ConfigSelect,	   0, "0"      ;0=RaConfig, 1=ZeroConfig

;
; Country Region
;
HKR, ,                            	CountryRegion,		0, "0"
;HKR, Default,                     	CountryRegion,      	0, "0"
HKR, NDI\params\CountryRegion,          ParamDesc,       	0, "Country Region"
HKR, NDI\params\CountryRegion,          type,            	0, "enum"
HKR, NDI\params\CountryRegion,          default,         	0, "0"
HKR, NDI\params\CountryRegion\enum,     0,               	0, "FCC (Channel 1 - 11)"
HKR, NDI\params\CountryRegion\enum,	1,               	0, "IC (Channel 1 - 11)"
HKR, NDI\params\CountryRegion\enum,     2,               	0, "ETSI (Channel 1 - 13)"
HKR, NDI\params\CountryRegion\enum,     3,               	0, "Spain (Channel 10 - 11)"
HKR, NDI\params\CountryRegion\enum,	4,               	0, "France (Channel 10 - 13)"
HKR, NDI\params\CountryRegion\enum,     5,               	0, "MKK (Channel 14)"
HKR, NDI\params\CountryRegion\enum,     6,               	0, "MKK1 (Channel 1 - 14)"
HKR, NDI\params\CountryRegion\enum,	7,               	0, "Israel (Channel 3 - 9)"


;
; Power Saving Mode
;
HKR, ,                            PSMode,          0, "0"
HKR, Default,                     PSMode,          0, "0"
HKR, NDI\params\PSMode,           ParamDesc,       0, "Power Saving Mode"
HKR, NDI\params\PSMode,           type,            0, "enum"
HKR, NDI\params\PSMode,           default,         0, "0"
HKR, NDI\params\PSMode\enum,      0,               0, "CAM (Constantly Awake Mode)"
HKR, NDI\params\PSMode\enum,      1,               0, "Max_PSP (Max Power Savings)"
HKR, NDI\params\PSMode\enum,      2,               0, "Fast_PSP (Power Save Mode)"

;
; CAM when AC Power
;
HKR, ,                            ACPowerCam,      0, "0"
HKR, Default,                     ACPowerCam,      0, "0"
HKR, NDI\params\ACPowerCam,       ParamDesc,       0, "CAM when AC Power"
HKR, NDI\params\ACPowerCam,       type,            0, "enum"
HKR, NDI\params\ACPowerCam,       default,         0, "0"
HKR, NDI\params\ACPowerCam\enum,  0,               0, "Disable"
HKR, NDI\params\ACPowerCam\enum,  1,               0, "Enable"

;
; Antenna Tx Diversity 
;
HKR, ,                            AntennaTx,       0, "0"
HKR, Default,                     AntennaTx,       0, "0"
HKR, NDI\params\AntennaTx,        ParamDesc,       0, "Antenna Tx Diversity"
HKR, NDI\params\AntennaTx,        type,            0, "enum"
HKR, NDI\params\AntennaTx,        default,         0, "0"
HKR, NDI\params\AntennaTx\enum,   0,               0, "Diversity"
HKR, NDI\params\AntennaTx\enum,   1,               0, "Antenna A Only"
HKR, NDI\params\AntennaTx\enum,   2,               0, "Antenna B Only"

;
; Antenna Rx Diversity 
;
HKR, ,                            AntennaRx,       0, "0"
HKR, Default,                     AntennaRx,       0, "0"
HKR, NDI\params\AntennaRx,        ParamDesc,       0, "Antenna Rx Diversity"
HKR, NDI\params\AntennaRx,        type,            0, "enum"
HKR, NDI\params\AntennaRx,        default,         0, "0"
HKR, NDI\params\AntennaRx\enum,   0,               0, "Diversity"
HKR, NDI\params\AntennaRx\enum,   1,               0, "Antenna A Only"
HKR, NDI\params\AntennaRx\enum,   2,               0, "Antenna B Only"

;
; Transmit Rate
;
HKR, ,                            TransRate,       0, "0"
HKR, Default,                     TransRate,       0, "0"
HKR, NDI\params\TransRate,        ParamDesc,       0, "Transmit Rate"
HKR, NDI\params\TransRate,        type,            0, "enum"
HKR, NDI\params\TransRate,        default,         0, "0"
HKR, NDI\params\TransRate\enum,   0,               0, "Auto"
HKR, NDI\params\TransRate\enum,   1,               0, "11 Mb/s"
HKR, NDI\params\TransRate\enum,   2,               0, "5.5 Mb/s"
HKR, NDI\params\TransRate\enum,   3,               0, "2 Mb/s"
HKR, NDI\params\TransRate\enum,   4,               0, "1 Mb/s"


;
; Preamble Type
;
HKR, ,                            PreambleType,    0, "2"
HKR, Default,                     PreambleType,    0, "2"
HKR, NDI\params\PreambleType,     ParamDesc,       0, "Preamble Type"
HKR, NDI\params\PreambleType,     type,            0, "enum"
HKR, Ndi\params\PreambleType,     default,         0, "2"
HKR, NDI\params\PreambleType\enum,0,               0, "Long"
HKR, NDI\params\PreambleType\enum,1,               0, "Short"
HKR, NDI\params\PreambleType\enum,2,               0, "Auto"
HKR, NDI\params\PreambleType,     optional,        0, "0"

;
; RTS Threshold
;
HKR, ,                            RTSThresh,       0, "2336"
HKR, Default,                     RTSThresh,       0, "2336"
HKR, NDI\params\RTSThresh,        ParamDesc,       0, "RTS Threshold"
HKR, NDI\params\RTSThresh,        type,            0, "int"
HKR, Ndi\params\RTSThresh,        default,         0, "2336"
HKR, NDI\params\RTSThresh,        min,             0, "0"
HKR, NDI\params\RTSThresh,        max,             0, "2336"
HKR, NDI\params\RTSThresh,        step,            0, "32"
HKR, NDI\params\RTSThresh,        optional,        0, "0"

;
; Fragment Threshold
;
HKR, ,                            FragThresh,      0, "2336"
HKR, Default,                     FragThresh,      0, "2336"
HKR, NDI\params\FragThresh,       ParamDesc,       0, "Fragment Threshold"
HKR, NDI\params\FragThresh,       type,            0, "int"
HKR, Ndi\params\FragThresh,       default,         0, "2336"
HKR, NDI\params\FragThresh,       min,             0, "256"
HKR, NDI\params\FragThresh,       max,             0, "2336"
HKR, NDI\params\FragThresh,       step,            0, "32"
HKR, NDI\params\FragThresh,       optional,        0, "0"

;
; Radio Status
;
HKR, ,                            Radio,      0, "1"
HKR, Default,                     Radio,      0, "1"
HKR, NDI\params\Radio,       ParamDesc,       0, "Radio Status"
HKR, NDI\params\Radio,       type,            0, "enum"
HKR, NDI\params\Radio,       default,         0, "0"
HKR, NDI\params\Radio\enum,  1,               0, "Disable"
HKR, NDI\params\Radio\enum,  0,               0, "Enable"

;*******************************************************************************************
; Authentication & Security Page

;
; Authentication Type
;
HKR, ,				  AuthenType,      0, "0"
HKR, Default,			  AuthenType,      0, "0"
HKR, NDI\params\AuthenType,       ParamDesc,	   0, "Authentication Type"
HKR, NDI\params\AuthenType,       type,		   0, "enum"
HKR, NDI\params\AuthenType,       default,	   0, "0"
HKR, NDI\params\AuthenType\enum,  0,		   0, "Open System"
HKR, NDI\params\AuthenType\enum,  1,		   0, "Shared Key"

;
; Encryption
;
HKR, ,                            Encryption,      0, "0"
HKR, Default,                     Encryption,      0, "0"

;
; WEP Keys Length
;
HKR, ,                            WEPKeyLen,       0, "0"
HKR, Default,                     WEPKeyLen,       0, "0"

;
; WEP Key to use
;
HKR, ,                            WEPKeyUse,       0,"1"
HKR, Default,                     WEPKeyUse,       0,"1"

;
; WEP Key1
;
HKR, , 				  WEPKey1,         0,""
HKR, Default, 			  WEPKey1,         0,""

;
; WEP Key2
;
HKR, , 				  WEPKey2,         0,""
HKR, Default, 			  WEPKey2,         0,""

;
; WEP Key3
;
HKR, , 				  WEPKey3,         0,""
HKR, Default, 			  WEPKey3,         0,""

;
; WEP Key4
;
HKR, , 				  WEPKey4,         0,""
HKR, Default, 			  WEPKey4,         0,""

;
; Current Profile
;
HKR, , 				  CurProfile,      0,""
HKR, Default, 			  CurProfile,      0,""



;*******************************************************************************************
; DestinationDirs
;*******************************************************************************************

[DestinationDirs]
DefaultDestDir=11;
9x.CopyFiles=11    ; system32 subdirectory on win9x 
NT.CopyFiles=12    ; system32\drivers subdirectory on NT
XP.CopyFiles=12 ; Winxp=%windir%\system32\drivers

[9x.CopyFiles]
WN3306A.sys
RSU3306A.exe

[NT.CopyFiles]
WN3306A.sys


[NT.COINSTALL.CopyFiles]
CoRSU6A.dll
RSU3306A.exe

[XP.CopyFiles]
WN3306A.sys, W3306A51.sys


[SourceDisksNames]
1=%INSTALL_DISK_STR%,,,

[SourceDisksFiles]
RSU3306A.exe=1
CoRSU6A.dll=1 
WN3306A.sys=1
W3306A51.sys=1

;*******************************************************************************************
; NT specific
;*******************************************************************************************

[WN3306A.ndi.NT.reg]
HKR, Ndi,                         Service,         0, "WN3306A"
HKR, Ndi\Interfaces,              UpperRange,      0, "ndis5"
HKR, Ndi\Interfaces,              LowerRange,      0, "ethernet"

[WN3306A_COINSTALL.ndi.NT.reg]
HKR,           ,CoInstallers32         ,0x00010000     ,"CoRSU6A.dll, CoRSU"


[WN3306A.Service]
DisplayName=%WN3306A.Service.DispName%
ServiceType=1                	;%SERVICE_KERNEL_DRIVER%
StartType=3                	;%SERVICE_AUTO_START%
ErrorControl=1                	;%SERVICE_ERROR_NORMAL%
ServiceBinary=%12%\WN3306A.sys
LoadOrderGroup=NDIS

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

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


;*******************************************************************************************
; Strings
;*******************************************************************************************

[strings]
Provider=			""
V_Provider=			""


WN3306A.DeviceDesc=		"802.11b 11Mbps Wireless PC Card SE"
WN3306A.Service.DispName=	"802.11b 11Mbps Wireless PC Card Driver"
INSTALL_DISK_STR=		"802.11b 11Mbps Wireless Card Installation Disk"

;
; Don't put spaces around=sign otherwise installer will not be able to
; find these lines.
SSID_DEF_STR		= ""
NETWORK_TYPE_DEF_STR	= "1"
CHANNEL			= "1"
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: 2.39