Pinnacle PCTV Dual Sat Pro PCI +BDA drivers? (1 Viewer)

feelx2210

New Member
July 6, 2006
2
0
Dear all,

Can anybody of you answer the question, whether the Pinnacle PCTV Dual Sat Pro PCI supports BDA-drivers?

On their webpage they only statet official Microsoft Windows MCE support, but that doesn't assure BDA-driver-support.

Can somebody help me with that?

thanks a lot.

regards
 

feelx2210

New Member
July 6, 2006
2
0
proof

thanks for the reply, but i am not 100% sure about that.
has somebody of you already run the pinnacle card under MCE?
 

AmSpOkE

New Member
June 24, 2006
3
0
Pinnacle Dual DVB-T Pro fully supported

Hi!

I have this card, and i have added it manually to the carddefinitions xml file and it works perfect.

Best.
 

orgol

New Member
July 18, 2006
2
0
hi DocSens;

i have the same pctv dual dvb-t pro pci. i try to add manually this card but ...

could you post the section that you added to CaptureCardDefinitions.xml for this card.

many thanks for all.
 

DocSens

Portal Member
May 7, 2006
27
0
Bremerhaven (Germany)
below is the part I added to CapureCardsDefinitions.xml to get the Pinnacle Dual DVB-T Pro PCI to work.....

Code:
<capturecard commercialname="Pinnacle Dual DVB-T Pro PCI 2000i - Tuner1" capturename="Pinnacle RoyalTS Capture" devid="ven_11bd&amp;dev_0040&amp;subsys_004411bd&amp;rev_00">
    <capabilities tv="true" radio="false" mpeg2="true" mce="false" sw="false" bda="true"/>
    <tv>
      <interface cat="capture" video="2" audio="3" mpeg2="1" sectionsandtables="5"/>
      <filters>
        <filter cat="networkprovider" name="Microsoft DVBT Network Provider"	checkdevice="false"/>
        <filter cat="tunerdevice"     name="Pinnacle RoyalTS Tuner"			checkdevice="true"/>
        <filter cat="capture"         name="Pinnacle RoyalTS Capture"			checkdevice="true"/>
      </filters>
      <connections>
  	<connection sourcefilter="networkprovider" sourcepin="0" sinkfilter="tunerdevice"	sinkpin="0"/>
  	<connection sourcefilter="tunerdevice"     sourcepin="0" sinkfilter="capture"		sinkpin="0"/>
      </connections>
    </tv>
</capturecard>

<capturecard commercialname="Pinnacle Dual DVB-T Pro PCI 2000i - Tuner2" capturename="Pinnacle RoyalTS Capture" devid="ven_11bd&amp;dev_0041&amp;subsys_004411bd&amp;rev_00">
    <capabilities tv="true" radio="false" mpeg2="true" mce="false" sw="false" bda="true"/>
    <tv>
      <interface cat="capture" video="2" audio="3" mpeg2="1" sectionsandtables="5"/>
      <filters>
        <filter cat="networkprovider" name="Microsoft DVBT Network Provider"	checkdevice="false"/>
        <filter cat="tunerdevice"     name="Pinnacle RoyalTS Tuner"			checkdevice="true"/>
        <filter cat="capture"         name="Pinnacle RoyalTS Capture"			checkdevice="true"/>
      </filters>
      <connections>
  	<connection sourcefilter="networkprovider" sourcepin="0" sinkfilter="tunerdevice"	sinkpin="0"/>
  	<connection sourcefilter="tunerdevice"     sourcepin="0" sinkfilter="capture"		sinkpin="0"/>
      </connections>
    </tv>
  </capturecard>


@orgor: let me know if this works for you.....
 

orgol

New Member
July 18, 2006
2
0
@ DocSens

everything is ok. Only one thing: the exact name of my card is PCTV Dual DVB-T Pro PCI.

thank's
 

Users who are viewing this thread

Top Bottom