NETS11.inf Driver File Contents (Buffalo_WLI2-PCI-G54S_WLAN_Win_x64_x86.zip)

;***********************************************************************
;
; NETS11.INF
;
;   Copyright (c) 2001 Intersil Corporation
;   All Rights Reserved.
;   Developed by TriplePoint, Inc. -- http://www.TriplePoint.com
;
;   Copyright (c) 2001-2002 MELCO INC.
;   All Rights Reserved.
;
;***********************************************************************

[Version]
 DriverVer = 3/20/2003, 2.1.1.135
 Signature           = "$Chicago$"
 Compatible          = 1
 Class               = Net
 ClassGUID           = {4d36e972-e325-11ce-bfc1-08002be10318}
 Provider            = %VER_VENDOR_STR%
 MillenniumPreferred = .ME

[ControlFlags]
 ExcludeFromSelect   = PCMCIA\BUFFALO-WLI-PCM-S11-A8E0
 ExcludeFromSelect   = PCMCIA\BUFFALO-WLI-PCM-S11G-E788
 ExcludeFromSelect   = PCMCIA\BUFFALO-WLI-CF-S11G-68DA
 ExcludeFromSelect   = PCMCIA\BUFFALO-WLI2-CF-S11-42E3

[Manufacturer]
 %VER_VENDOR_NAME_STR% = DeviceList

[DeviceList]
 %WLIPCMS11_STR%   = WLIPCMS11,    PCMCIA\BUFFALO-WLI-PCM-S11-A8E0
 %WLIPCMS11G_STR%  = WLIPCMS11G,   PCMCIA\BUFFALO-WLI-PCM-S11G-E788
 %WLICFS11G_STR%   = WLICFS11G,    PCMCIA\BUFFALO-WLI-CF-S11G-68DA
 %WLI2CFS11_STR%   = WLI2CFS11,    PCMCIA\BUFFALO-WLI2-CF-S11-42E3

;==========================================
[WLIPCMS11]            ; Win9x
 AddReg         = WLIPCMS11.reg, COMMON_PCMCIA.reg, COMMON_NDIS.reg, COMMON.reg
 CopyFiles      = WLIS11_DRIVER.copy

[WLIPCMS11.ME]         ; WinMe
 AddReg         = WLIPCMS11.reg, COMMON_PCMCIA.reg, COMMON_NDIS.reg.ME, COMMON.reg
 CopyFiles      = WLIS11_DRIVER.copy.ME

[WLIPCMS11.ME.ME]      ; WinMe - Same as .ME (Needed for Update Driver)
 AddReg         = WLIPCMS11.reg, COMMON_PCMCIA.reg, COMMON_NDIS.reg.ME, COMMON.reg
 CopyFiles      = WLIS11_DRIVER.copy.ME

[WLIPCMS11.NT]         ; Win2k
 AddReg         = WLIPCMS11.reg, COMMON_PCMCIA.reg, COMMON_NDIS.reg.NT, COMMON.reg
 CopyFiles      = WLIS11_DRIVER.copy.NT
 BusType        = 0     ; PCMCIA
 Characteristics= 0x84  ; NCF_PHYSICAL | NCF_HAS_UI

[WLIPCMS11.NT.Services]
 AddService     = "WLIS11", 2, WLIPCMS11_DRIVER.Service, WLIS11_DRIVER.EventLog

[WLIPCMS11.reg]
 HKR,Ndi        ,DeviceID,0,"PCMCIA\BUFFALO-WLI-PCM-S11-A8E0"
 HKR,           ,PlatformId,0,"0"
 HKR,           ,VendorDesc,0,%WLIPCMS11_STR%
 HKR,           ,LoadFirmware,0,1
 HKR, NDI\params\LoadFirmware,,0,1

[WLIPCMS11_DRIVER.Service]
 DisplayName    = %WLIPCMS11_SERVICE_DISPLAY%
 ServiceType    = 1    ; SERVICE_KERNEL_DRIVER
 StartType      = 3    ; SERVICE_DEMAND_START
 ErrorControl   = 1    ; NORMAL
 ServiceBinary  = %12%\WLIS11.sys
 LoadOrderGroup = NDIS

