EM9NIC.inf Driver File Contents (tm430802.exe)

;***********************************************************************
;
; EM9NIC.INF
;
;   This installation script supports Windows 2000 and XP for the
;   Wistron NeWeb Wireless LAN Adapters.
;
;   Copyright (c) 2001 Wistron NeWeb, Inc
;   All Rights Reserved.
;
;***********************************************************************

[Version]
 DriverVer = 01/10/2002, 1.7.37
 Signature           = "$Chicago$"
 Compatible          = 1
 Class               = Net
 ClassGUID           = {4d36e972-e325-11ce-bfc1-08002be10318}
 Provider            = %VER_VENDOR_STR%
 CatalogFile         = EM9NIC.cat


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

[Manufacturer]
 %VER_VENDOR_NAME_STR% = DeviceList

[DeviceList]
%PRISM_PCI_STR%    = PRISM_PCI,    PCI\VEN_1260&DEV_3873&SUBSYS_38731260

[PRISM_PCI]            ; Win9x
 AddReg         = PRISM_PCI.reg, COMMON_PCI.reg, COMMON_NDIS.reg, COMMON.reg
 CopyFiles      = PRISM_DRIVER.copy

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

[PRISM_PCI.NT.Services]
 AddService     = PRISM, 2, PRISM_DRIVER.Service, PRISM_DRIVER.EventLog

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


[PRISM_DRIVER.Service]
 DisplayName    = %PRISM_SERVICE_DISPLAY%
 ServiceType    = 1    ; SERVICE_KERNEL_DRIVER
 StartType      = 3    ; SERVICE_DEMAND_START
 ErrorControl   = 1    ; NORMAL
 ServiceBinary  = %12%\EM9NDS.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_PCI.reg]
;RegKey,SubKey          ,Name                   ,Type   ,Value
;-------------          -----                   -----   ------
 HKR,NDI                ,Service                ,0      ,"PRISM"
 HKR,NDI                ,CardType               ,0      ,"PCI"
 HKR,                   ,BusType                ,0      ,"5"
 HKR,                   ,DeviceVxDs             ,0      ,"EM9NDS.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      ,"EM9"
 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,default,0,"1"
 HKR,NDI\params\PSMode,ParamDesc,,%POWER_SAVE_STR%
 HKR,NDI\params\PSMode,type,,"enum"
 HKR,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]
;Uncomment the line above to install without user interface prompts

 HKR,defaults,ListenInterval,0,"3"
 HKR,Ndi\params\ListenInterval,default,0,"3"
 HKR,NDI\params\ListenInterval,ParamDesc,,%LISTENINTERVAL_STR%
 HKR,NDI\params\ListenInterval,type,,"int"
 HKR,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,default,0,"2432"
 HKR,NDI\params\RTSThresh,ParamDesc,0,%RTSTHRESH_STR%
 HKR,NDI\params\RTSThresh,type,0,"int"
 HKR,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,default,0,"2432"
 HKR,NDI\params\FragThresh,ParamDesc,0,%FRAGTHRESH_STR%
 HKR,NDI\params\FragThresh,type,0,"int"
 HKR,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,default,0,"1"
 HKR,NDI\params\PreambleMode,ParamDesc,,%SHORT_PREAM_STR%
 HKR,NDI\params\PreambleMode,type,,"enum"
 HKR,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,default,0,"65535"
 HKR,NDI\params\AuthentAlg,ParamDesc,,%AUTHENT_TYPE_STR%
 HKR,NDI\params\AuthentAlg,type,,"enum"
 HKR,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,default,0,"0"
 HKR,NDI\params\AdhocDemoMode,ParamDesc,,%ADHOC_DEMO_STR%
 HKR,NDI\params\AdhocDemoMode,type,,"enum"
 HKR,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"


;
;	ProfileName
;
 HKR,,ProfileName,,%PROFILE1%				
 HKR,defaults,ProfileName,,%PROFILE1%			

 HKR,ProfileList\1,ProfileName,,%PROFILE1%		
 HKR,ProfileList\2,ProfileName,,%PROFILE2%		
 HKR,ProfileList\3,ProfileName,,%PROFILE3%		
 HKR,ProfileList\4,ProfileName,,%PROFILE4%		
 HKR,ProfileList\5,ProfileName,,%PROFILE5%		
