WarpLink.inf Driver File Contents (UR210R2.ZIP)

;****************************************************************************
; FileName : WarpLink.INF  ---  Default for "USA" channel
;
; Copyright 1999, 1/3/2001 Ver 1.1
;****************************************************************************

[Version]
Signature  = $CHICAGO$
Compatible = 1                  ; For install on both Windows 2000 & 98/95
Class      = Net
ClassGUID  = {4D36E972-E325-11CE-BFC1-08002BE10318}
Provider   = %ANC%
LayoutFile = layout.inf
DriverVer  = 1/3/2001,1.1

[SourceDisksNames]
1 = "NexEz Setup CD-ROM",,,

[SourceDisksFiles]
WarpLink.sys = 1
WarpLink.inf = 1
WarpUSBm.sys = 1

[ClassInstall]
; none

[DestinationDirs]
DefaultDestDir   = 11
CopyInfFile      = 17           ; Windows INF directory
USB.CopyFiles    = 11           ; Windows 95/98 -> %windows%\system directory
WarpLinkNTSys    = 12           ; Windows 2000  -> %windows%\system32\driver directory
WarpLinkUSBNTsys = 12           ; Windows 2000  -> %windows%\system32\driver directory

[Manufacturer]
%ANC% = WarpLink

[ControlFlags]
;ExcludeFromSelect = ISAPNP\ANC2402,
;                    PCMCIA\Unex_Technology_Corporation-NexEz-2401-0101,
;                    USB\VID_0967&PID_9008

[WarpLink]
; Display Name         Section                         DeviceID
;-------------   -------------------  -----------------------------------------------
;%ANC_I.desc%   = WarpLink_ISA.ndi,    ISAPNP\ANC2402
%ANC_P.desc%   = WarpLink_PCMCIA.ndi, PCMCIA\Unex_Technology_Corporation-NexEz-9BAF
%ANC_U.desc%   = WarpLink_USB.ndi,    USB\VID_0967&PID_9008

;****************************************************************************
; NexEz Driver/INF, Common CopyFile Section
;****************************************************************************

[CopyInfFile]
WarpLink.inf

[CopySysFile]
WarpLink.sys

[WarpLinkNTSys]
WarpLink.sys,,,2

[USB.CopyFiles]
WarpUSBm.sys

[WarpLinkUSBNTsys]
WarpUSBm.sys,,,2

[WarpLink.DelFiles]
drvidx.bin,,,1
drvdata.bin,,,1

;****************************************************************************
; For Windows 95/98 Installation
;****************************************************************************

;----------------------;
; WarpLink ISA Adapter ;
;----------------------;
[WarpLink_ISA.ndi]
AddReg = WarpLink_ndi.Reg, WarpLink.AddReg, WarpLink_ISA_ndi.Reg, WarpLink_Parameters.Reg
Restart

;-------------------------;
; WarpLink PCMCIA Adapter ;
;-------------------------;
[WarpLink_PCMCIA.ndi]
AddReg = WarpLink_ndi.Reg, WarpLink.AddReg, WarpLink_PCMCIA_ndi.Reg, WarpLink_Parameters.Reg
Restart

;----------------------;
; WarpLink USB Adapter ;
;----------------------;
[WarpLink_USB.ndi]
AddReg    = WarpLink_USB.Reg, WarpLink_Parameters.Reg
DeviceID  = "USB\VID_0967&PID_9008"
;CopyFiles = USB.CopyFiles

;****************************************************************************
; For Windows 2000 Installation
;****************************************************************************

;----------------------;
; WarpLink ISA Adapter ;
;----------------------;
[WarpLink_ISA.ndi.NT]
BusType = 14                    ; PnP ISA Bus
Characteristics = 0x84
AddReg = WarpLink_NDIS5.Reg, WarpLink_Parameters.Reg
CopyFiles = WarpLinkNTSys
LogConfig = WarpLink_ISA_Config

[WarpLink_ISA.ndi.NT.Services]
AddService = WarpLink, 2, WarpLink.ServiceDesc, WarpLink.EventLog

;-------------------------;
; WarpLink PCMCIA Adapter ;
;-------------------------;
[WarpLink_PCMCIA.ndi.NT]
BusType = 8                     ; PCMCIA Bus
Characteristics = 0x04
AddReg = WarpLink_NDIS5.Reg, WarpLink_Parameters.Reg
CopyFiles = WarpLinkNTSys

[WarpLink_PCMCIA.ndi.NT.Services]
AddService = WarpLink, 2, WarpLink.ServiceDesc, WarpLink.EventLog

