WL54Cfg.INF Driver File Contents (WL-140v2.zip)

;***********************************************************************
;
;   WL54Cfg.inf
;
;   This installation script supports Windows 98SE ,Me&2000,XP for the
;   Wireless 54Mbps WLAN Card
;
;   Copyright (c) 2005 
;   All Rights Reserved.
;
;***********************************************************************

[Version]
 DriverVer = 10/11/2004, 2.1.30.1
 Signature           = "$Chicago$"
 Compatible          = 1
 Class               = Net
 ClassGUID           = {4d36e972-e325-11ce-bfc1-08002be10318}
 Provider            = %VER_VENDOR_STR%
;CatalogFile         = PRISMNIC.cat
 MillenniumPreferred = .ME

[ControlFlags]
;Exclude all PNP adapters from user selection
 ExcludeFromSelect   = *

[Manufacturer]
 %VER_VENDOR_NAME_STR% = DeviceList

[DeviceList]
%A002_DESC_STR%     = PRISM_A002,        PCI\VEN_1260&DEV_3890&SUBSYS_160516A5
;Above for FOK only

;==========================================
[PRISM_A001]       ; Win9x
 AddReg         = PRISM_A001.reg, COMMON_A00.reg, COMMON_NDIS.reg, COMMON.reg
 DelReg         = COMMON_A00_DEL.reg
 CopyFiles      = PRISM_DRIVER.copy, PRISM_APPLET.copy, PRISM_NDI.copy, CK_DLL.copy
 DelFiles       = PRISM_FWA00.del

[PRISM_A001.ME]    ; WinMe
 AddReg         = PRISM_A001.reg, COMMON_A00.reg, COMMON_NDIS.reg.ME, COMMON.reg
 DelReg         = COMMON_A00_DEL.reg
 CopyFiles      = PRISM_DRIVER.copy.ME, PRISM_APPLET.copy.ME, PRISM_NDI.copy.ME ,CK_DLL.copy
 DelFiles       = PRISM_FWA00.del.ME

[PRISM_A001.ME.ME] ; WinMe - Same as .ME (Needed for Update Driver)
 AddReg         = PRISM_A001.reg, COMMON_A00.reg, COMMON_NDIS.reg.ME, COMMON.reg
 DelReg         = COMMON_A00_DEL.reg
 CopyFiles      = PRISM_DRIVER.copy.ME, PRISM_APPLET.copy.ME, PRISM_NDI.copy.ME, CK_DLL.copy
 DelFiles       = PRISM_FWA00.del.ME

[PRISM_A001.NT]    ; Win2k
 AddReg         = PRISM_A001.reg, COMMON_A00.reg, COMMON_NDIS.reg.NT, COMMON.reg
 DelReg         = COMMON_A00_DEL.reg
 CopyFiles      = PRISM_DRIVER.copy.NT, PRISM_APPLET.copy.NT ,CK_DLL.copy
 DelFiles       = PRISM_FWA00.del.NT
 BusType        = 5     ; PCI
 Characteristics= 0x84  ; NCF_PHYSICAL | NCF_HAS_UI

[PRISM_A001.NT.Services]
 AddService     = "PRISM_A00", 2, PRISM_DRIVER_A00.Service, PRISM_DRIVER.EventLog

[PRISM_A001.NT.CoInstallers]
 CopyFiles      = PRISM_COINSTALL.copy.NT
 AddReg         = PRISM_COINSTALL.reg.NT

[PRISM_A001.reg]
 HKR,Ndi,DeviceID,0,"PCI\VEN_1260&DEV_3890&SUBSYS_00001260"
; 0x3890 = 14480
 HKR,,PlatformID,0,14480
 HKR,,VendorDesc,0,%A001_DESC_STR%

;==========================================
[PRISM_A002]       ; Win9x
 AddReg         = PRISM_A002.reg, COMMON_A00.reg, COMMON_NDIS.reg, COMMON.reg
 DelReg         = COMMON_A00_DEL.reg
 CopyFiles      = PRISM_DRIVER.copy, PRISM_APPLET.copy, PRISM_NDI.copy ,CK_DLL.copy
 DelFiles       = PRISM_FWA00.del

[PRISM_A002.ME]    ; WinMe
 AddReg         = PRISM_A002.reg, COMMON_A00.reg, COMMON_NDIS.reg.ME, COMMON.reg
 DelReg         = COMMON_A00_DEL.reg
 CopyFiles      = PRISM_DRIVER.copy.ME, PRISM_APPLET.copy.ME, PRISM_NDI.copy.ME ,CK_DLL.copy
 DelFiles       = PRISM_FWA00.del.ME

