EM9NIC.inf Driver File Contents (80211b2k.zip)

;***********************************************************************
;
; EM9NIC.INF
;
;    (C) Copyright 2001 ANC Corp. 
;        License to use this software is granted under the terms outlined in
;        the Software Distribution Agreement.
;
;
;   This installation script supports Windows 98,Me&2000 for the
;   IEEE 802.11b Wireless LAN Adapters.
;
;   Copyright (c) 2001 ANC Corporation
;   All Rights Reserved.
;   Developed by ANC, Inc.
;
;***********************************************************************

[Version]
 DriverVer = 09/27/2001, 1.7.0
 Signature           = "$Chicago$"
 Compatible          = 1
 Class               = Net
 ClassGUID           = {4d36e972-e325-11ce-bfc1-08002be10318}
 Provider            = %VER_VENDOR_STR%
 CatalogFile         = EM9NIC.cat
 MillenniumPreferred = .ME

[ControlFlags]
;Exclude all PNP adapters from user selection
 ExcludeFromSelect   = PCI\VEN_1260&DEV_3873&SUBSYS_00001260
 ExcludeFromSelect   = PCI\VEN_1260&DEV_3873&SUBSYS_38731260

[Manufacturer]
 %VER_VENDOR_NAME_STR% = DeviceList

[DeviceList]
 %EM9_PCI1_STR%    = EM9_PCI1,    PCI\VEN_1260&DEV_3873&SUBSYS_00001260
 %EM9_PCI2_STR%    = EM9_PCI2,    PCI\VEN_1260&DEV_3873&SUBSYS_38731260

;==========================================
[EM9_PCI1]            ; Win9x
 AddReg         = EM9_PCI1.reg, COMMON_PCI.reg, COMMON_NDIS.reg, COMMON.reg
 CopyFiles      = EM9_DRIVER.copy, EM9_APPLET.copy, EM9_NDI.copy

[EM9_PCI1.ME]         ; WinMe
 AddReg         = EM9_PCI1.reg, COMMON_PCI.reg, COMMON_NDIS.reg.ME, COMMON.reg
 CopyFiles      = EM9_DRIVER.copy.ME, EM9_APPLET.copy.ME, EM9_NDI.copy.ME

[EM9_PCI1.ME.ME]      ; WinMe - Same as .ME (Needed for Update Driver)
 AddReg         = EM9_PCI1.reg, COMMON_PCI.reg, COMMON_NDIS.reg.ME, COMMON.reg
 CopyFiles      = EM9_DRIVER.copy.ME, EM9_APPLET.copy.ME, EM9_NDI.copy.ME

[EM9_PCI1.NT]         ; Win2k
 AddReg         = EM9_PCI1.reg, COMMON_PCI.reg, COMMON_NDIS.reg.NT, COMMON.reg
 CopyFiles      = EM9_DRIVER.copy.NT, EM9_APPLET.copy.NT
 BusType        = 5     ; PCI
 Characteristics= 0x84  ; NCF_PHYSICAL | NCF_HAS_UI

[EM9_PCI1.NT.Services]
 AddService     = "EM9", 2, EM9_DRIVER.Service, EM9_DRIVER.EventLog

[EM9_PCI1.NT.CoInstallers]
 CopyFiles      = EM9_COINSTALL.copy.NT
 AddReg         = EM9_COINSTALL.reg.NT

[EM9_PCI1.reg]
 HKR,Ndi        ,DeviceID,0,"PCI\VEN_1260&DEV_3873&SUBSYS_00001260"

;==========================================
[EM9_PCI2]            ; Win9x
 AddReg         = EM9_PCI2.reg, COMMON_PCI.reg, COMMON_NDIS.reg, COMMON.reg
 CopyFiles      = EM9_DRIVER.copy, EM9_APPLET.copy, EM9_NDI.copy

[EM9_PCI2.ME]         ; WinMe
 AddReg         = EM9_PCI2.reg, COMMON_PCI.reg, COMMON_NDIS.reg.ME, COMMON.reg
 CopyFiles      = EM9_DRIVER.copy.ME, EM9_APPLET.copy.ME, EM9_NDI.copy.ME

[EM9_PCI2.ME.ME]      ; WinMe - Same as .ME (Needed for Update Driver)
 AddReg         = EM9_PCI2.reg, COMMON_PCI.reg, COMMON_NDIS.reg.ME, COMMON.reg
 CopyFiles      = EM9_DRIVER.copy.ME, EM9_APPLET.copy.ME, EM9_NDI.copy.ME

