This should be simple, but after several revisions to hardware drivers for my video capture card have been posted I still cannot get
windows to accept the new ones. It keeps saying a suitable one is loaded in c:\winnt\inf\oem10.inf or some other place like that,
and refusing to load the new one. If tech support existed for the card it would help, but since I get no reply from them I'm
turning to you. Here is what I do...
Open device manager...
Click on the device in question, select update driver, point to directory with *.inf & other files, click go...
Should this not work? By the way, the existing driver has an unknown date if that matters when displayed in device manager.
Here are the top few lines of the two *.inf files in question...
Can I load the stuff in by hand, and if so where do I put them. I find three copies of some of the files in various locations.
Thanks...
------------ oem10.inf ---------------------
;;#############################################################################
;;## WF88TUNE.INF for Windows 98/ME/2000/XP WDM Drivers ##
;;## Copyright @2000-2006 Leadtek Research Inc. ##
;;## WinFast TV2000 XP Expert WDM TVTuner Driver ##
;;#############################################################################B091703
[Version]
signature="$CHICAGO$"
Class=Media
ClassGUID={4d36e96c-e325-11ce-bfc1-08002be10318}
Provider=%Ldtk%
DriverVer=09/17/2003,5.13.1.1309
CatalogFile=wf88tune.cat
;CatalogFile.ntx86=wf88tune.cat
[Manufacturer]
%Ldtk%=Leadtek
[SourceDisksNames]
1=%DiskId%,,0
[SourceDisksFiles]
wf88tune.sys=1
[Leadtek]
-----------------New driver meant to replace it ---------------------
;;#############################################################################
;;## WF88TUNE.INF for Windows 98/ME/2000/XP WDM Drivers ##
;;## Copyright @2000-2006 Leadtek Research Inc. ##
;;## WinFast TV2000 XP Expert WDM TVTuner Driver ##
;;#############################################################################
[Version]
signature="$CHICAGO$"
Class=Media
ClassGUID={4d36e96c-e325-11ce-bfc1-08002be10318}
Provider=%Ldtk%
LayoutFile=Layout.inf, Layout1.inf, Layout2.inf
DriverVer=02/06/2004,5.13.1.3301
CatalogFile=wf88tune.cat
[Manufacturer]
%Ldtk%=Leadtek
[SourceDisksNames]
1=%DiskId%,,0
[SourceDisksFiles]
wf88tune.sys=1
[Leadtek]
;;#########################################################################################
;661X
%WFTUNE.DeviceDescPAL% = WFTUNE.FM1216MK3 , STREAM\WFTUNE.FM1216MK3
%WFTUNE.DeviceDescNTSC% = WFTUNE.FM1236MK3 , STREAM\WFTUNE.FM1236MK3
%WFTUNE.DeviceDescNTSCJ% = WFTUNE.FM1286MK3 , STREAM\WFTUNE.FM1286MK3
;662X
%WFTUNE.DeviceDescPAL.2% = WFTUNE.FM1216MK3.DV , STREAM\WFTUNE.FM1216MK3.DV
%WFTUNE.DeviceDescNTSC.2% = WFTUNE.FM1236MK3.DV , STREAM\WFTUNE.FM1236MK3.DV
%WFTUNE.DeviceDescNTSCJ.2% = WFTUNE.FM1286MK3.DV , STREAM\WFTUNE.FM1286MK3.DV
;;#########################################################################################
;;------------------------------------------------------------------------------
[WFTUNE.FM1216MK3]
Include = ks.inf, kscaptur.inf
Needs = KS.Registration,KSCAPTUR.Registration.NT
AddReg = WFTUNE.addreg,FM1216MK3.addreg
CopyFiles= WFTUNE.CopyDrivers
[WFTUNE.FM1236MK3]
Include = ks.inf, kscaptur.inf
Needs = KS.Registration,KSCAPTUR.Registration.NT
AddReg = WFTUNE.addreg,FM1236MK3.addreg
CopyFiles= WFTUNE.CopyDrivers
[WFTUNE.FM1286MK3]
Include = ks.inf, kscaptur.inf
Needs = KS.Registration,KSCAPTUR.Registration.NT
AddReg = WFTUNE.addreg,FM1286MK3.addreg
CopyFiles= WFTUNE.CopyDrivers
;;------------------------------------------------------------------------------
[WFTUNE.FM1216MK3.DV]
Include = ks.inf, kscaptur.inf
Needs = KS.Registration,KSCAPTUR.Registration.NT
AddReg = WFTUNE.addreg,FM1216MK3.addreg
CopyFiles= WFTUNE.CopyDrivers
[WFTUNE.FM1236MK3.DV]
Include = ks.inf, kscaptur.inf
Needs = KS.Registration,KSCAPTUR.Registration.NT
AddReg = WFTUNE.addreg,FM1236MK3.addreg
CopyFiles= WFTUNE.CopyDrivers
[WFTUNE.FM1286MK3.DV]
Include = ks.inf, kscaptur.inf
Needs = KS.Registration,KSCAPTUR.Registration.NT
AddReg = WFTUNE.addreg,FM1286MK3.addreg
CopyFiles= WFTUNE.CopyDrivers
;;------------------------------------------------------------------------------
[DestinationDirs]
WFTUNE.CopyDrivers=10,system32\drivers
[WFTUNE.CopyDrivers]
wf88tune.sys
[WFTUNE.AddReg]
HKR,,DevLoader,,*ntkern
HKR,,NTMPDriver,,wf88tune.sys
HKR,,OkToHibernate,3,01
HKR,,PageOutWhenUnopened,3,00
[FM1216MK3.AddReg]
HKR,"DriverData","TunerBrand",0x00010001, 0x02, 0x00, 0x00, 0x00
HKR,"DriverData","TunerI2CAddress",0x00010001, 0xc0, 0x00, 0x00, 0x00
HKR,"DriverData","TunerType",0x00010001, 0x0A, 0x00, 0x00, 0x00
HKR,"DriverData","TunerMode",0x0010001, 0x01, 0x00, 0x00, 0x00
HKR,"DriverData","TunerInput",0x00010001, 0x00, 0x00, 0x00, 0x00
[FM1236MK3.AddReg]
HKR,"DriverData","TunerBrand",0x00010001, 0x02, 0x00, 0x00, 0x00
HKR,"DriverData","TunerI2CAddress",0x00010001, 0xc0, 0x00, 0x00, 0x00
HKR,"DriverData","TunerType",0x00010001, 0x0B, 0x00, 0x00, 0x00
HKR,"DriverData","TunerMode",0x0010001, 0x01, 0x00, 0x00, 0x00
HKR,"DriverData","TunerInput",0x00010001, 0x00, 0x00, 0x00, 0x00
[FM1286MK3.AddReg]
HKR,"DriverData","TunerBrand",0x00010001, 0x02, 0x00, 0x00, 0x00
HKR,"DriverData","TunerI2CAddress",0x00010001, 0xc0, 0x00, 0x00, 0x00
HKR,"DriverData","TunerType",0x00010001, 0x0B, 0x00, 0x00, 0x00
HKR,"DriverData","TunerMode",0x0010001, 0x01, 0x00, 0x00, 0x00
HKR,"DriverData","TunerInput",0x00010001, 0x00, 0x00, 0x00, 0x00
;;------------------------------------------------------------------------------
[TvTuner]
AddReg=TvTuner.AddReg
;;------------------------------------------------------------------------------
[TvTuner.DV]
AddReg=TvTuner.DV.AddReg
;;------------------------------------------------------------------------------
;;------------------------------------------------------------------------------
[TvTuner.AddReg]
HKR,,CLSID,,{266EEE40-6C63-11cf-8A03-00AA006ECB65}
HKR,,FriendlyName,,%WFTUNE.TUNER%
;;------------------------------------------------------------------------------
[TvTuner.DV.AddReg]
HKR,,CLSID,,{266EEE40-6C63-11cf-8A03-00AA006ECB65}
HKR,,FriendlyName,,%WFTUNE.TUNER.DV%
;;------------------------------------------------------------------------------
;;------------------------------------------------------------------------------
[WFTUNE.FM1216MK3.Interfaces]
AddInterface={a799a800-a46d-11d0-a18c-00a02401dcd4},"GLOBAL",TvTuner,
[WFTUNE.FM1236MK3.Interfaces]
AddInterface={a799a800-a46d-11d0-a18c-00a02401dcd4},"GLOBAL",TvTuner,
[WFTUNE.FM1286MK3.Interfaces]
AddInterface={a799a800-a46d-11d0-a18c-00a02401dcd4},"GLOBAL",TvTuner,
;;------------------------------------------------------------------------------
[WFTUNE.FM1216MK3.DV.Interfaces]
AddInterface={a799a800-a46d-11d0-a18c-00a02401dcd4},"GLOBAL",TvTuner.DV,
[WFTUNE.FM1236MK3.DV.Interfaces]
AddInterface={a799a800-a46d-11d0-a18c-00a02401dcd4},"GLOBAL",TvTuner.DV,
[WFTUNE.FM1286MK3.DV.Interfaces]
AddInterface={a799a800-a46d-11d0-a18c-00a02401dcd4},"GLOBAL",TvTuner.DV,
;;------------------------------------------------------------------------------
;;------------------------------------------------------------------------------
[WFTUNE.FM1216MK3.Services]
AddService = WFTUNE,0x00000002,WFTUNE.ServiceInstall
[WFTUNE.FM1236MK3.Services]
AddService = WFTUNE,0x00000002,WFTUNE.ServiceInstall
[WFTUNE.FM1286MK3.Services]
AddService = WFTUNE,0x00000002,WFTUNE.ServiceInstall
;;------------------------------------------------------------------------------
[WFTUNE.FM1216MK3.DV.Services]
AddService = WFTUNE,0x00000002,WFTUNE.ServiceInstall
[WFTUNE.FM1236MK3.DV.Services]
AddService = WFTUNE,0x00000002,WFTUNE.ServiceInstall
[WFTUNE.FM1286MK3.DV.Services]
AddService = WFTUNE,0x00000002,WFTUNE.ServiceInstall
;;------------------------------------------------------------------------------
[WFTUNE.ServiceInstall]
DisplayName = %WF88X.Tune%
ServiceType = %SERVICE_KERNEL_DRIVER%
StartType = %SERVICE_AUTO_START%
ErrorControl = %SERVICE_ERROR_NORMAL%
ServiceBinary = %10%\system32\drivers\WF88TUNE.sys
[Strings]
Ldtk = "Leadtek Research Inc."
DiskId = "WinFast WDM TVTuner."
;;------------------------------------------------------------------------------
WF88X.Tune = "WinFast TV2000/DV2000 WDM Tuner."
;;------------------------------------------------------------------------------
WFTUNE.DeviceDesc = "WinFast TV2000 XP Expert WDM TVTuner."
WFTUNE.DV.DeviceDesc = "WinFast DV2000 WDM TVTuner."
;;------------------------------------------------------------------------------
WFTUNE.DeviceDescPAL = "WinFast TV2000 XP Expert WDM TVTuner.(PAL)"
WFTUNE.DeviceDescNTSC = "WinFast TV2000 XP Expert WDM TVTuner.(NTSC)"
WFTUNE.DeviceDescNTSCJ = "WinFast TV2000 XP Expert WDM TVTuner.(NTSC-J)"
;;------------------------------------------------------------------------------
WFTUNE.DeviceDescPAL.2 = "WinFast DV2000 WDM TVTuner.(PAL)"
WFTUNE.DeviceDescNTSC.2 = "WinFast DV2000 WDM TVTuner.(NTSC)"
WFTUNE.DeviceDescNTSCJ.2= "WinFast DV2000 WDM TVTuner.(NTSC-J)"
;;------------------------------------------------------------------------------
WFTUNE.Tuner = "WinFast TV2000 XP Expert WDM TVTuner."
WFTUNE.Tuner.DV = "WinFast DV2000 WDM TVTuner."
;;------------------------------------------------------------------------------
SERVICE_KERNEL_DRIVER = 1
SERVICE_AUTO_START = 2
SERVICE_ERROR_NORMAL = 1