;
; SSID
; 
 HKR,,SSID,,%SSID_DEF_STR%			
 HKR,defaults,SSID,,%SSID_DEF_STR% 

 HKR,ProfileList\1,SSID,,%SSID_DEF_STR%		
 HKR,ProfileList\2,SSID,,%SSID_DEF_STR%		
 HKR,ProfileList\3,SSID,,%SSID_DEF_STR%		
 HKR,ProfileList\4,SSID,,%SSID_DEF_STR%		
 HKR,ProfileList\5,SSID,,%SSID_DEF_STR%		
 HKR,NDI\params\SSID,ParamDesc,,"SSID"
 HKR,NDI\params\SSID,type,,edit
 HKR,NDI\params\SSID,limitText,,32
 HKR,NDI\params\SSID,default,,%SSID_DEF_STR%
 HKR,NDI\params\SSID,flag,1,30,00,00,00
;
; Channel
; 
 HKR,,DSChannel,,%DSCHANNEL_DEF_STR%
 HKR,defaults,DSChannel,,%DSCHANNEL_DEF_STR%

 HKR,ProfileList\1,DSChannel,,%DSCHANNEL_DEF_STR%		
 HKR,ProfileList\2,DSChannel,,%DSCHANNEL_DEF_STR%		
 HKR,ProfileList\3,DSChannel,,%DSCHANNEL_DEF_STR%		
 HKR,ProfileList\4,DSChannel,,%DSCHANNEL_DEF_STR%		
 HKR,ProfileList\5,DSChannel,,%DSCHANNEL_DEF_STR%		
;
; Network Type
;
 HKR,,NetworkType,,%NETWORK_TYPE_DEF_STR%
 HKR,defaults,NetworkType,,%NETWORK_TYPE_DEF_STR%

 HKR,ProfileList\1,NetworkType,,%NETWORK_TYPE_DEF_STR%		
 HKR,ProfileList\2,NetworkType,,%NETWORK_TYPE_DEF_STR%		
 HKR,ProfileList\3,NetworkType,,%NETWORK_TYPE_DEF_STR%		
 HKR,ProfileList\4,NetworkType,,%NETWORK_TYPE_DEF_STR%		
 HKR,ProfileList\5,NetworkType,,%NETWORK_TYPE_DEF_STR%		

 HKR,NDI\params\NetworkType,ParamDesc,,"Network Type"
 HKR,NDI\params\NetworkType,type,,enum
 HKR,NDI\params\NetworkType,default,,%NETWORK_TYPE_DEF_STR%
 HKR,NDI\params\NetworkType,flag,1,30,00,00,00
 HKR,NDI\params\NetworkType\enum,0,,"802.11 Ad Hoc"
 HKR,NDI\params\NetworkType\enum,1,,"Infrastructure"
 HKR,NDI\params\NetworkType\enum,3,,"Ad Hoc"
;
;	Wep Required
;
 HKR,,WepReq,0,0
 HKR,defaults,WepReq,0,0

 HKR,ProfileList\1,WepReq,0,0			
 HKR,ProfileList\2,WepReq,0,0			
 HKR,ProfileList\3,WepReq,0,0			
 HKR,ProfileList\4,WepReq,0,0			
 HKR,ProfileList\5,WepReq,0,0			

;HKR,NDI\params\WepReq,,0,0
 HKR,NDI\params\WepReq,ParamDesc,,%WEPREQ_STR%
 HKR,NDI\params\WepReq,flag,1,30,00,00,00
 HKR,NDI\params\WepReq,type,,enum
 HKR,Ndi\params\WepReq,default,,0
 HKR,NDI\params\WepReq\enum,0,,"Disabled"
 HKR,NDI\params\WepReq\enum,2,,"64 bit"
 HKR,NDI\params\WepReq\enum,6,,"128 bit"
 HKR,NDI\params\WepReq,optional,0,0
