PhTvTune.inf Driver File Contents (w2kxpdrv.zip)

[Version]
LayoutFile=LAYOUT.INF, layout1.inf, layout2.inf
signature="$CHICAGO$"
Class=MEDIA
ClassGUID={4d36e96c-e325-11ce-bfc1-08002be10318}
Provider=%ASUSTeK%
; _OEM_  Enter name of .cat file from WHQL, containing the digital signature.
; _OEM_  The catalog file has to be in the same location as the INF file.
CatalogFile=PhTvTune.cat
DriverVer=08/27/2002, 1.6.0.0

[ControlFlags]
;ExcludeFromSelect=*

[Manufacturer]
%ASUSTeK%=ASUSTeK

[DestinationDirs]
PhTVTune.CopyDrivers = 10,system32\drivers

[SourceDisksFiles]
PhTVTune.sys=1

[SourceDisksNames]
1=%DiskName%,,


[ASUSTeK]
%PhTVTune.DeviceDescFQ%=PhTVTune.DeviceFQ,STREAM\TunerFQ
%PhTVTune.DeviceDescFM%=PhTVTune.DeviceFM,STREAM\TunerFM


[PhTVTune.DeviceFQ]
Include    = ks.inf, kscaptur.inf
Needs      = KS.Registration,KSCAPTUR.Registration
AddReg     = PhTVTune.addreg,TunerFQ.addreg
CopyFiles  = PhTVTune.CopyDrivers
KnownFiles = PhTVTune.KnownFiles

[PhTVTune.DeviceFQ.NT]
Include    = ks.inf, kscaptur.inf
Needs      = KS.Registration,KSCAPTUR.Registration.NT
CopyFiles  = PhTVTune.CopyDrivers
AddReg     = PhTVTune.AddReg,TunerFQ.addreg
KnownFiles = PhTVTune.KnownFiles

[PhTVTune.DeviceFM]
Include    = ks.inf, kscaptur.inf
Needs      = KS.Registration,KSCAPTUR.Registration
AddReg     = PhTVTune.addreg,TunerFM.addreg
CopyFiles  = PhTVTune.CopyDrivers
KnownFiles = PhTVTune.KnownFiles

[PhTVTune.DeviceFM.NT]
Include    = ks.inf, kscaptur.inf
Needs      = KS.Registration,KSCAPTUR.Registration.NT
CopyFiles  = PhTVTune.CopyDrivers
AddReg     = PhTVTune.AddReg,TunerFM.addreg
KnownFiles = PhTVTune.KnownFiles

[PhTVTune.AddReg]
HKR,,DevLoader,,*ntkern
HKR,,NTMPDriver,,PhTVTune.sys
HKR,,PageOutWhenUnopened,3,0
;---------------------------------------------------------------
; Tuner related values
; All values in the tuner key are string values
;---------------------------------------------------------------

; _OEM_  I2C address: "0xc0" : AS (I2C address pin of the tuner to ground), e.g. Proteus board
;                     "0xc2" : AS between 0.2 and 0.3 V  Default value if AS is unconnected
HKR,,Address,,0xc0         ; I2C address

; _OEM_  Select the correct tuner type.
;HKR,,TunerType,,FM1216ME   ; "FI1216MK2": CCIR B/G system                  (Western Europe)
                           ; "FI1216MF" : CCIR B/G, L/L1 system            (W. Europe, SE Asia, OZ, NZ)
                           ; "FM1216MK2": CCIR B/G system + FM radio       (Western Europe)
                           ; "FI1236"   : RTMA M+N system                  (USA)
                           ; "FM1236"   : RTMA M+N system + FM radio       (USA)
                           ; "FI1246"   : CCIR I system                    (UK, Ireland, SA, H.K.)
                           ; "FM1246"   : CCIR I system + FM radio         (UK, Ireland, SA, H.K.)
                           ; "FI1256"   : OIRT system                      (China, Russia, E. Europe)
                           ; "FM1256"   : OIRT system + FM radio           (China, Russia, E. Europe)
			   ;
                           ; "FM1216ME" : CCIR B/G, L/L1, D/K, I system + FM radio (Europe, Asia)
                           ; "FQ1236MK3": RTMA M+N system                  (USA)
                           ; "FM1236MK3": PAL/SECAM system + FM radio      (USA)
			   ;

; _OEM_  For multistandard tuners add the default video standard here (e.g. 0x00000010 for PAL B)
HKR,,DefaultStandard,,0x00000010  ; KS_AnalogVideo_PAL_B

; =================== PhTVTune ==================================
[TunerFQ.AddReg]
HKR,,TunerType,,FQ1216ME

[TunerFM.AddReg]
HKR,,TunerType,,FM1216ME

[PhTVTune.CopyDrivers]
PhTVTune.sys 

[PhTVTune.KnownFiles]
PhTVTune.sys=safe

[PhTVTune.DeviceFQ.Interfaces]
AddInterface={a799a800-a46d-11d0-a18c-00a02401dcd4},"GLOBAL",TvTuner,

[PhTVTune.DeviceFQ.NT.Interfaces]
AddInterface={a799a800-a46d-11d0-a18c-00a02401dcd4},"GLOBAL",TvTuner,

[PhTVTune.DeviceFM.Interfaces]
AddInterface={a799a800-a46d-11d0-a18c-00a02401dcd4},"GLOBAL",TvTuner,

[PhTVTune.DeviceFM.NT.Interfaces]
AddInterface={a799a800-a46d-11d0-a18c-00a02401dcd4},"GLOBAL",TvTuner,

[TvTuner]
AddReg=TvTuner.AddReg

[TvTuner.AddReg]
HKR,,CLSID,,{266EEE40-6C63-11cf-8A03-00AA006ECB65}
HKR,,FriendlyName,,%DeviceName%

[PhTVTune.DeviceFQ.NT.Services]
AddService = PhTVTune,0x00000002,PhTVTune.ServiceInstall

[PhTVTune.DeviceFM.NT.Services]
AddService = PhTVTune,0x00000002,PhTVTune.ServiceInstall

[PhTVTune.ServiceInstall]
DisplayName   = %PhTVTune.DeviceDesc%
ServiceType   = %SERVICE_KERNEL_DRIVER%
StartType     = %SERVICE_DEMAND_START%
ErrorControl  = %SERVICE_ERROR_NORMAL%
ServiceBinary = %12%\PhTVTune.sys

;---------------------------------------------------------------
;                S t r i n g s
;---------------------------------------------------------------

[Strings]

;----------------
; Non-Localizable
;----------------

SERVICE_KERNEL_DRIVER=1
SERVICE_ERROR_NORMAL=1
SERVICE_AUTO_START=2
SERVICE_DEMAND_START=3

ASUSTeK               = "ASUSTeK"
captureClassName      = "Sound, video and game controllers"
DiskName              = "ASUS TV7134 WDM TVTuner Install disk"
PhTVTune.DeviceDesc   = "ASUS TV7134 WDM TVTuner"
PhTVTune.DeviceDescFQ = "ASUS TV7134 WDM TVTuner (FQ1216ME)"
PhTVTune.DeviceDescFM = "ASUS TV7134 WDM TVTuner (FM1216ME)"
DeviceName            = "ASUS TV7134 TVTuner"
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: 1.62