No tuning information for ned 1 (1 Viewer)

BockyWocky

New Member
March 10, 2008
3
0
Home Country
Netherlands Netherlands
MediaPortal Version: 1
MediaPortal Skin: standard
Windows Version: Microsoft Windows NT 5.1.2600 Service Pack 2
CPU Type: Intel(R) Pentium(R) 4 CPU 3.00GHz running at ~2992 MHz
HDD: WD 60GB
Memory: 1 GB
Motherboard: FUJITSU SIEMENS D2151-A1
Motherboard Chipset: Intel Corporation 945G Processor
Motherboard Bios: Version 5.00 R1.10.2151.A1
Video Card: Intel(R) 82945G Express Chipset Family
Video Card Driver: 6.14.10.4847
Sound Card : Realtek Semiconductor Corp.
Sound Card Driver: 5.10.0.5449
1. TV Card: DVBT Hybrid TV Device
1. TV Card Type: Analog/DVBT
1. TV Card Driver: eMPIA 5.7.831.0


Hello and welcome everybody!

I am trying already for a few days to let this stick work, but it doesn't.
When I start MP1 TV I get this error: No tuning information for nederland 1
[ERROR][6]: DVBGraph:database invalid tuning details for channel:1

This is the code:

Code:
<?xml version="1.0" encoding="UTF-8"?>
<capturecards>
  <capturecard commercialname="DVBT Hybrid TV Device" capturename="DVBT 2883 Capture" devid="vid_eb1a&amp;Pid_2883">
    <capabilities tv="true" radio="false" mpeg2="true" mce="true" sw="false" bda="true"></capabilities>
    <tv>
      <interface cat="capture" video="2" audio="3" mpeg2="1" sectionsandtables="5"></interface>
      <filters>
        <filter cat="networkprovider" name="Microsoft ATSC Network Provider" checkdevice="false"></filter>
        <filter cat="tunerdevice" name="DVBT 2883 TVTuner" checkdevice="true"></filter>
        <filter cat="capture" name="DVBT 2883 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>
</capturecards>

See also my GraphEdit attachment.

Please help.

Regards,
B.W.
 

Attachments

  • GraphEdit.jpg
    GraphEdit.jpg
    114.8 KB

BockyWocky

New Member
March 10, 2008
3
0
Home Country
Netherlands Netherlands
USB 2883 Device Analog part is working

Yeahh... I have made a working Analog card definition file for my Aldi Zolid DVBT Hybrid TV Device (USB 2883 Device)
Here is the code:

Code:
<?xml version="1.0" encoding="UTF-8"?>
<capturecards>
  <capturecard commercialname="DVBT Hybrid TV Device" capturename="USB 2883 Device" devid="vid_eb1a&amp;Pid_2883">
    <capabilities tv="true" radio="false" mpeg2="true" mce="true" sw="false" bda="false"></capabilities>
    <tv>
     <interface cat="capture" video="" audio="" mpeg2="0"/>
      <filters>
        <filter cat="tvtuner" name="WDM 2883 TVTuner" checkdevice="true"></filter>
        <filter cat="tvaudio" name="WDM 2883 TVAudio" checkdevice="true"></filter>
        <filter cat="crossbar" name="WDM 2883 Crossbar" checkdevice="true"></filter>
        <filter cat="capture" name="USB 2883 Device" checkdevice="true"></filter>
      </filters>
      <connections>
        <connection sourcefilter="tvtuner" sourcepin="0" sinkfilter="crossbar" sinkpin="0"></connection>
        <connection sourcefilter="tvtuner" sourcepin="1" sinkfilter="tvaudio" sinkpin="0"></connection>
        <connection sourcefilter="tvaudio" sourcepin="0" sinkfilter="crossbar" sinkpin="3"></connection>
        <connection sourcefilter="crossbar" sourcepin="0" sinkfilter="capture" sinkpin="0"></connection>
        <connection sourcefilter="crossbar" sourcepin="1" sinkfilter="capture" sinkpin="1"></connection>
      </connections>
    </tv>
  </capturecard>
</capturecards>

First I rollback and unistall the drivers deliverd with this card and used the standard Windows XP drivers.
In my device manager it's now called: "USB 2883 Device" Then I build the card with GraphEdit to know the right names for the tvcard, crossbar, capture etc.. to see what pins are connected to what pins, see attachment.

So, the analog part of this Hybrid card is working.
Now I have to study on the DVBT part of this stick.

Any support is more then welcome.

With kind regards,
Bocky Wocky
 

turi

Portal Member
January 5, 2009
6
0
Home Country
Italy Italy
help

Hi Boby

I have an usb hybrid card with the same analog chip that you have discussed: wdm 2883.
The digital card works very well with mediaportal 1.0.2 But the analog side not.
I read your post here, I'd like to know how it is possible to use your code... I'm newbie about graphedit and others similar things.
Thank you in advance

Turi
 

Users who are viewing this thread

Top Bottom