[EM9_PCI2.NT]         ; Win2k
 AddReg         = EM9_PCI2.reg, COMMON_PCI.reg, COMMON_NDIS.reg.NT, COMMON.reg
 CopyFiles      = EM9_DRIVER.copy.NT, EM9_APPLET.copy.NT
 BusType        = 5     ; PCI
 Characteristics= 0x84  ; NCF_PHYSICAL | NCF_HAS_UI

[EM9_PCI2.NT.Services]
 AddService     = "EM9", 2, EM9_DRIVER.Service, EM9_DRIVER.EventLog

[EM9_PCI2.NT.CoInstallers]
 CopyFiles      = EM9_COINSTALL.copy.NT
 AddReg         = EM9_COINSTALL.reg.NT

[EM9_PCI2.reg]
 HKR,Ndi        ,DeviceID,0,"PCI\VEN_1260&DEV_3873&SUBSYS_38731260"

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

[EM9_COINSTALL.reg.NT]
; HKR,           ,CoInstallers32         ,0x00010000     ,"EM9CFG.cpl,NdiProc"

[EM9_DRIVER.Service]
 DisplayName    = %EM9_SERVICE_DISPLAY%
 ServiceType    = 1    ; SERVICE_KERNEL_DRIVER
 StartType      = 3    ; SERVICE_DEMAND_START
 ErrorControl   = 1    ; NORMAL
 ServiceBinary  = %12%\EM9NDS.sys
 LoadOrderGroup = NDIS

[EM9_DRIVER.EventLog]
 AddReg         = EM9_DRIVER.EventLog.reg

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

;###############################################################################
[COMMON_PCI.reg]
 HKR,NDI                ,CardType               ,0      ,"PCI"
 HKR,                   ,BusType                ,0      ,"5"

[COMMON_NDIS.reg]
 HKR,                   ,RunningWin9X           ,0      ,"1"
 HKR,                   ,DevLoader              ,0      ,"*ndis"
 HKR,                   ,DeviceVxDs             ,0      ,"EM9NDS.sys"
 HKR,                   ,EnumPropPages          ,0      ,"netdi.dll,EnumPropPages"
; HKR,NDI                ,NdiInstaller           ,0      ,"EM9CFG.dll,NdiProc"
 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      ,"EM9"
 HKR,NDIS               ,MajorNdisVersion       ,1      ,03
 HKR,NDIS               ,MinorNdisVersion       ,1      ,0a

[COMMON_NDIS.reg.ME]
 HKR,                   ,RunningWin9X           ,0      ,"1"
 HKR,                   ,DevLoader              ,0      ,"*ndis"
 HKR,                   ,DeviceVxDs             ,0      ,"EM9NDS.sys"
 HKR,                   ,EnumPropPages          ,0      ,"netdi.dll,EnumPropPages"
; HKR,NDI                ,NdiInstaller           ,0      ,"EM9CFG.dll,NdiProc"
 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      ,"EM9"
 HKR,NDIS               ,MajorNdisVersion       ,1      ,03
 HKR,NDIS               ,MinorNdisVersion       ,1      ,0a

[COMMON_NDIS.reg.NT]
; HKR,                   ,EnumPropPages32        ,0      ,"EM9CFG.cpl,NetPropPageProvider"
 HKR,NDI                ,Service                ,0      ,"EM9"
 HKR,NDI\Interfaces     ,UpperRange             ,0      ,"ndis5"
 HKR,NDI\Interfaces     ,LowerRange             ,0      ,"ethernet"