;===============================================
[WLIPCMS11G]            ; Win9x
 AddReg         = WLIPCMS11G.reg, COMMON_PCMCIA.reg, COMMON_NDIS.reg, COMMON.reg
 CopyFiles      = WLIS11_DRIVER.copy

[WLIPCMS11G.ME]         ; WinMe
 AddReg         = WLIPCMS11G.reg, COMMON_PCMCIA.reg, COMMON_NDIS.reg.ME, COMMON.reg
 CopyFiles      = WLIS11_DRIVER.copy.ME

[WLIPCMS11G.ME.ME]      ; WinMe - Same as .ME (Needed for Update Driver)
 AddReg         = WLIPCMS11G.reg, COMMON_PCMCIA.reg, COMMON_NDIS.reg.ME, COMMON.reg
 CopyFiles      = WLIS11_DRIVER.copy.ME

[WLIPCMS11G.NT]         ; Win2k
 AddReg         = WLIPCMS11G.reg, COMMON_PCMCIA.reg, COMMON_NDIS.reg.NT, COMMON.reg
 CopyFiles      = WLIS11_DRIVER.copy.NT
 BusType        = 0     ; PCMCIA
 Characteristics= 0x84  ; NCF_PHYSICAL | NCF_HAS_UI

[WLIPCMS11G.NT.Services]
 AddService     = "WLIS11", 2, WLIPCMS11G_DRIVER.Service, WLIS11_DRIVER.EventLog

[WLIPCMS11G.reg]
 HKR,Ndi        ,DeviceID,0,"PCMCIA\BUFFALO-WLI-PCM-S11G-E788"
 HKR,           ,PlatformId,0,"0"
 HKR,           ,VendorDesc,0,%WLIPCMS11G_STR%
 HKR,           ,LoadFirmware,0,1
 HKR, NDI\params\LoadFirmware,,0,1

[WLIPCMS11G_DRIVER.Service]
 DisplayName    = %WLIPCMS11G_SERVICE_DISPLAY%
 ServiceType    = 1    ; SERVICE_KERNEL_DRIVER
 StartType      = 3    ; SERVICE_DEMAND_START
 ErrorControl   = 1    ; NORMAL
 ServiceBinary  = %12%\WLIS11.sys
 LoadOrderGroup = NDIS

;===============================================
[WLICFS11G]            ; Win9x
 AddReg         = WLICFS11G.reg, COMMON_PCMCIA.reg, COMMON_NDIS.reg, COMMON.reg
 CopyFiles      = WLIS11_DRIVER.copy

[WLICFS11G.ME]         ; WinMe
 AddReg         = WLICFS11G.reg, COMMON_PCMCIA.reg, COMMON_NDIS.reg.ME, COMMON.reg
 CopyFiles      = WLIS11_DRIVER.copy.ME

[WLICFS11G.ME.ME]      ; WinMe - Same as .ME (Needed for Update Driver)
 AddReg         = WLICFS11G.reg, COMMON_PCMCIA.reg, COMMON_NDIS.reg.ME, COMMON.reg
 CopyFiles      = WLIS11_DRIVER.copy.ME

[WLICFS11G.NT]         ; Win2k
 AddReg         = WLICFS11G.reg, COMMON_PCMCIA.reg, COMMON_NDIS.reg.NT, COMMON.reg
 CopyFiles      = WLIS11_DRIVER.copy.NT
 BusType        = 0     ; PCMCIA
 Characteristics= 0x84  ; NCF_PHYSICAL | NCF_HAS_UI

[WLICFS11G.NT.Services]
 AddService     = "WLIS11", 2, WLICFS11G_DRIVER.Service, WLIS11_DRIVER.EventLog

[WLICFS11G.reg]
 HKR,Ndi        ,DeviceID,0,"PCMCIA\BUFFALO-WLI-CF-S11G-68DA"
 HKR,           ,PlatformId,0,"0"
 HKR,           ,VendorDesc,0,%WLICFS11G_STR%
 HKR,           ,LoadFirmware,0,1
 HKR, NDI\params\LoadFirmware,,0,1

[WLICFS11G_DRIVER.Service]
 DisplayName    = %WLICFS11G_SERVICE_DISPLAY%
 ServiceType    = 1    ; SERVICE_KERNEL_DRIVER
 StartType      = 3    ; SERVICE_DEMAND_START
 ErrorControl   = 1    ; NORMAL
 ServiceBinary  = %12%\WLIS11.sys
 LoadOrderGroup = NDIS

