[0.2] Fails to restart TV tuner after returning from suspend (1 Viewer)

marec

New Member
September 25, 2006
3
0
Home Country
I have problem, if I copy this code in CaptureCardDefinitions.xml file and I tried to add capture card in mediaportal setup, computer shows "no capture cards found"
and my hauppauge wintv theater card also don´t work after this changes.

where is problem?

Code:
- <capturecard commercialname="TT-budget S-1401" capturename="TechnoTrend BDA/DVB Capture" devid="VEN_1131&DEV_7146&SUBSYS_101813C2&REV_01">
  <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 DVBS Network Provider" checkdevice="false" /> 
  <filter cat="tunerdevice" name="TechnoTrend BDA/DVB-S Tuner" checkdevice="true" /> 
  <filter cat="capture" name="TechnoTrend BDA/DVB 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>
 

Users who are viewing this thread

Top Bottom