I was pretty frustrated that my All-In-Wonder would no longer work with version 0.2. I have done some related programing in the past so I looked at the xml file for the capture cards. The AIW series was commented out.
After re-enabling them I found out why...someone made a mistake with the pin connection assignments.
My AIW is working great again now.
Here is a fixed card definition for them. Just open your CaptureCardDefinitions.xml file in notepad, then paste the text below right below the top two lines that read->
<?xml version="1.0"?>
<capturecards>
(This forum is going to butcher the formating of the text but it works fine still.)
<capturecard commercialname="ATI All-in-Wonder X series (Analogue)" capturename="ATI T200 AVStream Analog Capture" devid="ntativrv01">
<capabilities tv="true" radio="true" mpeg2="true" mce="false" sw="false" bda="false"/>
<tv>
<interface cat="mux" video="" audio="" mpeg2="0"/>
<filters>
<filter cat="tvtuner" name="ATI T200 AVStream Analog Tuner" checkdevice="false"/>
<filter cat="tvaudio" name="ATI T200 AVStream Analog TV Audio" checkdevice="false"/>
<filter cat="crossbar" name="ATI T200 AVStream Analog Xbar" checkdevice="true"/>
<filter cat="capture" name="ATI T200 AVStream Analog Capture" checkdevice="true"/>
<filter cat="videncoder" name="ATI Media Center Video Encoder" checkdevice="false"/>
<filter cat="audencoder" name="ATI Media Center Audio Encoder" checkdevice="false"/>
<filter cat="mux" name="ATI Media Center Multiplexer" checkdevice="false"/>
</filters>
<connections>
<connection sourcefilter="tvtuner" sourcepin="0" sinkfilter="crossbar" sinkpin="0"/>
<connection sourcefilter="tvtuner" sourcepin="1" sinkfilter="tvaudio" sinkpin="0"/>
<connection sourcefilter="tvaudio" sourcepin="0" sinkfilter="crossbar" sinkpin="3"/>
<connection sourcefilter="crossbar" sourcepin="0" sinkfilter="capture" sinkpin="0"/>
<connection sourcefilter="crossbar" sourcepin="1" sinkfilter="capture" sinkpin="1"/>
<connection sourcefilter="capture" sourcepin="0" sinkfilter="videncoder" sinkpin="0"/>
<connection sourcefilter="capture" sourcepin="3" sinkfilter="audencoder" sinkpin="0"/>
<connection sourcefilter="videncoder" sourcepin="0" sinkfilter="mux" sinkpin="1"/>
<connection sourcefilter="audencoder" sourcepin="0" sinkfilter="mux" sinkpin="0"/>
</connections>
</tv>
</capturecard>
After re-enabling them I found out why...someone made a mistake with the pin connection assignments.
My AIW is working great again now.
Here is a fixed card definition for them. Just open your CaptureCardDefinitions.xml file in notepad, then paste the text below right below the top two lines that read->
<?xml version="1.0"?>
<capturecards>
(This forum is going to butcher the formating of the text but it works fine still.)
<capturecard commercialname="ATI All-in-Wonder X series (Analogue)" capturename="ATI T200 AVStream Analog Capture" devid="ntativrv01">
<capabilities tv="true" radio="true" mpeg2="true" mce="false" sw="false" bda="false"/>
<tv>
<interface cat="mux" video="" audio="" mpeg2="0"/>
<filters>
<filter cat="tvtuner" name="ATI T200 AVStream Analog Tuner" checkdevice="false"/>
<filter cat="tvaudio" name="ATI T200 AVStream Analog TV Audio" checkdevice="false"/>
<filter cat="crossbar" name="ATI T200 AVStream Analog Xbar" checkdevice="true"/>
<filter cat="capture" name="ATI T200 AVStream Analog Capture" checkdevice="true"/>
<filter cat="videncoder" name="ATI Media Center Video Encoder" checkdevice="false"/>
<filter cat="audencoder" name="ATI Media Center Audio Encoder" checkdevice="false"/>
<filter cat="mux" name="ATI Media Center Multiplexer" checkdevice="false"/>
</filters>
<connections>
<connection sourcefilter="tvtuner" sourcepin="0" sinkfilter="crossbar" sinkpin="0"/>
<connection sourcefilter="tvtuner" sourcepin="1" sinkfilter="tvaudio" sinkpin="0"/>
<connection sourcefilter="tvaudio" sourcepin="0" sinkfilter="crossbar" sinkpin="3"/>
<connection sourcefilter="crossbar" sourcepin="0" sinkfilter="capture" sinkpin="0"/>
<connection sourcefilter="crossbar" sourcepin="1" sinkfilter="capture" sinkpin="1"/>
<connection sourcefilter="capture" sourcepin="0" sinkfilter="videncoder" sinkpin="0"/>
<connection sourcefilter="capture" sourcepin="3" sinkfilter="audencoder" sinkpin="0"/>
<connection sourcefilter="videncoder" sourcepin="0" sinkfilter="mux" sinkpin="1"/>
<connection sourcefilter="audencoder" sourcepin="0" sinkfilter="mux" sinkpin="0"/>
</connections>
</tv>
</capturecard>