[WarpLink_PCMCIA.ndi.NT.LogConfigOverride]
LogConfig = WarpLink_PCMCIA.LogConfigOverride

;----------------------;
; WarpLink USB Adapter ;
;----------------------;
[WarpLink_USB.ndi.NT]
BusType = 0                     ; USB Bus
Characteristics = 0x84
AddReg = WarpLink_NDIS5.Reg, WarpLink_Parameters.Reg
;CopyFiles = WarpLinkUSBNTsys

[WarpLink_USB.ndi.NT.Services]
AddService = WarpLink, 2, WarpLinkUSB.ServiceDesc, WarpLink.EventLog

;****************************************************************************
; WarpLink ISA/PCMCIA Device Common Registry (Windows 95/98)
;----------------------------------------------------------------------------
; Format : key, subkey, valuname, type, value
;****************************************************************************

[WarpLink_ndi.Reg]
HKR, , DeviceVxDs, 0, WarpLink.sys

; Install
HKR, Ndi\Install, ndis3, 0, WarpLink.ndis3

; Parameters (xyxy)
HKR, , InterruptNumber, 1, 04,00,00,00
HKR, , IOBaseAddress,   1, 02,00,00,00

; Install & CopyFile Sections
[WarpLink.ndis3]
CopyFiles = CopySysFile, CopyInfFile
DelFiles  = WarpLink.DelFiles

;****************************************************************************
; WarpLink ISA Device Registry (Windows 95osr2/98)
;****************************************************************************

[WarpLink_ISA_ndi.Reg]
HKR, , AdapterType, , 1
;HKR, , DriverDesc,  , %ANC_I.desc%

HKR, Ndi, DeviceID, , ISAPNP\ANC2402

[WarpLink_ISA_Config]
IOConfig       = 32@200-3ff%ffe0(3fe::)
IRQConfig      = 3,4,5,7,9,10,11,12
ConfigPriority = HARDRECONFIG

;****************************************************************************
; WarpLink PCMCIA Device Registry (Windows 95osr2/98)
;****************************************************************************

[WarpLink_PCMCIA_ndi.Reg]
HKR, , AdapterType, , 2
;HKR, , DriverDesc,  , %ANC_P.desc%

HKR, Ndi, DeviceID, , %ANC_P.desc%
HKR, Ndi, CardType, , "PCMCIA"

;****************************************************************************
; WarpLink USB Device Registry (Windows 95osr2/98)
;****************************************************************************

[WarpLink_USB.Reg]
HKR, Ndi, DeviceID, , "USB\VID_0967&PID_9008"
HKR, Ndi, HelpText, , "Unex Technology Corp. NexEz (USB)"
;HKR,Ndi,RequireAll,0,"USB\VID_0967&PID_9008"
;HKR,,AdapterName,,ANCoUSB

HKR, NDIS, LogDriverName,       , "ANCoUSB"
HKR, NDIS, MajorNdisVersion, HEX, 03
HKR, NDIS, MinorNdisVersion, HEX, 0a

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

HKR, Ndi\Install, ndis3, , "USB.Install"

;HKR,Ndi\Remove,,,"USB.Remove"

[USB.Install]
AddReg = USB.Addreg

[USB.AddReg]
HKR, , DevLoader,     , *ndis
HKR, , EnumPropPages, , "netdi.dll,EnumPropPages"
HKR, , DeviceVxDs,    , WarpUSBm.sys
HKR, , NetKey,        , "default"
HKR, , StationType,   , "Secondary Master"

[USB.Remove]

;****************************************************************************

[WarpLink.AddReg]
HKR, , DevLoader,     0, *ndis
HKR, , EnumPropPages, 0, "netdi.dll,EnumPropPages"
HKR, , NetKey,         , "default"
HKR, , StationType,    , "Secondary Master"

; NDIS Information
HKR, NDIS, LogDriverName,    0, "WarpLink"
HKR, NDIS, MajorNdisVersion, 1, 03
HKR, NDIS, MinorNdisVersion, 1, 0a

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

HKR, Ndi, HelpText, 0, "A wireless network adapter is a hardware device that wirelessly connects your computer to a network"

;****************************************************************************
; WarpLink ISA/PCMCIA/USB Device Registry (Windows 2000)
;****************************************************************************

[WarpLink.ServiceDesc]
DisplayName     = %ANC.desc%
ServiceType     = 1
StartType       = 3
ErrorControl    = 1
ServiceBinary   = %12%\WarpLink.sys
LoadOrderGroup  = NDIS

