sis162u.inf Driver File Contents (wlb-1500-1.0.zip)

;*****************************************************************************
;*
;*  Copyright (c)2004.
;*
;* INF file for Windows XP--- sis162u.inf
;*
;*****************************************************************************

[Version]
Signature           = "$Windows NT$"
Class               = Net
ClassGUID           = {4d36e972-e325-11ce-bfc1-08002be10318}
Provider            = %SiSMfg%
CatalogFile	    = sis162u.cat
DriverVer           = 05/28/2004,5.1.1039.1030

[Manufacturer]
%SiSMfg%            = SiS

[ControlFlags]
ExcludeFromSelect   =USB\VID_0457&PID_0162 

[SiS]
%sis162.DeviceDesc%  = sis162.ndi1, USB\VID_0457&PID_0162

;------------------------------------------------------------------------
; SIS
;

[sis162.ndi1]
Characteristics     = 0x84    ; NCF_PHYSICAL
BusType             = 15       ;usb
DelReg              = SiSDefault.reg, SiSWireless.reg, nt5.reg,sisuninstall.reg,sisuninstall1.reg,Inst1.reg 
AddReg              = SiSDefault.reg, SiSWireless.reg, nt5.reg,sisuninstall.reg,sisuninstall1.reg,Inst1.reg
CopyFiles           = sis162.CopyFiles,Uninstall.CopyFiles,Inst.CopyFiles

[sis162.ndi1.Services]
AddService          = SIS162u, 2, sis162u.Service, common.EventLog

;----------------------------------------------------------------------------
; Common driver parameters
;
[SiSDefault.reg]

;====== Driver Information for UI ======;
HKR,,DriverName   ,2,"SiS162u.sys"
HKR,Ndi\SiSdefault\,SiSWirelessLan  ,2,"VID_0457&PID_0162"
;=======================================;

;================ only set init value ==================
HKR,Ndi\SiSdefault\,Channel,2,"000"
HKR,Ndi\SiSdefault\,InfrastructureMode,2,"000"
HKR,Ndi\SiSdefault\,AuthenticationMode,2,"000"
HKR,Ndi\SiSdefault\,Preamble,2,"002"
HKR,Ndi\SiSdefault\,AntennaSelect,2,"0ff"
HKR,Ndi\SiSdefault\,SSID,2,"LOCAL"
HKR,Ndi\SiSdefault\,Password,2,""
HKR,Ndi\SiSdefault\,WepStatus,2,"000"
HKR,Ndi\SiSdefault\,TransmitKey,2,"001"
HKR,Ndi\SiSdefault\,WepStatus1,2, "001"
HKR,Ndi\SiSdefault\,KeyData1,2,""
HKR,Ndi\SiSdefault\,WepStatus2,2,"001"
HKR,Ndi\SiSdefault\,KeyData2,2,""
HKR,Ndi\SiSdefault\,WepStatus3,2,"001"
HKR,Ndi\SiSdefault\,KeyData3,2,""
HKR,Ndi\SiSdefault\,WepStatus4,2,"001"
HKR,Ndi\SiSdefault\,KeyData4,2,""
HKR,Ndi\SiSdefault\,HWProbe,2,"000"
HKR,Ndi\SiSdefault\,FrameThreshold,2,"2312"
HKR,Ndi\SiSdefault\,RTSThreshold,2,"2312"
HKR,Ndi\SiSdefault\,TxRate,2,"003"
HKR,Ndi\SiSdefault\,BeaconInterval,2,"100"
HKR,Ndi\SiSdefault\,ListenInterval,2,"1"
HKR,Ndi\SiSdefault\,CTxPower12345,2,"24924924"
HKR,Ndi\SiSdefault\,CTxPower6789A,2,"24924924"
HKR,Ndi\SiSdefault\,CTxPowerBCDE,2,"924924"
HKR,Ndi\SiSdefault\,SiSRFReg,2,"80"
HKR,Ndi\SiSdefault\,TxRetryCounts,2,"7"
HKR,Ndi\SiSdefault\,TxPowerLevel,2,"3f"
HKR,Ndi\SiSdefault\,PowerMode,2,"000"
HKR,Ndi\SiSdefault\,ATIMWindow,2,"5"
HKR,Ndi\SiSdefault\,PromiscuousOption,2,"1"
HKR,Ndi\SiSdefault\,RFType,2,"3"
HKR,Ndi\SiSdefault\,Distance,2,"0"
HKR,Ndi\SiSdefault\,Radio,2,"1"
;-----------------------------------------------------------------------------