;===============================================
[WLI2CFS11]            ; Win9x
 AddReg         = WLI2CFS11.reg, COMMON_PCMCIA.reg, COMMON_NDIS.reg, COMMON.reg
 CopyFiles      = WLIS11_DRIVER.copy

[WLI2CFS11.ME]         ; WinMe
 AddReg         = WLI2CFS11.reg, COMMON_PCMCIA.reg, COMMON_NDIS.reg.ME, COMMON.reg
 CopyFiles      = WLIS11_DRIVER.copy.ME

[WLI2CFS11.ME.ME]      ; WinMe - Same as .ME (Needed for Update Driver)
 AddReg         = WLI2CFS11.reg, COMMON_PCMCIA.reg, COMMON_NDIS.reg.ME, COMMON.reg
 CopyFiles      = WLIS11_DRIVER.copy.ME

[WLI2CFS11.NT]         ; Win2k
 AddReg         = WLI2CFS11.reg, COMMON_PCMCIA.reg, COMMON_NDIS.reg.NT, COMMON.reg
 CopyFiles      = WLIS11_DRIVER.copy.NT
 BusType        = 0     ; PCMCIA
 Characteristics= 0x84  ; NCF_PHYSICAL | NCF_HAS_UI

[WLI2CFS11.NT.Services]
 AddService     = "WLIS11", 2, WLI2CFS11_DRIVER.Service, WLIS11_DRIVER.EventLog

[WLI2CFS11.reg]
 HKR,Ndi        ,DeviceID,0,"PCMCIA\Intersil-PRISM_Freedom_PCMCIA_Adapter-40CB"
 HKR,           ,PlatformId,0,"0"
 HKR,           ,VendorDesc,0,%WLI2CFS11_STR%
 HKR,           ,LoadFirmware,0,1
 HKR, NDI\params\LoadFirmware,,0,1

[WLI2CFS11_DRIVER.Service]
 DisplayName    = %WLI2CFS11_SERVICE_DISPLAY%
 ServiceType    = 1    ; SERVICE_KERNEL_DRIVER
 StartType      = 3    ; SERVICE_DEMAND_START
 ErrorControl   = 1    ; NORMAL
 ServiceBinary  = %12%\WLIS11.sys
 LoadOrderGroup = NDIS

;===============================================

[WLIS11_DRIVER.EventLog]
 AddReg         = WLIS11_DRIVER.EventLog.reg

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

;###############################################################################
[COMMON_PCMCIA.reg]
;RegKey,SubKey          ,Name                   ,Type   ,Value
;-------------          -----                   -----   ------
 HKR,NDI                ,Service                ,0      ,"WLIS11"
 HKR,NDI                ,CardType               ,0      ,"PCMCIA"
 HKR,                   ,BusType                ,0      ,"8"
 HKR,                   ,DeviceVxDs             ,0      ,"WLIS11.sys"
 HKR,                   ,EnableIRQSharing       ,1      ,01,00,00,00
 HKR,                   ,IOBaseAddress          ,1      ,02,00,00,00
 HKR,                   ,InterruptNumber        ,1      ,04,00,00,00

[COMMON_NDIS.reg]
 HKR,                   ,RunningWin9X           ,0      ,"1"
 HKR,                   ,DevLoader              ,0      ,"*ndis"
 HKR,                   ,EnumPropPages          ,0      ,"netdi.dll,EnumPropPages"
 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      ,"WLIS11"
 HKR,NDIS               ,MajorNdisVersion       ,1      ,03
 HKR,NDIS               ,MinorNdisVersion       ,1      ,0a

 HKR,defaults,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,,"Disable"
 HKR,NDI\params\PSMode\enum,2,,"Always Enable"
 HKR,NDI\params\PSMode,optional,0,1