[WarpLinkUSB.ServiceDesc]
DisplayName     = %ANC.desc%
ServiceType     = 1
StartType       = 3
ErrorControl    = 1
ServiceBinary   = %12%\WarpUSBm.sys
LoadOrderGroup  = NDIS,NTKERN,NDIS

[WarpLink.EventLog]
AddReg = WarpLink.AddEventLog

[WarpLink.AddEventLog]
HKR, , EventMessageFile, 0x00020000, "%%SystemRoot%%\System32\netevent.dll"
HKR, , TypeSupported,    0x00010001, 7

[WarpLink_NDIS5.Reg]
HKR, Ndi,            Service,    0, "WarpLink"
HKR, Ndi\Interfaces, UpperRange, 0, "ndis5"
HKR, Ndi\Interfaces, LowerRange, 0, "ethernet"

;-------------------------------------------
[WarpLink_PCMCIA.LogConfigOverride]
IRQConfig    = 3,4,5,7,9,10,11,12
IOConfig     = 32@200-3ff%ffe0(3fe::)

;****************************************************************************
; WarpLink ISA/PCMCIA/USB Device Common Parameters (Windows 95/98/2000)
;****************************************************************************

[WarpLink_Parameters.Reg]
; Default
HKR, , NetKey,      , "default"
HKR, , StationType, , "Secondary Master"
HKR, , Country,     , "UnitedStates"
HKR, , HopPattern,  , "6"

; Country
HKR, Ndi\params\Country,      ParamDesc,    , "Country"
HKR, Ndi\params\Country,      type,         , enum
HKR, Ndi\params\Country\Enum, Japan,        , "Japan"
HKR, Ndi\params\Country\Enum, Europe,       , "Europe"
HKR, Ndi\params\Country\Enum, Spain,        , "Spain"
HKR, Ndi\params\Country\Enum, France,       , "France"
HKR, Ndi\params\Country\Enum, UnitedStates, , "USA"
HKR, Ndi\params\Country,      default,      , "UnitedStates"
HKR, Ndi\params\Country,      optional,     , 0

; Station Type
HKR, Ndi\params\StationType,      ParamDesc,                , "Station Type"
HKR, Ndi\params\StationType,      type,                     , enum
HKR, Ndi\params\StationType\Enum, Slave,                    , "Slave"
HKR, Ndi\params\StationType\Enum, Primary Master,           , "Primary Master"
HKR, Ndi\params\StationType\Enum, Secondary Master,         , "Secondary Master"
HKR, Ndi\params\StationType\Enum, Distributed Co-ordinator, , "Distributed Co-ordinator"
HKR, Ndi\params\StationType,      default,                  , "Secondary Master"
HKR, Ndi\params\StationType,      optional,                 , 0

; Netkey
HKR, Ndi\params\NetKey, ParamDesc, , "Network Password"
HKR, Ndi\params\NetKey, type,      , edit
HKR, Ndi\params\NetKey, LimitText, , 8
HKR, Ndi\params\NetKey, default,   , "default"
HKR, Ndi\params\NetKey, flag,     1, 20,00,00,00
HKR, Ndi\params\NetKey, optional,  , 1

; Station Name
HKR, Ndi\params\StationName, ParamDesc, , "Station Name"
HKR, Ndi\params\StationName, type,      , edit
HKR, Ndi\params\StationName, LimitText, , 16
HKR, Ndi\params\StationName, default,   , ""
HKR, Ndi\params\StationName, flag,     1, 20,00,00,00
HKR, Ndi\params\StationName, optional,  , 1

; Hop Sequqnce
HKR, Ndi\params\HopPattern, ParamDesc, , "Hop Sequence"
HKR, Ndi\params\HopPattern, type,      , int
HKR, Ndi\params\HopPattern, min,       , 1
HKR, Ndi\params\HopPattern, max,       , 77
HKR, Ndi\params\HopPattern, step,      , 1
HKR, Ndi\params\HopPattern, default,   , 6

;****************************************************************************
; Strings Definitions
;****************************************************************************

[Strings]
ANC        = "Unex Technology Corp."

ANC.desc   = "NexEz Wireless LAN Adapter"

ANC_P.desc = "Unex Technology Corp. NexEz (PCMCIA)"
ANC_I.desc = "Unex Technology Corp. NexEz (ISA)"
ANC_U.desc = "Unex Technology Corp. NexEz (USB)"

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: 0.38