Find the answer to your Linux question:
Results 1 to 2 of 2
Hi! As I really stuck, I now asking a forum for help for the first time. Hope I do everything right. My problem: I do not get my dvb-t stick ...
  1. #1
    Just Joined!
    Join Date
    Aug 2010
    Posts
    1

    Red face terratec xxs usb

    Hi!

    As I really stuck, I now asking a forum for help for the first time. Hope I do everything right.

    My problem: I do not get my dvb-t stick (terratec xxs usb) working. It should work out of the box with my kernel, but it doesn't!

    I use kubuntu 10.04 (64 bit), kernel 2.6.32-24-generic.

    dmesg | grep -i dvb
    gives:

    Code:
    [    8.149281] dvb-usb: found a 'Terratec Cinergy T USB XXS (HD)/ T3' in warm state.
    [    8.149674] dvb-usb: will pass the complete MPEG2 transport stream to the software demuxer.
    [    8.151407] DVB: registering new adapter (Terratec Cinergy T USB XXS (HD)/ T3)
    [    8.390121] DVB: registering adapter 0 frontend 0 (DiBcom 7000PC)...
    [    8.637362] input: IR-receiver inside an USB DVB receiver as /devices/pci0000:00/0000:00:1a.7/usb1/1-3/input/input10
    [    8.637447] dvb-usb: schedule remote query interval to 50 msecs.
    [    8.637453] dvb-usb: Terratec Cinergy T USB XXS (HD)/ T3 successfully initialized and connected.
    [    8.637818] usbcore: registered new interface driver dvb_usb_dib0700
    the registered adapter 0 frontend 0 is DiBcom 7000PC, which is a hauppauge stick I used some time ago (without success).

    this is the hardware kaffeine does find.

    part of
    lsmod:
    Code:
    ...
    dvb_usb_dib0700        71047  1 
    dib7000p               18348  2 dvb_usb_dib0700
    dib7000m               15907  1 dvb_usb_dib0700
    dib0070                 8549  2 dvb_usb_dib0700
    dvb_usb                16709  1 dvb_usb_dib0700
    dib3000mc              12997  1 dvb_usb_dib0700
    dib8000                26879  1 dvb_usb_dib0700
    sdhci_pci               6700  0 
    bitblit                 5811  1 fbcon
    snd_timer              23649  2 snd_pcm,snd_seq
    usbhid                 41084  0 
    dibx000_common          3570  4 dib7000p,dib7000m,dib3000mc,dib8000
    ...
    lsusb -v
    seems to be ok:
    Code:
    ...
    Bus 001 Device 004: ID 0ccd:0078 TerraTec Electronic GmbH 
    Device Descriptor:
      bLength                18
      bDescriptorType         1
      bcdUSB               2.00
      bDeviceClass            0 (Defined at Interface level)
      bDeviceSubClass         0 
      bDeviceProtocol         0 
      bMaxPacketSize0        64
      idVendor           0x0ccd TerraTec Electronic GmbH
      idProduct          0x0078 
      bcdDevice            1.00
      iManufacturer           1 TerraTec GmbH
      iProduct                2 CinergyTUSB XXS
      iSerial                 3 0000000001
      bNumConfigurations      1
      Configuration Descriptor:
        bLength                 9
        bDescriptorType         2
        wTotalLength           46
        bNumInterfaces          1
        bConfigurationValue     1
        iConfiguration          0 
        bmAttributes         0x80
          (Bus Powered)
        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            3
              Transfer Type            Interrupt
              Synch Type               None
              Usage Type               Data
            wMaxPacketSize     0x0040  1x 64 bytes
            bInterval              10
          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)
    ...
    Thanks for any hints in advance,
    achim

  2. #2
    Linux Guru Rubberman's Avatar
    Join Date
    Apr 2009
    Location
    I can be found either 40 miles west of Chicago, or in a galaxy far, far away.
    Posts
    8,977
    What kind of device is this - a USB DVD player/recorder?
    Sometimes, real fast is almost as good as real time.
    Just remember, Semper Gumbi - always be flexible!

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
...