[PRISM_A002.ME.ME] ; WinMe - Same as .ME (Needed for Update Driver)
 AddReg         = PRISM_A002.reg, COMMON_A00.reg, COMMON_NDIS.reg.ME, COMMON.reg
 DelReg         = COMMON_A00_DEL.reg
 CopyFiles      = PRISM_DRIVER.copy.ME, PRISM_APPLET.copy.ME, PRISM_NDI.copy.ME ,CK_DLL.copy
 DelFiles       = PRISM_FWA00.del.ME

[PRISM_A002.NT]    ; Win2k
 AddReg         = PRISM_A002.reg, COMMON_A00.reg, COMMON_NDIS.reg.NT, COMMON.reg
 DelReg         = COMMON_A00_DEL.reg
 CopyFiles      = PRISM_DRIVER.copy.NT, PRISM_APPLET.copy.NT ,CK_DLL.copy
 DelFiles       = PRISM_FWA00.del.NT
 BusType        = 5     ; PCI
 Characteristics= 0x84  ; NCF_PHYSICAL | NCF_HAS_UI

[PRISM_A002.NT.Services]
 AddService     = "PRISM_A00", 2, PRISM_DRIVER_A00.Service, PRISM_DRIVER.EventLog

[PRISM_A002.NT.CoInstallers]
 CopyFiles      = PRISM_COINSTALL.copy.NT
 AddReg         = PRISM_COINSTALL.reg.NT

[PRISM_A002.reg]
 HKR,Ndi,DeviceID,0,"PCI\VEN_1260&DEV_3886&SUBSYS_00001260"
; 0x3886 = 14470, but same functions as 3890
 HKR,,PlatformID,0,14480
 HKR,,VendorDesc,0,%A002_DESC_STR%

;###############################################################################
[PRISM_COINSTALL.reg.NT]
 ;HKR,           ,CoInstallers32         ,0x00010000     ,"PRISMNDI.dll,NdiProc"

[PRISM_DRIVER_A00.Service]
 DisplayName    = %A00_SERVICE_STR%
 ServiceType    = 1    ; SERVICE_KERNEL_DRIVER
 StartType      = 3    ; SERVICE_DEMAND_START
 ErrorControl   = 1    ; NORMAL
 ServiceBinary  = %12%\WL54CfgN.sys
 LoadOrderGroup = NDIS

[PRISM_DRIVER.EventLog]
 AddReg         = PRISM_DRIVER.EventLog.reg

[PRISM_DRIVER.EventLog.reg]
 HKR,           ,EventMessageFile       ,0x00020000     ,"%%SystemRoot%%\System32\netevent.dll"
 HKR,           ,TypesSupported         ,0x00010001     ,7

;###############################################################################


;###############################################################################
[COMMON_A00.reg]
 HKR,NDI                ,Service                    ,0  ,"PRISM_A00"
 HKR,                   ,BusType                    ,0  ,"5"
 HKR,                   ,DeviceVxDs                 ,0  ,"WL54Cfg.sys"

[COMMON_A00_DEL.reg]
 HKR,                   ,FWFileName

[COMMON_NDIS.reg]
; Win9X
 HKR,                   ,RunningWin9X           ,0      ,"1"
 HKR,                   ,DevLoader              ,0      ,"*ndis"
 HKR,NDI\Interfaces     ,UpperRange             ,0      ,"ndis3"
 HKR,NDI\Interfaces     ,LowerRange             ,0      ,"ethernet"
 HKR,NDI\Interfaces     ,DefUpper               ,0      ,"ndis3"
 HKR,NDI\Interfaces     ,DefLower               ,0      ,"ethernet"
 HKR,NDIS               ,LogDriverName          ,0      ,"PRISM"
 HKR,NDIS               ,MajorNdisVersion       ,1      ,04
 HKR,NDIS               ,MinorNdisVersion       ,1      ,00

[COMMON_NDIS.reg.ME]
 HKR,                   ,RunningWin9X           ,0      ,"1"
 HKR,                   ,DevLoader              ,0      ,"*ndis"
 HKR,NDI\Interfaces     ,UpperRange             ,0      ,"ndis3"
 HKR,NDI\Interfaces     ,LowerRange             ,0      ,"ethernet"
 HKR,NDI\Interfaces     ,DefUpper               ,0      ,"ndis3"
 HKR,NDI\Interfaces     ,DefLower               ,0      ,"ethernet"
 HKR,NDIS               ,LogDriverName          ,0      ,"PRISM"
 HKR,NDIS               ,MajorNdisVersion       ,1      ,03
 HKR,NDIS               ,MinorNdisVersion       ,1      ,0a

[COMMON_NDIS.reg.NT]
 HKR,NDI\Interfaces     ,UpperRange             ,0      ,"ndis5"
 HKR,NDI\Interfaces     ,LowerRange             ,0      ,"ethernet"

