| |||||||
| General Support Post problems you have when using MediaPortal, or pre installation questions in here. |
![]() |
| | Thread Tools | Display Modes |
| | #21 (permalink) |
| Portal Member Join Date: Oct 2006 Age: 2
Posts: 9
Thanks: 0
Thanked 0 Times in 0 Posts
Country: | 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 |
| | |
| | #23 (permalink) |
| Portal Member | 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&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. |
| | |
| | #24 (permalink) |
| MP Donator ![]() Join Date: Sep 2006 Age: 34
Posts: 251
Thanks: 14
Thanked 1 Time in 1 Post
Country: | 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. |
| | |
| | #26 (permalink) |
| Portal User Join Date: May 2007
Posts: 1
Thanks: 0
Thanked 0 Times in 0 Posts
| I have a PVR2 USB2 tuner and it wasn't working. I ended up changing line devid="vid_2040&pid_2400 to devid="vid_2040&pid_2950 and IT WORKS!!! Hope this works for the rest of you. |
| | |
| | #27 (permalink) |
| Portal User Join Date: Sep 2007 Age: 34
Posts: 1
Thanks: 0
Thanked 0 Times in 0 Posts
Country: | 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&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 |
| | |
| | #28 (permalink) |
| Portal User Join Date: Sep 2007
Posts: 2
Thanks: 0
Thanked 0 Times in 0 Posts
Country: | 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&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. |
| | |
| | #29 (permalink) |
| Portal User Join Date: Oct 2007 Age: 23
Posts: 4
Thanks: 0
Thanked 0 Times in 0 Posts
Country: | 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&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. |
| | |
| | #30 (permalink) |
| Portal User Join Date: Oct 2007
Posts: 3
Thanks: 0
Thanked 0 Times in 0 Posts
Country: | 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 |
| | |
![]() |
| Bookmarks |
| Tags |
| hauppage, pvr, recognized, usb, wintv |
| Thread Tools | |
| Display Modes | |
| |
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 |