[COMMON.reg]
 HKR,                   ,EnableIRQSharing       ,1      ,01,00,00,00
 HKR,                   ,IOBaseAddress          ,1      ,02,00,00,00
 HKR,                   ,InterruptNumber        ,1      ,04,00,00,00
 HKR,                   ,APDensity              ,0      ,"1"
 HKR,                   ,ListenInterval         ,0      ,"3"
 HKR,                   ,DSChannel              ,0      ,"6"
 HKR,                   ,Encapsulation          ,0      ,"1"
 HKR,                   ,TxRate                 ,0      ,"15"
 HKR,                   ,RTSThresh              ,0      ,"2432"
 HKR,                   ,FragThresh             ,0      ,"2432"
 HKR,                   ,NetworkType            ,0      ,%NETWORK_TYPE_DEF_STR%
 HKR,                   ,PSMode                 ,0      ,"1"
 HKR,                   ,WepReq                 ,0      ,"0"
 HKR,                   ,EncryptInDriver        ,0      ,"1"
 HKR,                   ,DecryptInDriver        ,0      ,"1"
 HKR,                   ,IBSSInDriver           ,0      ,"1"
 HKR,                   ,WEPFactor              ,0      ,"3"
 HKR,                   ,Esarhpssap             ,0      ,""
 HKR,                   ,PreambleMode           ,0      ,"1"
 HKR,                   ,AuthentAlg             ,0      ,%AUTHENT_TYPE_DEF_STR%
 HKR,                   ,EM9IOC                 ,0      ,"1"
 HKR,                   ,ProfileName            ,0      ,%DEFAULT_STR%

 ;
 ; ProfileList
 ; 
 HKR,ProfileList\1,ProfileName,0,%PROFILE1_STR%
 HKR,ProfileList\1,Country,0,%COUNTRY_STR%
 HKR,ProfileList\1,DefaultKeyId,0,"1"
 HKR,ProfileList\1,DSChannel,0,"6"
 HKR,ProfileList\1,NetworkType,0,%NETWORK_TYPE_DEF_STR%
 HKR,ProfileList\1,PSMode,0,"1"
 HKR,ProfileList\1,SSID,0,%SSID_DEF_STR%
 HKR,ProfileList\1,TxRate,0,"15"
 HKR,ProfileList\1,WepReq,0,"0"

 HKR,ProfileList\2,ProfileName,0,%PROFILE2_STR%
 HKR,ProfileList\2,Country,0,%COUNTRY_STR%
 HKR,ProfileList\2,DefaultKeyId,0,"1"
 HKR,ProfileList\2,DSChannel,0,"6"
 HKR,ProfileList\2,NetworkType,0,%NETWORK_TYPE_DEF_STR%
 HKR,ProfileList\2,PSMode,0,"1"
 HKR,ProfileList\2,SSID,0,%SSID_DEF_STR%
 HKR,ProfileList\2,TxRate,0,"15"
 HKR,ProfileList\2,WepReq,0,"0"

 HKR,ProfileList\3,ProfileName,0,%PROFILE3_STR%
 HKR,ProfileList\3,Country,0,%COUNTRY_STR%
 HKR,ProfileList\3,DefaultKeyId,0,"1"
 HKR,ProfileList\3,DSChannel,0,"6"
 HKR,ProfileList\3,NetworkType,0,%NETWORK_TYPE_DEF_STR%
 HKR,ProfileList\3,PSMode,0,"1"
 HKR,ProfileList\3,SSID,0,%SSID_DEF_STR%
 HKR,ProfileList\3,TxRate,0,"15"
 HKR,ProfileList\3,WepReq,0,"0"

 HKR,ProfileList\4,ProfileName,0,%PROFILE4_STR%
 HKR,ProfileList\4,Country,0,%COUNTRY_STR%
 HKR,ProfileList\4,DefaultKeyId,0,"1"
 HKR,ProfileList\4,DSChannel,0,"6"
 HKR,ProfileList\4,NetworkType,0,%NETWORK_TYPE_DEF_STR%
 HKR,ProfileList\4,PSMode,0,"1"
 HKR,ProfileList\4,SSID,0,%SSID_DEF_STR%
 HKR,ProfileList\4,TxRate,0,"15"
 HKR,ProfileList\4,WepReq,0,"0"

 HKR,ProfileList\5,ProfileName,0,%PROFILE5_STR%
 HKR,ProfileList\5,Country,0,%COUNTRY_STR%
 HKR,ProfileList\5,DefaultKeyId,0,"1"
 HKR,ProfileList\5,DSChannel,0,"6"
 HKR,ProfileList\5,NetworkType,0,%NETWORK_TYPE_DEF_STR%
 HKR,ProfileList\5,PSMode,0,"1"
 HKR,ProfileList\5,SSID,0,%SSID_DEF_STR%
 HKR,ProfileList\5,TxRate,0,"15"
 HKR,ProfileList\5,WepReq,0,"0"

 ;
 ; ListenInterval
 ; 
 HKR,defaults,ListenInterval,0,3
 HKR,NDI\params\ListenInterval,,0,3
 HKR,NDI\params\ListenInterval,ParamDesc,,%LISTENINTERVAL_STR%
 HKR,NDI\params\ListenInterval,type,,int
 HKR,Ndi\params\ListenInterval,default,,3
 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,0

 ;
 ; RTSThresh
 ; 
 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,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,0

 ;
 ; FragThresh
 ; 
 HKR,defaults,FragThresh,0,2432
 HKR,NDI\params\FragThresh,,0,2432
 HKR,NDI\params\FragThresh,ParamDesc,0,%FRAGTHRESH_STR%
 HKR,NDI\params\FragThresh,type,0,int
 HKR,Ndi\params\FragThresh,default,0,2432
 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,0

 ;
 ; PreambleMode
 ;
 HKR,defaults,PreambleMode,0,1
 HKR,NDI\params\PreambleMode,,0,1
 HKR,NDI\params\PreambleMode,ParamDesc,,%SHORT_PREAM_STR%
 HKR,NDI\params\PreambleMode,type,,enum
 HKR,Ndi\params\PreambleMode,default,,1
 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"
 HKR,NDI\params\PreambleMode,optional,0,0

 ;
 ;
 ; Authentication Type
 ;
 HKR,defaults,AuthentAlg,0,%AUTHENT_TYPE_DEF_STR%
 HKR,NDI\params\AuthentAlg,ParamDesc,,%AUTHENT_TYPE_STR%
 HKR,NDI\params\AuthentAlg,type,,enum
 HKR,NDI\params\AuthentAlg,default,,%AUTHENT_TYPE_DEF_STR%
 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,0

 ;
 ;
 ; AdhocDemoMode
 ;
 HKR,defaults,AdhocDemoMode,0,0
 HKR,NDI\params\AdhocDemoMode,,0,0
 HKR,NDI\params\AdhocDemoMode,ParamDesc,,%ADHOC_DEMO_STR%
 HKR,NDI\params\AdhocDemoMode,type,,enum
 HKR,Ndi\params\AdhocDemoMode,default,,0
 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,0

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