[COMMON.reg]
 HKR,                   ,SilentInstall          ,0      ,"1"

 HKR,,ConfigProfile,0,256

 HKR,,PSMode,0,1
 HKR,NDI\params\PSMode,,0,1
 HKR,Ndi\params\PSMode,default,0,1
 HKR,NDI\params\PSMode,ParamDesc,,%POWER_SAVE_STR%
 HKR,NDI\params\PSMode,type,,enum
 HKR,NDI\params\PSMode,flag,1,30,00,00,00
 HKR,NDI\params\PSMode\enum,1,,%POWER_SAVE_OFF_STR%
 HKR,NDI\params\PSMode\enum,3,,%POWER_SAVE_MAX_STR%
 HKR,NDI\params\PSMode,optional,0,1

;###############################################################################
[DestinationDirs]
;CopyFiles Section      = Destination Directory ID -- see layout.inf
;-----------------        ------------------------
 DefaultDestDir         = 11 ; Win9x=%windir%\system Win2k=%windir%\system32
 PRISM_DRIVER.copy      = 11 ; Win9x=%windir%\system
 PRISM_DRIVER.copy.ME   = 11 ; Win9x=%windir%\system
 PRISM_DRIVER.copy.NT   = 12 ; Win2k=%windir%\system32\drivers
 PRISM_FWA00.del        = 11 ; Win9x=%windir%\system
 PRISM_FWA00.del.ME     = 11 ; Win9x=%windir%\system
 PRISM_FWA00.del.NT     = 12 ; Win2k=%windir%\system32\drivers
 CK_DLL.copy            = 11 ;

[CK_DLL.copy]
 
[PRISM_NDI.copy]

[PRISM_NDI.copy.ME]

[PRISM_COINSTALL.copy.NT]

[PRISM_DRIVER.copy]
 WL54Cfg.sys

[PRISM_DRIVER.copy.ME]
 WL54Cfg.sys

[PRISM_DRIVER.copy.NT]
 WL54CfgN.sys

[PRISM_FWA00.del]


[PRISM_FWA00.del.ME]
 

[PRISM_FWA00.del.NT]
 

[PRISM_APPLET.copy]

[PRISM_APPLET.copy.ME]

[PRISM_APPLET.copy.NT]

[SourceDisksNames]
;Source Disk ID         = Disk Name
;--------------           ---------
 1                      = %INSTALL_DISK_STR%,,,

[SourceDisksFiles]      ; Win9x
;File Name              = Source Disk ID
;---------                --------------
 WL54Cfg.sys           = 1

[SourceDisksFiles.ME]   ; WinMe
 WL54Cfg.sys           = 1
 

[SourceDisksFiles.X86]  ; Win2k/Xp
 WL54CfgN.sys           	= 1
 

;###############################################################################
[Strings]
;String ID               = String Text
;---------                 -----------
 VER_VENDOR_STR         = "Wireless"
 VER_VENDOR_NAME_STR    = "Wireless Manufacturer"
 INSTALL_DISK_STR       = "54Mbps WLAN Card Install Disk"

 A001_DESC_STR           = "54Mbps WLAN Card"
 A002_DESC_STR           = "54Mbps WLAN Card"
 A00_SERVICE_STR         = "54Mbps WLAN Card Driver"

 ON_STR                  = "On"
 OFF_STR                 = "Off"
 RTSTHRESH_STR           = "RTS Threshold"
 FRAGTHRESH_STR          = "Fragmentation Threshold"
 AUTHENT_TYPE_STR        = "Authentication Algorithm"
 POWER_SAVE_STR          = "Power Save Mode"
 POWER_SAVE_OFF_STR      = "Disabled"
 POWER_SAVE_DYN_STR      = "Dynamic"
 POWER_SAVE_MAX_STR      = "Enable"
 SHORT_RETRY_STR         = "Short Retry Limit"
 LONG_RETRY_STR          = "Long Retry Limit"
 CONFIG_PROFILE          = "Configuration Profile"
 CONFIG_PROF_B_ONLY      = "B only"
 CONFIG_PROF_MIXED       = "Mixed"
 CONFIG_PROF_MIXED_LONG  = "Mixed Long"
 CONFIG_PROF_G_ONLY      = "G only"
 CONFIG_PROF_TEST        = "Test"
 CONFIG_PROF_B_WIFI      = "B WiFi"
 CONFIG_PROF_MIXED_SHORT = "Mixed Short"
 CONFIG_PROF_WIFI_SPEC   = "WiFi Spec"
 NITRO_MODE              = "Nitro Mode"

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: web1, load: 1.26