lolo_32 a écrit :Je pense peut-être à autre chose : est-ce que cette carte a besoin d'un tuner (normalement oui, mais bon, on ne sait jamais avec les produits noname ou bas prix). Ce qui pourrait contraindre à ne pouvoir utiliser QUE le logiciel livré avec le produit.
Si certains ont des réaction là dessus, n'hésitez pas
Cette carte (en tout cas la Technaxx DVB-S3 qui utilise le même chipset CE6230) fonctionne aussi avec le Media Center de Vista et avec Winfast DTV (version patchée pour fonctionner avec toute carte avec des drivers BDA).
Dans le fichier d'installation de la DVB-S3 (standalone.inf), on voit 2 drivers:
-Ce6230 BDA Tuner Filter (c'est celui-ci qui devrait apparaître dans le champ "tuner TNT" qui reste vide)
-Ce6230 BDA Capture filter (celui-ci apparaît correctement dans le champ "récepteur TNT")
Je ne sais pas pourquoi le Tuner filter n'apparaît pas, et je me demande si une modification du fichier d'installation standalone.inf pourrait résoudre le problème ?
Ci-dessous le contenu du fichier standalone.inf :
# Copyright (C) 2006 LN Systems Limited
# All rights reserved
[Version]
Signature="$Windows NT$"
Provider=%RealfineUk%
Class = MEDIA
ClassGuid = {4d36e96c-e325-11ce-bfc1-08002be10318}
DriverVer=12/06/2006,1.0.9
[DestinationDirs]
DefaultDestDir= 12 ; \Drivers
;===========================Device Install===========================
[Manufacturer]
%RealfineUk%=RealfineUk
[RealfineUk]
%Device%=installStandaloneUSB, USB\VID_8086&PID_9500
;;*standaloneUSB
[installStandaloneUSB.NT]
Include = ks.inf, kscaptur.inf, ksfilter.inf, bda.inf
Needs = KS.Registration, KSCAPTUR.Registration.NT, BDA.Installation.NT
CopyFiles = standaloneUSB.NT
[installStandaloneUSB.NT.HW]
AddReg = InstFilterCe6230NT
[InstFilterCe6230NT]
HKR,,"LowerFilters",0x00010000,"ce6230"
[standaloneUSB.NT]
CE6230StandaloneDriver.sys
CE6230BDA.sys
[installStandaloneUSB.NT.Interfaces]
AddInterface = %KSCATEGORY_BDARECEIVER%, %KSSTRING_BdaSWCaptureFilter%, bdacap.Filter
AddInterface = %KSCATEGORY_BDATUNER%, %KSSTRING_BdaSWTunerFilter%, BdaTuner.Filter
[bdacap.Filter]
; This is the install section for the sample BDA capture filter.
;
AddReg = bdacap.Filter.AddReg
[bdacap.Filter.AddReg]
; The sample BDA digital capture driver uses KSProxy for its ring 3 filter class.
;
HKR,,CLSID,,%Proxy.CLSID%
HKR,,FriendlyName,,%BdaSWCapture.FilterDesc%
;==========================Service install for the device============
[BdaTuner.Filter]
; This is the install section for the sample BDA digital tuner filter.
;
AddReg = BdaTuner.Filter.AddReg
[BdaTuner.Filter.AddReg]
; The sample BDA digital tuner uses KSProxy for its ring 3 filter class.
;
HKR,,CLSID,,%Proxy.CLSID%
HKR,,FriendlyName,,%BdaTuner.FilterDesc%
[installStandaloneUSB.NT.Services]
AddService = ce6230BDACAP, 0x00000002, BDAInstall
AddService = ce6230, 0x00000000, Ce6230Install
[BDAInstall]
ServiceType = 1
StartType = 3
ErrorControl = 1
DisplayName = "Realfine CE6230 BDA Driver"
ServiceBinary = %12%\CE6230BDA.sys
[Ce6230Install]
ServiceType = 1
StartType = 3
ErrorControl = 1
DisplayName = "Intel CE6230 Standalone USB Driver"
ServiceBinary = %12%\CE6230StandaloneDriver.sys
[Strings]
RealfineUk = "Realfine Ltd"
Device = "CE6230 Standalone Driver(BDA)"
DiskId1 = "CE6230 Installation Disk 1"
ClassName="Realfine"
Proxy.CLSID="{17CCA71B-ECD7-11D0-B908-00A0C9223196}"
; Specify the GUID for the BDA Receiver Filters category in GraphEdit.
;
KSCATEGORY_BDARECEIVER="{FD0A5AF4-B41D-11d2-9C95-00C04F7971E0}"
; Specify the GUID for the BDA Source Filters category in GraphEdit.
;
KSCATEGORY_BDATUNER="{71985F48-1CA1-11d3-9CC8-00C04F7971E0}"
; Specify the GUID for the digital capture Filter.
;
; NOTE! This must match the reference guid specified in the driver's filter
; descriptor.
;
KSSTRING_BdaSWCaptureFilter="{074649FE-2DD8-4c12-8A23-BD828BADFFFB}"
; Specify the GUID for the digital tuner Filter.
;
; NOTE! This must match the reference guid specified in the driver's filter
; descriptor.
;
KSSTRING_BdaSWTunerFilter="{91B0CC87-9905-4d65-A0D1-5861C6F22CC0}"
Msft="Microsoft"
BdaSWCapture.FilterDesc="Ce6230 BDA Capture Filter"
BdaTuner.FilterDesc="Ce6230 BDA Tuner Filter"
[SourceDisksNames]
1 = %DiskId1%,,,""
[SourceDisksFiles]
CE6230StandaloneDriver.sys = 1,,
;