mikehowett said:
Short answer; no
Liar?
Heres a quick guide from the mediaportal forums, with a link to the drivers
I've managed to get this working...
1) Download the beta YAKUMO driver (which uses the same hardware as the Freecom) from here:
http://www.yakumo.de/service/?pid=555&aid=257&ag=23&back=1
2) Update your drivers in Windows Device Manager to these.
3) Reboot
4) Add the following code to the CaptureCardDefinitions.xml located in c:\Program files\Team MediaPortal
<capturecard commercialname="Freecom USB DVB-T" capturename="Digital TV Device Capture" devid="vid_14aa&pid_0221&mi_00">
<capabilities tv="true" radio="true" mpeg2="true" mce="false" sw="true" bda="true"></capabilities>
<tv>
<interface cat="capture" video="2" audio="3" mpeg2="1" sectionsandtables="5"></interface>
<filters>
<filter cat="networkprovider" name="Microsoft DVBT Network Provider" checkdevice="false"></filter>
<filter cat="tunerdevice" name="Digital TV Receiver" checkdevice="true"></filter>
<filter cat="capture" name="Digital TV Device Capture" checkdevice="true"></filter>
</filters>
<connections>
<connection sourcefilter="networkprovider" sourcepin="0" sinkfilter="tunerdevice" sinkpin="0"></connection>
<connection sourcefilter="tunerdevice" sourcepin="0" sinkfilter="capture" sinkpin="0"></connection>
</connections>
</tv>
</capturecard>
5) Save the file
Sorted....