;*******************************************************************************
;
; IEEE 802.11g Wireless Cardbus/PCI Adapter
;
; Supported OS: Windows 2000
;
;*******************************************************************************
[Version]
;;CatalogFile=TNET1130.cat
Signature = "$Windows NT$"
Provider = %TI%
Class = Net
ClassGUID={4d36e972-e325-11ce-bfc1-08002be10318}
DriverVer=07/20/2003,4.0.41
[Manufacturer]
%TI% = TexasInstruments
; pnp cards should be excluded from select
[ControlFlags]
ExcludeFromSelect = PCI\VEN_104C&DEV_9066
[TexasInstruments]
%TIACX.DeviceDesc% = TIACX.8400, PCI\VEN_104C&DEV_9066
;
; This section is necessary for the tool
;
[TI3000P.ndi]
AddReg=TIACX.ndi.reg
[TIACX.8400.NT]
BusType = 5
AddReg =TIACX.ndi.reg.NT, TI.Param.Reg
Characteristics = 0x84
CopyFiles =TIACX.8400.CopyFiles.NT, TIACX.8400.BinFiles.NT
[TIACX.ndi.reg.NT]
HKR, Ndi, Service, 0, "TNET1130"
HKR, Ndi\Interfaces, LowerRange, 0, "ethernet"
HKR, Ndi\Interfaces, UpperRange, 0, "ndis5"
[TIACX.8400.NT.Services]
AddService = TNET1130, 2, TNET1130.Service, TNET1130.EventLog
[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
[TIACX.8400.CopyFiles.NT]
TNET1130.sys
tiacx111.bin
;
; Copy firmware to system directory for ME
;
[TIACX.8400.BinFiles.NT]
tiacx111.bin
;
; Windows9x specific
;
[TIACX.8400]
AddReg=TIACX.ndi.reg, TI.Param.Reg, TIACX.8400.Install
[TIACX.8400.Install]
HKR,Ndi\Install,,,"TIACX.8400.Copy"
HKR,Ndi\Remove,,,"TIACX.8400.Remove"
[TIACX.ndi.reg]
HKR,Ndi,DeviceID,,"PCI\VEN_104C&DEV_9066"
;HKR,Ndi,NetType,,1
HKR,Ndi,HelpText,0,%WLANAdapterHelpText%
; key,subkey,valuname,type,value
HKR,,DevLoader,,*ndis
HKR,,DeviceVxDs,,TNET1130.sys
HKR,,EnumPropPages,,"netdi.dll,EnumPropPages"
; NDIS Info
HKR, NDIS, LogDriverName, , "TNET1130"
HKR, NDIS, MajorNdisVersion, 1, 03
HKR, NDIS, MinorNdisVersion, 1, 0A
HKR,Ndi\Interfaces,DefLower,,"ethernet"
HKR,Ndi\Interfaces,LowerRange,,"ethernet"
HKR,Ndi\Interfaces,DefUpper,,"ndis3,ndis4,ndis5"
HKR,Ndi\Interfaces,UpperRange,,"ndis3,ndis4,ndis5"
; Required Components
HKR,Ndi,InstallInf,,"TNET1130.INF"
[TIACX.8400.Copy]
CopyFiles=TIACX.8400.CopyFiles
[TIACX.8400.Remove]
DelFiles=TIACX.8400.CopyFiles
[TIACX.8400.CopyFiles]
TNET1130.sys
tiacx111.bin
;
; Common sections
;
[TI.Param.Reg]
; Radio factor RSSI
HKR, ,FactorRSSI, , 88
;Rate Adaptation table
;Note - Please use 5 to represent 5.5 MBPS rate
; CCK Only
HKR, ,RateAdaptationTable0,, "1 2 5 11"
HKR, ,RateAdaptationFBThd0,, "50 50 50 50"
HKR, ,RateAdaptationSUThd0,, "30 30 30 30"
; PBCC supported
HKR, ,RateAdaptationTable1,, "1 2 5 11 22"
HKR, ,RateAdaptationFBThd1,, "50 50 50 50 50"
HKR, ,RateAdaptationSUThd1,, "30 30 30 30 30"
; OFDM
HKR, ,RateAdaptationTable2,, "1 2 5 11 18 24 36 48 54"
HKR, ,RateAdaptationFBThd2,, "50 50 50 50 45 45 45 45 20"
HKR, ,RateAdaptationSUThd2,, "30 30 30 30 30 30 10 5 0"
; PermAddress
HKR,,PermAddress,,112233
; HardwareID
HKR, ,HardwareID, ,"TNET1130"
; Desired channel
HKR, ,dot11DesiredChannel, ,11
; Tx/Rx descriptors
HKR, ,NumACXRxDescriptors, ,32
HKR, ,NumACXTxDescriptors, ,32
; LEAP User password
HKR, ,LeapUserPassword, ,""
HKR, ,CalibrationInterval, ,300
HKR, ,EnergyDetection, ,1
HKR, ,DriverDescription, ,%TIACX.DeviceDesc%
HKR, ,TriggerRxMem, ,1
HKR, ,TriggerTx, ,5
HKR, ,TriggerFcs, ,0
HKR, ,ScrPad5, ,0
HKR, ,dot11ABAMode, ,2
HKR, ,RtsCtsProtection, ,0
HKR, ,ClockRate, ,80
HKR, ,ShortSlotTime, ,0
; TcpWindowSize - TCP Window size
HKLM,System\CurrentControlSet\Services\Tcpip\Parameters, TcpWindowSize, 0x10001, 25200
HKR,NDI\params\dot11DesiredBSSType,ParamDesc,,"Network Type"
HKR,NDI\params\dot11DesiredBSSType,type,,"enum"
HKR,NDI\params\dot11DesiredBSSType,default,,"1"
HKR,NDI\params\dot11DesiredBSSType\enum,"0",,"802.11 Ad-Hoc"
HKR,NDI\params\dot11DesiredBSSType\enum,"1",,"Infrastructure"
HKR, Ndi\Params\dot11DesiredSSID, ParamDesc, ,"SSID"
HKR, Ndi\Params\dot11DesiredSSID, Type, ,"edit"
HKR, Ndi\Params\dot11DesiredSSID, LimitText, ,"32"
HKR, Ndi\Params\dot11DesiredSSID, Default,,""
HKR, Ndi\Params\dot11DesiredSSID, UpperCase,,"0"
; Desired Tx Rate
HKR,NDI\params\dot11DesiredTxRate,ParamDesc,, "Desired Tx Rate"
HKR,NDI\params\dot11DesiredTxRate,type,,"enum"
HKR,NDI\params\dot11DesiredTxRate,default,,"0"
HKR,NDI\params\dot11DesiredTxRate\enum,"0",,"Auto"
HKR,NDI\params\dot11DesiredTxRate\enum,"1",,"1 Mbps"
HKR,NDI\params\dot11DesiredTxRate\enum,"2",,"2 Mbps"
HKR,NDI\params\dot11DesiredTxRate\enum,"3",,"5.5 Mbps"
HKR,NDI\params\dot11DesiredTxRate\enum,"4",,"6 Mbps"
HKR,NDI\params\dot11DesiredTxRate\enum,"5",,"9 Mbps"
HKR,NDI\params\dot11DesiredTxRate\enum,"6",,"11 Mbps"
HKR,NDI\params\dot11DesiredTxRate\enum,"7",,"12 Mbps"
HKR,NDI\params\dot11DesiredTxRate\enum,"8",,"18 Mbps"
HKR,NDI\params\dot11DesiredTxRate\enum,"9",,"22 Mbps"
HKR,NDI\params\dot11DesiredTxRate\enum,"10",,"24 Mbps"
HKR,NDI\params\dot11DesiredTxRate\enum,"11",,"36 Mbps"
HKR,NDI\params\dot11DesiredTxRate\enum,"12",,"48 Mbps"
HKR,NDI\params\dot11DesiredTxRate\enum,"13",,"54 Mbps"
[DestinationDirs]
DefaultDestDir = 12 ; System Directory
TIACX.8400.CopyFiles = 11
TIACX.8400.BinFiles.NT = 10,system
[SourceDisksNames]
1 = %DiskName%,,
[SourceDisksFiles]
TNET1130.sys = 1
tiacx111.bin = 1
[Strings]
TI="OEM"
TIACX.DeviceDesc = "IEEE 802.11g Wireless Cardbus/PCI Adapter"
TNET1130.Service.DispName = "IEEE 802.11g Wireless Cardbus/PCI Adapter"
WLANAdapterHelpText= "A WLAN Adapter provides high speed connection to the Internet through 802.11g technology"
DiskName="IEEE 802.11g Wireless Cardbus/PCI Adapter Driver Disk"
Download Driver Pack
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.