Hauppage WinTV PVR USB 2 not recognized (1 Viewer)

Quotacious

Portal Member
October 20, 2006
10
0
19
Home Country
Canada Canada
When I installed MP 0.21, I had to make that same change again. It seems this is a variation on the PVR2 USB2 model that should be added to the card database.

Cheers,
...Dono
 

Thorsten

Portal Member
October 12, 2006
26
0
Home Country
Switzerland Switzerland
Could someone please include this into the SVN. Every time I update I have to copy it manually. Thanks.

Code:
<?xml version="1.0"?>
<capturecards>
  <capturecard commercialname="Hauppauge PVR2 USB2" capturename="Hauppauge WinTV PVR2 USB2 Encoder" devid="vid_2040&amp;pid_2900">
    <capabilities tv="true" radio="true" mpeg2="true" mce="false" sw="false" bda="false"/>
    <tv>
      <interface cat="capture" video="" audio="" mpeg2="0"/>
      <filters>
        <filter cat="tvtuner"  name="Hauppauge WinTV PVR2 USB2 TvTuner"  checkdevice="true"/>
        <filter cat="tvaudio"  name="Hauppauge WinTV PVR2 USB2 TvAudio"  checkdevice="true"/>
        <filter cat="crossbar" name="Hauppauge WinTV PVR2 USB2 Crossbar" checkdevice="true"/>
        <filter cat="capture"  name="Hauppauge WinTV PVR2 USB2 Encoder"  checkdevice="true"/>
      </filters>
      <connections>
        <connection sourcefilter="tvtuner"  sourcepin="0" sinkfilter="crossbar"	sinkpin="%tvtuner%"/>
        <connection sourcefilter="tvaudio"  sourcepin="0" sinkfilter="crossbar" sinkpin="%audiotuner%"/>
        <connection sourcefilter="tvtuner"  sourcepin="1" sinkfilter="tvaudio"	sinkpin="0"/>
        <connection sourcefilter="crossbar" sourcepin="0" sinkfilter="capture"	sinkpin="0"/>
        <connection sourcefilter="crossbar" sourcepin="1" sinkfilter="capture"	sinkpin="1"/>
      </connections>
    </tv>
  </capturecard>
</capturecards>
 

Al_Capone

