MediaPortal Forums HTPC/MediaCenter

Go Back   MediaPortal Forum » MediaPortal 1 » Get Support » General Support


General Support Post problems you have when using MediaPortal, or pre installation questions in here.

Reply
 
Thread Tools Display Modes
Old 2006-10-28, 19:28   #21 (permalink)
Portal Member
 
Join Date: Oct 2006
Age: 2
Posts: 9
Thanks: 0
Thanked 0 Times in 0 Posts

Country:


Default

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
Quotacious is offline   Reply With Quote
Old 2006-10-28, 21:31   #22 (permalink)
MP Donator
 
Join Date: Sep 2006
Age: 34
Posts: 251
Thanks: 14
Thanked 1 Time in 1 Post

Country:


Default

could somebody please post the modified file ?
Al_Capone is offline   Reply With Quote
Old 2006-10-29, 08:08   #23 (permalink)
Portal Member
 
Thorsten's Avatar
 
Join Date: Oct 2006
Posts: 26
Thanks: 0
Thanked 0 Times in 0 Posts

Country:

My System

Default

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>
__________________
Thorsten

Last edited by Thorsten; 2006-10-29 at 08:14.
Thorsten is offline   Reply With Quote
Old 2007-01-09, 20:43   #24 (permalink)
MP Donator
 
Join Date: Sep 2006
Age: 34
Posts: 251
Thanks: 14
Thanked 1 Time in 1 Post

Country:


Default

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 ?

Last edited by Al_Capone; 2007-01-09 at 20:57.
Al_Capone is offline   Reply With Quote
Old 2007-01-11, 08:47   #25 (permalink)
Portal Member
 
Thorsten's Avatar
 
Join Date: Oct 2006
Posts: 26
Thanks: 0
Thanked 0 Times in 0 Posts

Country:

My System

Default

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"
__________________
Thorsten
Thorsten is offline   Reply With Quote
Old 2007-05-16, 05:20   #26 (permalink)
Portal User
 
Join Date: May 2007
Posts: 1
Thanks: 0
Thanked 0 Times in 0 Posts


Default 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.
theodoroskel is offline   Reply With Quote
Old 2007-09-14, 01:10   #27 (permalink)
Portal User
 
Join Date: Sep 2007
Age: 34
Posts: 1
Thanks: 0
Thanked 0 Times in 0 Posts

Country:


Default

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

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

:: dooda
dooda is offline   Reply With Quote
Old 2007-10-01, 11:07   #28 (permalink)
Portal User
 
Join Date: Sep 2007
Posts: 2
Thanks: 0
Thanked 0 Times in 0 Posts

Country:


Default

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.
boudewijn is offline   Reply With Quote
Old 2007-10-21, 02:45   #29 (permalink)
Portal User
 
Join Date: Oct 2007
Age: 23
Posts: 4
Thanks: 0
Thanked 0 Times in 0 Posts

Country:


Default

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>

Last edited by Frenkenstain; 2007-11-24 at 14:40.
Frenkenstain is offline   Reply With Quote
Old 2007-11-23, 16:14   #30 (permalink)
Portal User
 
Join Date: Oct 2007
Posts: 3
Thanks: 0
Thanked 0 Times in 0 Posts

Country:


Default

Frenkenstain,
a big W00T for you!
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
Ciao
Nev
neverino is offline   Reply With Quote
Reply

Bookmarks

Tags
hauppage, pvr, recognized, usb, wintv

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off

Similar Threads
Thread Thread Starter Forum Replies Last Post
Hauppage WinTV PVR-150 IR issue mortiz General Support 18 2008-04-23 18:03
Hauppage WinTV no channels found kgk Get Support 10 2007-02-02 13:22
Failure to get software card hauppauge wintv express working stragulus General Support 3 2007-01-08 03:39
hauppage wintv usb "suported" HELP PLEASE!! yeraze General Support 12 2006-08-05 03:27
Hauppage Wintv (primio) fm 2000. Anonymous Tips and Tricks 0 2005-01-17 23:34


All times are GMT +1. The time now is 21:18.


Powered by vBulletin® Version 3.7.3
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
Search Engine Optimization by vBSEO 3.2.0 Protected by Akismet Blog with WordPress
Advertisement System V2.6 By   Branden