netvusbr.inf Driver File Contents (USB-mini11.zip)

;*******************************************************
; Copyright 2002
; Wireless LAN USB Card(AR)
; INF file for the NDIS driver
;
; Supported OS: Windows XP
;
; INF version for the 128-bit encryption cards


[Version]
Signature  = "$Windows NT$"
Class      = Net
ClassGUID  = {4d36e972-e325-11ce-bfc1-08002be10318}
Provider   = %WLAN%
;CatalogFile = netvusbr.cat
DriverVer  = 02/27/2002,1.0.0.0

[Manufacturer]
%WLAN%   = WLAN

[ControlFlags]
ExcludeFromSelect = VID_07aa&PID_0011


[WLAN]
%USBFVNETR.DeviceDesc% = USBFVNETR.Ndi,USB\VID_07aa&PID_0011

;*******************************************************************************
; Win XP main sections
;*******************************************************************************


[USBFVNETR.Ndi.NT]
Characteristics = 0x84  ; NCF_HAS_UI | NCF_PHYSICAL
BusType         = 15    ; USB
AddReg          = USBFVNETR.NT.Reg, USBFVNETR.Params
CopyFiles       = CopyFile.NT.Sys
DriverVer  = 02/27/2002,1.0.0.0

[USBFVNETR.Ndi.NT.Services]
AddService = USBFVNETR, 2, USBFVNETR.Service, Common.EventLog

;*******************************************************************************
; Driver parameters
;*******************************************************************************

[USBFVNETR.Params]
;HKR, Ndi\params\Rate,               ParamDesc,          0, "Rate (Mbps)"
;HKR, Ndi\params\Rate,               default,            0, "3"
;HKR, Ndi\params\Rate,               type,               0, "enum"
;HKR, Ndi\params\Rate\enum,          0,                  0, "1"
;HKR, Ndi\params\Rate\enum,          1,                  0, "2"
;HKR, Ndi\params\Rate\enum,          2,                  0, "5.5"
;HKR, Ndi\params\Rate\enum,          3,                  0, "11"
;HKR, Ndi\params\Rate\enum,          4,                  0, "Auto"
HKR, ,                              Rate,               0, "3"

;HKR, Ndi\params\RTS_Threshold,      ParamDesc,          0, "RTS Threshold"
;HKR, Ndi\params\RTS_Threshold,      default,            0, "2347"
;HKR, Ndi\params\RTS_Threshold,      type,               0, "int"
;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, "Fragmentation Threshold"
;HKR, Ndi\params\Frag_Threshold,     default,            0, "2346"
;HKR, Ndi\params\Frag_Threshold,     type,               0, "int"
;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, "Preamble Type"
HKR, Ndi\params\PreambleType,       default,            0, "0"
HKR, Ndi\params\PreambleType,       type,               0, "enum"
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, ,                              PreambleType,       0, "0"

HKR, Ndi\params\AuthenticationType,     ParamDesc,          0, "Authentication Type"
HKR, Ndi\params\AuthenticationType,     default,            0, "2"
HKR, Ndi\params\AuthenticationType,     type,               0, "enum"
HKR, Ndi\params\AuthenticationType\enum,0,                  0, "Open System"
HKR, Ndi\params\AuthenticationType\enum,1,                  0, "Shared Key"
HKR, Ndi\params\AuthenticationType\enum,2,                  0, "Auto"
HKR, ,                                  AuthenticationType, 0, "2"

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

;HKR, Ndi\params\ESSID,                  ParamDesc,          0, "ESSID"
;HKR, Ndi\params\ESSID,                  default,            0, "corega"
;HKR, Ndi\params\ESSID,                  type,               0, "edit"
;HKR, Ndi\params\ESSID,                  LimitText,          0, "32"
;HKR, Ndi\params\ESSID,                  UpperCase,          0, "0"
HKR, ,                                  ESSID,              0, ""

;*******************************************************************************
; Install section for Windows XP
;*******************************************************************************

[USBFVNETR.NT.Reg]
; Interfaces
HKR, Ndi\Interfaces, LowerRange, 0, "ethernet"
HKR, Ndi\Interfaces, UpperRange, 0, "ndis5"
HKR, Ndi,            Service,    0, "USBFVNETR"

[USBFVNETR.Service]
DisplayName    = %USBFVNETR.DisplayName%
ServiceType    = 1
StartType      = 3
ErrorControl   = 1
ServiceBinary  = %12%\vnetusbr.sys
LoadOrderGroup = NDIS


[Common.EventLog]
AddReg = Common.AddEventLog.Reg

[Common.AddEventLog.Reg]
HKR, , EventMessageFile, 0x00020000, %%SystemRoot%%\System32\netevent.dll, %%SystemRoot%%\System32\drivers\vnetusbr.sys
HKR, , TypesSupported  , 0x00010001, 7


[CopyFile.NT.Sys]
vnetusbr.sys,,,2

;*******************************************************************************
; Destination directories
;*******************************************************************************

[DestinationDirs]
DefaultDestDir   = 12 ; Drivers directory
CopyFile.NT.Sys  = 12


[SourceDisksNames]
50=%DriverDisketteName%,,

[SourceDisksFiles]
vnetusbr.sys=50,.,vnetusbr.sys,10000

;*******************************************************************************
; Localizable strings
;*******************************************************************************

[Strings]
WLAN = " "
USBFVNETR.DeviceDesc    = "corega Wireless LAN USB-11mini"
USBFVNETR.DisplayName   = "corega Wireless LAN USB-11mini"
DriverDisketteName      = "corega Wireless LAN USB-11mini Drivers Disk"
Help_Text = "corega Wireless LAN USB-11mini 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."
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: ftp, load: 2.86