Problems with EPG/Tv card (1 Viewer)

pierce

New Member
January 30, 2007
2
0
51
Have a Asus F3JP with Asus My Cinema U3000Mini.

The U3000 is connected, drivers installed - no green light however, dont know if that's the problem????Plugged cable from the U3000 and to my wall (using cabel tv).

I cant acess EPG: TvGuide Import failed. Unable to open tcguide.xml....

No TV cards detected as well if a message I get.

Is this due to it doesnt support USB TV cards?
Or is it becaause I use a DVB-T instead of a DVB-C )I think it was for cable tv)

Ane help appreciated though
 

mrkaras

Portal Pro
December 9, 2006
541
7
Home Country
I have the same device and am trying to make it work aswell. this device is not on the supported list so you would have to ad it yourself http://wiki.team-mediaportal.com/Add_TVCard_to_natively_supported_list

the EPG would be a seperate problem.

the code I have so far (doesn't work) for the CaptureCardDefinitions.xml is:

</capturecard>
<capturecard commercialname="Asus My Cinema U3000 Mini DVB-T" capturename="Asus My Cinema Mini USB" devid="vid_0b05&amp;pid_171f"><capabilities tv="true" radio="false" mpeg2="false" mce="false" sw="true" 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="ASUS U3000 Mini BDA Digital Tuner (Dev1 Path0)" checkdevice="false"/><filter cat="capture" name="ASUS U3000 Mini BDA Digital Capture (Dev1 Path0)" checkdevice="false"/></filters>
<connections>
<connection sourcefilter="networkprovider" sourcepin="0" sinkfilter="tunerdevice" sinkpin="0"/>
<connection sourcefilter="tunerdevice" sourcepin="0" sinkfilter="capture" sinkpin="0"/>
</connections>
</tv>
</capturecard>
 

Weirdzo

New Member
August 14, 2007
2
0
Home Country
United Kingdom United Kingdom
I realise that this is an old post but I have just set up a u3000 mini and I'm having difficulties adding it to media portal, the card works with the crap asus software but when I go through the process of adding it to the config xml it says unable to create graph for this device. Does anyone have any suggestions to get it working with media portal?


Weirdzo
 

mrkaras

Portal Pro
December 9, 2006
541
7
Home Country
It sounds like you are using TVe2? I have the same TV tuner but I have been using TVe3 for some time now and that tuner is my third so it wouldn't get used all that much but I am fairly sure I had it work on TVe2. is there any better error in the logs or do they just say cannot create graph too?

if you need code for the XML file ( I would have thought it would be in there by now but maybe not) try:

<capturecard commercialname="Asus My Cinema-U3000" capturename="ASUS My Cinema-U3000" devid="vid_0b05&amp;pid_1713&amp;mi_00">
<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="ASUS My Cinema-U3000" checkdevice="true"/>
</filters>
<connections>
<connection sourcefilter="networkprovider" sourcepin="0" sinkfilter="tunerdevice" sinkpin="0"/>
</connections>
</tv>
</capturecard>


worked for me, I got this by sending an e-mail to DMAN as described in the sticky post about getting TV tuners added.
 

Weirdzo

New Member
August 14, 2007
2
0
Home Country
United Kingdom United Kingdom
Thanks for the reply, I had been using the stable release 0.2.2 but this evening after reading your post I tried the RC1 release and found it now detects the card just fine :) thanks for your help though


Weirdzo
 

Users who are viewing this thread

Top Bottom