NETVNETe.INF Driver File Contents (fvnete51.zip)

;**********************************************************
; Copyright 2002 11WAVE.
; INF file for WaveBuddy 11Mbps WLAN PC Card driver
;
; Windows 98/Me/2000/XP
;
;**********************************************************

[Version]
Signature = "$Chicago$"
Compatible = 1
Class = Net
ClassGUID = {4d36e972-e325-11ce-bfc1-08002be10318}
MillenniumPreferred = .ME
Provider = %VENDOR%
;CatalogFile = netvnete.cat
DriverVer = 01/14/2003,4.3.3.60

[Manufacturer]
%VENDOR% = 11WAVE, NT.5.1

[ControlFlags]
ExcludeFromSelect = 11WAVE-11WP611AL-E-F4E9

[11WAVE]
%DeviceDesc% = DrvInst.Ndi,PCMCIA\11WAVE-11WP611AL-E-F4E9

[11WAVE.NT.5.1]
%DeviceDesc% = DrvInstXP.Ndi,PCMCIA\11WAVE-11WP611AL-E-F4E9

;*******************************************************************************
; Strings Section
;*******************************************************************************
[Strings]
VENDOR         = "11WAVE"
DeviceDesc     = "WaveBuddy WLAN PC Card"
ServiceName    = "PCMCIAFVNETR (2ARE)"                  ;THIS IS CRITICAL TO BE DIFFERENT FOR EACH DEVICE TYPE
DriverDiskName = "WaveBuddy Wireless LAN Installation Disk"
Help_Text      = "VirtualNET lets you set up easily and operate a Wireless LAN compliant with 802.11 Standard. It operates in the license free 2.4 GHz ISM band and achieves a peak data rate of 11 Mbs."


ChannelStr		= "Channel"

RateStr			= "Rate"
Fixed1Str		= "Fixed 1 Mbps"
Fixed2Str		= "Fixed 2 Mbps"
Fixed55Str		= "Fixed 5.5 Mbps"
Fixed11Str		= "Fixed 11 Mbps"
AutoStr			= "Auto"

RTS_Str			= "RTS Threshold"
FragmentationStr	= "Fragmentation Threshold"

OperatingModeStr	= "Operating Mode"
AdHocStr		= "Ad-Hoc"
InfrastructureStr	= "Infrastructure"

ESSID_Str		= "ESSID"

WEP_Key_Str		= "WEP Key To Use"
KEY1_Str		= "WEP Key 1"
KEY2_Str		= "WEP Key 2"
KEY3_Str		= "WEP Key 3"
KEY4_Str		= "WEP Key 4"
WEP_Mode_Str		= "WEP Mode"

Key1Str			= "Key 1"
Key2Str			= "Key 2"
Key3Str			= "Key 3"
Key4Str			= "Key 4"

DisabledStr		= "Disabled"

64bit			= "64-bit"
128bit			= "128-bit"	

WepMandatoryStr		= "Mandatory"
WepOptionalStr		= "Optional"
AuthTypeStr		= "Authentication Type"
OpenSystemStr		= "Open System"
SharedKeyStr		= "Shared Key"
AutoAuthStr		= "Auto"	

PreambleStr		= "Preamble Type"
LongPreambleStr		= "Long"
ShortPreambleStr	= "Short"
AutoPreambleStr		= "Auto"

PowerMgmtStr		= "Power Mgmt Mode"
ActiveStr		= "Active"
PSStr			= "Power Save"

BasicRatesStr		= "Basic Rates"
BR1Str			= "1, 2 Mbps"
BR2Str			= "1, 2, 5.5, 11 Mbps"

BeaconPeriodStr		= "Beacon Period"

RadioOnOffStr		= "Radio"	
RadioOffStr		= "Off"
RadioOnStr		= "On"

;*******************************************************************************
; Win XP section
;*******************************************************************************
[DrvInstXP.Ndi.NTx86]
Characteristics = 0x84                     ; NCF_HAS_UI | NCF_PHYSICAL
BusType         = 8                        ; PCMCIA
AddReg          = WinXP.Reg, WinXP.Params
CopyFiles       = CopyFile.XP.Sys

[DrvInstXP.Ndi.NTx86.Services]
AddService = %VENDOR% WinXP %ServiceName%, 2, PCMCIAFVNETR51.Service, PCMCIAFVNETR.EventLog

[WinXP.Reg]
; Interfaces
HKR, Ndi\Interfaces, LowerRange, 0, "ethernet"
HKR, Ndi\Interfaces, UpperRange, 0, "ndis5"
HKR, Ndi,            Service,    0, "%VENDOR% WinXP %ServiceName%(R)"

