;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
; ;
; AmbiCom WL1100B-PC/PCI Wireless LAN adapter installer for Win9X/2K ;
; ;
; Copyright (c) 2001-2002 AmbiCom, Inc., All Rights Reserved. ;
; ;
; Version 3.00.12.16 ;
; ;
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
[Version]
Signature = $Windows NT$
Class = Net
ClassGUID = {4D36E972-E325-11CE-BFC1-08002BE10318}
Provider = %Vendor_String%
LayoutFile = layout.inf
DriverVer=12/16/2002,3.00.12.16
[DestinationDirs]
DefaultDestDir = 11
WL1100B.ndis4.CopyFiles = 11
WL1100B.ndis5.CopyFiles = 12
WL1100B.inf.CopyFiles = 17
[Manufacturer]
%Vendor_String% = Vendor
[Vendor]
%WL1100B_PCMCIA_String% = WL1100B_PCMCIA.ndi,PCMCIA\AmbiCom-WL1100B_802.11b_PC-Card-A945
%WL1100B_PC3V_String% = WL1100B_PCMCIA.ndi,PCMCIA\AmbiCom-WL1100B_802.11b_PC-Card-7AC7
%WL1100B_CF_String% = WL1100B_PCMCIA.ndi,PCMCIA\AmbiCom-WL1100B_802.11b_CF-Card-F19A
%WL1100B_CF3V_String% = WL1100B_PCMCIA.ndi,PCMCIA\AmbiCom-WL1100B_802.11b_CF-Card-73C6
%WL1100C_CF3V_String% = WL1100B_PCMCIA.ndi,PCMCIA\AmbiCom-WL1100C_802.11b_CF-Card-A60C
%WL1100B_PCI20_String1% = WL1100B_PCI.ndi,PCI\VEN_16AB&DEV_1101&SUBSYS_110116AB
%WL1100B_PCI20_String2% = WL1100B_PCI.ndi,PCI\VEN_1638&DEV_1100&SUBSYS_11001638
%WL1100B_PCI25_String% = WL1100B_PCI.ndi,PCI\VEN_1260&DEV_3873
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
; Specify the AddReg list for each of the above listed adapters.
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
;Win9x***********************************************************
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
; PCMCIA
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
[WL1100B_PCMCIA.ndi]
CopyFiles=WL1100B.ndis4.CopyFiles,WL1100B.inf.CopyFiles
AddReg=WL1100B_PCMCIA.ndi.reg,WL1100B.reg,WL1100B.reg.params
MaxInstance=1
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
; PCI
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
[WL1100B_PCI.ndi]
CopyFiles=WL1100B.ndis4.CopyFiles,WL1100B.inf.CopyFiles
AddReg=WL1100B_PCI.ndi.reg,WL1100B.reg,WL1100B.reg.params
MaxInstance=1
;Win2K***********************************************************
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
;PCMCIA
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
[WL1100B_PCMCIA.ndi.NT]
AddReg = WL1100B_NT.ndi.reg, WL1100B.reg.params
Characteristics = 0x84
BusType = 8
CopyFiles = WL1100B.ndis5.CopyFiles
[WL1100B_PCMCIA.ndi.NT.Services]
AddService = AMWL11B, 2, AMWL11B.Service, common.EventLog
[WL1100B_NT.ndi.reg]
HKR, Ndi, Service, 0, "AMWL11B"
HKR, Ndi\Interfaces, UpperRange, 0, "ndis5"
HKR, Ndi\Interfaces, LowerRange, 0, "ethernet"
HKR, , VendorDesc, 0, "AmbiCom WL1100B-PC Wireless LAN Adapter"
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
;PCI
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
[WL1100B_PCI.ndi.NT]
AddReg = WL1100B_PCI_NT.ndi.reg, WL1100B.reg.params
Characteristics = 0x84
BusType = 5
CopyFiles = WL1100B.ndis5.CopyFiles
[WL1100B_PCI.ndi.NT.Services]
AddService = AMWL11B, 2, AMWL11B.Service, common.EventLog
[WL1100B_PCI_NT.ndi.reg]
HKR, Ndi, Service, 0, "AMWL11B"
HKR, Ndi\Interfaces, UpperRange, 0, "ndis5"
HKR, Ndi\Interfaces, LowerRange, 0, "ethernet"
HKR, , VendorDesc, 0, "AmbiCom WL1100B-PCI Wireless LAN PCI Adapter"
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
;Service
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
[AMWL11B.Service]
DisplayName = %AMWL11B.Service.DispName%
ServiceType = 1 ;%SERVICE_KERNEL_DRIVER%
StartType = 3 ;%SERVICE_DEMAND_START%
ErrorControl = 1 ;%SERVICE_ERROR_NORMAL%
ServiceBinary = %12%\AMWL11B.sys
LoadOrderGroup = NDIS
[common.EventLog]
AddReg = common.AddEventLog.reg
[common.AddEventLog.reg]
HKR, , EventMessageFile, 0x00020000,"%%SystemRoot%%\System32\netevent.dll"
HKR, , TypesSupported, 0x00010001, 7
;Win9x********************************************************************
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
; PCMCIA specific sections
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
[WL1100B_PCMCIA.ndi.reg]
HKR,Ndi,DeviceID,0,AmbiCom-WL1100B_802.11b_PC-Card-A945
HKR,NDI,CardType,0,PCMCIA
HKR,,BusType,0,8
; Vendor Description
HKR,,VendorDesc,0,"AmbiCom WL1100B-PC Wireless LAN Adapter"
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
; PCI specific sections
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
[WL1100B_PCI.ndi.reg]
HKR,Ndi,DeviceID,0,PCI\VEN_16AB&DEV_1101
HKR,NDI,CardType,0,PCI
HKR,,BusType,0,5
; Vendor Description
HKR,,VendorDesc,0,"AmbiCom WL1100B-PCI Wireless LAN PCI Adapter"
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
; Win9x COMMON registry entries which are supported to all adapters.
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
[WL1100B.reg]
; Resources
HKR,,IoBaseAddress,1,02,00,00,00
HKR,,InterruptNumber,1,04,00,00,00
; General Driver Info
HKR,,DevLoader,,*ndis
HKR,,DeviceVxDs,,AMWL11B.sys
HKR,,EnumPropPages,,"netdi.dll,EnumPropPages"
; NDIS Info
HKR,NDIS,LogDriverName,,"AMWL11B"
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
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
; These are the registry entries which are COMMON to all adapters
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
[WL1100B.reg.params]
; AP Density
HKR,,APDensity,0,1
HKR,defaults,APDensity,0,1
; StationName
HKR,,StationName,0,Client
HKR,defaults,StationName,0,Client
; SSID
HKR,,SSID,0,%SSID_DEF_STR%
HKR,defaults,SSID,0,%SSID_DEF_STR%
HKR,NDI\params\SSID,ParamDesc,0,SSID
HKR,Ndi\params\SSID,type,0,edit
HKR,NDI\params\SSID,limitText,0,32
HKR,NDI\params\SSID,default,0,%SSID_DEF_STR%
HKR,NDI\params\SSID,flag,1,28,00,00,00
; AP SSID
HKR,,APSSID,0,WIN_AP
HKR,defaults,APSSID,0,WIN_AP
; ATIM Windows
HKR,,ATIMWindow,0,0
HKR,defaults,ATIMWindow,0,0
; Listen Interval
HKR,,ListenInterval,0,3
HKR,defaults,ListenInterval,0,3
; Channel
HKR,,DSChannel,0,11
HKR,defaults,DSChannel,0,11
HKR,NDI\params\DSChannel,ParamDesc,0,Channel
HKR,NDI\params\DSChannel,type,0,enum
HKR,Ndi\params\DSChannel,default,0,11
HKR,NDI\params\DSChannel,flag,1,28,00,00,00
HKR,NDI\params\DSChannel\enum,1,0,01
HKR,NDI\params\DSChannel\enum,2,0,02
HKR,NDI\params\DSChannel\enum,3,0,03
HKR,NDI\params\DSChannel\enum,4,0,04
HKR,NDI\params\DSChannel\enum,5,0,05
HKR,NDI\params\DSChannel\enum,6,0,06
HKR,NDI\params\DSChannel\enum,7,0,07
HKR,NDI\params\DSChannel\enum,8,0,08
HKR,NDI\params\DSChannel\enum,9,0,09
HKR,NDI\params\DSChannel\enum,10,0,10
HKR,NDI\params\DSChannel\enum,11,0,11
HKR,NDI\params\DSChannel\enum,12,0,12
HKR,NDI\params\DSChannel\enum,13,0,13
HKR,NDI\params\DSChannel\enum,14,0,14
; Encapsultion (i.e. Ethernet Translation)
HKR,,Encapsulation,0,1
HKR,defaults,Encapsulation,0,1
; TxRate
HKR,,TxRate,0,15
HKR,defaults,TxRate,0,15
; RTS Threshold
HKR,,RTSThresh,0,2432
HKR,defaults,RTSThresh,0,2432
HKR,NDI\params\RTSThresh,,0,2432
HKR,NDI\params\RTSThresh,ParamDesc,0,%RTSTHRESH_STR%
HKR,NDI\params\RTSThresh,type,0,int
HKR,Ndi\params\RTSThresh,default,0,2432
HKR,NDI\params\RTSThresh,min,0,0
HKR,NDI\params\RTSThresh,max,0,2432
HKR,NDI\params\RTSThresh,step,0,64
HKR,NDI\params\RTSThresh,flag,1,28,00,00,00
HKR,NDI\params\RTSThresh,optional,0,0
; Fragement Threshold
HKR,,FragThresh,0,2432
HKR,defaults,FragThresh,0,2432
; Network Type
HKR,,NetworkType,0,%NETWORK_TYPE_DEF_STR%
HKR,defaults,NetworkType,0,%NETWORK_TYPE_DEF_STR%
HKR,NDI\params\NetworkType,ParamDesc,0,NetworkType
HKR,NDI\params\NetworkType,type,0,enum
HKR,Ndi\params\NetworkType,default,0,%NETWORK_TYPE_DEF_STR%
HKR,NDI\params\NetworkType,flag,1,28,00,00,00
HKR,NDI\params\NetworkType\enum,0,0,"802.11 Ad Hoc Mode"
HKR,NDI\params\NetworkType\enum,1,0,"Infrastructure Mode"
HKR,NDI\params\NetworkType\enum,3,0,"AdHoc Mode"
HKR,NDI\params\NetworkType\enum,10,0,"Win-AR Mode"
; PS Mode
HKR,,PSMode,0,1
HKR,defaults,PSMode,0,1
HKR,NDI\params\PSMode,ParamDesc,0,"Power Save Mode"
HKR,NDI\params\PSMode,type,0,enum
HKR,Ndi\params\PSMode,default,0,1
HKR,NDI\params\PSMode,flag,1,28,00,00,00
HKR,NDI\params\PSMode\enum,1,0,Disabled
HKR,NDI\params\PSMode\enum,2,0,Enabled
HKR,NDI\params\PSMode\enum,3,0,AutoEnabled
; WEP Required
HKR,,WepReq,0,0
HKR,defaults,WepReq,0,0
HKR,NDI\params\WepReq,,0,0
HKR,NDI\params\WepReq,ParamDesc,0,%WEPREQ_STR%
HKR,NDI\params\WepReq,flag,1,28,00,00,00
HKR,NDI\params\WepReq,type,0,enum
HKR,Ndi\params\WepReq,default,0,0
HKR,NDI\params\WepReq\enum,0,,"Disabled"
HKR,NDI\params\WepReq\enum,2,,"64-bit key (40-bit WEP key)"
HKR,NDI\params\WepReq\enum,6,,"128-bit key"
HKR,NDI\params\WepReq,optional,0,0
; WEP Encrypt in Driver
HKR,,EncryptInDriver,0,1
HKR,defaults,EncryptInDriver,0,1
; WEP Decrypt in Driver
HKR,,DecryptInDriver,0,1
HKR,defaults,DecryptInDriver,0,1
; WEP Factor
HKR,,WEPFactor,0,3
HKR,defaults,WEPFactor,0,3
; Short Preamble
HKR,,PreambleMode,0,1
HKR,defaults,PreambleMode,0,1
; Authentication Type
HKR,,AuthentAlg,,%AUTHENT_TYPE_DEF_STR%
HKR,defaults,AuthentAlg,,%AUTHENT_TYPE_DEF_STR%
HKR,NDI\params\AuthentAlg,ParamDesc,,"Authentication Algorithm"
HKR,NDI\params\AuthentAlg,type,,enum
HKR,NDI\params\AuthentAlg,default,,%AUTHENT_TYPE_DEF_STR%
HKR,NDI\params\AuthentAlg,flag,1,28,00,00,00
HKR,NDI\params\AuthentAlg\enum,1,,"Open System"
HKR,NDI\params\AuthentAlg\enum,2,,"WEP Shared Key"
HKR,NDI\params\AuthentAlg\enum,3,,"Auto"
; IBSS in Driver mode control
HKR,,IBSSInDriver,0,1
HKR,defaults,IBSSInDriver,0,1
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
; Copy related Driver & INF files
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
[WL1100B.ndis4.CopyFiles]
AMWL11B.sys,,,2
[WL1100B.ndis5.CopyFiles]
AMWL11B.sys,,,2
[WL1100B.inf.CopyFiles]
AMWL11B.INF,,,2
[SourceDisksNames]
1=%InstallDiskTitle1%,,,
[SourceDisksFiles]
AMWL11B.sys = 1
AMWL11B.inf = 1
[Strings]
Vendor_String = "AmbiCom"
NETWORK_TYPE_DEF_STR = "1"
AUTHENT_TYPE_DEF_STR = "3"
RTSTHRESH_STR = "RTS Threshold"
WEPREQ_STR = "Use WEP"
SSID_DEF_STR = "ANY"
WL1100B_PCMCIA_String = "AmbiCom WL1100B-PC Wireless LAN PC-Card"
WL1100B_PC3V_String = "AmbiCom WL1100B-PC Wireless LAN PC-Card 3.3V (2.5)"
WL1100B_CF_String = "AmbiCom WL1100B-CF Wireless LAN CF-Card 5V"
WL1100B_CF3V_String = "AmbiCom WL1100B-CF Wireless LAN CF-Card 3.3V"
WL1100C_CF3V_String = "AmbiCom WL1100C-CF Wireless LAN CF-Card 3.3V (2.5)"
WL1100B_PCI20_String1 = "AmbiCom WL1100B-PCI Wireless LAN PCI Adapter"
WL1100B_PCI20_String2 = "AmbiCom WL1100B-PCI Wireless LAN PCI Adapter"
WL1100B_PCI25_String = "AmbiCom WL1100B-PCI Wireless LAN PCI Adapter (2.5)"
AMWL11B.Service.DispName= "AmbiCom WL1100B-PC/PCI Wireless LAN Adapter Driver"
InstallDiskTitle1 = "AmbiCom WL1100B-PC/PCI Wireless LAN Drivers"
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.