Hauppauge WinTV-PVR-USB2: Difference between revisions

From LinuxTVWiki
Jump to navigation Jump to search
No edit summary
m (→‎External Links: Corrected spelling of Mike Isely's name)
 
(7 intermediate revisions by 4 users not shown)
Line 1: Line 1:
[[Image:Hauppauge_WinTV-PVR-USB2.jpg|right|WinTV-PVR-USB2]]
The Hauppauge WinTV PVRUSB2 is a USB tv tuner device from Hauppauge. It has a mpeg encoder/decoder on board which makes it an excellent device for nearly all systems with USB 2.0 support. USB1.1 is not ideal. It works, but not as well as on USB2.0. The stereo audio is excellent. Please do not confuse this product with the Wintv USB2. They are two totally different devices. http://www.hauppauge.com/site/products/data_pvrusb2.html.
An analog USB tv tuner device from [[Hauppauge]].


It is supported under Linux.
It works perfectly for watching tv as a v4l2 device in mythtv and xawtv. The device's status as supported in TvTime is unknown as of 5/2008. The only caveat is that firmware is required to make the device functional. AFAIK, the firmware is widely distributed and totally legal to download and use in a GPL environment. Search Google with the phrase "pvrusb2 firmware" (no quotes) and you should find a copies of the firmware. The author of the excellent device driver has a site devoted to its maintenance, including firmware extraction instructions should you need them) located at http://www.isely.net/pvrusb2/pvrusb2.html.


{{Note|Do not confuse this product with the [http://www.hauppauge.com/site/products/data_usb2.html WinTV-USB2], as they are two totally different devices}}<br>
For debugging purposes, watch dmesg carefully while you plug/unplug the pvrusb2.


==Overview/Features==
It also functions as an FM Stereo tuner. Depending on your kernel version, it may work "out of the box" with kradio or gnomeradio. Check Mike Isley's site for more information.
It has a mpeg encoder/decoder on board which makes it an excellent device for nearly all systems with USB 2.0 support. USB1.1 is not ideal - it works, but not as well as on USB2.0. The stereo audio is excellent.


It works perfectly for watching tv as a v4l2 device in mythtv and xawtv. The device's status as supported in TvTime is unknown as of 5/2008.
An HDTV version of the device has been released by Hauppauge. It seems likely it will eventually replace the pvrusb2 at some point in the future. As of 5/2008, both devices are widely available, but the newer HDTV-equipped device isn't widely supported in the Linux kernel yet. Hauppauge reports there will be support for the new device in the 2.6.26 Linux kernel version.

It also functions as an AM/FM Stereo tuner. Depending on your kernel version, it may work "out of the box" with kradio or gnomeradio. Check [http://www.isely.net/pvrusb2/pvrusb2.html Mike Isley's site] for more information.

<s>An HDTV version of the device has been released by Hauppauge. It seems likely it will eventually replace the pvrusb2 at some point in the future. As of 5/2008, both devices are widely available, but the newer HDTV-equipped device isn't widely supported in the Linux kernel yet. Hauppauge reports there will be support for the new device in the 2.6.26 Linux kernel version.</s> <-- This was likely a reference to the [[Hauppauge WinTV-HVR-1950|WinTV-HVR-1950]].

===Components Used===

===Identification===
Output of '''lsusb -v''':
<pre>
Bus 001 Device 023: ID 2040:2400 Hauppauge
Device Descriptor:
bLength 18
bDescriptorType 1
bcdUSB 2.00
bDeviceClass 0 (Defined at Interface level)
bDeviceSubClass 0
bDeviceProtocol 0
bMaxPacketSize0 64
idVendor 0x2040 Hauppauge
idProduct 0x2400
bcdDevice 8.00
iManufacturer 1 Hauppauge
iProduct 2 WinTV
iSerial 3 2401-00-00A2CB8C
bNumConfigurations 1
Configuration Descriptor:
bLength 9
bDescriptorType 2
wTotalLength 60
bNumInterfaces 1
bConfigurationValue 1
iConfiguration 0
bmAttributes 0xc0
Self Powered
MaxPower 0mA
Interface Descriptor:
bLength 9
bDescriptorType 4
bInterfaceNumber 0
bAlternateSetting 0
bNumEndpoints 6
bInterfaceClass 255 Vendor Specific Class
bInterfaceSubClass 255 Vendor Specific Subclass
bInterfaceProtocol 255 Vendor Specific Protocol
iInterface 0
Endpoint Descriptor:
bLength 7
bDescriptorType 5
bEndpointAddress 0x81 EP 1 IN
bmAttributes 2
Transfer Type Bulk
Synch Type None
Usage Type Data
wMaxPacketSize 0x0200 1x 512 bytes
bInterval 0
Endpoint Descriptor:
bLength 7
bDescriptorType 5
bEndpointAddress 0x84 EP 4 IN
bmAttributes 2
Transfer Type Bulk
Synch Type None
Usage Type Data
wMaxPacketSize 0x0200 1x 512 bytes
bInterval 0
Endpoint Descriptor:
bLength 7
bDescriptorType 5
bEndpointAddress 0x88 EP 8 IN
bmAttributes 2
Transfer Type Bulk
Synch Type None
Usage Type Data
wMaxPacketSize 0x0200 1x 512 bytes
bInterval 0
Endpoint Descriptor:
bLength 7
bDescriptorType 5
bEndpointAddress 0x01 EP 1 OUT
bmAttributes 2
Transfer Type Bulk
Synch Type None
Usage Type Data
wMaxPacketSize 0x0200 1x 512 bytes
bInterval 0
Endpoint Descriptor:
bLength 7
bDescriptorType 5
bEndpointAddress 0x02 EP 2 OUT
bmAttributes 2
Transfer Type Bulk
Synch Type None
Usage Type Data
wMaxPacketSize 0x0200 1x 512 bytes
bInterval 0
Endpoint Descriptor:
bLength 7
bDescriptorType 5
bEndpointAddress 0x86 EP 6 IN
bmAttributes 2
Transfer Type Bulk
Synch Type None
Usage Type Data
wMaxPacketSize 0x0200 1x 512 bytes
bInterval 0
Device Qualifier (for other device speed):
bLength 10
bDescriptorType 6
bcdUSB 2.00
bDeviceClass 0 (Defined at Interface level)
bDeviceSubClass 0
bDeviceProtocol 0
bMaxPacketSize0 64
bNumConfigurations 1
Device Status: 0x0003
Self Powered
Remote Wakeup Enabled
</pre>

==Making it work==

===Firmware===
Firmware is required to make the device functional. AFAIK, the firmware is widely distributed and totally legal to download and use in a GPL environment. Search Google with the phrase "pvrusb2 firmware" (no quotes) and you should find a copies of the firmware.

===Drivers===
The device is supported by the pvrusb2 driver. The author of the excellent device driver has a site devoted to its maintenance, including firmware extraction instructions should you need them) located at http://www.isely.net/pvrusb2/pvrusb2.html.

For debugging purposes, watch dmesg carefully while you plug/unplug the pvrusb2.


==External Links==
This page is in serious need of some formatting. Please help by improving it!
* [http://www.hauppauge.com/site/products/data_pvrusb2.html WinTV-PVR-USB2 product page]
* [http://www.isely.net/pvrusb2/pvrusb2.html Mike Isely's site]
[[Category:Analog USB Devices]]

Latest revision as of 17:56, 28 February 2014

WinTV-PVR-USB2

An analog USB tv tuner device from Hauppauge.

It is supported under Linux.

Note: Do not confuse this product with the WinTV-USB2, as they are two totally different devices


Overview/Features

It has a mpeg encoder/decoder on board which makes it an excellent device for nearly all systems with USB 2.0 support. USB1.1 is not ideal - it works, but not as well as on USB2.0. The stereo audio is excellent.

It works perfectly for watching tv as a v4l2 device in mythtv and xawtv. The device's status as supported in TvTime is unknown as of 5/2008.

It also functions as an AM/FM Stereo tuner. Depending on your kernel version, it may work "out of the box" with kradio or gnomeradio. Check Mike Isley's site for more information.

An HDTV version of the device has been released by Hauppauge. It seems likely it will eventually replace the pvrusb2 at some point in the future. As of 5/2008, both devices are widely available, but the newer HDTV-equipped device isn't widely supported in the Linux kernel yet. Hauppauge reports there will be support for the new device in the 2.6.26 Linux kernel version. <-- This was likely a reference to the WinTV-HVR-1950.

Components Used

Identification

Output of lsusb -v:

Bus 001 Device 023: ID 2040:2400 Hauppauge 
Device Descriptor:
  bLength                18
  bDescriptorType         1
  bcdUSB               2.00
  bDeviceClass            0 (Defined at Interface level)
  bDeviceSubClass         0 
  bDeviceProtocol         0 
  bMaxPacketSize0        64
  idVendor           0x2040 Hauppauge
  idProduct          0x2400 
  bcdDevice            8.00
  iManufacturer           1 Hauppauge
  iProduct                2 WinTV
  iSerial                 3 2401-00-00A2CB8C
  bNumConfigurations      1
  Configuration Descriptor:
    bLength                 9
    bDescriptorType         2
    wTotalLength           60
    bNumInterfaces          1
    bConfigurationValue     1
    iConfiguration          0 
    bmAttributes         0xc0
      Self Powered
    MaxPower                0mA
    Interface Descriptor:
      bLength                 9
      bDescriptorType         4
      bInterfaceNumber        0
      bAlternateSetting       0
      bNumEndpoints           6
      bInterfaceClass       255 Vendor Specific Class
      bInterfaceSubClass    255 Vendor Specific Subclass
      bInterfaceProtocol    255 Vendor Specific Protocol
      iInterface              0 
      Endpoint Descriptor:
        bLength                 7
        bDescriptorType         5
        bEndpointAddress     0x81  EP 1 IN
        bmAttributes            2
          Transfer Type            Bulk
          Synch Type               None
          Usage Type               Data
        wMaxPacketSize     0x0200  1x 512 bytes
        bInterval               0
      Endpoint Descriptor:
        bLength                 7
        bDescriptorType         5
        bEndpointAddress     0x84  EP 4 IN
        bmAttributes            2
          Transfer Type            Bulk
          Synch Type               None
          Usage Type               Data
        wMaxPacketSize     0x0200  1x 512 bytes
        bInterval               0
      Endpoint Descriptor:
        bLength                 7
        bDescriptorType         5
        bEndpointAddress     0x88  EP 8 IN
        bmAttributes            2
          Transfer Type            Bulk
          Synch Type               None
          Usage Type               Data
        wMaxPacketSize     0x0200  1x 512 bytes
        bInterval               0
      Endpoint Descriptor:
        bLength                 7
        bDescriptorType         5
        bEndpointAddress     0x01  EP 1 OUT
        bmAttributes            2
          Transfer Type            Bulk
          Synch Type               None
          Usage Type               Data
        wMaxPacketSize     0x0200  1x 512 bytes
        bInterval               0
      Endpoint Descriptor:
        bLength                 7
        bDescriptorType         5
        bEndpointAddress     0x02  EP 2 OUT
        bmAttributes            2
          Transfer Type            Bulk
          Synch Type               None
          Usage Type               Data
        wMaxPacketSize     0x0200  1x 512 bytes
        bInterval               0
      Endpoint Descriptor:
        bLength                 7
        bDescriptorType         5
        bEndpointAddress     0x86  EP 6 IN
        bmAttributes            2
          Transfer Type            Bulk
          Synch Type               None
          Usage Type               Data
        wMaxPacketSize     0x0200  1x 512 bytes
        bInterval               0
Device Qualifier (for other device speed):
  bLength                10
  bDescriptorType         6
  bcdUSB               2.00
  bDeviceClass            0 (Defined at Interface level)
  bDeviceSubClass         0 
  bDeviceProtocol         0 
  bMaxPacketSize0        64
  bNumConfigurations      1
Device Status:     0x0003
  Self Powered
  Remote Wakeup Enabled

Making it work

Firmware

Firmware is required to make the device functional. AFAIK, the firmware is widely distributed and totally legal to download and use in a GPL environment. Search Google with the phrase "pvrusb2 firmware" (no quotes) and you should find a copies of the firmware.

Drivers

The device is supported by the pvrusb2 driver. The author of the excellent device driver has a site devoted to its maintenance, including firmware extraction instructions should you need them) located at http://www.isely.net/pvrusb2/pvrusb2.html.

For debugging purposes, watch dmesg carefully while you plug/unplug the pvrusb2.

External Links