BD drivers availbale here
http://www.nebula-electronics.com/Downloads/USB_BDA_Drivers.asp
The graph construct for your MP 'CaptureCardDefinitions.xml'
I have built is
<capturecard commercialname="Nebula DigiTV" capturename="Nebula DigiTV USB BDA Filter" devid="vid_0547&pid_0201#5&1122cfb3">
<capabilities tv="true" radio="false" mpeg2="true" mce="false" sw="false" bda="true"/>
<tv>
<interface cat="tunerdevice" video="2" audio="3" mpeg2="1" sectionsandtables="5"/>
<filters>
<filter cat="networkprovider" name="Microsoft DVBT Network Provider" checkdevice="false"/>
<filter cat="tunerdevice" name="Nebula DigiTV USB BDA Filter" checkdevice="true"/>
</filters>
<connections>
<connection sourcefilter="networkprovider" sourcepin="0" sinkfilter="tunerdevice" sinkpin="0"/>
</connections>
</tv>
</capturecard>
One thing you will need to do is after you have updated your USB driver is open 'graphedit' and inspect the filter for its specific device id and change
devid="vid_0547&pid_0201#5&1122cfb3
with your details.
http://www.nebula-electronics.com/Downloads/USB_BDA_Drivers.asp
The graph construct for your MP 'CaptureCardDefinitions.xml'
I have built is
<capturecard commercialname="Nebula DigiTV" capturename="Nebula DigiTV USB BDA Filter" devid="vid_0547&pid_0201#5&1122cfb3">
<capabilities tv="true" radio="false" mpeg2="true" mce="false" sw="false" bda="true"/>
<tv>
<interface cat="tunerdevice" video="2" audio="3" mpeg2="1" sectionsandtables="5"/>
<filters>
<filter cat="networkprovider" name="Microsoft DVBT Network Provider" checkdevice="false"/>
<filter cat="tunerdevice" name="Nebula DigiTV USB BDA Filter" checkdevice="true"/>
</filters>
<connections>
<connection sourcefilter="networkprovider" sourcepin="0" sinkfilter="tunerdevice" sinkpin="0"/>
</connections>
</tv>
</capturecard>
One thing you will need to do is after you have updated your USB driver is open 'graphedit' and inspect the filter for its specific device id and change
devid="vid_0547&pid_0201#5&1122cfb3
with your details.
New Zealand