[COMMON_NDIS.reg.ME]
 HKR,                   ,RunningWin9X           ,0      ,"1"
 HKR,                   ,DevLoader              ,0      ,"*ndis"
 HKR,                   ,EnumPropPages          ,0      ,"netdi.dll,EnumPropPages"
 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      ,"WLIS11"
 HKR,NDIS               ,MajorNdisVersion       ,1      ,03
 HKR,NDIS               ,MinorNdisVersion       ,1      ,0a

 HKR,defaults,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,,"Disable"
 HKR,NDI\params\PSMode\enum,2,,"Always Enable"
 HKR,NDI\params\PSMode,optional,0,1

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

 HKR,defaults,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,,"Disable"
 HKR,NDI\params\PSMode\enum,2,,"Always Enable"
 HKR,NDI\params\PSMode\enum,3,,"Auto Enable"
 HKR,NDI\params\PSMode,optional,0,1

[COMMON.reg]
 HKR,                   ,SSID                   ,0      ,%DEFAULT_SSID%
 HKR,                   ,NetworkType            ,       ,"1"
 HKR,                   ,SilentInstall          ,0      ,"1"
;Uncomment the line above to install without user interface prompts

 HKR,defaults,ListenInterval,0,3
 HKR,NDI\params\ListenInterval,,0,3
 HKR,Ndi\params\ListenInterval,default,0,3
 HKR,NDI\params\ListenInterval,ParamDesc,,%LISTENINTERVAL_STR%
 HKR,NDI\params\ListenInterval,type,,int
 HKR,NDI\params\ListenInterval,flag,1,30,00,00,00
 HKR,NDI\params\ListenInterval,min,0,0
 HKR,NDI\params\ListenInterval,max,0,77
 HKR,NDI\params\ListenInterval,step,0,1
 HKR,NDI\params\ListenInterval,optional,0,1

 HKR,defaults,RTSThresh,0,2432
 HKR,NDI\params\RTSThresh,,0,2432
 HKR,Ndi\params\RTSThresh,default,0,2432
 HKR,NDI\params\RTSThresh,ParamDesc,0,%RTSTHRESH_STR%
 HKR,NDI\params\RTSThresh,type,0,int
 HKR,NDI\params\RTSThresh,flag,1,20,00,00,00
 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,optional,0,1

 HKR,defaults,FragThresh,0,2432
 HKR,NDI\params\FragThresh,,0,2432
 HKR,Ndi\params\FragThresh,default,0,2432
 HKR,NDI\params\FragThresh,ParamDesc,0,%FRAGTHRESH_STR%
 HKR,NDI\params\FragThresh,type,0,int
 HKR,NDI\params\FragThresh,flag,1,20,00,00,00
 HKR,NDI\params\FragThresh,min,0,256
 HKR,NDI\params\FragThresh,max,0,2432
 HKR,NDI\params\FragThresh,step,0,128
 HKR,NDI\params\FragThresh,optional,0,1

 HKR,defaults,PreambleMode,0,1
 HKR,NDI\params\PreambleMode,,0,1
 HKR,Ndi\params\PreambleMode,default,0,1
 HKR,NDI\params\PreambleMode,ParamDesc,,%SHORT_PREAM_STR%
 HKR,NDI\params\PreambleMode,type,,enum
 HKR,NDI\params\PreambleMode,flag,1,30,00,00,00
 HKR,NDI\params\PreambleMode\enum,1,,"Long Tx Preamble"
 HKR,NDI\params\PreambleMode\enum,2,,"Short Tx Preamble"
 HKR,NDI\params\PreambleMode\enum,3,,"Auto Tx Preamble"
 HKR,NDI\params\PreambleMode,optional,0,1

 HKR,defaults,AuthentAlg,0,65535
 HKR,NDI\params\AuthentAlg,,0,65535
 HKR,NDI\params\AuthentAlg,default,0,65535
 HKR,NDI\params\AuthentAlg,ParamDesc,,%AUTHENT_TYPE_STR%
 HKR,NDI\params\AuthentAlg,type,,enum
 HKR,NDI\params\AuthentAlg,flag,1,30,00,00,00
 HKR,NDI\params\AuthentAlg\enum,1,,"WECA Compliant (always use Open)"
 HKR,NDI\params\AuthentAlg\enum,2,,"Must use Shared with WEP"
 HKR,NDI\params\AuthentAlg\enum,65535,,"Automatic based on WEP setting"
 HKR,NDI\params\AuthentAlg,optional,0,1

 HKR,defaults,AdhocDemoMode,0,0
 HKR,NDI\params\AdhocDemoMode,,0,0
 HKR,Ndi\params\AdhocDemoMode,default,0,0
 HKR,NDI\params\AdhocDemoMode,ParamDesc,,%ADHOC_DEMO_STR%
 HKR,NDI\params\AdhocDemoMode,type,,enum
 HKR,NDI\params\AdhocDemoMode,flag,1,30,00,00,00
 HKR,NDI\params\AdhocDemoMode\enum,0,,"Disable"
 HKR,NDI\params\AdhocDemoMode\enum,1,,"Enable"
 HKR,NDI\params\AdhocDemoMode,optional,0,1

 HKR,defaults,LoadFirmware,0,1