[SiSWireless.reg]
;====== Driver Information for UI ======;
HKR,,SiSWirelessLan,2,"VID_0457&PID_0162"
;=======================================;
HKR, Ndi\params\SSID,		ParamDesc, , "SSID"
HKR, NDI\params\SSID,		default,,""
HKR, Ndi\params\SSID,		optional,,"1"
HKR, NDI\params\SSID,		type,,"edit"
HKR, NDI\params\SSID,		LimitText,,"32"
HKR, NDI\params\SSID,		UpperCase,,"0"

HKR, Ndi\params\InfrastructureMode,		ParamDesc, 0, "Network Mode"
HKR, Ndi\params\InfrastructureMode,		default,   0, "000"
HKR, Ndi\params\InfrastructureMode,		type,      0, "enum"
HKR, Ndi\params\InfrastructureMode\enum,	"000",     0, "Infrastructure"
HKR, Ndi\params\InfrastructureMode\enum,	"002",     0, "802.11 Ad-Hoc"

HKR, Ndi\params\Preamble,	ParamDesc, 0, "Preamble Type"
HKR, Ndi\params\Preamble,	default,   0, "002"
HKR, Ndi\params\Preamble,	type,      0, "enum"
HKR, Ndi\params\Preamble\enum,	"000",     0, "Short Tx Preamble"
HKR, Ndi\params\Preamble\enum,	"001",     0, "Long Tx Preamble"
HKR, Ndi\params\Preamble\enum,	"002",     0, "Auto"

HKR, Ndi\params\AuthenticationMode,		ParamDesc, 0, "Authentication Mode"
HKR, Ndi\params\AuthenticationMode,		default,   0, "000"
HKR, Ndi\params\AuthenticationMode,		type,      0, "enum"
HKR, Ndi\params\AuthenticationMode\enum,	"000",     0, "Open System"
HKR, Ndi\params\AuthenticationMode\enum,	"001",     0, "Shared Key"
HKR, Ndi\params\AuthenticationMode\enum,	"002",     0, "Auto"

HKR, Ndi\params\FrameThreshold,ParamDesc,,"Fragmentation Threshold"
HKR, NDI\params\FrameThreshold,default,,"2432"
HKR, Ndi\params\FrameThreshold,optional,,"0"
HKR, NDI\params\FrameThreshold,type,,"edit"
HKR, NDI\params\FrameThreshold,LimitText,,"5"
HKR, NDI\params\FrameThreshold,UpperCase,,"0"

HKR, Ndi\params\RTSThreshold,ParamDesc,,"RTS Threshold"
HKR, NDI\params\RTSThreshold,default,,"2432"
HKR, Ndi\params\RTSThreshold,optional,,"0"
HKR, NDI\params\RTSThreshold,type,,"edit"
HKR, NDI\params\RTSThreshold,LimitText,,"5"
HKR, NDI\params\RTSThreshold,UpperCase,,"0"

