;****************************************************************************** ; w22n51.INF ; ; Intel PRO/Wireless 2200 LAN Adapters ; Installation Script for Windows XP ; ; Copyright (c) 2003 Intel, Inc. All Rights Reserved ; ;------------------------------------------------------------------------------ ;****************************************************************************** ; Version Section ;------------------------------------------------------------------------------ [version] Signature = "$Windows NT$" Compatible = 1 Class = net ClassGUID = {4d36e972-e325-11ce-bfc1-08002be10318} Provider = %PROVIDER_NAME% DriverVer = 01/02/2004,8.0.12.9000 CatalogFile = w22n51.CAT ;****************************************************************************** ; Manufacturer ;------------------------------------------------------------------------------ [Manufacturer] %COMPANY_NAME% = Device,NT.5.1 [ControlFlags] ExcludeFromSelect = \ PCI\VEN_8086&DEV_4220&SUBSYS_27018086, \ PCI\VEN_8086&DEV_4220&SUBSYS_27028086, \ PCI\VEN_8086&DEV_4220&SUBSYS_27118086, \ PCI\VEN_8086&DEV_4220&SUBSYS_27128086, \ PCI\VEN_8086&DEV_4220&SUBSYS_27218086, \ PCI\VEN_8086&DEV_4220&SUBSYS_27228086, \ PCI\VEN_8086&DEV_4220&SUBSYS_27318086, \ PCI\VEN_8086&DEV_4220&SUBSYS_27328086, \ PCI\VEN_8086&DEV_4220&SUBSYS_27418086, \ PCI\VEN_8086&DEV_4220&SUBSYS_27428086, \ PCI\VEN_8086&DEV_4220&SUBSYS_27518086, \ PCI\VEN_8086&DEV_4220&SUBSYS_27528086, \ PCI\VEN_8086&DEV_4220&SUBSYS_27538086, \ PCI\VEN_8086&DEV_4220&SUBSYS_27548086, \ PCI\VEN_8086&DEV_4220&SUBSYS_27618086, \ PCI\VEN_8086&DEV_4220&SUBSYS_27628086, \ PCI\VEN_8086&DEV_4220&SUBSYS_12F5103C, \ PCI\VEN_8086&DEV_4220&SUBSYS_12F6103C ;****************************************************************************** ; Device ;------------------------------------------------------------------------------ [Device] ; Used to prevent non-XP installs [Device.NT.5.1] %NIC_MPCI3B% = Install_MPCI3B_MOW, PCI\VEN_8086&DEV_4220&SUBSYS_27018086 ; Intel 2200 mPCI 3B - MoW %NIC_MPCI3B% = Install_MPCI3B, PCI\VEN_8086&DEV_4220&SUBSYS_27028086 ; Intel 2200 mPCI 3B - RoW %NIC_MPCI3B% = Install_IBMMPCI3B_MOW, PCI\VEN_8086&DEV_4220&SUBSYS_27118086 ; IBM 2200 mPCI 3B - MoW %NIC_MPCI3B% = Install_IBMMPCI3B, PCI\VEN_8086&DEV_4220&SUBSYS_27128086 ; IBM 2200 mPCI 3B - RoW %NIC_MPCI3A% = Install_DELLMPCI3A, PCI\VEN_8086&DEV_4220&SUBSYS_27218086 ; Dell 2200 mPCI 3A - MoW %NIC_MPCI3A% = Install_DELLMPCI3A, PCI\VEN_8086&DEV_4220&SUBSYS_27228086 ; Dell 2200 mPCI 3A - RoW %NIC_MPCI3B% = Install_FUJITSUMPCI3B_MOW, PCI\VEN_8086&DEV_4220&SUBSYS_27318086 ; Fujitsu 2200 mPCI 3B - MoW %NIC_MPCI3B% = Install_FUJITSUMPCI3B, PCI\VEN_8086&DEV_4220&SUBSYS_27328086 ; Fujitsu 2200 mPCI 3B - RoW %NIC_MPCI3B% = Install_TOSHIBAMPCI3B, PCI\VEN_8086&DEV_4220&SUBSYS_27418086 ; Toshiba 2200 mPCI 3B - MoW %NIC_MPCI3B% = Install_TOSHIBAMPCI3B, PCI\VEN_8086&DEV_4220&SUBSYS_27428086 ; Toshiba 2200 mPCI 3B - RoW %NIC_MPCI3B% = Install_SONYMPCI3B, PCI\VEN_8086&DEV_4220&SUBSYS_27518086 ; Sony 2200 mPCI 3B - MoW %NIC_MPCI3B% = Install_SONYMPCI3B, PCI\VEN_8086&DEV_4220&SUBSYS_27528086 ; Sony 2200 mPCI 3B - RoW %NIC_MPCI3B% = Install_SONYMPCI3B, PCI\VEN_8086&DEV_4220&SUBSYS_27538086 ; Sony 2200 mPCI 3B - ZZD %NIC_MPCI3B% = Install_SONYMPCI3B, PCI\VEN_8086&DEV_4220&SUBSYS_27548086 ; Sony 2200 mPCI 3B - MoW LMA label %NIC_MPCI3B% = Install_HPQMPCI3B_MOW, PCI\VEN_8086&DEV_4220&SUBSYS_27618086 ; HPQ 2200 mPCI 3B - MoW %NIC_MPCI3B% = Install_HPQMPCI3B, PCI\VEN_8086&DEV_4220&SUBSYS_27628086 ; HPQ 2200 mPCI 3B - RoW %NIC_MPCI3B% = Install_HPQMPCI3B_MOW, PCI\VEN_8086&DEV_4220&SUBSYS_12F5103C ; HPQ 2200 mPCI 3B - MoW Subven 103c %NIC_MPCI3B% = Install_HPQMPCI3B, PCI\VEN_8086&DEV_4220&SUBSYS_12F6103C ; HPQ 2200 mPCI 3B - RoW Subven 103c ;****************************************************************************** ; Install ;------------------------------------------------------------------------------ ;------------------------------------------------------------------------------ ; Intel 2200 3B mPCI adapter ;------------------------------------------------------------------------------ [Install_MPCI3B] AddReg = Reg_Common, Reg_Intel, Reg_MPCI3B, Reg_NDIS, Reg_NCPA Characteristics = 0x84 ; NCF_HAS_UI, NCF_PHYSICAL BusType = 5 ; PCI bus CopyFiles = CopyFiles_Driver, CopyFiles_MsgDll [Install_MPCI3B.CoInstallers] AddReg = Reg_CoInstaller CopyFiles = CopyFiles_NCPA [Install_MPCI3B.Services] AddService = w22n51, 2, NIC_Service, Common_EventLog ;------------------------------------------------------------------------------ ; Intel 2200 3B mPCI adapter MoW ;------------------------------------------------------------------------------ [Install_MPCI3B_MOW] AddReg = Reg_Common, Reg_Intel_Mow, Reg_MPCI3B, Reg_NDIS, Reg_NCPA Characteristics = 0x84 ; NCF_HAS_UI, NCF_PHYSICAL BusType = 5 ; PCI bus CopyFiles = CopyFiles_Driver, CopyFiles_MsgDll [Install_MPCI3B_MOW.CoInstallers] AddReg = Reg_CoInstaller CopyFiles = CopyFiles_NCPA [Install_MPCI3B_MOW.Services] AddService = w22n51, 2, NIC_Service, Common_EventLog ;------------------------------------------------------------------------------ ; 2200 3B mPCI adapter for IBM ;------------------------------------------------------------------------------ [Install_IBMMPCI3B] AddReg = Reg_Common, Reg_IBM, Reg_MPCI3B, Reg_NDIS, Reg_NCPA Characteristics = 0x84 ; NCF_HAS_UI, NCF_PHYSICAL BusType = 5 ; PCI bus CopyFiles = CopyFiles_Driver, CopyFiles_MsgDll [Install_IBMMPCI3B.CoInstallers] AddReg = Reg_CoInstaller CopyFiles = CopyFiles_NCPA [Install_IBMMPCI3B.Services] AddService = w22n51, 2, NIC_Service, Common_EventLog ;------------------------------------------------------------------------------ ; 2200 3B mPCI adapter for IBM MoW ;------------------------------------------------------------------------------ [Install_IBMMPCI3B_MOW] AddReg = Reg_Common, Reg_IBM_Mow, Reg_MPCI3B, Reg_NDIS, Reg_NCPA Characteristics = 0x84 ; NCF_HAS_UI, NCF_PHYSICAL BusType = 5 ; PCI bus CopyFiles = CopyFiles_Driver, CopyFiles_MsgDll [Install_IBMMPCI3B_MOW.CoInstallers] AddReg = Reg_CoInstaller CopyFiles = CopyFiles_NCPA [Install_IBMMPCI3B_MOW.Services] AddService = w22n51, 2, NIC_Service, Common_EventLog ;------------------------------------------------------------------------------ ; 2200 3A mPCI adapter for Dell ;------------------------------------------------------------------------------ [Install_DELLMPCI3A] AddReg = Reg_Common, Reg_Dell, Reg_MPCI3A, Reg_NDIS, Reg_NCPA Characteristics = 0x84 ; NCF_HAS_UI, NCF_PHYSICAL BusType = 5 ; PCI bus CopyFiles = CopyFiles_Driver, CopyFiles_MsgDll [Install_DELLMPCI3A.CoInstallers] AddReg = Reg_CoInstaller CopyFiles = CopyFiles_NCPA [Install_DELLMPCI3A.Services] AddService = w22n51, 2, NIC_Service, Common_EventLog ;------------------------------------------------------------------------------ ; 2200 3B mPCI adapter for Fujitsu ;------------------------------------------------------------------------------ [Install_FUJITSUMPCI3B] AddReg = Reg_Common, Reg_Fujitsu, Reg_MPCI3B, Reg_NDIS, Reg_NCPA Characteristics = 0x84 ; NCF_HAS_UI, NCF_PHYSICAL BusType = 5 ; PCI bus CopyFiles = CopyFiles_Driver, CopyFiles_MsgDll [Install_FUJITSUMPCI3B.CoInstallers] AddReg = Reg_CoInstaller CopyFiles = CopyFiles_NCPA [Install_FUJITSUMPCI3B.Services] AddService = w22n51, 2, NIC_Service, Common_EventLog ;------------------------------------------------------------------------------ ; 2200 3B mPCI adapter for Fujitsu MoW ;------------------------------------------------------------------------------ [Install_FUJITSUMPCI3B_MOW] AddReg = Reg_Common, Reg_Fujitsu_Mow, Reg_MPCI3B, Reg_NDIS, Reg_NCPA Characteristics = 0x84 ; NCF_HAS_UI, NCF_PHYSICAL BusType = 5 ; PCI bus CopyFiles = CopyFiles_Driver, CopyFiles_MsgDll [Install_FUJITSUMPCI3B_MOW.CoInstallers] AddReg = Reg_CoInstaller CopyFiles = CopyFiles_NCPA [Install_FUJITSUMPCI3B_MOW.Services] AddService = w22n51, 2, NIC_Service, Common_EventLog ;------------------------------------------------------------------------------ ; 2200 3B mPCI adapter for Toshiba ;------------------------------------------------------------------------------ [Install_TOSHIBAMPCI3B] AddReg = Reg_Common, Reg_Toshiba, Reg_MPCI3B, Reg_NDIS, Reg_NCPA Characteristics = 0x84 ; NCF_HAS_UI, NCF_PHYSICAL BusType = 5 ; PCI bus CopyFiles = CopyFiles_Driver, CopyFiles_MsgDll [Install_TOSHIBAMPCI3B.CoInstallers] AddReg = Reg_CoInstaller CopyFiles = CopyFiles_NCPA [Install_TOSHIBAMPCI3B.Services] AddService = w22n51, 2, NIC_Service, Common_EventLog ;------------------------------------------------------------------------------ ; 2200 3B mPCI adapter for Sony ;------------------------------------------------------------------------------ [Install_SONYMPCI3B] AddReg = Reg_Common, Reg_Sony, Reg_MPCI3B, Reg_NDIS Characteristics = 0x84 ; NCF_HAS_UI, NCF_PHYSICAL BusType = 5 ; PCI bus CopyFiles = CopyFiles_Driver, CopyFiles_MsgDll, CopyFiles_NCPA [Install_SONYMPCI3B.Services] AddService = w22n51, 2, NIC_Service, Common_EventLog ;------------------------------------------------------------------------------ ; 2200 3B mPCI adapter for HPQ ;------------------------------------------------------------------------------ [Install_HPQMPCI3B] AddReg = Reg_Common, Reg_HPQ, Reg_MPCI3B, Reg_NDIS, Reg_NCPA Characteristics = 0x84 ; NCF_HAS_UI, NCF_PHYSICAL BusType = 5 ; PCI bus CopyFiles = CopyFiles_Driver, CopyFiles_MsgDll [Install_HPQMPCI3B.CoInstallers] AddReg = Reg_CoInstaller CopyFiles = CopyFiles_NCPA [Install_HPQMPCI3B.Services] AddService = w22n51, 2, NIC_Service, Common_EventLog ;------------------------------------------------------------------------------ ; 2200 3B mPCI adapter for HPQ MoW ;------------------------------------------------------------------------------ [Install_HPQMPCI3B_MOW] AddReg = Reg_Common, Reg_HPQ_Mow, Reg_MPCI3B, Reg_NDIS, Reg_NCPA Characteristics = 0x84 ; NCF_HAS_UI, NCF_PHYSICAL BusType = 5 ; PCI bus CopyFiles = CopyFiles_Driver, CopyFiles_MsgDll [Install_HPQMPCI3B_MOW.CoInstallers] AddReg = Reg_CoInstaller CopyFiles = CopyFiles_NCPA [Install_HPQMPCI3B_MOW.Services] AddService = w22n51, 2, NIC_Service, Common_EventLog ;----------------------------------------------------------------------------- ; XP common entries for NIC ; [Reg_Common] HKR,,CLSGUID,0,%INTEL_GUID% HKR,,CardType,0x00010001,2 HKR,,DriverDesc,0,%NIC_DriverDesc% HKR,,BandType,0x10001,0x0 HKR,,ConfigurationName,0,"PR0W1RELE55" HKR,,ConnectionPriority,0,"2" HKR,,DefaultChannelBand24,0x10001,0xb HKR,,Diversity,0,"0" HKR,,ExtChannelBand24Enabled,0x10001,0x0 HKR,,IBSSTxPower,0x00000002,"100" HKR,,DesiredPSKey1,0x2,"" HKR,,DesiredPSKey2,0x2,"" HKR,,DesiredPSKey3,0x2,"" HKR,,DesiredPSKey4,0x2,"" HKR,,DesiredDefaultKeyId,0x10003,0x1 HKR,,DesiredPortType,0x10003,0x1 HKR,,DesiredAuthenticationMode,0x10003,0x0 HKR,,DesiredCipher,0x10003,0x1 HKR,,MixedCellsEnabled,0x10001,0x1 HKR,,ModulationType,0x2,"2" HKR,,NdisEnvironment,0x10001,0 HKR,,NetType,0,"WLAN" HKR,,PowerIndex,0x00000002,"6" HKR,,Provider,0,%PROVIDER_NAME% HKR,,RadioEnable,0x10001,0x1 HKR,,StationName,0,"" [Reg_Intel] HKR,,FeatureSet,0x10001,0x00100001 HKR,,DesiredSsid,0x2,"" HKR,,RecommendedChannel,0,"11" HKR,,CtsToItself,0x10001,0x1 [Reg_Intel_Mow] HKR,,FeatureSet,0x10001,0x00100001 HKR,,DesiredSsid,0x2,"" HKR,,RecommendedChannel,0,"11" HKR,,IEEE11dDisabled,0x10001,0x1 HKR,,CtsToItself,0x10001,0x1 [Reg_IBM] HKR,,FeatureSet,0x10001,0x00000001 HKR,,DesiredSsid,0x2,"" HKR,,RecommendedChannel,0,"11" HKR,,CtsToItself,0x10001,0x1 [Reg_IBM_Mow] HKR,,FeatureSet,0x10001,0x00000001 HKR,,DesiredSsid,0x2,"" HKR,,RecommendedChannel,0,"11" HKR,,IEEE11dDisabled,0x10001,0x1 HKR,,CtsToItself,0x10001,0x1 [Reg_Dell] HKR,,FeatureSet,0x10001,0x00100001 HKR,,DesiredSsid,0x2,"" HKR,,RecommendedChannel,0,"11" HKR,,IEEE11dDisabled,0x10001,0x1 HKR,,CtsToItself,0x10001,0x1 [Reg_Fujitsu] HKR,,FeatureSet,0x10001,0x00100001 HKR,,DesiredSsid,0x2,"" HKR,,RecommendedChannel,0,"11" HKR,,CtsToItself,0x10001,0x1 [Reg_Fujitsu_Mow] HKR,,FeatureSet,0x10001,0x00100001 HKR,,DesiredSsid,0x2,"" HKR,,RecommendedChannel,0,"11" HKR,,IEEE11dDisabled,0x10001,0x1 HKR,,CtsToItself,0x10001,0x1 [Reg_Toshiba] HKR,,FeatureSet,0x10001,0x00100001 HKR,,DesiredSsid,0x2,"" HKR,,RecommendedChannel,0,"10" HKR,,IEEE11dDisabled,0x10001,0x1 HKR,,CtsToItself,0x10001,0x1 [Reg_Sony] HKR,,FeatureSet,0x10001,0x00100001 HKR,,DesiredSsid,0x2,"Sony 802.11 Default SSID" HKR,,RecommendedChannel,0,"11" HKR,,IEEE11dDisabled,0x10001,0x1 HKR,,CtsToItself,0,"1" HKR, Ndi\params\ModulationType, ParamDesc, 0, %ModulationType% HKR, Ndi\params\ModulationType, Base, 0, "10" HKR, Ndi\params\ModulationType, default, 0, "2" HKR, Ndi\params\ModulationType, type, 0, "enum" HKR, Ndi\params\ModulationType\enum, "0", 0, %ModulationType11b% HKR, Ndi\params\ModulationType\enum, "1", 0, %ModulationType11g% HKR, Ndi\params\ModulationType\enum, "2", 0, %ModulationType11bg% HKR, Ndi\params\PowerIndex, ParamDesc, 0, %PowerIndex% HKR, Ndi\params\PowerIndex, Base, 0, "10" HKR, Ndi\params\PowerIndex, default, 0, "6" HKR, Ndi\params\PowerIndex, type, 0, "enum" HKR, Ndi\params\PowerIndex\enum, "6", 0, %PowerIndexAuto% HKR, Ndi\params\PowerIndex\enum, "5", 0, %PowerIndexLowest% HKR, Ndi\params\PowerIndex\enum, "4", 0, %PowerIndex2ndLowest% HKR, Ndi\params\PowerIndex\enum, "3", 0, %PowerIndex3rdLowest% HKR, Ndi\params\PowerIndex\enum, "2", 0, %PowerIndex4thLowest% HKR, Ndi\params\PowerIndex\enum, "1", 0, %PowerIndex5thLowest% HKR, Ndi\params\PowerIndex\enum, "0", 0, %PowerIndexHighest% HKR, Ndi\params\IBSSTxPower, ParamDesc, 0, %IBSSTxPower% HKR, Ndi\params\IBSSTxPower, Base, 0, "10" HKR, Ndi\params\IBSSTxPower, default, 0, "100" HKR, Ndi\params\IBSSTxPower, type, 0, "enum" HKR, Ndi\params\IBSSTxPower\enum, "15", 0, %IBSSTxPower15% HKR, Ndi\params\IBSSTxPower\enum, "25", 0, %IBSSTxPower25% HKR, Ndi\params\IBSSTxPower\enum, "40", 0, %IBSSTxPower40% HKR, Ndi\params\IBSSTxPower\enum, "65", 0, %IBSSTxPower65% HKR, Ndi\params\IBSSTxPower\enum, "100", 0, %IBSSTxPower100% HKR, Ndi\params\CtsToItself, ParamDesc, 0, %MixEnvProtectProt% HKR, Ndi\params\CtsToItself, Base, 0, "10" HKR, Ndi\params\CtsToItself, default, 0, "1" HKR, Ndi\params\CtsToItself, type, 0, "enum" HKR, Ndi\params\CtsToItself\enum, "0", 0, %CTSRTS% HKR, Ndi\params\CtsToItself\enum, "1", 0, %CTSToSelf% [Reg_HPQ] HKR,,FeatureSet,0x10001,0x00100001 HKR,,DesiredSsid,0,"" HKR,,RecommendedChannel,0,"11" HKR,,CtsToItself,0x10001,0x1 [Reg_HPQ_Mow] HKR,,FeatureSet,0x10001,0x00100001 HKR,,DesiredSsid,0,"" HKR,,RecommendedChannel,0,"11" HKR,,IEEE11dDisabled,0x10001,0x1 HKR,,CtsToItself,0x10001,0x1 [Reg_MPCI3B] ; HKR,,AdapterModel,0,%NIC_MPCI3B_AdapterModel% [Reg_MPCI3A] ; HKR,,AdapterModel,0,%NIC_MPCI3A_AdapterModel% [Reg_NCPA] HKR,,EnumPropPages32,0,"w22NCPA.dll,AddWirelessPPToNCPA" [Reg_NDIS] HKR, Ndi\Interfaces, UpperRange, 0, "ndis5,wifipro" HKR, Ndi\Interfaces, LowerRange, 0, "ethernet" HKR, Ndi, Service, 0, "w22n51" [Reg_CoInstaller] HKR,,CoInstallers32,0x00010000,"w22NCPA.dll,ClassCoInstallerEntryPoint" [NIC_Service] DisplayName = %NIC_Service_DispName% ServiceType = 1 ;%SERVICE_KERNEL_DRIVER% StartType = 3 ;%SERVICE_DEMAND_START% ErrorControl = 1 ;%SERVICE_ERROR_NORMAL% ServiceBinary = %12%\w22n51.sys LoadOrderGroup = NDIS [Common_EventLog] AddReg = Reg_CommonAddEventLog [Reg_CommonAddEventLog] HKR,, EventMessageFile, 0x00020000, "%%SystemRoot%%\System32\netevent.dll;%%SystemRoot%%\System32\Drivers\w22n51.sys" HKR,, TypesSupported, 0x00010001, 7 ;----------------------------------------------------------------------------- ; DestinationDirs ; [CopyFiles_Driver] w22n51.sys,,,2 [CopyFiles_MsgDll] ;w22n5msg.dll,,,2 [CopyFiles_NCPA] w22NCPA.dll,,,2 [SourceDisksNames] 1=%SOURCEDISK1%,, [SourceDisksFiles] w22n51.sys = 1,, ;w22n5msg.dll = 1,, w22NCPA.dll = 1,, [DestinationDirs] DefaultDestDir = 11 ; Windows\System32 CopyFiles_Driver = 12 ; Windows\System32\Drivers CopyFiles_MsgDll = 11 ; Windows\System32 CopyFiles_NCPA = 11 ; Windows\System32 [Strings] PROVIDER_NAME = "Intel" COMPANY_NAME = "Intel(R) Corporation" NIC_MPCI3B = "Intel(R) PRO/Wireless 2200BG Network Connection" NIC_MPCI3A = "Intel(R) PRO/Wireless 2200BG Network Connection" NIC_MPCI3B_AdapterModel = "Intel(R) PRO/Wireless 2200BG Network Connection" NIC_MPCI3A_AdapterModel = "Intel(R) PRO/Wireless 2200BG Network Connection" NIC_DriverDesc = "Intel(R) PRO/Wireless 2200 LAN Card Driver" NIC_Service_DispName = "Intel(R) PRO/Wireless 2200 Adapter Driver" INTEL_GUID = "{1F0DA42C-13F2-4BBF-BA4E-4A7EDEB76F7B}" SOURCEDISK1 = "Intel(R) PRO/Wireless 2200 Install Disk" ModulationType = "Infrastructure band selection" ModulationType11b = "802.11b Only" ModulationType11g = "802.11g Only" ModulationType11bg = "802.11b and 802.11g" PowerIndex = "Power Management" PowerIndexAuto = "Automatic" PowerIndexLowest = "Power mode 1 (Minimum)" PowerIndex2ndLowest = "Power mode 2" PowerIndex3rdLowest = "Power mode 3" PowerIndex4thLowest = "Power mode 4" PowerIndex5thLowest = "Power mode 5" PowerIndexHighest = "Power mode CAM (Maximum)" IBSSTxPower = "IBSS Transmit Power" IBSSTxPower15 = "Minimum" IBSSTxPower25 = "25% of maximum" IBSSTxPower40 = "40% of maximum" IBSSTxPower65 = "65% of maximum" IBSSTxPower100 = "Maximum" MixEnvProtectProt = "11b/11g mixed environment protection protocol" CTSRTS = "RTS/CTS enabled" CTSToSelf = "CTS to self enabled" ;------------------------------------------------------------------------- ; Localized strings ;------------------------------------------------------------------------- [Strings.0804] ; ChineseSimplified PROVIDER_NAME ="Intel" COMPANY_NAME ="Intel(R) Corporation" NIC_MPCI3B ="Intel(R) PRO/Wireless 2200BG Network Connection" NIC_MPCI3A ="Intel(R) PRO/Wireless 2200BG Network Connection" NIC_MPCI3B_AdapterModel ="Intel(R) PRO/Wireless 2200BG Network Connection" NIC_MPCI3A_AdapterModel ="Intel(R) PRO/Wireless 2200BG Network Connection" NIC_DriverDesc ="Intel(R) PRO/Wireless 2200 LAN Card Driver" NIC_Service_DispName ="Intel(R) PRO/Wireless 2200 Adapter Çý¶¯³ÌÐò" INTEL_GUID ="{1F0DA42C-13F2-4BBF-BA4E-4A7EDEB76F7B}" SOURCEDISK1 ="Intel(R) PRO/Wireless 2200 °²×°´ÅÅÌ" ModulationType ="»ù´¡½á¹¹Æµ´øÑ¡Ôñ" ModulationType11b ="½ö 802.11b" ModulationType11g ="½ö 802.11g" ModulationType11bg ="802.11b ºÍ 802.11g" PowerIndex ="µçÔ´¹ÜÀí" PowerIndexAuto ="×Ô¶¯" PowerIndexLowest ="µçԴģʽ 1£¨×îС£©" PowerIndex2ndLowest ="µçԴģʽ 2" PowerIndex3rdLowest ="µçԴģʽ 3" PowerIndex4thLowest ="µçԴģʽ 4" PowerIndex5thLowest ="µçԴģʽ 5" PowerIndexHighest ="µçԴģʽ CAM£¨×î´ó£©" IBSSTxPower ="IBSS ·¢ÉäµçÔ´" IBSSTxPower15 ="×îС" IBSSTxPower25 ="×î´óµÄ 25%" IBSSTxPower40 ="×î´óµÄ 40%" IBSSTxPower65 ="×î´óµÄ 65%" IBSSTxPower100 ="×î´ó" MixEnvProtectProt ="11b/11g »ìºÏ»·¾³±£»¤ÐÒé" CTSRTS ="RTS/CTS ÆôÓÃ" CTSToSelf ="CTS ÖÁ×ÔÉíÆôÓÃ" [Strings.0404] ; Chinese Traditional PROVIDER_NAME ="Intel" COMPANY_NAME ="Intel(R) Corporation" NIC_MPCI3B ="Intel(R) PRO/Wireless 2200BG Network Connection" NIC_MPCI3A ="Intel(R) PRO/Wireless 2200BG Network Connection" NIC_MPCI3B_AdapterModel ="Intel(R) PRO/Wireless 2200BG Network Connection" NIC_MPCI3A_AdapterModel ="Intel(R) PRO/Wireless 2200BG Network Connection" NIC_DriverDesc ="Intel(R) PRO/Wireless 2200 LAN Card Driver" NIC_Service_DispName ="Intel(R) PRO/Wireless 2200 Adapter ÅX°Êµ{¦¡" INTEL_GUID ="{1F0DA42C-13F2-4BBF-BA4E-4A7EDEB76F7B}" SOURCEDISK1 ="Intel(R) PRO/Wireless 2200 ¦w¸ËºÏ¤ù" ModulationType ="°ò¦¬[ºcÀWªi¿ï¾Ü" ModulationType11b ="¶È 802.11b" ModulationType11g ="¶È 802.11g" ModulationType11bg ="802.11b ©M 802.11g" PowerIndex ="¹q·½ºÞ²z" PowerIndexAuto ="¦Û°Ê" PowerIndexLowest ="¹q·½¼Ò¦¡ 1 (³Ì§C)" PowerIndex2ndLowest ="¹q·½¼Ò¦¡ 2" PowerIndex3rdLowest ="¹q·½¼Ò¦¡ 3" PowerIndex4thLowest ="¹q·½¼Ò¦¡ 4" PowerIndex5thLowest ="¹q·½¼Ò¦¡ 5" PowerIndexHighest ="¹q·½¼Ò¦¡ CAM (³Ì¤j)" IBSSTxPower ="IBSS ¶Ç¿é¹q·½" IBSSTxPower15 ="³Ì§C" IBSSTxPower25 ="³Ì¤jªº 25%" IBSSTxPower40 ="³Ì¤jªº 40%" IBSSTxPower65 ="³Ì¤jªº 65%" IBSSTxPower100 ="³Ì¤j" MixEnvProtectProt ="11b/11g ²V¦XÀô¹Ò«OÅ@³q°T¨ó©w" CTSRTS ="±Ò¥Î RTS/CTS" CTSToSelf ="±Ò¥Î CTS ¬°¦Û§Ú" [Strings.0406] ; Danish PROVIDER_NAME ="Intel" COMPANY_NAME ="Intel(R) Corporation" NIC_MPCI3B ="Intel(R) PRO/Wireless 2200BG Network Connection" NIC_MPCI3A ="Intel(R) PRO/Wireless 2200BG Network Connection" NIC_MPCI3B_AdapterModel ="Intel(R) PRO/Wireless 2200BG Network Connection" NIC_MPCI3A_AdapterModel ="Intel(R) PRO/Wireless 2200BG Network Connection" NIC_DriverDesc ="Intel(R) PRO/Wireless 2200 LAN Card Driver" NIC_Service_DispName ="Intel(R) PRO/Wireless 2200 Adapter - Driver" INTEL_GUID ="{1F0DA42C-13F2-4BBF-BA4E-4A7EDEB76F7B}" SOURCEDISK1 ="Intel(R) PRO/Wireless 2200-installationsdiskette" ModulationType ="Valg af intrabåndvalg" ModulationType11b ="Kun 802.11b" ModulationType11g ="Kun 802.11g" ModulationType11bg ="802.11b og 802.11g" PowerIndex ="Strømstyring" PowerIndexAuto ="Automatisk" PowerIndexLowest ="Strømtilstand 1 (Minimum)" PowerIndex2ndLowest ="Strømtilstand 2" PowerIndex3rdLowest ="Strømtilstand 3" PowerIndex4thLowest ="Strømtilstand 4" PowerIndex5thLowest ="Strømstilstand 5" PowerIndexHighest ="Strømtilstand CAM (Maksimum)" IBSSTxPower ="IBSS send strøm" IBSSTxPower15 ="Minimum" IBSSTxPower25 ="25% af maksimum" IBSSTxPower40 ="40% af maksimum" IBSSTxPower65 ="65% af maksimum" IBSSTxPower100 ="Maksimum" MixEnvProtectProt ="11b/11g beskyttelsesprotokol til blandet miljø" CTSRTS ="RTS/CTS aktiveret" CTSToSelf ="CTS selvaktiveret" [Strings.0407] ; German PROVIDER_NAME ="Intel" COMPANY_NAME ="Intel(R) Corporation" NIC_MPCI3B ="Intel(R) PRO/Wireless 2200BG Network Connection" NIC_MPCI3A ="Intel(R) PRO/Wireless 2200BG Network Connection" NIC_MPCI3B_AdapterModel ="Intel(R) PRO/Wireless 2200BG Network Connection" NIC_MPCI3A_AdapterModel ="Intel(R) PRO/Wireless 2200BG Network Connection" NIC_DriverDesc ="Intel(R) PRO/Wireless 2200 LAN Card Driver" NIC_Service_DispName ="Intel(R) PRO/Wireless 2200 Adapter-Treiber" INTEL_GUID ="{1F0DA42C-13F2-4BBF-BA4E-4A7EDEB76F7B}" SOURCEDISK1 ="Intel(R) PRO/Wireless 2200 Installationsdiskette" ModulationType ="Infrastruktur-Bandauswahl" ModulationType11b ="Nur 802.11b" ModulationType11g ="Nur 802.11g" ModulationType11bg ="802.11b und 802.11g" PowerIndex ="Energieverwaltung" PowerIndexAuto ="Automatisch" PowerIndexLowest ="Energiemodus 1 (Mindestleistung)" PowerIndex2ndLowest ="Energiemodus 2" PowerIndex3rdLowest ="Energiemodus 3" PowerIndex4thLowest ="Energiemodus 4" PowerIndex5thLowest ="Energiemodus 5" PowerIndexHighest ="Energiemodus CAM (Maximalleistung)" IBSSTxPower ="IBSS-Übertragungsleistung" IBSSTxPower15 ="Mindestleistung" IBSSTxPower25 ="25% der Maximalleistung" IBSSTxPower40 ="40% der Maximalleistung" IBSSTxPower65 ="65% der Maximalleistung" IBSSTxPower100 ="Maximalleistung" MixEnvProtectProt ="Sicherheitsprotokoll für gemischte 11b/11g-Umgebungen" CTSRTS ="RTS/CTS aktiviert" CTSToSelf ="'CTS an sich selbst' aktiviert" [Strings.0c0a] ; Castilian Spanish PROVIDER_NAME ="Intel" COMPANY_NAME ="Intel(R) Corporation" NIC_MPCI3B ="Intel(R) PRO/Wireless 2200BG Network Connection" NIC_MPCI3A ="Intel(R) PRO/Wireless 2200BG Network Connection" NIC_MPCI3B_AdapterModel ="Intel(R) PRO/Wireless 2200BG Network Connection" NIC_MPCI3A_AdapterModel ="Intel(R) PRO/Wireless 2200BG Network Connection" NIC_DriverDesc ="Intel(R) PRO/Wireless 2200 LAN Card Driver" NIC_Service_DispName ="Controlador Intel(R) PRO/Wireless 2200 Adapter" INTEL_GUID ="{1F0DA42C-13F2-4BBF-BA4E-4A7EDEB76F7B}" SOURCEDISK1 ="Disco de instalación de Intel(R) PRO/Wireless 2200" ModulationType ="Selección de banda de infraestructura" ModulationType11b ="Sólo 802.11b" ModulationType11g ="Sólo 802.11g" ModulationType11bg ="802.11b y 802.11g" PowerIndex ="Gestión de energía" PowerIndexAuto ="Automático" PowerIndexLowest ="Modo de alimentación 1 (mínimo)" PowerIndex2ndLowest ="Modo de alimentación 2" PowerIndex3rdLowest ="Modo de alimentación 3" PowerIndex4thLowest ="Modo de alimentación 4" PowerIndex5thLowest ="Modo de alimentación 5" PowerIndexHighest ="Modo de alimentación CAM (máximo)" IBSSTxPower ="Potencia de transmisión IBSS" IBSSTxPower15 ="Mínimo" IBSSTxPower25 ="25% del máximo" IBSSTxPower40 ="40% del máximo" IBSSTxPower65 ="65% del máximo" IBSSTxPower100 ="Máximo" MixEnvProtectProt ="Protocolo de protección de entorno mixto 11b/11g" CTSRTS ="Habilitado para RTS/CTS" CTSToSelf ="Habilitado para CTS automático" [Strings.040b] ; Finnish PROVIDER_NAME ="Intel" COMPANY_NAME ="Intel(R) Corporation" NIC_MPCI3B ="Intel(R) PRO/Wireless 2200BG Network Connection" NIC_MPCI3A ="Intel(R) PRO/Wireless 2200BG Network Connection" NIC_MPCI3B_AdapterModel ="Intel(R) PRO/Wireless 2200BG Network Connection" NIC_MPCI3A_AdapterModel ="Intel(R) PRO/Wireless 2200BG Network Connection" NIC_DriverDesc ="Intel(R) PRO/Wireless 2200 LAN Card Driver" NIC_Service_DispName ="Intel(R) PRO/Wireless 2200 Adapter -ohjain" INTEL_GUID ="{1F0DA42C-13F2-4BBF-BA4E-4A7EDEB76F7B}" SOURCEDISK1 ="Intel(R) PRO/Wireless 2200 -asennuslevy" ModulationType ="Perusrakennekaistan valitseminen" ModulationType11b ="Vain 802.11b" ModulationType11g ="Vain 802.11g" ModulationType11bg ="802.11b ja 802.11g" PowerIndex ="Virranhallinta" PowerIndexAuto ="Automaattinen" PowerIndexLowest ="Virtatila 1 (pienin)" PowerIndex2ndLowest ="Virtatila 2" PowerIndex3rdLowest ="Virtatila 3" PowerIndex4thLowest ="Virtatila 4" PowerIndex5thLowest ="Virtatila 5" PowerIndexHighest ="Virtatila CAM (suurin)" IBSSTxPower ="IBBS-lähetysteho" IBSSTxPower15 ="Pienin" IBSSTxPower25 ="25 % enimmäisarvosta" IBSSTxPower40 ="40 % enimmäisarvosta" IBSSTxPower65 ="65 % enimmäisarvosta" IBSSTxPower100 ="Suurin" MixEnvProtectProt ="11b/11g-sekaympäristön suojausyhteyskäytäntö" CTSRTS ="RTS/CTS käytössä" CTSToSelf ="CTS otetaan käyttöön itse" [Strings.040c] ; French PROVIDER_NAME ="Intel" COMPANY_NAME ="Intel(R) Corporation" NIC_MPCI3B ="Intel(R) PRO/Wireless 2200BG Network Connection" NIC_MPCI3A ="Intel(R) PRO/Wireless 2200BG Network Connection" NIC_MPCI3B_AdapterModel ="Intel(R) PRO/Wireless 2200BG Network Connection" NIC_MPCI3A_AdapterModel ="Intel(R) PRO/Wireless 2200BG Network Connection" NIC_DriverDesc ="Intel(R) PRO/Wireless 2200 LAN Card Driver" NIC_Service_DispName ="Pilote Intel(R) PRO/Wireless 2200 Adapter" INTEL_GUID ="{1F0DA42C-13F2-4BBF-BA4E-4A7EDEB76F7B}" SOURCEDISK1 ="Disque d'installation Intel(R) PRO/Wireless 2200" ModulationType ="Sélection de la bande de l'infrastructure" ModulationType11b ="802.11b uniquement" ModulationType11g ="802.11g uniquement" ModulationType11bg ="802.11b et 802.11g" PowerIndex ="Gestion de la consommation" PowerIndexAuto ="Automatique" PowerIndexLowest ="Mode de consommation 1 (minimum)" PowerIndex2ndLowest ="Mode de consommation 2" PowerIndex3rdLowest ="Mode de consommation 3" PowerIndex4thLowest ="Mode de consommation 4" PowerIndex5thLowest ="Mode de consommation 5" PowerIndexHighest ="Mode de consommation CAM (maximum)" IBSSTxPower ="Puissance de transmission IBSS" IBSSTxPower15 ="Minimum" IBSSTxPower25 ="25 % du maximum" IBSSTxPower40 ="40 % du maximum" IBSSTxPower65 ="65 % du maximum" IBSSTxPower100 ="Maximum" MixEnvProtectProt ="Protocole de protection en environnement mixte 11b/11g" CTSRTS ="RTS/CTS activé" CTSToSelf ="Auto-CTS activé" [Strings.0410] ; Italian PROVIDER_NAME ="Intel" COMPANY_NAME ="Intel(R) Corporation" NIC_MPCI3B ="Intel(R) PRO/Wireless 2200BG Network Connection" NIC_MPCI3A ="Intel(R) PRO/Wireless 2200BG Network Connection" NIC_MPCI3B_AdapterModel ="Intel(R) PRO/Wireless 2200BG Network Connection" NIC_MPCI3A_AdapterModel ="Intel(R) PRO/Wireless 2200BG Network Connection" NIC_DriverDesc ="Intel(R) PRO/Wireless 2200 LAN Card Driver" NIC_Service_DispName ="Driver per Intel(R) PRO/Wireless 2200 Adapter" INTEL_GUID ="{1F0DA42C-13F2-4BBF-BA4E-4A7EDEB76F7B}" SOURCEDISK1 ="Disco di installazione di Intel(R) PRO/Wireless 2200" ModulationType ="Selezione banda infrastruttura" ModulationType11b ="Solo 802.11b" ModulationType11g ="Solo 802.11g" ModulationType11bg ="802.11b e 802.11g" PowerIndex ="Risparmio energia" PowerIndexAuto ="Automatico" PowerIndexLowest ="Modalità alimentazione 1 (minima)" PowerIndex2ndLowest ="Modalità alimentazione 2" PowerIndex3rdLowest ="Modalità alimentazione 3" PowerIndex4thLowest ="Modalità alimentazione 4" PowerIndex5thLowest ="Modalità alimentazione 5" PowerIndexHighest ="Modalità alimentazione CAM (massima)" IBSSTxPower ="Potenza di trasmissione IBSS" IBSSTxPower15 ="Minimo" IBSSTxPower25 ="25% del massimo" IBSSTxPower40 ="40% del massimo" IBSSTxPower65 ="65% del massimo" IBSSTxPower100 ="Massimo" MixEnvProtectProt ="Protocollo protezione ambiente misto 11b/11g" CTSRTS ="Attivato RTS/CTS" CTSToSelf ="Attivato da CTS a sé" [Strings.0411] ; Japanese PROVIDER_NAME ="Intel" COMPANY_NAME ="Intel(R) Corporation" NIC_MPCI3B ="Intel(R) PRO/Wireless 2200BG Network Connection" NIC_MPCI3A ="Intel(R) PRO/Wireless 2200BG Network Connection" NIC_MPCI3B_AdapterModel ="Intel(R) PRO/Wireless 2200BG Network Connection" NIC_MPCI3A_AdapterModel ="Intel(R) PRO/Wireless 2200BG Network Connection" NIC_DriverDesc ="Intel(R) PRO/Wireless 2200 LAN Card Driver" NIC_Service_DispName ="Intel(R) PRO/Wireless 2200 Adapter ドライバ" INTEL_GUID ="{1F0DA42C-13F2-4BBF-BA4E-4A7EDEB76F7B}" SOURCEDISK1 ="Intel(R) PRO/Wireless 2200 インストール ディスク" ModulationType ="インフラストラクチャ バンドÌ選ð" ModulationType11b ="802.11b ê用" ModulationType11g ="802.11g ê用" ModulationType11bg ="802.11b ¨æÑ 802.11g" PowerIndex ="電¹Ç理" PowerIndexAuto ="©®" PowerIndexLowest ="パワー モード 1(Ŭ)" PowerIndex2ndLowest ="パワー モード 2" PowerIndex3rdLowest ="パワー モード 3" PowerIndex4thLowest ="パワー モード 4" PowerIndex5thLowest ="パワー モード 5" PowerIndexHighest ="パワー モード CAM(Åå)" IBSSTxPower ="IBSS 送信パワー" IBSSTxPower15 ="Ŭ" IBSSTxPower25 ="ÅåパワーÌ 25%" IBSSTxPower40 ="ÅåパワーÌ 40%" IBSSTxPower65 ="ÅåパワーÌ 65%" IBSSTxPower100 ="Åå" MixEnvProtectProt ="11b/11g ¬Ý«Ûìプロトコル" CTSRTS ="RTS/CTS 有ø" CTSToSelf ="ÂÊ CTS 有ø" [Strings.0412] ; Korean PROVIDER_NAME ="Intel" COMPANY_NAME ="Intel(R) Corporation" NIC_MPCI3B ="Intel(R) PRO/Wireless 2200BG Network Connection" NIC_MPCI3A ="Intel(R) PRO/Wireless 2200BG Network Connection" NIC_MPCI3B_AdapterModel ="Intel(R) PRO/Wireless 2200BG Network Connection" NIC_MPCI3A_AdapterModel ="Intel(R) PRO/Wireless 2200BG Network Connection" NIC_DriverDesc ="Intel(R) PRO/Wireless 2200 LAN Card Driver" NIC_Service_DispName ="Intel(R) PRO/¹«¼± 2200 ¾î´ðÅÍ µå¶óÀ̹ö" INTEL_GUID ="{1F0DA42C-13F2-4BBF-BA4E-4A7EDEB76F7B}" SOURCEDISK1 ="Intel(R) PRO/¹«¼± 2200 ¼³Ä¡ µð½ºÅ©" ModulationType ="ÀÎÇÁ¶ó ´ë¿ª ¼±ÅÃ" ModulationType11b ="802.11b Àü¿ë" ModulationType11g ="802.11g Àü¿ë" ModulationType11bg ="802.11b ¹× 802.11g" PowerIndex ="Àü¿ø °ü¸®" PowerIndexAuto ="ÀÚµ¿" PowerIndexLowest ="Àü¿ø ¸ðµå 1(ÃÖ¼Ò)" PowerIndex2ndLowest ="Àü¿ø ¸ðµå 2" PowerIndex3rdLowest ="Àü¿ø ¸ðµå 3" PowerIndex4thLowest ="Àü¿ø ¸ðµå 4" PowerIndex5thLowest ="Àü¿ø ¸ðµå 5" PowerIndexHighest ="Àü¿ø ¸ðµå CAM(ÃÖ´ë)" IBSSTxPower ="IBSS Àü¼Û Àü¿ø" IBSSTxPower15 ="ÃÖ¼Ò" IBSSTxPower25 ="ÃÖ´ëÀÇ 25%" IBSSTxPower40 ="ÃÖ´ëÀÇ 40% " IBSSTxPower65 ="ÃÖ´ëÀÇ 65%" IBSSTxPower100 ="ÃÖ´ë" MixEnvProtectProt ="11b/11g È¥ÇÕ È¯°æ º¸È£ ÇÁ·ÎÅäÄÝ" CTSRTS ="RTS/CTS »ç¿ë" CTSToSelf ="ÀÚü CTS »ç¿ë" [Strings.0413] ; Dutch PROVIDER_NAME ="Intel" COMPANY_NAME ="Intel(R) Corporation" NIC_MPCI3B ="Intel(R) PRO/Wireless 2200BG Network Connection" NIC_MPCI3A ="Intel(R) PRO/Wireless 2200BG Network Connection" NIC_MPCI3B_AdapterModel ="Intel(R) PRO/Wireless 2200BG Network Connection" NIC_MPCI3A_AdapterModel ="Intel(R) PRO/Wireless 2200BG Network Connection" NIC_DriverDesc ="Intel(R) PRO/Wireless 2200 LAN Card Driver" NIC_Service_DispName ="Stuurprogramma Intel(R) PRO/Wireless 2200 Adapter" INTEL_GUID ="{1F0DA42C-13F2-4BBF-BA4E-4A7EDEB76F7B}" SOURCEDISK1 ="Installatieschijf Intel(R) PRO/Wireless 2200" ModulationType ="Selectie infrastructuurband" ModulationType11b ="Alleen 802.11b" ModulationType11g ="Alleen 802.11g" ModulationType11bg ="802.11b en 802.11g" PowerIndex ="Energiebeheer" PowerIndexAuto ="Automatisch" PowerIndexLowest ="Energiemodus 1 (minimum)" PowerIndex2ndLowest ="Energiemodus 2" PowerIndex3rdLowest ="Energiemodus 3" PowerIndex4thLowest ="Energiemodus 4" PowerIndex5thLowest ="Energiemodus 5" PowerIndexHighest ="Energiemodus CAM (maximum)" IBSSTxPower ="IBSS-verzendenergie" IBSSTxPower15 ="Minimum" IBSSTxPower25 ="25% van maximum" IBSSTxPower40 ="40% van maximum" IBSSTxPower65 ="65% van maximum" IBSSTxPower100 ="Maximum" MixEnvProtectProt ="Beschermingsprotocol voor gemengde omgeving (11b/11g)" CTSRTS ="RTS/CTS ingeschakeld" CTSToSelf ="CTS naar zelf ingeschakeld" [Strings.0414] ; Norwegian PROVIDER_NAME ="Intel" COMPANY_NAME ="Intel(R) Corporation" NIC_MPCI3B ="Intel(R) PRO/Wireless 2200BG Network Connection" NIC_MPCI3A ="Intel(R) PRO/Wireless 2200BG Network Connection" NIC_MPCI3B_AdapterModel ="Intel(R) PRO/Wireless 2200BG Network Connection" NIC_MPCI3A_AdapterModel ="Intel(R) PRO/Wireless 2200BG Network Connection" NIC_DriverDesc ="Intel(R) PRO/Wireless 2200 LAN Card Driver" NIC_Service_DispName ="Intel(R) PRO/Wireless 2200 Adapter-driver" INTEL_GUID ="{1F0DA42C-13F2-4BBF-BA4E-4A7EDEB76F7B}" SOURCEDISK1 ="Intel(R) PRO/Wireless 2200-installasjonsdisk" ModulationType ="Infrastruktur båndvalg" ModulationType11b ="Bare 802.11b" ModulationType11g ="Bare 802.11g" ModulationType11bg ="802.11b og 802.11g" PowerIndex ="Strømstyring" PowerIndexAuto ="Automatisk" PowerIndexLowest ="Strømmodus 1 (Minimum)" PowerIndex2ndLowest ="Strømmodus 2 " PowerIndex3rdLowest ="Strømmodus 3" PowerIndex4thLowest ="Strømmodus 4" PowerIndex5thLowest ="Strømmodus 5" PowerIndexHighest ="Strømmodus CAM (Maksimum)" IBSSTxPower ="IBSS Overføringsstrøm" IBSSTxPower15 ="Minimum" IBSSTxPower25 ="25 % av maksimum" IBSSTxPower40 ="40 % av maksimum" IBSSTxPower65 ="65 % av maksimum" IBSSTxPower100 ="Maksimum" MixEnvProtectProt ="11b/11g beskyttelsesprotokoll for mikset omgivelse" CTSRTS ="RTS/CTS-aktivert" CTSToSelf ="CTS-til-selv aktivert" [Strings.0415] ; Polish PROVIDER_NAME ="Intel" COMPANY_NAME ="Intel(R) Corporation" NIC_MPCI3B ="Intel(R) PRO/Wireless 2200BG Network Connection" NIC_MPCI3A ="Intel(R) PRO/Wireless 2200BG Network Connection" NIC_MPCI3B_AdapterModel ="Intel(R) PRO/Wireless 2200BG Network Connection" NIC_MPCI3A_AdapterModel ="Intel(R) PRO/Wireless 2200BG Network Connection" NIC_DriverDesc ="Intel(R) PRO/Wireless 2200 LAN Card Driver" NIC_Service_DispName ="Sterownik karty Intel(R) PRO/Wireless 2200" INTEL_GUID ="{1F0DA42C-13F2-4BBF-BA4E-4A7EDEB76F7B}" SOURCEDISK1 ="Dysk instalacyjny karty Intel(R) PRO/Wireless 2200" ModulationType ="Wybór pasma infrastruktury" ModulationType11b ="Tylko 802.11b" ModulationType11g ="Tylko 802.11g" ModulationType11bg ="802.11b i 802.11g" PowerIndex ="Zarz¹dzanie energi¹" PowerIndexAuto ="Automatyczne" PowerIndexLowest ="Trym zarz¹dzania energi¹ 1 (zu¿ycie minimalne)" PowerIndex2ndLowest ="Tryb zarz¹dzania energi¹ 2" PowerIndex3rdLowest ="Tryb zarz¹dzania energi¹ 3" PowerIndex4thLowest ="Tryb zarz¹dzania energi¹ 4" PowerIndex5thLowest ="Tryb zarz¹dzania energi¹ 5" PowerIndexHighest ="Tryb zarz¹dzania energi¹ CAM (zu¿ycie maksymalne)" IBSSTxPower ="Moc transmisji IBSS" IBSSTxPower15 ="Minimalna" IBSSTxPower25 ="25% maksymalnej" IBSSTxPower40 ="40%maksymalnej" IBSSTxPower65 ="65% maksymalnej" IBSSTxPower100 ="Maksymalna" MixEnvProtectProt ="Protokó³ zabezpieczeñ 徨odowiska mieszanego 11b/11g" CTSRTS ="W³¹czone RTS/CTS" CTSToSelf ="W³¹czone CTS do siebie" [Strings.0416] ; Brazilian Portuguese PROVIDER_NAME ="Intel" COMPANY_NAME ="Intel(R) Corporation" NIC_MPCI3B ="Intel(R) PRO/Wireless 2200BG Network Connection" NIC_MPCI3A ="Intel(R) PRO/Wireless 2200BG Network Connection" NIC_MPCI3B_AdapterModel ="Intel(R) PRO/Wireless 2200BG Network Connection" NIC_MPCI3A_AdapterModel ="Intel(R) PRO/Wireless 2200BG Network Connection" NIC_DriverDesc ="Intel(R) PRO/Wireless 2200 LAN Card Driver" NIC_Service_DispName ="Driver de adaptador Intel(R) PRO/Wireless 2200" INTEL_GUID ="{1F0DA42C-13F2-4BBF-BA4E-4A7EDEB76F7B}" SOURCEDISK1 ="Disco de instalação do Intel(R) PRO/Wireless 2200" ModulationType ="Seleção de banda (modo infra-estrutura)" ModulationType11b ="802.11b somente" ModulationType11g ="802.11g somente" ModulationType11bg ="802.11b e 802.11g" PowerIndex ="Gerenciamento de energia" PowerIndexAuto ="Automático" PowerIndexLowest ="Modo de energia 1 (Mínimo)" PowerIndex2ndLowest =" Modo de energia 2" PowerIndex3rdLowest =" Modo de energia 3" PowerIndex4thLowest =" Modo de energia 4" PowerIndex5thLowest =" Modo de energia 5" PowerIndexHighest ="Modo de energia CAM (Máximo)" IBSSTxPower ="Potência de transmissão IBSS" IBSSTxPower15 ="Mínimo" IBSSTxPower25 ="25% do máximo" IBSSTxPower40 =" 40% do máximo" IBSSTxPower65 =" 65% do máximo" IBSSTxPower100 ="Máximo" MixEnvProtectProt ="Protocolo de proteção de ambiente misto do 11b/11g" CTSRTS ="RTS/CTS ativado" CTSToSelf ="CTS para auto-ativação" [Strings.0419] ; Russian PROVIDER_NAME ="Intel" COMPANY_NAME ="Intel(R) Corporation" NIC_MPCI3B ="Intel(R) PRO/Wireless 2200BG Network Connection" NIC_MPCI3A ="Intel(R) PRO/Wireless 2200BG Network Connection" NIC_MPCI3B_AdapterModel ="Intel(R) PRO/Wireless 2200BG Network Connection" NIC_MPCI3A_AdapterModel ="Intel(R) PRO/Wireless 2200BG Network Connection" NIC_DriverDesc ="Intel(R) PRO/Wireless 2200 LAN Card Driver" NIC_Service_DispName ="Äðàéâåð àäàïòåðà Intel(R) PRO/Wireless 2200" INTEL_GUID ="{1F0DA42C-13F2-4BBF-BA4E-4A7EDEB76F7B}" SOURCEDISK1 ="Óñòàíîâî÷íûé äèñê Intel(R) PRO/Wireless 2200" ModulationType ="Âûáîð ïîëîñû Infrastructure" ModulationType11b ="Òîëüêî 802.11b" ModulationType11g ="Òîëüêî 802.11g" ModulationType11bg ="802.11b è 802.11g" PowerIndex ="Óïðàâëåíèå ïèòàíèåì" PowerIndexAuto ="Àâòîìàòè÷åñêè" PowerIndexLowest ="Ðåæèì ïèòàíèÿ 1 (ìèí.)" PowerIndex2ndLowest ="Ðåæèì ïèòàíèÿ 2" PowerIndex3rdLowest ="Ðåæèì ïèòàíèÿ 3" PowerIndex4thLowest ="Ðåæèì ïèòàíèÿ 4" PowerIndex5thLowest ="Ðåæèì ïèòàíèÿ 5" PowerIndexHighest ="Ðåæèì ïèòàíèÿ CAM (ìàêñ.)" IBSSTxPower ="Ìîùíîñòü ïåðåäà÷è IBSS" IBSSTxPower15 ="Ìèíèìóì" IBSSTxPower25 ="25% îò ìàêñèìóìà" IBSSTxPower40 ="25% îò ìàêñèìóìà" IBSSTxPower65 ="25% îò ìàêñèìóìà" IBSSTxPower100 ="Ìàêñèìóì" MixEnvProtectProt ="Ïðîòîêîë çàùèòû ñìåøàííîé ñðåäû 11b/11g" CTSRTS ="RTS/CTS âêëþ÷åíî" CTSToSelf ="CTS àâòîâêëþ÷åíî" [Strings.041d] ; Swedish PROVIDER_NAME ="Intel" COMPANY_NAME ="Intel(R) Corporation" NIC_MPCI3B ="Intel(R) PRO/Wireless 2200BG Network Connection" NIC_MPCI3A ="Intel(R) PRO/Wireless 2200BG Network Connection" NIC_MPCI3B_AdapterModel ="Intel(R) PRO/Wireless 2200BG Network Connection" NIC_MPCI3A_AdapterModel ="Intel(R) PRO/Wireless 2200BG Network Connection" NIC_DriverDesc ="Intel(R) PRO/Wireless 2200 LAN Card Driver" NIC_Service_DispName ="Drivrutin för Intel(R) PRO/trådlös 2200-adapter" INTEL_GUID ="{1F0DA42C-13F2-4BBF-BA4E-4A7EDEB76F7B}" SOURCEDISK1 ="Installationsdisk för Intel(R) PRO/trådlös 2200" ModulationType ="Välj infrastrukturband" ModulationType11b ="Endast 802.11b" ModulationType11g ="Endast 802.11g" ModulationType11bg ="802.11b och 802.11g" PowerIndex ="Energisparfunktioner" PowerIndexAuto ="Automatiskt" PowerIndexLowest ="Energisparläge 1 (minimum)" PowerIndex2ndLowest ="Energisparläge 2" PowerIndex3rdLowest ="Energisparläge 3" PowerIndex4thLowest ="Energisparläge 4" PowerIndex5thLowest ="Energisparläge 5" PowerIndexHighest ="Energisparläge CAM (maximum)" IBSSTxPower ="IBSS Överföringsenergi" IBSSTxPower15 ="Minimum" IBSSTxPower25 ="25 % av maximum" IBSSTxPower40 ="40 % av maximum" IBSSTxPower65 ="65 % av maximum" IBSSTxPower100 ="Maximum" MixEnvProtectProt ="11b/11g-skyddsprotokoll för blandad miljö" CTSRTS ="RTS/CTS aktiverat" CTSToSelf ="CTS till själv aktiverat"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.