Announcement

Collapse
No announcement yet.

Getting a Freecom USB DVB-T stick to work

Collapse
This topic is closed.
X
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

    Getting a Freecom USB DVB-T stick to work

    Hi everyone!

    I've got at Freecom dvb-stick attached to my laptop, but I can't get it to work, I've followed countless guides and forumposts without luck, could someone help me out.

    Togheter maybe we can get it to work

    I've also got problem with a Linksys Wireless pc-card, but I'll take that in another thread
    / Samme<br /><br />- We came to wreck everything! God sent us!<br /><br />

    #2
    Re: Getting a Freecom USB DVB-T stick to work

    I've tried this guide (http://ubuntuforums.org/showthread.php?t=183297) among others, but it doesn't seem to work anymore.

    Below you got output from dmesg, lsusb, lsmod it might give a hint.

    Does anyone know what else I can do to make it work?

    Code:
    phx@Lappy:~$ dmesg | grep dvb
    [ 398.900000] dvb-usb: found a 'WideView WT-220U PenType Receiver (based on ZL353)' in cold state, will try to load a firmware
    [ 398.936000] dvb-usb: downloading firmware from file 'dvb-usb-wt220u-zl0353-01.fw'
    [ 398.996000] usbcore: registered new interface driver dvb_usb_dtt200u
    [ 400.156000] dvb-usb: generic DVB-USB module successfully deinitialized and disconnected.
    [ 401.284000] dvb-usb: found a 'WideView WT-220U PenType Receiver (based on ZL353)' in warm state.
    [ 401.284000] dvb-usb: will use the device's hardware PID filter (table count: 15).
    [ 401.284000] dvb-usb: schedule remote query interval to 300 msecs.
    [ 401.284000] dvb-usb: WideView WT-220U PenType Receiver (based on ZL353) successfully initialized and connected.
    [ 403.584000] dvb-usb: recv bulk message failed: -110
    Code:
    phx@Lappy:~$ lsusb
    Bus 001 Device 001: ID 0000:0000
    Bus 003 Device 003: ID 14aa:022b AVerMedia (again) or C&E
    Bus 003 Device 001: ID 0000:0000
    Bus 002 Device 001: ID 0000:0000
    Code:
    lsmod | grep dvb
    dvb_usb_dtt200u    14724 0
    dvb_usb        19980 1 dvb_usb_dtt200u
    dvb_core       80808 1 dvb_usb
    i2c_core       22656 2 dvb_usb,i2c_ec
    usbcore       134280 5 dvb_usb_dtt200u,dvb_usb,ehci_hcd,ohci_hcd
    Code:
    phx@Lappy:~$ lsusb -v
    
    Bus 003 Device 005: ID 14aa:022b AVerMedia (again) or C&E
    Device Descriptor:
     bLength        18
     bDescriptorType     1
     bcdUSB        2.00
     bDeviceClass      0 (Defined at Interface level)
     bDeviceSubClass     0
     bDeviceProtocol     0
     bMaxPacketSize0    64
     idVendor      0x14aa AVerMedia (again) or C&E
     idProduct     0x022b
     bcdDevice      5.21
     iManufacturer      1
     iProduct        2
     iSerial         0
     bNumConfigurations   1
     Configuration Descriptor:
      bLength         9
      bDescriptorType     2
      wTotalLength      39
      bNumInterfaces     1
      bConfigurationValue   1
      iConfiguration     0
      bmAttributes     0xa0
       (Bus Powered)
       Remote Wakeup
      MaxPower       450mA
      Interface Descriptor:
       bLength         9
       bDescriptorType     4
       bInterfaceNumber    0
       bAlternateSetting    0
       bNumEndpoints      3
       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        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   0x82 EP 2 IN
        bmAttributes      2
         Transfer Type      Bulk
         Synch Type        None
         Usage Type        Data
        wMaxPacketSize   0x00bd 1x 189 bytes
        bInterval        0
    can't get device qualifier: Operation not permitted
    can't get debug descriptor: Operation not permitted
    cannot read device status, Operation not permitted (1)
    / Samme<br /><br />- We came to wreck everything! God sent us!<br /><br />

    Comment

    Working...
    X