ambrosa / DVB-Realtek-RTL2832U-2.2.2-10tuner-mod_kernel-3.0.0

RTL2832U driver modded for Linux kernel 3.0.0
54 stars 46 forks source link

Not working with Fujitsu Slim USB DVB-T Basic #17

Open rang501 opened 11 years ago

rang501 commented 11 years ago

This device isn't working, although it has same chipset: RTL2832UBDA.sys (windows) Unfortunately there isn't alot technical information about that device. I'll try to report detailed information.

Device information: Fujitsu Slim USB DVB-T Basic S26391-F7125-L3

lspci Bus 002 Device 008: ID 1164:f328 YUAN High-Tech Development Co., Ltd

sudo lsusb -v -d 1164:f328

Bus 001 Device 006: ID 1164:f328 YUAN High-Tech Development Co., Ltd 
Device Descriptor:
  bLength                18
  bDescriptorType         1
  bcdUSB               2.00
  bDeviceClass            0 (Defined at Interface level)
  bDeviceSubClass         0 
  bDeviceProtocol         0 
  bMaxPacketSize0        64
  idVendor           0x1164 YUAN High-Tech Development Co., Ltd
  idProduct          0xf328 
  bcdDevice            1.00
  iManufacturer           1 FTS
  iProduct                2 Slim USB DVB-T Basic
  iSerial                 3 0
  bNumConfigurations      1
  Configuration Descriptor:
    bLength                 9
    bDescriptorType         2
    wTotalLength           25
    bNumInterfaces          1
    bConfigurationValue     1
    iConfiguration          4 USB2.0-Bulk&Iso
    bmAttributes         0x80
      (Bus Powered)
    MaxPower              500mA
    Interface Descriptor:
      bLength                 9
      bDescriptorType         4
      bInterfaceNumber        0
      bAlternateSetting       0
      bNumEndpoints           1
      bInterfaceClass       255 Vendor Specific Class
      bInterfaceSubClass    255 Vendor Specific Subclass
      bInterfaceProtocol    255 Vendor Specific Protocol
      iInterface              5 Bulk-In, Interface
      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
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      2
Device Status:     0x0000
  (Bus Powered)
IvoPeterka commented 10 years ago

I've downloaded newest v4l build, added following: { DVB_USB_DEVICE(0x1164, 0xf328, &rtl2832u_props, "Fujitsu Slim USB DVB-T Basic", NULL) }, into the data structure "static const struct usb_device_id rtl28xxu_id_table[]" in the file media_build/linux/drivers/media/usb/dvb-usb-v2/rtl28xxu.c, compiled and installed it and the card work absolutely flawlessly. So the only problem is that the card's ID is not in driver's devices definition.