;
; TxRate
;
 HKR,,TxRate,,15
 HKR,defaults,TxRate,,15

 HKR,ProfileList\1,TxRate,,15			
 HKR,ProfileList\2,TxRate,,15			
 HKR,ProfileList\3,TxRate,,15			
 HKR,ProfileList\4,TxRate,,15			
 HKR,ProfileList\5,TxRate,,15			

 HKR,NDI\params\TxRate,ParamDesc,,"Transmit Rate"
 HKR,NDI\params\TxRate,type,,enum
 HKR,NDI\params\TxRate,default,,15
 HKR,NDI\params\TxRate,flag,1,30,00,00,00
 HKR,NDI\params\TxRate\enum,1,,"Fixed 1 Mb/s"
 HKR,NDI\params\TxRate\enum,2,,"Fixed 2 Mb/s"
 HKR,NDI\params\TxRate\enum,3,,"Auto Select 1 or 2"
 HKR,NDI\params\TxRate\enum,4,,"Fixed 5.5 Mb/s"
 HKR,NDI\params\TxRate\enum,8,,"Fixed 11 Mb/s"
 HKR,NDI\params\TxRate\enum,15,,"Fully Auto"
;
; PS Mode
;
 HKR,,PSMode,0,1						
 HKR,defaults,PSMode,0,1					

 HKR,ProfileList\1,PSMode,0,1			
 HKR,ProfileList\2,PSMode,0,1			
 HKR,ProfileList\3,PSMode,0,1			
 HKR,ProfileList\4,PSMode,0,1			
 HKR,ProfileList\5,PSMode,0,1			

;HKR,NDI\params\PSMode,,0,1				
 HKR,NDI\params\PSMode,ParamDesc,,"Power Save Mode"
 HKR,NDI\params\PSMode,type,,enum
 HKR,NDI\params\PSMode,default,,1
 HKR,NDI\params\PSMode,flag,1,30,00,00,00
 HKR,NDI\params\PSMode\enum,1,,"Disabled"
 HKR,NDI\params\PSMode\enum,2,,"Enabled"
;
;	Country
;
 HKR,,Country,,%COUNTRY_DEF_STR%				
 HKR,ProfileList\1,Country,,%COUNTRY_DEF_STR%		
 HKR,ProfileList\2,Country,,%COUNTRY_DEF_STR%		
 HKR,ProfileList\3,Country,,%COUNTRY_DEF_STR%		
 HKR,ProfileList\4,Country,,%COUNTRY_DEF_STR%		
 HKR,ProfileList\5,Country,,%COUNTRY_DEF_STR%		

;
;	DefaultKeyID
;
 HKR,ProfileList\1,DefaultKeyID,,1			
 HKR,ProfileList\2,DefaultKeyID,,1			
 HKR,ProfileList\3,DefaultKeyID,,1			
 HKR,ProfileList\4,DefaultKeyID,,1			
 HKR,ProfileList\5,DefaultKeyID,,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.NT   = 12 ; Win2k=%windir%\system32\drivers

[PRISM_DRIVER.copy]
 EM9NDS.sys

[PRISM_DRIVER.copy.NT]
 EM9NDS.sys

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

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

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


;###############################################################################
[Strings]
;String ID              = String Text
;---------                -----------
 VER_VENDOR_STR         = "Wistron NeWeb"
 VER_VENDOR_NAME_STR    = "Wistron NeWeb Corporation"

 
 PRISM_PCI_STR         = "Wistron NeWeb 802.11b Wireless LAN PCI Card"
 

 PRISM_SERVICE_DISPLAY  = "Wistron NeWeb 802.11b Wireless LAN PCI Card Driver"
 INSTALL_DISK_STR       = "IEEE 802.11b Mini-PCI WLAN Install Disk"

 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"
 
 PROFILE1		= "Default 1"
 PROFILE2		= "Default 2"		
 PROFILE3		= "Default 3"
 PROFILE4		= "Default 4"
 PROFILE5		= "Default 5"
 WEPREQ_STR		= "Use Wep"	
 SSID_DEF_STR		= "ANY"
 NETWORK_TYPE_DEF_STR	= "1"
 AUTHENT_TYPE_DEF_STR	= "2"
 DSCHANNEL_DEF_STR	= "6"
 COUNTRY_DEF_STR 	= "USA/Canada"
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.96