;================ only set init value ==================
HKR,,Channel,2,"000"
HKR,,AntennaSelect,2,"0ff"
HKR,,Password,2,""
HKR,,WepStatus,2,"000"
HKR,,TransmitKey,2,"001"
HKR,,WepStatus1,2, "001"
HKR,,KeyData1,2,""
HKR,,WepStatus2,2,"001"
HKR,,KeyData2,2,""
HKR,,WepStatus3,2,"001"
HKR,,KeyData3,2,""
HKR,,WepStatus4,2,"001"
HKR,,KeyData4,2,""
HKR,,HWProbe,2,"000"
HKR,,TxRate,2,"003"
HKR,,BeaconInterval,2,"100"
HKR,,ListenInterval,2,"1"
HKR,,CTxPower12345,2,"24924924"
HKR,,CTxPower6789A,2,"24924924"
HKR,,CTxPowerBCDE,2,"924924"
HKR,,SiSRFReg,2,"80"
HKR,,TxRetryCounts,2,"7"
HKR,,TxPowerLevel,2,"3f"
HKR,,PowerMode,2,"000"
HKR,,ATIMWindow,2,"5"
HKR,,PromiscuousOption,2,"1"
HKR,,RFType,2,"3"
HKR,,Distance,2,"0"
HKR,,SWLED_PE2, 2, "2"
HKR,,USE_SW_AUTO_TXRATE,2,"1"
;-----------------------------------------------------------------------------

;==================================================================================================
											
											
;-----------------------------------------------------------------------------
; Ndi object registration
;
;NT specific
[nt5.reg]
HKR, Ndi,                               Service,            0, "SIS162u"
HKR, Ndi\Interfaces,                    UpperRange,         0, "ndis5"
HKR, Ndi\Interfaces,                    LowerRange,         0, "ethernet"

;--------------------------------------------------------------------------------
; Services Sections for NT
;
[sis162u.Service]
DisplayName         = %sis162.Service.DispName%
ServiceType         = 1 ;%SERVICE_KERNEL_DRIVER%
StartType           = 3 ;%SERVICE_DEMAND_START%
ErrorControl        = 1 ;%SERVICE_ERROR_NORMAL%
ServiceBinary       = %12%\sis162u.sys
LoadOrderGroup      = NDIS

[common.EventLog]
AddReg              = common.AddEventLog.reg

[common.AddEventLog.reg]
HKR,,EventMessageFile,   0x00020000, = "%%SystemRoot%%\System32\netevent.dll"
HKR,,TypesSupported,     0x00010001, = 7

;----------------------------------------------------------------------------
; Copy files
;
[DestinationDirs]
DefaultDestDir      = 12
SiS162.CopyFiles    = 12
;;Uninstall.CopyFiles  = 16422,SiS162u\Uninst
Inst.CopyFiles       =11

[SourceDisksNames]
;;1                   = %SiSSourceDiskName%,,,""
1                   = %DISKNAME%,,,""

[SourceDisksFiles]
sis162u.inf=1
sis162u.sys=1
;;Uninst2k.exe=1
SiSWInst.dll=1
SiSWPars.dll=1
SiSWBase.dll=1

[sis162.CopyFiles]
sis162u.sys

[Uninstall.CopyFiles]
;;uninst2k.exe

[Inst.CopyFiles]
SiSWInst.dll
SiSWPars.dll
SiSWBase.dll

;----------------------------------------------------------------------------
; Localizable Strings
;
[Strings]
;SiS				= "SiS"
SiSMfg				="OEM"
sis162.DeviceDesc		="802.11b USB 2.0 Wireless LAN Adapter"
DISKNAME 			="802.11b USB 2.0 Wireless LAN Adapter Driver Disk"

;=============================================================================;
;;sis162.Service.DispName       = "SiS 162 usb Wireless LAN Adapter Driver"
SiSSourceDiskName             ="802.11b USB 2.0 Wireless LAN Adapter Driver Disk"

SiS162uUninst                  ="Software\Microsoft\Windows\CurrentVersion\Uninstall\SiS162u"
SiS162uUninst1                 ="Software\Microsoft\Windows\CurrentVersion\Uninstall\SiS162u\SiS162u1"
;=============================================================================;
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.92