[CopyFile.XP.Sys]
fvnete51.sys,,,2

;*******************************************************************************
; Win XP Service section
;*******************************************************************************
[PCMCIAFVNETR51.Service]
DisplayName    = %VENDOR% WinXP %ServiceName% Service for %DeviceDesc%
ServiceType    = 1
StartType      = 3
ErrorControl   = 1
ServiceBinary  = %12%\fvnete51.sys
LoadOrderGroup = NDIS

;*******************************************************************************
; Win Me/2000/XP common section
;*******************************************************************************
[PCMCIAFVNETR.EventLog]
AddReg = PCMCIAFVNETR.AddEventLog.Reg

[PCMCIAFVNETR.AddEventLog.Reg]
HKR, , EventMessageFile, 0x00020000, %%SystemRoot%%\System32\netevent.dll
HKR, , TypesSupported  , 0x00010001, 7


;*******************************************************************************
; Destination directories
;*******************************************************************************
[DestinationDirs]
DefaultDestDir   = 12 ; Drivers directory
CopyFile.Sys     = 11
CopyFile.2k.Sys  = 12
CopyFile.Me.Sys  = 11
CopyFile.XP.Sys  = 12

[SourceDisksNames]
1=%DriverDiskName%,,

[SourceDisksFiles]
;fvnete50.sys=1,,fvnete50.sys,10000
;fvnete51.sys=1,,fvnete51.sys,10000


;*******************************************************
; Driver parameters for WinXP
;*******************************************************
[WinXP.Params]
HKR, Ndi\params\Rate,	      		ParamDesc,     	0, %RateStr%
HKR, Ndi\params\Rate,	      		type,		0, "enum"
HKR, Ndi\params\Rate,			default,	0, "3"
HKR, Ndi\params\Rate\enum,		0,		0, %Fixed1Str%
HKR, Ndi\params\Rate\enum,		1,		0, %Fixed2Str%
HKR, Ndi\params\Rate\enum,		2,		0, %Fixed55Str%
HKR, Ndi\params\Rate\enum,		3,		0, %Fixed11Str%
HKR, Ndi\params\Rate\enum,		4,		0, %AutoStr%
HKR, ,                                	Rate,    	0, "3"

HKR, Ndi\params\RTS_Threshold,	      	ParamDesc,     	0, %RTS_Str%
HKR, Ndi\params\RTS_Threshold,	      	type,		0, "int"
HKR, Ndi\params\RTS_Threshold,		default,	0, "2347"
HKR, Ndi\params\RTS_Threshold,		min,		0, "0"
HKR, Ndi\params\RTS_Threshold,		max,		0, "2347"
HKR, Ndi\params\RTS_Threshold,		step,		0, "1"
HKR, ,                                	RTS_Threshold,  0, "2347"

HKR, Ndi\params\Frag_Threshold,	      	ParamDesc,     	0, %FragmentationStr%
HKR, Ndi\params\Frag_Threshold,	      	type,		0, "int"
HKR, Ndi\params\Frag_Threshold,		default,	0, "2346"
HKR, Ndi\params\Frag_Threshold,		min,		0, "256"
HKR, Ndi\params\Frag_Threshold,		max,		0, "2346"
HKR, Ndi\params\Frag_Threshold,		step,		0, "1"
HKR, ,                                	Frag_Threshold, 0, "2346"

HKR,Ndi\params\PreambleType,		ParamDesc,	0,%PreambleStr%
HKR,Ndi\params\PreambleType,		type,		0,"enum"
HKR,Ndi\params\PreambleType,		default,	0,"2"
HKR,Ndi\params\PreambleType\enum,	0,		0,%LongPreambleStr%
HKR,Ndi\params\PreambleType\enum,	1,		0,%ShortPreambleStr%
HKR,Ndi\params\PreambleType\enum,	2,		0,%AutoPreambleStr%
HKR,,					PreambleType,	0,"2"

HKR,Ndi\params\RadioOnOff,		ParamDesc,	0,%RadioOnOffStr%
HKR,Ndi\params\RadioOnOff,		type,		0,"enum"
HKR,Ndi\params\RadioOnOff,		default,	0,"1"
HKR,Ndi\params\RadioOnOff\enum,	0,			0,%RadioOffStr%
HKR,Ndi\params\RadioOnOff\enum,	1,			0,%RadioOnStr%
HKR,,					RadioOnOff,	0,"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: web1, load: 1.29