;HKR,NDI\params\LoadFirmware,,0,1 ; Moved to device specific entry
 HKR,Ndi\params\LoadFirmware,default,0,1
 HKR,NDI\params\LoadFirmware,ParamDesc,,%LOAD_FIRMWARE_STR%
 HKR,NDI\params\LoadFirmware,type,,enum
 HKR,NDI\params\LoadFirmware,flag,1,30,00,00,00
 HKR,NDI\params\LoadFirmware\enum,0,,"Disable"
 HKR,NDI\params\LoadFirmware\enum,1,,"Enable"
 HKR,NDI\params\LoadFirmware,optional,0,1

 HKR,defaults,PDwellTime,0,120
 HKR,NDI\params\PDwellTime,,0,120
 HKR,Ndi\params\PDwellTime,default,0,120
 HKR,NDI\params\PDwellTime,ParamDesc,0,%PDWELL_STR%
 HKR,NDI\params\PDwellTime,type,0,int
 HKR,NDI\params\PDwellTime,flag,1,20,00,00,00
 HKR,NDI\params\PDwellTime,min,0,0
 HKR,NDI\params\PDwellTime,max,0,1000
 HKR,NDI\params\PDwellTime,step,0,10
 HKR,NDI\params\PDwellTime,optional,0,1

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

[WLIS11_DRIVER.copy]
 WLIS11.sys

[WLIS11_DRIVER.copy.ME]
 WLIS11.sys

[WLIS11_DRIVER.copy.NT]
 WLIS11.sys

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

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

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

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

;###############################################################################
[Strings]
;String ID                   = String Text
;---------                     -----------
 VER_VENDOR_STR              = "MELCO INC."
 VER_VENDOR_NAME_STR         = "MELCO INC."

 WLIPCMS11_STR               = "BUFFALO WLI-PCM-S11 Wireless LAN Adapter"
 WLIPCMS11G_STR              = "BUFFALO WLI-PCM-S11G Wireless LAN Adapter"
 WLICFS11G_STR               = "BUFFALO WLI-CF-S11G Wireless LAN Adapter"
 WLI2CFS11_STR               = "BUFFALO WLI2-CF-S11 Wireless LAN Adapter"

 WLIPCMS11_SERVICE_DISPLAY   = "BUFFALO WLI-PCM-S11 Wireless LAN Adapter Service"
 WLIPCMS11G_SERVICE_DISPLAY  = "BUFFALO WLI-PCM-S11G Wireless LAN Adapter Service"
 WLICFS11G_SERVICE_DISPLAY   = "BUFFALO WLI-CF-S11G Wireless LAN Adapter Service"
 WLI2CFS11_SERVICE_DISPLAY   = "BUFFALO WLI2-CF-S11 Wireless LAN Adapter Service"

 INSTALL_DISK_STR            = "AirNavigator CD"

 ADHOC_DEMO_STR              = "Adhoc Demo Mode"
 SHORT_PREAM_STR             = "Preamble Mode"
 RTSTHRESH_STR               = "RTS Threshold"
 FRAGTHRESH_STR              = "Fragmentation Threshold"
 AUTHENT_TYPE_STR            = "Authentication Algorithm"
 LISTENINTERVAL_STR          = "Listen Interval"
 POWER_SAVE_STR              = "Power Save Mode"
 POWER_LEVEL_STR             = "Power Save Level"
 LOAD_FIRMWARE_STR           = "Firmware Download"
 PDWELL_STR                  = "Passive Scan Dwell Time"
 DEFAULT_SSID                = "ANY"

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: 0.80