; HRFUSB.INF
; Copyright (c) 2001, 2002 Proxim, Inc. All rights reserved.
; Proxim Symphony HRF USB Card Setup (Windows INF)
;
[version]
Signature = "$Chicago$"
Class = Net
ClassGUID = {4d36e972-e325-11ce-bfc1-08002be10318}
Compatible = 1
MillenniumPreferred = .ME
Provider = %PROXIM%
[Manufacturer]
%PROXIM% = PROXIM
[ControlFlags]
ExcludeFromSelect = *
[PROXIM]
%PROXIM.HRFUSB.DeviceDesc% = HRFUSB.ndi, USB\VID_08C4&PID_1701
%INTEL.HRFUSB.DeviceDesc% = HRFUSB.ndi, USB\VID_8086&PID_0001
;-------------------------------------------------------------------------------
; Symphony HRF USB Adapter [ Windows 2000 Install section ]
;
;Install section for Windows 2000
[HRFUSB.ndi.nt]
Characteristics = 0x84
BusType = 15
AddReg = HRFUSB.CardType.reg, HRFUSB.Service.reg, HRFUSB_COMMON.reg
CopyFiles = INF.CopyFiles, HRFUSB.Win2000.CopyFiles, CoInst.CopyFiles
DelFiles = del_old_drv, del_old_dll
[HRFUSB.ndi.nt.CoInstallers]
CopyFiles = CoInst.CopyFiles
DelFiles = CoInst.DelFiles
AddReg = HRFUSB.CoInstallers_AddReg
;Service registry for Windows 2000
[HRFUSB.Service.reg]
HKR, Ndi, RequiredAll, 0, "SYMPXCHM"
HKR, Ndi, Service, 0, "HRFUSB"
HKR, Ndi\Interfaces, UpperRange, 0, "ndis5, RL2API"
HKR, Ndi\Interfaces, LowerRange, 0, "ethernet"
;Service section for Windows 2000
[HRFUSB.ndi.nt.Services]
AddService = HRFUSB, 2, HRFUSB.Service, HRFUSB.EventLog
DelService = HRFUSB, 0x204
[HRFUSB.Win2000.CopyFiles]
hrfusbxp.sys
[CoInst.CopyFiles]
SympInst.Dll
;[INF.CopyFiles]
;NETSYPXM.INF
[CoInst.DelFiles]
SympInst.Dll
[HRFUSB.CoInstallers_AddReg]
HKLM, Software\Proxim, "sympsetup",,"%01%"
HKR,,CoInstallers32,0x00010000,"SympInst.dll,SympCoInstaller"
[HRFUSB.Service]
DisplayName = %HRFUSB.Service.DispName%
ServiceType = 1 ;%SERVICE_KERNEL_DRIVER%
StartType = 3 ;%SERVICE_DEMAND_START%
ErrorControl = 1 ;%SERVICE_ERROR_NORMAL%
ServiceBinary = %12%\hrfusbxp.sys
LoadOrderGroup = NDIS
[HRFUSB.EventLog]
AddReg = HRFUSB.AddEventLog.reg
[HRFUSB.AddEventLog.reg]
HKR,, EventMessageFile, 0x00020000, "%%SystemRoot%%\System32\netevent.dll,%%SystemRoot%%\System32\drivers\hrfusbxp.sys"
HKR,, TypesSupported, 0x00010001, 7
[del_old_drv]
symphony.sys,,, 0x00010000
rl2usb.sys,,, 0x00010000
[del_old_dll]
rl2setup.dll,,, 0x00010000
[reg_upgrade]
HKR, Ndi
HKR,, MACOptimize
HKR,, CoInstallers32
;-------------------------------------------------------------------------------
;
; Windows 9x/Me Install Section.
;
;Install section for Windows 98
[HRFUSB.ndi]
Characteristics = 0x84
BusType = 15
AddReg = HRFUSB.ndi.reg, HRFUSB_Driver.ndi.reg, HRFUSB.CardType.reg, HRFUSB_COMMON.reg
CopyFiles = SympInst.CopyFiles
[HRFUSB.ndi.ME]
Characteristics = 0x84
BusType = 15
AddReg = HRFUSB.ndi.reg, HRFUSB_Driver.ndi.reg, HRFUSB.CardType.reg, HRFUSB_COMMON.reg
CopyFiles = SympInst.CopyFiles
[SympInst.Copyfiles]
Symp9x.dll
hrfusbme.SYS
[HRFUSB.ndi.reg]
;HKLM, "Software\Microsoft\Windows\CurrentVersion\RunOnce", "sympsetup",0,"%01%\setup.exe %01%\symp9x\setup9x.exe"
HKR,,SympSrc,, %01%
HKR,Ndi,NdiInstaller,,"Symp9x.dll,SympInstProc"
[HRFUSB_Driver.ndi.reg]
;
; key,subkey,valuname,type,value
;
HKR,,DevLoader,,*ndis
HKR,,DeviceVxDs,,hrfusbme.sys
HKR,,EnumPropPages,,"netdi.dll,EnumPropPages"
;
; Utilities Info
;
HKR,Ndi\Compatibility,RequireAll,,"VSERVER,MSTCP"
;
; NDIS Info
;
HKR,NDIS,LogDriverName,,"hrfusbme"
HKR,NDIS,MajorNdisVersion,1,03
HKR,NDIS,MinorNdisVersion,1,0A
;
; Interfaces
;
HKR,Ndi\Interfaces,DefUpper,,"ndis3,rl2api"
HKR,Ndi\Interfaces,DefLower,,"ethernet"
HKR,Ndi\Interfaces,UpperRange,,"ndis3,rl2api"
HKR,Ndi\Interfaces,LowerRange,,"ethernet"
[HRFUSB.CardType.reg]
HKR,, CardType,0,"6"
HKR,Ndi,DeviceID,,"USB\VID_08C4&PID_1701"
[HRFUSB_COMMON.reg]
;****************************************************************************
; Extra Parameters for All Drivers
;****************************************************************************
;
; Resource
;
HKR,,Domain,,0
HKR,,Node_Override,,"DEFAULT"
HKR,,Peer_to_Peer,,1
HKR,,S_Freq,,17
HKR,,Roam_Config,,1
HKR,,Wireless_Protocol,,0
HKR,,Network_Id,,"simple"
; HKR,,Security_Code,,"simple"
;
; Station Type defaults to Alternate Master
;
HKR,NDI\params\Station_Type,ParamDesc,,"Station Type"
HKR,NDI\params\Station_Type,Type,,enum
HKR,NDI\params\Station_Type,Default,,1
HKR,NDI\params\Station_Type\Enum,0,,Station
HKR,NDI\params\Station_Type\Enum,1,,Alternate Master
HKR,NDI\params\Station_Type\Enum,2,,Master
HKR,NDI\params\Master_Name,ParamDesc,,"Master Name"
HKR,NDI\params\Master_Name,Type,,edit
HKR,NDI\params\Master_Name,Default,,"MASTER"
HKR,NDI\params\Master_Name,LimitText,,11
;
HKR,NDI\params\Channel,ParamDesc,,"Channel"
HKR,NDI\params\Channel,Type,,int
HKR,NDI\params\Channel,Default,,1
HKR,NDI\params\Channel,Min,,1
HKR,NDI\params\Channel,Max,,15
HKR,NDI\params\Channel,Step,,1
;
HKR,NDI\params\Subchannel,ParamDesc,,"Subchannel"
HKR,NDI\params\Subchannel,Type,,int
HKR,NDI\params\Subchannel,Default,,1
HKR,NDI\params\Subchannel,Min,,1
HKR,NDI\params\Subchannel,Max,,15
HKR,NDI\params\Subchannel,Step,,1
;
HKR,NDI\params\Mac_Optimize,ParamDesc,,"MAC Optimize"
HKR,NDI\params\Mac_Optimize,Type,,enum
; Set the default to Light for Low Cost
HKR,NDI\params\Mac_Optimize,Default,,0
HKR,NDI\params\Mac_Optimize\Enum,0,,Light
HKR,NDI\params\Mac_Optimize\Enum,1,,Normal
;Wireless protocol
HKR,NDI\params\Wireless_Protocol,ParamDesc,,"Wireless Protocol"
HKR,NDI\params\Wireless_Protocol,Type,,enum
HKR,NDI\params\Wireless_Protocol,Default,,0
HKR,NDI\params\Wireless_Protocol\Enum,0,,"Dual mode"
HKR,NDI\params\Wireless_Protocol\Enum,2,,"HomeRF only"
HKR,NDI\params\Wireless_Protocol\Enum,3,,"OpenAir only"
;Network ID for HomeRF
HKR,NDI\params\Network_Id,ParamDesc,,"Network Id"
HKR,NDI\params\Network_Id,Type,,edit
HKR,NDI\params\Network_Id,Default,,"simple"
HKR,NDI\params\Network_Id,LimitText,,20
;****************************************************************************
; Source Directories
;****************************************************************************
[SourceDisksNames]
39=%DISK_NAME%,"",9CA6-D830
[SourceDisksFiles]
hrfusbme.SYS = 39
hrfusbxp.SYS = 39
SympInst.Dll = 39
Symp9x.dll = 39
;NETSYPXM.INF = 39,Symp2k\Inf
;****************************************************************************
; Destination Directories
;****************************************************************************
[DestinationDirs]
HRFUSB.Win2000.CopyFiles= 12
DefaultDestDir = 12
CoInst.CopyFiles = 11
SympInst.Copyfiles = 11
INF.CopyFiles = 17
;-------------------------------------------------------------------------------
; Localizable Strings
;
[Strings]
PROXIM = "Proxim"
PROXIM.HRFUSB.DeviceDesc = "Symphony HRF USB Adapter"
INTEL.HRFUSB.DeviceDesc = "Intel HomeRF USB Adapter"
hrfusb.Service.DispName = "Symphony HRF USB Adapter Driver"
;
; Source Disks
;
DISK_NAME="SimpleWare Installation CD-ROM"
Download Driver Pack
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.