WLPCIV27.inf Driver File Contents (ZyAIR_B-300_3.8.28.0-Europe-_Windows98_Windows98SE_WindowsME_Win... ope.zip)

;****************************************************************************************
;
;    FILE:
;            WLPCIV27.inf
;
;    DESCRIPTION:
;            IEEE802.11b WLAN PCI Card v3.0 inf file.
;            Copyright (c) 2002, All rights reserved.
;
;*******************************************************************************************

[Version]
DriverVer = 07/30/2002, 3.08.28.0
Signature="$Chicago$"
Compatible=1
Class=Net
ClassGUID={4d36e972-e325-11ce-bfc1-08002be10318}
Provider=%Provider%

[Manufacturer]
%V_Provider%=Adapters

; All enumerated adapters must be excluded from select
[ControlFlags]
ExcludeFromSelect=PCI\VEN_14E4&DEV_4301&SUBSYS_160216A5

[Adapters]
; DisplayName                Section                DeviceID
; -----------                -------                --------
%WLPCIV27.DeviceDesc%=WLPCIV27.ndi,   PCI\VEN_14E4&DEV_4301&SUBSYS_160216A5


;----------------------------------------------------------------------------
; Windows 9X specific entries
;
[WLPCIV27.ndi]
AddReg=WLPCIV27.ndi.reg, Pci9x.reg, Advanced.reg, Common.reg, Run.reg
CopyFiles=win9x.CopyFiles, NT.Setup.CopyFiles

[WLPCIV27.ndi.reg]
HKR, ,                            NTMPDriver,      0, "WLPCIV27.sys"
;
HKR, ,                            DevLoader,       0, *ndis
HKR, ,                            DeviceVxDs,      0, WLPCIV27.sys
HKR, ,                            EnumPropPages,   0, "netdi.dll,EnumPropPages"
;
; NDIS Info
HKR, NDIS,                        LogDriverName,   0, "WLPCIV27"
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,,"WLPCIV27.install"

;[WLPCIV27.install]
;CopyFiles=win9x.CopyFiles

;----------------------------------------------------------------------------
; PCI specific
;
[Pci9x.reg]
;
; All resources are dynamically configured
;
HKR, ,                            IOBaseAddress,   1, "02","00","00","00"
HKR, ,                            InterruptNumber, 1, "04","00","00","00"
HKR, ,                            EnableIRQSharing,1, "01","00","00","00"
;
; Vendor Description
;
HKR, ,                            VendorDesc,      0, "IEEE802.11b WLAN PCI Card v3.0"
HKR, Ndi,                         DeviceID,        0, "PCI\VEN_14E4&DEV_4301&SUBSYS_160216A5"

;----------------------------------------------------------------------------
; Window 2K / XP specific entries
;
;-----------------------------------------------------------------------
[WLPCIV27.ndi.NT]
AddReg=Advanced.reg, Common.reg, nt.reg, Runonce.reg
Characteristics=0x84              ; NCF_REMOVABLE | NCF_HAS_UI | NCF_PHYSICAL
BusType=5
CopyFiles=NT.CopyFiles, NT.Setup.CopyFiles

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

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

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

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

[Runonce.reg]
HKLM,"SOFTWARE\Microsoft\Windows\CurrentVersion\RunOnce","WLPC",0x00000000,"rundll32 checkdll.dll,RunSetup"

[Run.reg]
HKLM,"SOFTWARE\Microsoft\Windows\CurrentVersion\Run","WLPC",0x00000000,"rundll32 checkdll.dll,RunSetup"


;----------------------------------------------------------------------------
; NT specific
;

[nt.reg]
HKR, Ndi,                         Service,         0, "WLPCIV27"
HKR, Ndi\Interfaces,              UpperRange,      0, "ndis5"
HKR, Ndi\Interfaces,              LowerRange,      0, "ethernet"


;----------------------------------------------------------------------------
; common regs for NT and W9x
;
[Common.reg]
; Properties added to the advanced tab
HKR,,	MaxParamIndex, 0, "5"

