; /****************************************************************************
; ** DEVELOPED BY MICROSOFT AND Realtek SEMICONDUCTOR CORP **
; ****************************************************************************/
; Copyright 1996-2004, Realtek Semiconductor Corporation
[version]
Signature = "$Windows NT$"
Class = Net
ClassGUID = {4d36e972-e325-11ce-bfc1-08002be10318}
Provider = %Realtek%
CatalogFile = net8190p.cat ;; for WHQL certified
DriverVer = 05/21/2008,6.1058.0521.2008
[Manufacturer]
%Realtek% = Realtek,NTx86.6.0
[ControlFlags]
ExcludeFromSelect = *
[Realtek.NTx86.6.0]
; DisplayName Section DeviceID
; ----------- ------- --------
%RTL8190p.DeviceDesc% = RTL8190p.ndi, PCI\VEN_10EC&DEV_8190
[Realtek.NTamd64.6.0]
; DisplayName Section DeviceID
; ----------- ------- --------
%RTL8190p.DeviceDesc% = RTL8190px64.ndi, PCI\VEN_10EC&DEV_8190
[RTL8190px64.ndi.NTAMD64]
Characteristics = 0x84
BusType = 5
AddReg = RTL8190p.reg
CopyFiles = RTL8190px64.CopyFiles
*IfType = 71 ; IF_TYPE_IEEE80211
*MediaType = 16 ; NdisMediumNative802_11
*PhysicalMediaType = 9 ; NdisPhysicalMediumNative802_11
[RTL8190px64.ndi.NTAMD64.Services]
;AddService = rtl8185bn64, 2, RTL8190px64.Service, RTL8190px64.EventLog
AddService = rtl8190pn64, 2, RTL8190px64.Service, RTL8190px64.EventLog
[RTL8190p.ndi.NTX86]
Characteristics = 0x84
BusType = 5
AddReg = RTL8190p.reg
CopyFiles = RTL8190p.CopyFiles
*IfType = 71 ; IF_TYPE_IEEE80211
*MediaType = 16 ; NdisMediumNative802_11
*PhysicalMediaType = 9 ; NdisPhysicalMediumNative802_11
[RTL8190p.ndi.NTX86.Services]
AddService = rtl8190p, 2, RTL8190p.Service, RTL8190p.EventLog
; /****************************************************************************
; ** register for both x86 and x64 **
; ****************************************************************************/
[RTL8190p.reg]
HKR, Ndi, Service, 0, "NET8190P"
HKR, Ndi\Interfaces, UpperRange, 0, "ndis5"
HKR, Ndi\Interfaces, LowerRange, 0, "wlan,ethernet"
HKR,Ndi\params\QoS, ParamDesc, 0, %QOS_STR%
HKR,Ndi\params\QoS, type, 0, "enum"
HKR,Ndi\params\QoS, default, 0, "1"
HKR,Ndi\params\QoS\enum, "0", 0, "Disable"
HKR,Ndi\params\QoS\enum, "1", 0, "Enable"
HKR,defaults,QoS,0,"1"
HKR,,QoS,0,"1"
HKR,Ndi\params\WiFi11bIbss, ParamDesc, 0, %WIFI_IBSS_STR%
HKR,Ndi\params\WiFi11bIbss, type, 0, "enum"
HKR,Ndi\params\WiFi11bIbss, default, 0, "0"
HKR,Ndi\params\WiFi11bIbss\enum, "0", 0, "Disable"
HKR,Ndi\params\WiFi11bIbss\enum, "1", 0, "Enable"
HKR,defaults,WiFi11bIbss,0,"0"
HKR,,WiFi11bIbss,0,"0"
HKR,,ProtectionImpMode,0,"0"
HKR,Ndi\params\SSID, ParamDesc, 0, %SSID_STR%
HKR,Ndi\params\SSID, type, 0, "edit"
HKR,Ndi\params\SSID, default, 0, "ANY"
HKR,Ndi\params\SSID, LimitText, 0, "32"
HKR,defaults,SSID,0,"ANY"
HKR,,SSID,0,"ANY"
HKR,Ndi\params\Channel, ParamDesc, 0, %CHANNEL_STR%
HKR,Ndi\params\Channel, type, 0, "int"
HKR,Ndi\params\Channel, default, 0, "1"
HKR,Ndi\params\Channel, Min, 0, "1"
HKR,Ndi\params\Channel, Max, 0, "14"
HKR,Ndi\params\Channel, Step, 0, "1"
HKR,Ndi\params\Channel, Base, 0, "10"
HKR,defaults,Channel,0,"1"
HKR,,Channel,0,"1"
HKR,Ndi\params\NetworkType, ParamDesc, 0, %NETWORK_TYPE_STR%
HKR,Ndi\params\NetworkType, type, 0, "enum"
HKR,Ndi\params\NetworkType, default, 0, "1"
HKR,Ndi\params\NetworkType\enum, "0", 0, "Ad Hoc"
HKR,Ndi\params\NetworkType\enum, "1", 0, "Infrastructure"
HKR,Ndi\params\NetworkType\enum, "2", 0, "Auto select"
HKR,defaults,NetworkType,0,"1"
HKR,,NetworkType,0,"1"
; For PSP XLink mode, 2006.09.04, by shien chang.
HKR,Ndi\params\PSPXlinkMode, ParamDesc, 0, %PSP_XLINK_STR%
HKR,Ndi\params\PSPXlinkMode, type, 0, "enum"
HKR,Ndi\params\PSPXlinkMode, default, 0, "0"
HKR,Ndi\params\PSPXlinkMode\enum, "0", 0, "Disable"
HKR,Ndi\params\PSPXlinkMode\enum, "1", 0, "Enable"
HKR,defaults,PSPXlinkMode,0,"0"
HKR,,PSPXlinkMode,0,"0"
HKR,,DefaultKeyID,,"0"
HKR,,DefaultKey0,,""
HKR,,DefaultKey1,,""
HKR,,DefaultKey2,,""
HKR,,DefaultKey3,,""
;; For WiFi test, 1: WiFi Config and 0: Performance Config
HKR,,WiFiConfg,,"0"
; /****************************************************************************
; ** X86 section **
; ****************************************************************************/
[RTL8190p.Service]
DisplayName = %Realtek.Service.DispName%
ServiceType = 1 ;SERVICE_KERNEL_DRIVER
StartType = 3 ;SERVICE_DEMAND_START
ErrorControl = 1 ;SERVICE_ERROR_NORMAL
ServiceBinary = %12%\rtl8190p.sys
LoadOrderGroup = NDIS
[RTL8190p.EventLog]
AddReg = RTL8190p.AddEventLog.reg
[RTL8190p.AddEventLog.reg]
HKR, , EventMessageFile, 0x00020000, "%%SystemRoot%%\System32\netevent.dll"
HKR, , TypesSupported, 0x00010001, 7
[RTL8190p.CopyFiles]
rtl8190p.sys,,,2
; /****************************************************************************
; ** X64 section **
; ****************************************************************************/
[RTL8190px64.Service]
DisplayName = %Realtek.Service.DispName%
ServiceType = 1 ;SERVICE_KERNEL_DRIVER
StartType = 3 ;SERVICE_DEMAND_START
ErrorControl = 1 ;SERVICE_ERROR_NORMAL
ServiceBinary = %12%\rtl8190p.sys
LoadOrderGroup = NDIS
[RTL8190px64.EventLog]
AddReg = RTL8190px64.AddEventLog.reg
[RTL8190px64.AddEventLog.reg]
HKR, , EventMessageFile, 0x00020000, "%%SystemRoot%%\System32\netevent.dll"
HKR, , TypesSupported, 0x00010001, 7
[RTL8190px64.CopyFiles]
rtl8190p.sys,,,2
; /****************************************************************************
; ** common section **
; ****************************************************************************/
[SourceDisksNames]
1 = %DiskDescription%,,,
[SourceDisksFiles]
rtl8190p.sys = 1
rtl8190p.sys = 1
[DestinationDirs]
RTL8190p.CopyFiles = 12
RTL8190px64.CopyFiles = 12
DefaultDestDirs = 11
[Strings]
Msft = "Microsoft"
Realtek = "Realtek Semiconductor Corp"
RTL8190p.DeviceDesc = "TRENDnet Wireless N PC Card/PCI Adapter"
Realtek.Service.DispName = "TRENDnet Wireless N PC Card/PCI Adapter Driver"
DiskDescription = "Realtek Driver"
TransmitBuffers = "Transmit Buffers"
ReceiveBuffers = "Receive Buffers"
SSID_STR = "SSID"
CHANNEL_STR = "Channel"
NETWORK_TYPE_STR = "Network Type"
LED_CONTROL_STR = "LED Control"
POWER_SAVE_STR = "Power Save Mode"
WIFI_IBSS_STR = "IBSS Default 11b Mode"
RATE_ADAPTIVE_STR = "Rate Adaptive"
QOS_STR = "QoS"
FORCE_PRIORITY_STR = "Forced Priority"
HW_PARA_STR = "Init from HwParaFile"
THREE_WIRE_MODE_STR = "Three Wire Programming Mode"
BOARD_TYPE_STR = "Board Type"
PROTECTION_MODE_STR = "Protection Mode"
TPC_STR = "Transmit Power Control"
TPC_POLARITY_STR = "TPC Polarity Select"
PSP_XLINK_STR = "PSP XLink Mode"
HIGH_POWER_STR = "High Power Mechanism"
INIT_GAIN_STR = "Initial Gain State"
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.