TNET1130.INF Driver File Contents (wlansim2000g650winxp.exe)

;***********************************************************************
; 
; TNET1130.INF
;
; Win98/WinME/Win2k/WinXP Unified installation file for TI ACX WLAN Adapter
;
; Copyright (c) 2001, 2002, 2003 All Rights Reserved, Texas Instruments Incorporated
;
; This file is for direct installation without Install Shield
;
;***********************************************************************

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

[Manufacturer]
%DEVICE_MANUFACTURER% 	= DeviceList

; pnp cards should be excluded from select
[ControlFlags]
ExcludeFromSelect 	= *

[DeviceList]
%TIACX.DeviceDesc_Cardbus% 	= TIACX_CardBus, 	PCI\VEN_104C&DEV_9066&SUBSYS_003817CF

;=========================================================================
[TIACX_CardBus.NT]
 BusType         	= 5
 AddReg          	=TIACX.ndi.reg.NT, TI.Param.Reg, BG.Param.Reg,W2K.Param.Reg,TIACX_Cardbus.ndi.reg
 Characteristics 	= 0x84
 CopyFiles       	=TIACX.CopyFiles.NT

[TIACX_CardBus.NT.Services]
 AddService 		= TNET1130, 2, TNET1130.Service, TNET1130.EventLog

[TIACX_Cardbus.ndi.reg]
 HKR,Ndi,DeviceID,,"PCI\VEN_104C&DEV_9066&SUBSYS_003817CF"

;==========================================================================
[TIACX.ndi.reg.NT]
HKR, Ndi,               Service,    0,  "TNET1130"
HKR, Ndi\Interfaces,    LowerRange, 0,  "ethernet"
HKR, Ndi\Interfaces,    UpperRange, 0,  "ndis5"

[TNET1130.Service]
DisplayName     = %TNET1130.Service.DispName%
ServiceType     = 1 ;%SERVICE_KERNEL_DRIVER%
StartType       = 3 ;%SERVICE_DEMAND_START%
ErrorControl    = 1 ;%SERVICE_ERROR_NORMAL%
ServiceBinary   = %12%\TNET1130.sys
LoadOrderGroup  = NDIS

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

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

[W2K.Param.Reg]
HKR, ,PrivacyMode,, "0"
HKR, ,utlPrivacyMode,, "0"
HKR, ,utlAuthenticationMode,, "0"

;==========================================================================================================
[TI.Param.Reg]
 HKR, ,WLANIOC,0,"XG-350"

HKR,defaults,dot11DesiredSSID,,"ANY"
HKR,defaults,dot11PowerMode  ,,"0"
HKR,defaults,dot11FragmentationThreshold,,"4096"
HKR,defaults,dot11RTSThreshold,,"4096"
HKR,defaults,Mode4x,,"1"
HKR,defaults,dot11NetworkType,,"3"

HKR, ,dot11RadioDisableSupport,, "1"
HKR, ,dot11DesiredBSSType,, "1"
HKR, ,WiFiAdhoc,, "0"
HKR, ,DisableSsidPending,, "1"

HKR,,DeviceVxDs,,TNET1130.sys


HKR,NDI\params\dot11PowerMode,ParamDesc,,"Power Mode"
HKR,NDI\params\dot11PowerMode,type,,"enum"
HKR,NDI\params\dot11PowerMode,default,,"0"
HKR,NDI\params\dot11PowerMode\enum,"0",,"Continuous Access Mode"
HKR,NDI\params\dot11PowerMode\enum,"1",,"Maximum Power Save"
;HKR,NDI\params\dot11PowerMode\enum,"2",,"Fast Power Save"

; Fragmentation Threshold 
HKR, Ndi\Params\dot11FragmentationThreshold, ParamDesc, ,"Fragmentation Threshold"
HKR, Ndi\Params\dot11FragmentationThreshold, Type, , "int"
HKR, Ndi\Params\dot11FragmentationThreshold, Default, , "4096"
HKR, Ndi\Params\dot11FragmentationThreshold, Min, , "256"
HKR, Ndi\Params\dot11FragmentationThreshold, Max, , "4096"
HKR, Ndi\Params\dot11FragmentationThreshold, Step, , "1"
HKR, Ndi\Params\dot11FragmentationThreshold, Base, , "10"

; RTS Threshold 
HKR, Ndi\Params\dot11RTSThreshold, ParamDesc, ,"RTS Threshold"
HKR, Ndi\Params\dot11RTSThreshold, Type, , "int"
HKR, Ndi\Params\dot11RTSThreshold, Default, , "4096"
HKR, Ndi\Params\dot11RTSThreshold, Min, , "0"
HKR, Ndi\Params\dot11RTSThreshold, Max, , "4096"
HKR, Ndi\Params\dot11RTSThreshold, Step, , "1"
HKR, Ndi\Params\dot11RTSThreshold, Base, , "10"

HKR,NDI\params\Mode4x,ParamDesc,,"Mode4x"
HKR,NDI\params\Mode4x,type,,"enum"
HKR,NDI\params\Mode4x,default,,"1"
HKR,NDI\params\Mode4x\enum,"0",,"Off"
HKR,NDI\params\Mode4x\enum,"1",,"On"


[BG.Param.Reg]
HKR, ,dot11SupportedRateMask,, "8"
HKR, ,dot11BasicRateMask,, "1"

; Network Type
HKR,NDI\params\dot11NetworkType,ParamDesc,, "Network Type"
HKR,NDI\params\dot11NetworkType,type,,"enum"
HKR,NDI\params\dot11NetworkType,default,,"3"
HKR,NDI\params\dot11NetworkType\enum,"1",,"11b"
;HKR,NDI\params\dot11NetworkType\enum,"2",,"11a"
HKR,NDI\params\dot11NetworkType\enum,"3",,"11g"
;HKR,NDI\params\dot11NetworkType\enum,"4",,"11a&g"

HKR, ,dot11DesiredChannel, ,1

;=========================================================================================================
[DestinationDirs]
DefaultDestDir  = 12 ; System Directory
TIACX.CopyFiles.NT = 12


[TIACX.CopyFiles.NT]
 TNET1130.SYS
 FwRad16.bin
 FwRad17.bin

[SourceDisksNames]
1 = %DiskName%,,

[SourceDisksFiles]
TNET1130.sys  = 1
FwRad16.bin  = 1
FwRad17.bin  = 1

;============================================================================
[Strings]
DRIVER_PROVIDER 			= "Texas Instruments"
DEVICE_MANUFACTURER			= "Texas Instruments"

TNET1130.Service.DispName	= "TNET1130 WLAN Adapter"

TIACX.DeviceDesc_Cardbus 	= "TI 802.11G WLAN Adapter"
WLANAdapterHelpText		= "A WLAN Adapter provides high speed connection to the Internet through 802.11b technology"
DiskName 			= "TI WLAN Installation Disk"
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: 3.21