Nova DVB-T stick no reconize (1 Viewer)

mazou

Portal Pro
October 19, 2005
1,008
0
48
Brest
Home Country
France France
MediaPortal Version: Last SVN
MediaPortal Skin: Blue Two
Windows Version: Xp pro SP2
CPU Type: Sempron 64 2800+
HDD: 230 Go Maxtor
Memory: 1 Go Kingston
Motherboard: Asus K8S-MX
Video Card: Radeon 9550
Sound Card: Inboard
1. TV Card: Asus My cinema DUAL
1. TV Card Type: TV dual analg/dvb-t
2. TV Card: Hauppage WinTV nova-t
2. TV Card Type: DVB-T
2. TV Card Driver: last
MPEG2 Video Codec: MPV
MPEG2 Audio Codec: MPA

Hi,

I surprised to note that this stick is not recognized by mp.
i have installed the last driver version.
Can you help me ?

Thanks

EDIT :
The solution is here : https://forum.team-mediaportal.com/showthread.php?t=13969
 

Geon106

Portal Pro
June 23, 2006
164
0
35
Kent, England
Home Country
United Kingdom United Kingdom
Is it supported by Media Portal?

In my personal opinion, USB Sticks and USB external tuners lack compared to internal tuners. Altho if your using a laptop you don't have much of a choice lol
 

mazou

Portal Pro
October 19, 2005
1,008
0
48
Brest
Home Country
France France
Hi,

In the CaptureCardDefinitions.xml WinTV Nova-T-USB (Stick) appears.
--
<capturecard commercialname="Hauppauge WinTV Nova-T-USB (Stick)" capturename="Nova-T Stick DVB-T Capture (Dev1 Path0) " devid="vid_2040&amp;pid_7051&amp;mi_00">
<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 DVBT Network Provider" checkdevice="false"/>
<filter cat="tunerdevice" name="Nova-T Stick DVB-T Tuner (Dev1 Path0) " checkdevice="true"/>
<filter cat="capture" name="Nova-T Stick DVB-T Capture (Dev1 Path0) " 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>
--

But MP doesn't find it.
With graphedit the line "vid_2040&amp;pid_7051&amp;mi_00" is different.
For me the pid is 7060.
I change this but the result is not better.
 

kdm

New Member
December 20, 2006
1
0
same problem

Hi I have also same stick and same problem. It is not recognized.
It works well with Hauppauge own software, but not with MP.

Any help appreciated too.
 

mazou

Portal Pro
October 19, 2005
1,008
0
48
Brest
Home Country
France France
Hi,

I have created a new capturecard configuration but it's not work...
I have use graphedit.
--
<capturecard commercialname="Hauppauge WinTV Nova-T-USB SE (Stick)" capturename="WinTV Nova-T Stick DVB-T Capture (Dev1 Path0) " devid="vid_2040&amp;pid_7060">
<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 DVBT Network Provider" checkdevice="false"/>
<filter cat="tunerdevice" name="WinTV Nova-T Stick DVB-T Tuner (Dev1 Path0) " checkdevice="true"/>
<filter cat="capture" name="WinTV Nova-T Stick DVB-T Capture (Dev1 Path0) " 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>
--
 

jvb

Portal Member
February 15, 2005
14
0
UK
I've tried to create a capture card definition for this device myself. I think there were a couple of extra spaces in Mazou's definition which weren't needed. I cam up with this:



<capturecard commercialname="Hauppage Nova-T-SE" capturename="WinTV Nova-T Stick DVB-T Capture (Dev1 Path0)" devid="vid_2040&amp;pid_7060">
<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 DVBT Network Provider" checkdevice="false"/>
<filter cat="tunerdevice" name="WinTV Nova-T Stick DVB-T Tuner" checkdevice="true"/>
<filter cat="capture" name="WinTV Nova-T Stick DVB-T Capture (Dev1 Path0)" 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>

But when I try to add this card using the configuration tool, I get an error "Unable to create graph for this device!". I've checked the log and there is an error with the tuner as follows:
2007-01-03 21:23:13.671875 [Info.][Config Main]: DVBGraphBDA: Adding filter <WinTV Nova-T Stick DVB-T Tuner (Dev1 Path0)> with moniker <>
2007-01-03 21:23:13.671875 [Info.][Config Main]: DVBGraphBDA: no moniker found for filter:WinTV Nova-T Stick DVB-T Tuner (Dev1 Path0)
2007-01-03 21:23:13.671875 [ERROR][Config Main]: DVBGraphBDA: no moniker found for filter:WinTV Nova-T Stick DVB-T Tuner (Dev1 Path0)
2007-01-03 21:23:13.671875 [Info.][Config Main]: TVCapture.DeleteGraph() Card:1

Does anybody have any idea how to find out how to fix this?

Thanks

John
 

Users who are viewing this thread

Top Bottom