[EM9_NDI.copy]
; EM9R16.dll           ; Win9x NDI
 ;EM9CFG.dll           ; Win9x NDI

[EM9_NDI.copy.ME]
; EM9R16.dll           ; Win9x NDI
; EM9CFG.dll           ; Win9x NDI

[EM9_COINSTALL.copy.NT]
; EM9RES.dll
; EM9IOC.dll
; EM9CFG.cpl           ; Win2k CoInstaller

[EM9_DRIVER.copy]
 EM9NDS.sys
; EM9IOC.vxd           ; Win9x Ioctl interface

[EM9_DRIVER.copy.ME]
 EM9NDS.sys
; EM9IOC.vxd           ; Win9x Ioctl interface

[EM9_DRIVER.copy.NT]
 EM9NDS.sys

[EM9_APPLET.copy]
; EM9RES.dll
; EM9IOC.dll
; EM9CFG.cpl
; EM9STA.exe

[EM9_APPLET.copy.ME]
; EM9RES.dll
; EM9IOC.dll
; EM9CFG.cpl
; EM9STA.exe

[EM9_APPLET.copy.NT]
;EM9RES.dll           ; Copied by coinstaller
;EM9IOC.dll           ; Copied by coinstaller
;EM9CFG.cpl           ; Copied by coinstaller
; EM9STA.exe

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

[SourceDisksFiles]      ; Win9x
;File Name              = Source Disk ID
;---------                --------------
; EM9R16.dll           = 1,win9x
; EM9CFG.dll           = 1,win9x
; EM9IOC.vxd           = 1,win9x
; EM9IOC.dll           = 1
; EM9CFG.cpl           = 1,winnt
 EM9NDS.sys           = 1
; EM9STA.exe           = 1

[SourceDisksFiles.ME]   ; WinMe
; EM9R16.dll           = 1,win9x
; EM9CFG.dll           = 1,win9x
; EM9IOC.vxd           = 1,win9x
; EM9IOC.dll           = 1
; EM9CFG.cpl           = 1,winnt
 EM9NDS.sys           = 1
; EM9STA.exe           = 1

[SourceDisksFiles.X86]  ; Win2k
; EM9RES.dll           = 1
; EM9IOC.dll           = 1
; EM9CFG.cpl           = 1,win2k
 EM9NDS.sys           = 1
; EM9STA.exe           = 1

;###############################################################################
[Strings]
;String ID              = String Text
;---------                -----------
 VER_VENDOR_STR         = "IEEE 802.11b AWLAN"
 VER_VENDOR_NAME_STR    = "IEEE 802.11b AWLAN"

 EM9_PCI1_STR         = "IEEE 802.11b Mini-PCI WLAN Adapter"
 EM9_PCI2_STR         = "IEEE 802.11b Mini-PCI WLAN Adapter"

 EM9_SERVICE_DISPLAY  = "IEEE 802.11b Mini-PCI WLAN Driver"
 INSTALL_DISK_STR       = "IEEE 802.11b Mini-PCI WLAN Install Disk"

 NETWORK_TYPE_DEF_STR   = "1"
 AUTHENT_TYPE_DEF_STR   = "65535"

 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"
 COUNTRY_STR            = "USA / Canada"
 SSID_DEF_STR           = "ANY"
 DEFAULT_STR            = "Profile 1"
 PROFILE1_STR           = "Profile 1"
 PROFILE2_STR           = "Profile 2"
 PROFILE3_STR           = "Profile 3"
 PROFILE4_STR           = "Profile 4"
 PROFILE5_STR           = "Profile 5"

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: web2, load: 1.83