HKR,	Ndi\params\RadioState, ParamDesc,	0,	"Radio Enable/Disable"
HKR,	Ndi\params\RadioState, type,		0,	"enum"
HKR,	Ndi\params\RadioState\enum, "1",	0,	"Disabled"
HKR,	Ndi\params\RadioState\enum, "0",	0,	"Enabled"
HKR,    Ndi\params\RadioState, default,         0,      "0"

HKR,	Ndi\params\Channel, ParamDesc, 		0, 	"Channel"
HKR,	Ndi\params\Channel, default,   		0, 	"11"
HKR,	Ndi\params\Channel, min,       		0, 	"1"
HKR,	Ndi\params\Channel, max,       		0, 	"11"
HKR,	Ndi\params\Channel, step,      		0, 	"1"
HKR,	Ndi\params\Channel, base,      		0, 	"10"
HKR,	Ndi\params\Channel, type,      		0, 	"int"

HKR,	Ndi\params\Rate, ParamDesc,		0,	"Transmit Rate"
HKR,	Ndi\params\Rate, type,			0,	"enum"
HKR,	Ndi\params\Rate\enum, "0",		0,	"Fully Auto"
HKR,	Ndi\params\Rate\enum, "2",		0,	"Fixed 1 Mb/s"
HKR,	Ndi\params\Rate\enum, "4",		0,	"Fixed 2 Mb/s"
HKR,	Ndi\params\Rate\enum, "11",		0,	"Fixed 5.5 Mb/s"
HKR,	Ndi\params\Rate\enum, "22",		0,	"Fixed 11 Mb/s"
HKR,    Ndi\params\Rate, default,               0,      "0"

;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"

[Advanced.reg]
HKR,	Ndi\params\frag, ParamDesc,		0,	"Fragmentation Threshold"
HKR,	Ndi\params\frag, type,			0,	"dword"
HKR,    Ndi\params\frag, min,                   0,      "256"
HKR,    Ndi\params\frag, max,                   0,      "2346"
HKR,    Ndi\params\frag, default,               0,      "2346"

HKR,	Ndi\params\rts, ParamDesc,		0,	"RTS Threshold"
HKR,	Ndi\params\rts, type,			0,	"dword"
HKR,    Ndi\params\rts, min,                    0,      "0"
HKR,    Ndi\params\rts, max,                    0,      "2347"
HKR,    Ndi\params\rts, default,                0,      "2347"

HKR,	Ndi\params\PLCPHeader, ParamDesc,	0,	"Preamble Mode"
HKR,	Ndi\params\PLCPHeader, type,		0,	"enum"
HKR,	Ndi\params\PLCPHeader\enum, "-1",	0,	"Long Tx Preamble"
HKR,	Ndi\params\PLCPHeader\enum, "0",	0,	"Auto"
HKR,    Ndi\params\PLCPHeader, default,         0,      "0"

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

;----------------------------------------------------------------------------
; DestinationDirs
;
[DestinationDirs]
DefaultDestDir         = 11 ; Win9x=%windir%\system Win2k=%windir%\system32
NT.CopyFiles=12    	; system32\drivers subdirectory on NT
win9x.CopyFiles=11      ; system subdirectory on win9x
NT.Setup.CopyFiles= 11

[win9x.CopyFiles]
WLPCIV27.sys ; Win9x Installation

[NT.CopyFiles]
WLPCIV27.sys,,,2 ; NT Installation

[NT.Setup.CopyFiles]
checkDLL.dll

[SourceDisksNames]
1=%INSTALL_DISK_STR%,,,

[SourceDisksFiles]
WLPCIV27.sys = 1
checkDLL.dll = 1

;----------------------------------------------------------------------------
; Strings
;
[strings]
Provider="Wireless"
V_Provider="Wireless Manufacturer"

WLPCIV27.DeviceDesc="IEEE802.11b WLAN PCI Card v3.0"
WLPCIV27.Service.DispName = "IEEE802.11b WLAN PCI Card v3.0 Driver"
INSTALL_DISK_STR="IEEE802.11b WLAN PCI Card v3.0 Installation 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: web5, load: 2.09