MP Donator
  • Premium Supporter
  • September 26, 2006
    527
    19
    Home Country
    Norway Norway
    it is still not added, and I cannot use latest drivers, even when I add the section above.
    BTW:
    should it be *added*, or *replace* ? - do I need both the old & new?

    Thorsten, which driver version do you use ?
     

    Thorsten

    Portal Member
    October 12, 2006
    26
    0
    Home Country
    Switzerland Switzerland
    Hello.

    It should be in the latest SVN. If not, replace the file.
    I used the latest MCE drivers from their homepage.
    Please also check the hardware-manager if the name of the card is *exactly* "Hauppauge PVR2 USB2"
     

    theodoroskel

    New Member
    May 16, 2007
    1
    0
    Found it for mine

    I have a PVR2 USB2 tuner and it wasn't working. I ended up changing line devid="vid_2040&amp;pid_2400 to devid="vid_2040&amp;pid_2950 and IT WORKS!!! Hope this works for the rest of you.
     

    dooda

    New Member
    September 13, 2007
    1
    0
    Home Country
    Sweden Sweden
    My Hauppauge WinTV-PVR-USB2 has the model 24019 Rev.C289.
    Mediaportal didnt find it so I made a new one:


    <capturecard commercialname="Hauppauge PVR USB2 AVS" capturename="Hauppauge PVR USB2 AVS Video Capture" devid="vid_2040&amp;pid_2400">
    <capabilities tv="true" radio="true" mpeg2="true" mce="false" sw="false" bda="false"/>
    <tv>
    <interface cat="capture" video="" audio="" mpeg2="0"/>
    <filters>
    <filter cat="tvtuner" name="Hauppauge WinTV PVR USB2 TvTuner" checkdevice="true"/>
    <filter cat="tvaudio" name="Hauppauge WinTV PVR USB2 TvAudio" checkdevice="true"/>
    <filter cat="crossbar" name="Hauppauge WinTV PVR USB2 Crossbar" checkdevice="true"/>
    <filter cat="capture" name="Hauppauge WinTV PVR USB2 Encoder" checkdevice="true"/>
    </filters>
    <connections>
    <connection sourcefilter="tvtuner" sourcepin="0" sinkfilter="crossbar" sinkpin="%tvtuner%"/>
    <connection sourcefilter="tvaudio" sourcepin="0" sinkfilter="crossbar" sinkpin="%audiotuner%"/>
    <connection sourcefilter="tvtuner" sourcepin="1" sinkfilter="tvaudio" sinkpin="0"/>
    <connection sourcefilter="crossbar" sourcepin="0" sinkfilter="capture" sinkpin="0"/>
    <connection sourcefilter="crossbar" sourcepin="1" sinkfilter="capture" sinkpin="1"/>
    </connections>
    </tv>
    </capturecard>

    Then the card was found but I couldnt get the scanning to work :oops:

    My first try with mediaportal, hope i can make it work better than MCE... :p

    :: dooda
     

    boudewijn

    New Member
    September 28, 2007
    2
    0
    Home Country
    Netherlands Netherlands
    I have the same Hauppauge WinTV-PVR-USB2 as Dooda. Except mine is model 24019 Rev.E189

    my CaptureCardDefinitions.smlis:

    <?xml version="1.0"?>
    <capturecards>
    <capturecard commercialname="Hauppauge PVR USB2 AVS" capturename="Hauppauge PVR USB2 AVS Video Capture" devid="vid_2040&amp;pid_2400">
    <capabilities tv="true" radio="true" mpeg2="true" mce="false" sw="false" bda="false"/>
    <tv>
    <interface cat="capture" video="" audio="" mpeg2="0"/>
    <filters>
    <filter cat="tvtuner" name="Hauppauge PVR2 USB2 TvTuner" checkdevice="true"/>
    <filter cat="tvaudio" name="Hauppauge PVR2 USB2 TvAudio" checkdevice="true"/>
    <filter cat="crossbar" name="Hauppauge PVR2 USB2 Crossbar" checkdevice="true"/>
    <filter cat="capture" name="Hauppauge PVR2 USB2 Encoder" checkdevice="true"/>
    </filters>
    <connections>
    <connection sourcefilter="tvtuner" sourcepin="0" sinkfilter="crossbar" sinkpin="%tvtuner%"/>
    <connection sourcefilter="tvaudio" sourcepin="0" sinkfilter="crossbar" sinkpin="%audiotuner%"/>
    <connection sourcefilter="tvtuner" sourcepin="1" sinkfilter="tvaudio" sinkpin="0"/>
    <connection sourcefilter="crossbar" sourcepin="0" sinkfilter="capture" sinkpin="0"/>
    <connection sourcefilter="crossbar" sourcepin="1" sinkfilter="capture" sinkpin="1"/>
    </connections>
    </tv>
    </capturecard>
    </capturecards>

    I can add a card in the MP setup, but I get two warnings:
    "unable to create graph for this device".

    Please advice to make this work for media portal.
     

    Frenkenstain

    New Member
    October 8, 2007
    4
    0
    Home Country
    Norway Norway
    I have the Hauppauge WinTV-PVR-USB2 model 24029 Rev.E189 from the MCE kit.

    Im getting one step closer after playing around with graphedit. Needed to add some filters to CaptureCardDefinitions.xml and make some new connections. Mediaportal now finds my card and can scan for channels (and finding them). The only problem is that I do not yet have a picture, Im just able to read teletext. I think the problem is the MPEG-2 Video codec. I cant find any valid connection to any filter using graphedit. Anyone have any suggestions?

    Anyway my new CaptureCardDefinitions.xml entry looks like this:

    <capturecard commercialname="Hauppauge PVR USB2 AVS Video Capture" capturename="Hauppauge PVR USB2 AVS Video Capture" devid="vid_2040&amp;pid_2400">
    <capabilities tv="true" radio="true" mpeg2="true" mce="true" sw="false" bda="false"></capabilities>
    <tv>
    <interface cat="videncoder" video="" audio="" mpeg2="0"></interface>
    <filters>
    <filter cat="tvtuner" name="Hauppauge PVR USB2 AVS Tuner" checkdevice="true"></filter>
    <filter cat="tvaudio" name="Hauppauge PVR USB2 AVS TvAudio" checkdevice="true"></filter>
    <filter cat="capture" name="Hauppauge PVR USB2 AVS Video Capture" checkdevice="true"></filter>
    <filter cat="crossbar" name="Hauppauge PVR USB2 AVS Crossbar" checkdevice="true"></filter>
    <filter cat="videncoder" name="Hauppauge PVR USB2 AVS Encoder" 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>
    <connection sourcefilter="capture" sourcepin="3" sinkfilter="videncoder" sinkpin="0"></connection>
    </connections>
    </tv>
    </capturecard>
     

    neverino

    New Member
    October 19, 2007
    3
    0
    Home Country
    Italy Italy
    Frenkenstain,
    a big W00T for you!:eek:
    Also my card now can scan channel (same as your). Unfortunately, me neither can see any channels...
    Please let me know if you find any solution!!!
    many thanks:D
    Ciao
    Nev
     

    Users who are viewing this thread

    Top Bottom