Hauppauge WinTV-Duet-HD-Stick

From LinuxTVWiki
Revision as of 12:20, 12 November 2011 by Jlazkano (talk | contribs) (code style fix)
Jump to navigation Jump to search
The printable version is no longer supported and may have rendering errors. Please update your browser bookmarks and please use the default browser print function instead.

This is similar to Hauppauge WinTV-NOVA-TD-Stick

Here is more info:


# lsusb -d 2040:5200 -v

Bus 001 Device 005: ID 2040:5200 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          0x5200 
  bcdDevice            0.01
  iManufacturer           1 Hauppauge
  iProduct                2 NovaT 500Stick
  iSerial                 3 4034588817
  bNumConfigurations      1
  Configuration Descriptor:
    bLength                 9
    bDescriptorType         2
    wTotalLength           46
    bNumInterfaces          1
    bConfigurationValue     1
    iConfiguration          0 
    bmAttributes         0xa0
      (Bus Powered)
      Remote Wakeup
    MaxPower              500mA
    Interface Descriptor:
      bLength                 9
      bDescriptorType         4
      bInterfaceNumber        0
      bAlternateSetting       0
      bNumEndpoints           4
      bInterfaceClass       255 Vendor Specific Class
      bInterfaceSubClass      0 
      bInterfaceProtocol      0 
      iInterface              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               1
      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               1
      Endpoint Descriptor:
        bLength                 7
        bDescriptorType         5
        bEndpointAddress     0x82  EP 2 IN
        bmAttributes            2
          Transfer Type            Bulk
          Synch Type               None
          Usage Type               Data
        wMaxPacketSize     0x0200  1x 512 bytes
        bInterval               1
      Endpoint Descriptor:
        bLength                 7
        bDescriptorType         5
        bEndpointAddress     0x83  EP 3 IN
        bmAttributes            2
          Transfer Type            Bulk
          Synch Type               None
          Usage Type               Data
        wMaxPacketSize     0x0200  1x 512 bytes
        bInterval               1
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:     0x0000
  (Bus Powered)


dmesg:


[ 7276.624044] usb 1-1: new high speed USB device using ehci_hcd and address 5
[ 7276.756950] usb 1-1: New USB device found, idVendor=2040, idProduct=5200
[ 7276.756959] usb 1-1: New USB device strings: Mfr=1, Product=2, SerialNumber=3
[ 7276.756967] usb 1-1: Product: NovaT 500Stick
[ 7276.756972] usb 1-1: Manufacturer: Hauppauge
[ 7276.756978] usb 1-1: SerialNumber: 4034588817
[ 7276.757174] usb 1-1: configuration #1 chosen from 1 choice
[ 7277.153270] dib0700: loaded with support for 13 different device-types
[ 7277.153447] dvb-usb: found a 'Hauppauge Nova-TD Stick (52009)' in cold state, will try to load a firmware
[ 7277.153457] usb 1-1: firmware: requesting dvb-usb-dib0700-1.20.fw
[ 7277.214933] dvb-usb: downloading firmware from file 'dvb-usb-dib0700-1.20.fw'
[ 7277.434174] dib0700: firmware started successfully.
[ 7277.936068] dvb-usb: found a 'Hauppauge Nova-TD Stick (52009)' in warm state.
[ 7277.936160] dvb-usb: will pass the complete MPEG2 transport stream to the software demuxer.
[ 7277.937144] DVB: registering new adapter (Hauppauge Nova-TD Stick (52009))
[ 7278.166296] DVB: registering adapter 0 frontend 0 (DiBcom 7000PC)...
[ 7278.387038] DiB0070: successfully identified
[ 7278.387048] dvb-usb: will pass the complete MPEG2 transport stream to the software demuxer.
[ 7278.387348] DVB: registering new adapter (Hauppauge Nova-TD Stick (52009))
[ 7278.544296] DVB: registering adapter 1 frontend 0 (DiBcom 7000PC)...
[ 7278.763154] DiB0070: successfully identified
[ 7278.763346] input: IR-receiver inside an USB DVB receiver as /devices/pci0000:00/0000:00:1d.7/usb1/1-1/input/input9
[ 7278.763465] dvb-usb: schedule remote query interval to 50 msecs.
[ 7278.763473] dvb-usb: Hauppauge Nova-TD Stick (52009) successfully initialized and connected.
[ 7278.765720] usbcore: registered new interface driver dvb_usb_dib0700


Please, feel free to edit this info.