;***************************************************************** ; Copyright (C) 2000-2001 Intel Corporation ;***************************************************************** ; NETHNRFP.INF ; Home Network USB 11 Mbps Wireless II Adapter ; INF Update 2.30.00.8 [Version] DriverVer = 06/28/2001, 1.00.00.0001 Signature = "$Chicago$" Compatible = 1 Class = Net ClassGUID = {4d36e972-e325-11ce-bfc1-08002be10318} Provider = %Intel% CatalogFile = HNRFU9X.CAT CatalogFile.NT = HNRFU2K.CAT [Manufacturer] ; Decorated to support XP as different from Win2K %Intel% = Intel,NTx86.5.1 [ControlFlags] ExcludeFromSelect = USB\VID_8086&PID_0200 [Intel] %USBFVNETA.DeviceDesc% = USBFVNETA.Ndi,USB\VID_8086&PID_0200 [Intel.NTx86.5.1] %USBFVNETA.DeviceDesc% = USBFVNETA_XP.Ndi,USB\VID_8086&PID_0200 ;******************************************************************************* ; Windows XP main sections ;******************************************************************************* [USBFVNETA_XP.Ndi] Characteristics = 0x84 ; NCF_HAS_UI | NCF_PHYSICAL BusType = 15 ; USB AddReg = USBFVNETA_XP.Reg CopyFiles = CopyFile_XP.Sys DriverVer = 10/03/2001,1.1.2.22 [USBFVNETA_XP.Ndi.Services] AddService = USBFVNETA, 2, USBFVNETA_XP.Service, Common.EventLog [USBFVNETA_XP.Ndi.CoInstallers] AddReg = USBFVNETA.Params, Intel.AddReg.CoInstallers CopyFiles = Intel.CopyFiles.CoInstallers ;******************************************************************************* ; Win 2K main sections ;******************************************************************************* [USBFVNETA.Ndi.NT] Characteristics = 0x84 ; NCF_HAS_UI | NCF_PHYSICAL BusType = 15 ; USB AddReg = USBFVNETA.NT.Reg CopyFiles = CopyFile.NT.Sys DriverVer = 06/27/2001,1.00.00.1 [USBFVNETA.Ndi.NT.Services] AddService = USBFVNETA, 2, USBFVNETA.Service, Common.EventLog [USBFVNETA.Ndi.NT.CoInstallers] AddReg = USBFVNETA.Params, Intel.AddReg.CoInstallers CopyFiles = Intel.CopyFiles.CoInstallers ;------------------------------------------------------------------------------- ; [Intel.AddReg.CoInstallers] HKR,,CoInstallers32,0x00010000,"hnrfcoi.dll,HNRF_CoiProc" [Intel.CopyFiles.CoInstallers] hnrfcoi.dll,,,2 ;******************************************************************************* ; Win98, Me main sections ;******************************************************************************* [USBFVNETA.Ndi] AddReg = USBFVNETA.Params, USBFVNETA.Reg CopyFiles = CopyFile.Sys DriverVer = 06/27/2001,1.00.00.0 ;******************************************************************************* ; Windows 98, Me section ;******************************************************************************* [USBFVNETA.Reg] HKR,Ndi,DeviceID,,USB\VID_8086&PID_0200 HKR,Ndi,CardType,,"PNP" HKR,,DevLoader,,*ndis,*ntkern,*ndis HKR,,DeviceVxDs,,hnrfu_5.sys HKR,Ndi,NdiInstaller,,"HNRFNDI.DLL,WirelessUSBNdiProc" ; NDIS Info HKR,NDIS,MajorNdisVersion,1,05 HKR,NDIS,MinorNdisVersion,1,00 HKR,NDIS,LogDriverName,,VNETUSBA ; Interfaces HKR,Ndi\Interfaces,DefUpper,,"ndis3" HKR,Ndi\Interfaces,DefLower,,"ethernet" HKR,Ndi\Interfaces,UpperRange,,"ndis3" HKR,Ndi\Interfaces,LowerRange,,"ethernet" HKR,Ndi,HelpText,,%Help_Text% ;******************************************************************************* ; Driver parameters ;******************************************************************************* [USBFVNETA.Params] HKR, Ndi\params\Channel, ParamDesc, 0, "Channel" HKR, Ndi\params\Channel, default, 0, "3" HKR, Ndi\params\Channel, type, 0, "int" HKR, Ndi\params\Channel, min, 0, "1" HKR, Ndi\params\Channel, max, 0, "11" HKR, Ndi\params\Channel, step, 0, "1" HKR, , Channel, 0, "3" 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 Header" HKR, Ndi\params\PreambleType\enum, 1, 0, "Short Header" HKR, , PreambleType, 0, "0" HKR, Ndi\params\Rate, ParamDesc, 0, "Data Rate (Mbps)" HKR, Ndi\params\Rate, default, 0, "4" 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, "Automatic" HKR, , Rate, 0, "4" ;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\Operating_Mode, ParamDesc, 0, "Operating Mode" HKR, Ndi\params\Operating_Mode, default, 0, "0" HKR, Ndi\params\Operating_Mode, type, 0, "enum" HKR, Ndi\params\Operating_Mode\enum, 0, 0, "Peer to Peer (Ad-Hoc)" HKR, Ndi\params\Operating_Mode\enum, 1, 0, "Infrastructure (Gateway)" HKR, , Operating_Mode, 0, "0" HKR, Ndi\params\ESSID, ParamDesc, 0, "Network Name (SSID)" HKR, Ndi\params\ESSID, default, 0, "" HKR, Ndi\params\ESSID, type, 0, "edit" HKR, Ndi\params\ESSID, LimitText, 0, "32" HKR, Ndi\params\ESSID, UpperCase, 0, "0" HKR, , ESSID, 0, "" HKR, Ndi\params\AuthenticationType, ParamDesc, 0, "Authentication Type" HKR, Ndi\params\AuthenticationType, default, 0, "0" 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, , AuthenticationType, 0, "0" ;HKR, Ndi\params\WEP_Mode, ParamDesc, 0, "WEP Mode" ;HKR, Ndi\params\WEP_Mode, default, 0, "0" ;HKR, Ndi\params\WEP_Mode, type, 0, "enum" ;HKR, Ndi\params\WEP_Mode\enum, 0, 0, "Mandatory" ;HKR, Ndi\params\WEP_Mode\enum, 1, 0, "Optional" HKR, , WEP_Mode, 0, "0" HKR,Ndi\params\EncryptionLevel, ParamDesc, 0,"Encryption Level" HKR,Ndi\params\EncryptionLevel, type, 0,"enum" HKR,Ndi\params\EncryptionLevel, default, 0,"1" HKR,Ndi\params\EncryptionLevel\enum, 0, 0,"None" HKR,Ndi\params\EncryptionLevel\enum, 1, 0,"64-bit encryption" HKR,Ndi\params\EncryptionLevel\enum, 2, 0,"128-bit encryption" HKR,, EncryptionLevel, 0,"1" HKR,Ndi\params\WEP_KEY_INDEX, ParamDesc, 0,"Encryption Key to Use" HKR,Ndi\params\WEP_KEY_INDEX, type, 0,"enum" HKR,Ndi\params\WEP_KEY_INDEX, default, 0,"0" HKR,Ndi\params\WEP_KEY_INDEX\enum, 0, 0,"1" HKR,Ndi\params\WEP_KEY_INDEX\enum, 1, 0,"2" HKR,Ndi\params\WEP_KEY_INDEX\enum, 2, 0,"3" HKR,Ndi\params\WEP_KEY_INDEX\enum, 3, 0,"4" HKR,, WEP_KEY_INDEX, 0,"0" HKR,Ndi\params\WEP_KEY_1, ParamDesc, 0,"Encryption Key #1" HKR,Ndi\params\WEP_KEY_1, default, 0,"00000000000000000000000000" HKR,Ndi\params\WEP_KEY_1, type, 0,"edit" HKR,Ndi\params\WEP_KEY_1, LimitText, 0,"26" HKR,Ndi\params\WEP_KEY_1, UpperCase, 0,"1" HKR,, WEP_KEY_1, 0,"00000000000000000000000000" HKR,Ndi\params\WEP_KEY_2, ParamDesc, 0,"Encryption Key #2" HKR,Ndi\params\WEP_KEY_2, default, 0,"00000000000000000000000000" HKR,Ndi\params\WEP_KEY_2, type, 0,"edit" HKR,Ndi\params\WEP_KEY_2, LimitText, 0,"26" HKR,Ndi\params\WEP_KEY_2, UpperCase, 0,"1" HKR,, WEP_KEY_2, 0,"00000000000000000000000000" HKR,Ndi\params\WEP_KEY_3, ParamDesc, 0,"Encryption Key #3" HKR,Ndi\params\WEP_KEY_3, default, 0,"00000000000000000000000000" HKR,Ndi\params\WEP_KEY_3, type, 0,"edit" HKR,Ndi\params\WEP_KEY_3, LimitText, 0,"26" HKR,Ndi\params\WEP_KEY_3, UpperCase, 0,"1" HKR,, WEP_KEY_3, 0,"00000000000000000000000000" HKR,Ndi\params\WEP_KEY_4, ParamDesc, 0,"Encryption Key #4" HKR,Ndi\params\WEP_KEY_4, default, 0,"00000000000000000000000000" HKR,Ndi\params\WEP_KEY_4, type, 0,"edit" HKR,Ndi\params\WEP_KEY_4, LimitText, 0,"26" HKR,Ndi\params\WEP_KEY_4, UpperCase, 0,"1" HKR,, WEP_KEY_4, 0,"00000000000000000000000000" ;******************************************************************************* ; Install section Windows 98 ;******************************************************************************* [CopyFile.Sys] hnrfu_5.sys ;external.rom ;internal.rom HNRFNDI.DLL ;******************************************************************************* ; Install section for Windows 2000 ;******************************************************************************* [USBFVNETA.NT.Reg] ; Interfaces HKR, Ndi\Interfaces, LowerRange, 0, "ethernet" HKR, Ndi\Interfaces, UpperRange, 0, "ndis5" HKR, Ndi, Service, 0, "USBFVNETA" [USBFVNETA_XP.Reg] ; Interfaces HKR, Ndi\Interfaces, LowerRange, 0, "ethernet" HKR, Ndi\Interfaces, UpperRange, 0, "ndis5" HKR, Ndi, Service, 0, "USBFVNETA" [USBFVNETA.Service] DisplayName = %USBFVNETA.DisplayName% ServiceType = 1 StartType = 3 ErrorControl = 1 ServiceBinary = %12%\hnrfu_5.sys LoadOrderGroup = NDIS [USBFVNETA_XP.Service] DisplayName = %USBFVNETA.DisplayName% ServiceType = 1 StartType = 3 ErrorControl = 1 ServiceBinary = %12%\hnrfu_51.sys LoadOrderGroup = NDIS [Common.EventLog] AddReg = Common.AddEventLog.Reg [Common.AddEventLog.Reg] HKR, , EventMessageFile, 0x00020000, "%%SystemRoot%%\System32\netevent.dll" HKR, , TypesSupported , 0x00010001, 7 [CopyFile_XP.Sys] hnrfu_51.sys,,,2 ;external.rom,,,2 ;internal.rom,,,2 ;HNRFCOI.DLL,,,2 [CopyFile.NT.Sys] hnrfu_5.sys,,,2 ;external.rom,,,2 ;internal.rom,,,2 ;HNRFCOI.DLL,,,2 ;******************************************************************************* ; Destination directories ;******************************************************************************* [DestinationDirs] DefaultDestDir = 11 ; Drivers directory CopyFile.Sys = 11 CopyFile.NT.Sys = 12 CopyFile_XP.Sys = 12 [SourceDisksNames] 50=%DriverDisketteName%,, [SourceDisksFiles] hnrfu_5.sys=50,.,hnrfu_5.sys,10000 nethnrfu.inf=50,.,nethnrfu.inf,10000 HNRFNDI.DLL=50,.,HNRFNDI.DLL,10000 HNRFCOI.DLL=50,.,HNRFCOI.DLL,10000 [SourceDisksNames.NT] 50=%DriverDisketteName%,, [SourceDisksNames_XP] 50=%DriverDisketteName%,, [SourceDisksFiles.NT] hnrfu_51.sys=50,.,hnrfu_5.sys,10000 nethnrfu.inf=50,.,nethnrfu.inf,10000 HNRFNDI.DLL=50,.,HNRFNDI.DLL,10000 HNRFCOI.DLL=50,.,HNRFCOI.DLL,10000 [SourceDisksFiles_XP] hnrfu_51.sys=50,.,hnrfu_51.sys,10000 nethnrfu.inf=50,.,nethnrfu.inf,10000 HNRFNDI.DLL=50,.,HNRFNDI.DLL,10000 HNRFCOI.DLL=50,.,HNRFCOI.DLL,10000 ;******************************************************************************* ; Localizable strings ;******************************************************************************* [Strings] Intel = "Intel" USBFVNETA.DeviceDesc = "Intel(R) AnyPoint(TM) Wireless II Network 11Mbps USB Adapter" USBFVNETA.DisplayName = "Intel(R) AnyPoint(TM) Wireless II Network 11Mbps USB Adapter" DriverDisketteName = "AnyPoint(TM) Network Setup Disk" Help_Text = "The Intel(R) AnyPoint(TM) Wireless II Adapter lets you set up and operate a Wireless LAN compliant with the IEEE 802.11b Standard."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.