Giter Site home page Giter Site logo

dvb-realtek-rtl2832u-2.2.2-10tuner-mod_kernel-3.0.0's Introduction

2011-11-07

Original Realtek RTL2832U chipset (DVB/DAB) Linux 2.6.x driver rel. 2.2.2 , "full" version

Thanks to Realtek

Thanks to Xgazza
Thanks to Skaman
Thanks to Gennar1

This driver is the "full" version using DVB-T, DVB-C, DTMB and 10 tuners
It looks to work also with DAB/DAB+ digital radio stick as Terratec NOXON DAB

Driver patched for Linux kernel 3.0.0 (Ubuntu Oneiric), 3.1.0 and 3.2.0 (Thanks Hans-Frieder Vogt and Gennar1)
Can compile with kernel 2.6.x (2.6.x-3.0.0 main differences are about handling RC)

Main thread about OpenPli project: http://openpli.org/forums/topic/20899-rtl2832u-chipset-support-proposal/


!! WORK IN PROGRESS , ALPHA STATE !!


Tested with:
 Xubuntu 11.10 64bit kernel 3.0 + DIKOM USB-DVBT HD (ID 1b80:d394) : compile OK, works OK
 Lubuntu 11.10 32bit kernel 3.0 (cpu 64bit) + DIKOM USB-DVBT HD (ID 1b80:d394) : compile OK, works OK
 OpenPli 2011-11-27 ClarkeTech ET9100 (cpu Broadcom) kernel 3.1 + DIKOM USB-DVBT HD (ID 1b80:d394) : compile OK, works OK
 Debian testing 32bit (cpu 64bit) kernel 3.1 + Dexatek TX Hollywood (ID 1d09:1101) : compile OK, works OK
 Xubuntu 11.10 64bit kernel 3.2.0-RC4 + DIKOM USB-DVBT HD (ID 1b80:d394) : compile OK, works OK

Some DVB-T stick equipped with rtl2832:
  DIKOM USB-DVBT HD (ID 1b80:d394)
  NILOX DVB-T Stick N15 (ID 1b80:d393)
  TRUST 16738 (ID 0bda:2832)
  TERRATEC Cinergy T Stick BLACK (ID 0ccd:00a9)
  TX Hollywood DVTB (ID 1d19:1101)
  DIGIVOX mini II v3.0 (ID 1d19:1101)


**** UBUNTU FRESH INSTALL ****

- install compile kit
sudo apt-get install build-essential

- install linux headers
sudo apt-get install linux-headers-$(uname -r)

- install git
sudo apt-get install git

- clone this repo using git
git clone https://github.com/ambrosa/DVB-Realtek-RTL2832U-2.2.2-10tuner-mod_kernel-3.0.0.git 

- goto into source dir
cd DVB-Realtek-RTL2832U-2.2.2-10tuner-mod_kernel-3.0.0
cd RTL2832-2.2.2_kernel-3.0.0

- edit Makefile, option INCLUDE_EXTRA_DVB (choose which include file set)

- compile code
make clean
make

- install module
sudo make install

- insert module (or reboot)
modprobe dvb_usb_rtl2832u

If all is fine you can see in kernel log something like this:
  [18087.037024] dvb-usb: found a 'USB DVB-T DEVICE' in warm state.
  [18087.037031] dvb-usb: will pass the complete MPEG2 transport stream to the software demuxer.
  [18087.038776] DVB: registering new adapter (USB DVB-T DEVICE)
  [18087.055952] RTL2832U usb_init_bulk_setting : USB2.0 HIGH SPEED (480Mb/s)
  [18087.287475] RTL2832U check_tuner_type : FC0012 tuner on board...
  [18087.853235] DVB: registering adapter 0 frontend 0 (Realtek DVB-T RTL2832)...
  [18087.853384] input: IR-receiver inside an USB DVB receiver as /devices/pci0000:00/0000:00:1d.7/usb1/1-7/input/input15
  [18087.853419] dvb-usb: schedule remote query interval to 287 msecs.
  [18087.853423] dvb-usb: USB DVB-T DEVICE successfully initialized and connected.
  [18087.853447] usbcore: registered new interface driver dvb_usb_rtl2832u


Note: Module dvb_usb_rtl2832u has many options (use modinfo dvb_usb_rtl2832u to see them)

- if you want enable basic debug (default disabled) use:
modprobe dvb_usb_rtl2832u debug=1
- if you want enable remote_command (default disabled) use:
modprobe dvb_usb_rtl2832u rc_mode=2  (or =0 or =1)


**** UPDATING LOCAL GIT REPO WITH NEW CHANGES ****

- go into local git repo 
cd DVB-Realtek-RTL2832U-2.2.2-10tuner-mod_kernel-3.0.0

- update local files with new changes
git pull

- compile 
cd RTL2832-2.2.2_kernel-3.0.0
make clean
make

- install module
sudo make install

dvb-realtek-rtl2832u-2.2.2-10tuner-mod_kernel-3.0.0's People

Contributors

ambrosa avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

dvb-realtek-rtl2832u-2.2.2-10tuner-mod_kernel-3.0.0's Issues

Universal

Soy novato. Quiero salir. Estoy haciendo pruebas.

Error: "has incomplete type" (kernel 3.4.0)

Hi,

While trying to compile, I am getting the following error:

make
make -C /usr/src/linux-headers-uname -r SUBDIRS={PATH} modules
make[1]: Entering directory /usr/src/linux-headers-3.4.0-030400-generic' CC [M] {PATH}/demod_rtl2832.o In file included from {PATH}/include-320/dvb-usb.h:19:0, from {PATH}/foundation.h:19, from {PATH}/dvbt_demod_base.h:289, from {PATH}/demod_rtl2832.h:72, from {PATH}/demod_rtl2832.c:13: {PATH}/include-320/dvb_frontend.h:49:33: error: field ‘parameters’ has incomplete type {PATH}/include-320/dvb_frontend.h:313:28: error: array type has incomplete element type make[2]: [{PATH}/demod_rtl2832.o] Error 1 make[1]: [_module_{PATH}] Error 2 make[1]: Leaving directory/usr/src/linux-headers-3.4.0-030400-generic'
make: [default] Error 2

I have no idea why those variables have 'incomplete type'; I am hoping someone would --or point me to some body/place.

Here is further info about my environemt:

The hardware is Minix 890GX-USB3 [w/ 6-core AMD Phenom II CPU and ATI Radeon HD 4290 graphics]

uname -a

3.4.0-030400-generic 201205210521 SMP Mon May 21 09:22:02 UTC 2012 x86_64 x86_64 x86_64 GNU/Linux

lspci -v

00:00.0 Host bridge: Advanced Micro Devices [AMD] RS880 Host Bridge
00:01.0 PCI bridge: Advanced Micro Devices [AMD] RS780/RS880 PCI to PCI bridge (int gfx)
00:02.0 PCI bridge: Advanced Micro Devices [AMD] RS780 PCI to PCI bridge (ext gfx port 0)
00:04.0 PCI bridge: Advanced Micro Devices [AMD] RS780/RS880 PCI to PCI bridge (PCIE port 0)
00:09.0 PCI bridge: Advanced Micro Devices [AMD] RS780/RS880 PCI to PCI bridge (PCIE port 4)
00:0a.0 PCI bridge: Advanced Micro Devices [AMD] RS780/RS880 PCI to PCI bridge (PCIE port 5)
00:11.0 SATA controller: Advanced Micro Devices [AMD] nee ATI SB7x0/SB8x0/SB9x0 SATA Controller [AHCI mode](rev 40)
00:12.0 USB controller: Advanced Micro Devices [AMD] nee ATI SB7x0/SB8x0/SB9x0 USB OHCI0 Controller
00:12.2 USB controller: Advanced Micro Devices [AMD] nee ATI SB7x0/SB8x0/SB9x0 USB EHCI Controller
00:13.0 USB controller: Advanced Micro Devices [AMD] nee ATI SB7x0/SB8x0/SB9x0 USB OHCI0 Controller
00:13.2 USB controller: Advanced Micro Devices [AMD] nee ATI SB7x0/SB8x0/SB9x0 USB EHCI Controller
00:14.0 SMBus: Advanced Micro Devices [AMD] nee ATI SBx00 SMBus Controller (rev 42)
00:14.2 Audio device: Advanced Micro Devices [AMD] nee ATI SBx00 Azalia (Intel HDA) (rev 40)
00:14.3 ISA bridge: Advanced Micro Devices [AMD] nee ATI SB7x0/SB8x0/SB9x0 LPC host controller (rev 40)
00:14.4 PCI bridge: Advanced Micro Devices [AMD] nee ATI SBx00 PCI to PCI Bridge (rev 40)
00:14.5 USB controller: Advanced Micro Devices [AMD] nee ATI SB7x0/SB8x0/SB9x0 USB OHCI2 Controller
00:16.0 USB controller: Advanced Micro Devices [AMD] nee ATI SB7x0/SB8x0/SB9x0 USB OHCI0 Controller
00:16.2 USB controller: Advanced Micro Devices [AMD] nee ATI SB7x0/SB8x0/SB9x0 USB EHCI Controller
00:18.0 Host bridge: Advanced Micro Devices [AMD] Family 10h Processor HyperTransport Configuration
00:18.1 Host bridge: Advanced Micro Devices [AMD] Family 10h Processor Address Map
00:18.2 Host bridge: Advanced Micro Devices [AMD] Family 10h Processor DRAM Controller
00:18.3 Host bridge: Advanced Micro Devices [AMD] Family 10h Processor Miscellaneous Control
00:18.4 Host bridge: Advanced Micro Devices [AMD] Family 10h Processor Link Control
01:05.0 VGA compatible controller: Advanced Micro Devices [AMD] nee ATI RS880 [Radeon HD 4290]
01:05.1 Audio device: Advanced Micro Devices [AMD] nee ATI RS880 HDMI Audio [Radeon HD 4200 Series]
02:00.0 PCI bridge: PLX Technology, Inc. PEX8112 x1 Lane PCI Express-to-PCI Bridge (rev aa)
03:00.0 USB controller: VIA Technologies, Inc. VT82xxxxx UHCI USB 1.1 Controller (rev 62)
03:00.1 USB controller: VIA Technologies, Inc. VT82xxxxx UHCI USB 1.1 Controller (rev 62)
03:00.2 USB controller: VIA Technologies, Inc. USB 2.0 (rev 65)
04:00.0 USB controller: NEC Corporation uPD720200 USB 3.0 Host Controller (rev 03)
05:00.0 Ethernet controller: Broadcom Corporation NetLink BCM57788 Gigabit Ethernet PCIe (rev 01)
06:00.0 Ethernet controller: Broadcom Corporation NetLink BCM57788 Gigabit Ethernet PCIe (rev 01)

more details for the DigitalNow DVB-T Quad card [PCI bridge: PLX Technology, Inc. PEX8112 x1 Lane PCI Express-to-PCI Bridge (rev aa)]:

02:00.0 PCI bridge: PLX Technology, Inc. PEX8112 x1 Lane PCI Express-to-PCI Bridge (rev aa) (prog-if 00 [Normal decode])
Control: I/O+ Mem+ BusMaster+ SpecCycle- MemWINV+ VGASnoop- ParErr- Stepping- SERR+ FastB2B- DisINTx-
Status: Cap+ 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- SERR- <PERR- INTx-
Latency: 0, Cache Line Size: 64 bytes
Bus: primary=02, secondary=03, subordinate=03, sec-latency=32
I/O behind bridge: 0000e000-0000efff
Memory behind bridge: fe600000-fe6fffff
Prefetchable memory behind bridge: fff00000-000fffff
Secondary status: 66MHz+ FastB2B- ParErr- DEVSEL=medium >TAbort- <TAbort- <MAbort- <SERR- <PERR-
BridgeCtl: Parity+ SERR+ NoISA+ VGA- MAbort- >Reset- FastB2B-
PriDiscTmr- SecDiscTmr- DiscTmrStat- DiscTmrSERREn-
Capabilities: [40] Power Management version 2
Flags: PMEClk- DSI- D1+ D2- AuxCurrent=0mA PME(D0+,D1+,D2-,D3hot+,D3cold-)
Status: D0 NoSoftRst- PME-Enable- DSel=0 DScale=0 PME-
Capabilities: [50] MSI: Enable- Count=1/1 Maskable- 64bit+
Address: 0000000000000000 Data: 0000
Capabilities: [60] Express (v1) PCI/PCI-X Bridge, MSI 00
DevCap: MaxPayload 128 bytes, PhantFunc 0, Latency L0s <64ns, L1 <1us
ExtTag- AttnBtn- AttnInd- PwrInd- RBE- FLReset-
DevCtl: Report errors: Correctable- Non-Fatal- Fatal- Unsupported-
RlxdOrd- ExtTag- PhantFunc- AuxPwr- NoSnoop- BrConfRtry-
MaxPayload 128 bytes, MaxReadReq 512 bytes
DevSta: CorrErr- UncorrErr+ FatalErr- UnsuppReq+ AuxPwr- TransPend-
LnkCap: Port 0, Speed 2.5GT/s, Width x1, ASPM L0s L1, Latency L0 <1us, L1 <16us
ClockPM- Surprise- LLActRep- BwNot-
LnkCtl: ASPM Disabled; Disabled- Retrain- CommClk+
ExtSynch- ClockPM- AutWidDis- BWInt- AutBWInt-
LnkSta: Speed 2.5GT/s, Width x1, TrErr- Train- SlotClk- DLActive- BWMgmt- ABWMgmt-
Capabilities: [100 v1] Power Budgeting <?>
Kernel modules: shpchp

lsusb:

Bus 001 Device 002: ID 058f:6387 Alcor Micro Corp. Transcend JetFlash Flash Drive
Bus 004 Device 002: ID 0413:6680 Leadtek Research, Inc.
Bus 004 Device 003: ID 0413:6680 Leadtek Research, Inc.
Bus 004 Device 004: ID 0413:6680 Leadtek Research, Inc.
Bus 004 Device 005: ID 0413:6680 Leadtek Research, Inc.
Bus 005 Device 002: ID 0a34:0210 TG3 Electronics, Inc.
Bus 006 Device 002: ID 045e:00cb Microsoft Corp. Basic Optical Mouse v2.0
Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
Bus 002 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
Bus 003 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
Bus 004 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
Bus 005 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
Bus 006 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
Bus 007 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
Bus 008 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
Bus 009 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
Bus 010 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
Bus 011 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
Bus 012 Device 001: ID 1d6b:0003 Linux Foundation 3.0 root hub

more details for 'ID 0413:6680 Leadtek Research, Inc.':

Bus 004 Device 002: ID 0413:6680 Leadtek Research, Inc.
Device Descriptor:
bLength 18
bDescriptorType 1
bcdUSB 2.00
bDeviceClass 0 (Defined at Interface level)
bDeviceSubClass 0
bDeviceProtocol 0
bMaxPacketSize0 64
idVendor 0x0413 Leadtek Research, Inc.
idProduct 0x6680
bcdDevice 1.00
iManufacturer 1 Realtek
iProduct 2 QuadDVBT
iSerial 3 0030
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)

compiling errors (Ubuntu 12.04 LTS)

src 2.2.2 downloaded today from this git; my env : Acer AO722 (AMD C-60 APU) Linux Kernel 3.2.0-24-generic #39-Ubuntu SMP Mon May 21 16:52:17 UTC 2012 x86_64 x86_64 x86_64 GNU/Linux

asia@AO722:/DVB-Realtek-RTL2832U-2.2.2-10tuner-mod_kernel-3.0.0/RTL2832-2.2.2_kernel-3.0.0$ make clean
rm -f .o *.ko *.mod.c ..o.cmd ..o.d ..ko.cmd Module.symvers Module.markers modules.order
rm -rf .tmp_versions
asia@AO722:
/DVB-Realtek-RTL2832U-2.2.2-10tuner-mod_kernel-3.0.0/RTL2832-2.2.2_kernel-3.0.0$ make
/home/asia/DVB-Realtek-RTL2832U-2.2.2-10tuner-mod_kernel-3.0.0/RTL2832-2.2.2_kernel-3.0.0/rtl2832u.c: In function ‘rtl2832u_frontend_attach’:
/home/asia/DVB-Realtek-RTL2832U-2.2.2-10tuner-mod_kernel-3.0.0/RTL2832-2.2.2_kernel-3.0.0/rtl2832u.c:704:15: error: ‘struct dvb_usb_adapter’ has no member named ‘fe_adap’
/home/asia/DVB-Realtek-RTL2832U-2.2.2-10tuner-mod_kernel-3.0.0/RTL2832-2.2.2_kernel-3.0.0/rtl2832u.c: At top level:
/home/asia/DVB-Realtek-RTL2832U-2.2.2-10tuner-mod_kernel-3.0.0/RTL2832-2.2.2_kernel-3.0.0/rtl2832u.c:858:24: error: unknown field ‘num_frontends’ specified in initializer
/home/asia/DVB-Realtek-RTL2832U-2.2.2-10tuner-mod_kernel-3.0.0/RTL2832-2.2.2_kernel-3.0.0/rtl2832u.c:858:24: warning: excess elements in struct initializer [enabled by default]
/home/asia/DVB-Realtek-RTL2832U-2.2.2-10tuner-mod_kernel-3.0.0/RTL2832-2.2.2_kernel-3.0.0/rtl2832u.c:858:24: warning: (near initialization for ‘rtl2832u_1st_properties.adapter[0]’) [enabled by default]
/home/asia/DVB-Realtek-RTL2832U-2.2.2-10tuner-mod_kernel-3.0.0/RTL2832-2.2.2_kernel-3.0.0/rtl2832u.c:859:24: error: unknown field ‘fe’ specified in initializer
/home/asia/DVB-Realtek-RTL2832U-2.2.2-10tuner-mod_kernel-3.0.0/RTL2832-2.2.2_kernel-3.0.0/rtl2832u.c:859:24: error: extra brace group at end of initializer
/home/asia/DVB-Realtek-RTL2832U-2.2.2-10tuner-mod_kernel-3.0.0/RTL2832-2.2.2_kernel-3.0.0/rtl2832u.c:859:24: error: (near initialization for ‘rtl2832u_1st_properties.adapter[0]’)
/home/asia/DVB-Realtek-RTL2832U-2.2.2-10tuner-mod_kernel-3.0.0/RTL2832-2.2.2_kernel-3.0.0/rtl2832u.c:859:24: error: extra brace group at end of initializer
/home/asia/DVB-Realtek-RTL2832U-2.2.2-10tuner-mod_kernel-3.0.0/RTL2832-2.2.2_kernel-3.0.0/rtl2832u.c:859:24: error: (near initialization for ‘rtl2832u_1st_properties.adapter[0]’)
/home/asia/DVB-Realtek-RTL2832U-2.2.2-10tuner-mod_kernel-3.0.0/RTL2832-2.2.2_kernel-3.0.0/rtl2832u.c:871:4: error: extra brace group at end of initializer
/home/asia/DVB-Realtek-RTL2832U-2.2.2-10tuner-mod_kernel-3.0.0/RTL2832-2.2.2_kernel-3.0.0/rtl2832u.c:871:4: error: (near initialization for ‘rtl2832u_1st_properties.adapter[0]’)
/home/asia/DVB-Realtek-RTL2832U-2.2.2-10tuner-mod_kernel-3.0.0/RTL2832-2.2.2_kernel-3.0.0/rtl2832u.c:876:5: error: extra brace group at end of initializer
/home/asia/DVB-Realtek-RTL2832U-2.2.2-10tuner-mod_kernel-3.0.0/RTL2832-2.2.2_kernel-3.0.0/rtl2832u.c:876:5: error: (near initialization for ‘rtl2832u_1st_properties.adapter[0]’)
/home/asia/DVB-Realtek-RTL2832U-2.2.2-10tuner-mod_kernel-3.0.0/RTL2832-2.2.2_kernel-3.0.0/rtl2832u.c:878:6: error: extra brace group at end of initializer
/home/asia/DVB-Realtek-RTL2832U-2.2.2-10tuner-mod_kernel-3.0.0/RTL2832-2.2.2_kernel-3.0.0/rtl2832u.c:878:6: error: (near initialization for ‘rtl2832u_1st_properties.adapter[0]’)
/home/asia/DVB-Realtek-RTL2832U-2.2.2-10tuner-mod_kernel-3.0.0/RTL2832-2.2.2_kernel-3.0.0/rtl2832u.c:885:27: warning: excess elements in struct initializer [enabled by default]
/home/asia/DVB-Realtek-RTL2832U-2.2.2-10tuner-mod_kernel-3.0.0/RTL2832-2.2.2_kernel-3.0.0/rtl2832u.c:885:27: warning: (near initialization for ‘rtl2832u_1st_properties.adapter[0]’) [enabled by default]
/home/asia/DVB-Realtek-RTL2832U-2.2.2-10tuner-mod_kernel-3.0.0/RTL2832-2.2.2_kernel-3.0.0/rtl2832u.c:956:24: error: unknown field ‘num_frontends’ specified in initializer
/home/asia/DVB-Realtek-RTL2832U-2.2.2-10tuner-mod_kernel-3.0.0/RTL2832-2.2.2_kernel-3.0.0/rtl2832u.c:956:24: warning: excess elements in struct initializer [enabled by default]
/home/asia/DVB-Realtek-RTL2832U-2.2.2-10tuner-mod_kernel-3.0.0/RTL2832-2.2.2_kernel-3.0.0/rtl2832u.c:956:24: warning: (near initialization for ‘rtl2832u_2nd_properties.adapter[0]’) [enabled by default]
/home/asia/DVB-Realtek-RTL2832U-2.2.2-10tuner-mod_kernel-3.0.0/RTL2832-2.2.2_kernel-3.0.0/rtl2832u.c:957:24: error: unknown field ‘fe’ specified in initializer
/home/asia/DVB-Realtek-RTL2832U-2.2.2-10tuner-mod_kernel-3.0.0/RTL2832-2.2.2_kernel-3.0.0/rtl2832u.c:957:24: error: extra brace group at end of initializer
/home/asia/DVB-Realtek-RTL2832U-2.2.2-10tuner-mod_kernel-3.0.0/RTL2832-2.2.2_kernel-3.0.0/rtl2832u.c:957:24: error: (near initialization for ‘rtl2832u_2nd_properties.adapter[0]’)
/home/asia/DVB-Realtek-RTL2832U-2.2.2-10tuner-mod_kernel-3.0.0/RTL2832-2.2.2_kernel-3.0.0/rtl2832u.c:957:24: error: extra brace group at end of initializer
/home/asia/DVB-Realtek-RTL2832U-2.2.2-10tuner-mod_kernel-3.0.0/RTL2832-2.2.2_kernel-3.0.0/rtl2832u.c:957:24: error: (near initialization for ‘rtl2832u_2nd_properties.adapter[0]’)
/home/asia/DVB-Realtek-RTL2832U-2.2.2-10tuner-mod_kernel-3.0.0/RTL2832-2.2.2_kernel-3.0.0/rtl2832u.c:969:4: error: extra brace group at end of initializer
/home/asia/DVB-Realtek-RTL2832U-2.2.2-10tuner-mod_kernel-3.0.0/RTL2832-2.2.2_kernel-3.0.0/rtl2832u.c:969:4: error: (near initialization for ‘rtl2832u_2nd_properties.adapter[0]’)
/home/asia/DVB-Realtek-RTL2832U-2.2.2-10tuner-mod_kernel-3.0.0/RTL2832-2.2.2_kernel-3.0.0/rtl2832u.c:974:5: error: extra brace group at end of initializer
/home/asia/DVB-Realtek-RTL2832U-2.2.2-10tuner-mod_kernel-3.0.0/RTL2832-2.2.2_kernel-3.0.0/rtl2832u.c:974:5: error: (near initialization for ‘rtl2832u_2nd_properties.adapter[0]’)
/home/asia/DVB-Realtek-RTL2832U-2.2.2-10tuner-mod_kernel-3.0.0/RTL2832-2.2.2_kernel-3.0.0/rtl2832u.c:976:6: error: extra brace group at end of initializer
/home/asia/DVB-Realtek-RTL2832U-2.2.2-10tuner-mod_kernel-3.0.0/RTL2832-2.2.2_kernel-3.0.0/rtl2832u.c:976:6: error: (near initialization for ‘rtl2832u_2nd_properties.adapter[0]’)
/home/asia/DVB-Realtek-RTL2832U-2.2.2-10tuner-mod_kernel-3.0.0/RTL2832-2.2.2_kernel-3.0.0/rtl2832u.c:983:27: warning: excess elements in struct initializer [enabled by default]
/home/asia/DVB-Realtek-RTL2832U-2.2.2-10tuner-mod_kernel-3.0.0/RTL2832-2.2.2_kernel-3.0.0/rtl2832u.c:983:27: warning: (near initialization for ‘rtl2832u_2nd_properties.adapter[0]’) [enabled by default]
/home/asia/DVB-Realtek-RTL2832U-2.2.2-10tuner-mod_kernel-3.0.0/RTL2832-2.2.2_kernel-3.0.0/rtl2832u.c:1056:24: error: unknown field ‘num_frontends’ specified in initializer
/home/asia/DVB-Realtek-RTL2832U-2.2.2-10tuner-mod_kernel-3.0.0/RTL2832-2.2.2_kernel-3.0.0/rtl2832u.c:1056:24: warning: excess elements in struct initializer [enabled by default]
/home/asia/DVB-Realtek-RTL2832U-2.2.2-10tuner-mod_kernel-3.0.0/RTL2832-2.2.2_kernel-3.0.0/rtl2832u.c:1056:24: warning: (near initialization for ‘rtl2832u_3th_properties.adapter[0]’) [enabled by default]
/home/asia/DVB-Realtek-RTL2832U-2.2.2-10tuner-mod_kernel-3.0.0/RTL2832-2.2.2_kernel-3.0.0/rtl2832u.c:1057:24: error: unknown field ‘fe’ specified in initializer
/home/asia/DVB-Realtek-RTL2832U-2.2.2-10tuner-mod_kernel-3.0.0/RTL2832-2.2.2_kernel-3.0.0/rtl2832u.c:1057:24: error: extra brace group at end of initializer
/home/asia/DVB-Realtek-RTL2832U-2.2.2-10tuner-mod_kernel-3.0.0/RTL2832-2.2.2_kernel-3.0.0/rtl2832u.c:1057:24: error: (near initialization for ‘rtl2832u_3th_properties.adapter[0]’)
/home/asia/DVB-Realtek-RTL2832U-2.2.2-10tuner-mod_kernel-3.0.0/RTL2832-2.2.2_kernel-3.0.0/rtl2832u.c:1057:24: error: extra brace group at end of initializer
/home/asia/DVB-Realtek-RTL2832U-2.2.2-10tuner-mod_kernel-3.0.0/RTL2832-2.2.2_kernel-3.0.0/rtl2832u.c:1057:24: error: (near initialization for ‘rtl2832u_3th_properties.adapter[0]’)
/home/asia/DVB-Realtek-RTL2832U-2.2.2-10tuner-mod_kernel-3.0.0/RTL2832-2.2.2_kernel-3.0.0/rtl2832u.c:1069:4: error: extra brace group at end of initializer
/home/asia/DVB-Realtek-RTL2832U-2.2.2-10tuner-mod_kernel-3.0.0/RTL2832-2.2.2_kernel-3.0.0/rtl2832u.c:1069:4: error: (near initialization for ‘rtl2832u_3th_properties.adapter[0]’)
/home/asia/DVB-Realtek-RTL2832U-2.2.2-10tuner-mod_kernel-3.0.0/RTL2832-2.2.2_kernel-3.0.0/rtl2832u.c:1074:5: error: extra brace group at end of initializer
/home/asia/DVB-Realtek-RTL2832U-2.2.2-10tuner-mod_kernel-3.0.0/RTL2832-2.2.2_kernel-3.0.0/rtl2832u.c:1074:5: error: (near initialization for ‘rtl2832u_3th_properties.adapter[0]’)
/home/asia/DVB-Realtek-RTL2832U-2.2.2-10tuner-mod_kernel-3.0.0/RTL2832-2.2.2_kernel-3.0.0/rtl2832u.c:1076:6: error: extra brace group at end of initializer
/home/asia/DVB-Realtek-RTL2832U-2.2.2-10tuner-mod_kernel-3.0.0/RTL2832-2.2.2_kernel-3.0.0/rtl2832u.c:1076:6: error: (near initialization for ‘rtl2832u_3th_properties.adapter[0]’)
/home/asia/DVB-Realtek-RTL2832U-2.2.2-10tuner-mod_kernel-3.0.0/RTL2832-2.2.2_kernel-3.0.0/rtl2832u.c:1083:27: warning: excess elements in struct initializer [enabled by default]
/home/asia/DVB-Realtek-RTL2832U-2.2.2-10tuner-mod_kernel-3.0.0/RTL2832-2.2.2_kernel-3.0.0/rtl2832u.c:1083:27: warning: (near initialization for ‘rtl2832u_3th_properties.adapter[0]’) [enabled by default]
/home/asia/DVB-Realtek-RTL2832U-2.2.2-10tuner-mod_kernel-3.0.0/RTL2832-2.2.2_kernel-3.0.0/rtl2832u.c:1159:24: error: unknown field ‘num_frontends’ specified in initializer
/home/asia/DVB-Realtek-RTL2832U-2.2.2-10tuner-mod_kernel-3.0.0/RTL2832-2.2.2_kernel-3.0.0/rtl2832u.c:1159:24: warning: excess elements in struct initializer [enabled by default]
/home/asia/DVB-Realtek-RTL2832U-2.2.2-10tuner-mod_kernel-3.0.0/RTL2832-2.2.2_kernel-3.0.0/rtl2832u.c:1159:24: warning: (near initialization for ‘rtl2832u_4th_properties.adapter[0]’) [enabled by default]
/home/asia/DVB-Realtek-RTL2832U-2.2.2-10tuner-mod_kernel-3.0.0/RTL2832-2.2.2_kernel-3.0.0/rtl2832u.c:1160:24: error: unknown field ‘fe’ specified in initializer
/home/asia/DVB-Realtek-RTL2832U-2.2.2-10tuner-mod_kernel-3.0.0/RTL2832-2.2.2_kernel-3.0.0/rtl2832u.c:1160:24: error: extra brace group at end of initializer
/home/asia/DVB-Realtek-RTL2832U-2.2.2-10tuner-mod_kernel-3.0.0/RTL2832-2.2.2_kernel-3.0.0/rtl2832u.c:1160:24: error: (near initialization for ‘rtl2832u_4th_properties.adapter[0]’)
/home/asia/DVB-Realtek-RTL2832U-2.2.2-10tuner-mod_kernel-3.0.0/RTL2832-2.2.2_kernel-3.0.0/rtl2832u.c:1160:24: error: extra brace group at end of initializer
/home/asia/DVB-Realtek-RTL2832U-2.2.2-10tuner-mod_kernel-3.0.0/RTL2832-2.2.2_kernel-3.0.0/rtl2832u.c:1160:24: error: (near initialization for ‘rtl2832u_4th_properties.adapter[0]’)
/home/asia/DVB-Realtek-RTL2832U-2.2.2-10tuner-mod_kernel-3.0.0/RTL2832-2.2.2_kernel-3.0.0/rtl2832u.c:1172:4: error: extra brace group at end of initializer
/home/asia/DVB-Realtek-RTL2832U-2.2.2-10tuner-mod_kernel-3.0.0/RTL2832-2.2.2_kernel-3.0.0/rtl2832u.c:1172:4: error: (near initialization for ‘rtl2832u_4th_properties.adapter[0]’)
/home/asia/DVB-Realtek-RTL2832U-2.2.2-10tuner-mod_kernel-3.0.0/RTL2832-2.2.2_kernel-3.0.0/rtl2832u.c:1177:5: error: extra brace group at end of initializer
/home/asia/DVB-Realtek-RTL2832U-2.2.2-10tuner-mod_kernel-3.0.0/RTL2832-2.2.2_kernel-3.0.0/rtl2832u.c:1177:5: error: (near initialization for ‘rtl2832u_4th_properties.adapter[0]’)
/home/asia/DVB-Realtek-RTL2832U-2.2.2-10tuner-mod_kernel-3.0.0/RTL2832-2.2.2_kernel-3.0.0/rtl2832u.c:1179:6: error: extra brace group at end of initializer
/home/asia/DVB-Realtek-RTL2832U-2.2.2-10tuner-mod_kernel-3.0.0/RTL2832-2.2.2_kernel-3.0.0/rtl2832u.c:1179:6: error: (near initialization for ‘rtl2832u_4th_properties.adapter[0]’)
/home/asia/DVB-Realtek-RTL2832U-2.2.2-10tuner-mod_kernel-3.0.0/RTL2832-2.2.2_kernel-3.0.0/rtl2832u.c:1186:27: warning: excess elements in struct initializer [enabled by default]
/home/asia/DVB-Realtek-RTL2832U-2.2.2-10tuner-mod_kernel-3.0.0/RTL2832-2.2.2_kernel-3.0.0/rtl2832u.c:1186:27: warning: (near initialization for ‘rtl2832u_4th_properties.adapter[0]’) [enabled by default]
/home/asia/DVB-Realtek-RTL2832U-2.2.2-10tuner-mod_kernel-3.0.0/RTL2832-2.2.2_kernel-3.0.0/rtl2832u.c:1266:24: error: unknown field ‘num_frontends’ specified in initializer
/home/asia/DVB-Realtek-RTL2832U-2.2.2-10tuner-mod_kernel-3.0.0/RTL2832-2.2.2_kernel-3.0.0/rtl2832u.c:1266:24: warning: excess elements in struct initializer [enabled by default]
/home/asia/DVB-Realtek-RTL2832U-2.2.2-10tuner-mod_kernel-3.0.0/RTL2832-2.2.2_kernel-3.0.0/rtl2832u.c:1266:24: warning: (near initialization for ‘rtl2832u_5th_properties.adapter[0]’) [enabled by default]
/home/asia/DVB-Realtek-RTL2832U-2.2.2-10tuner-mod_kernel-3.0.0/RTL2832-2.2.2_kernel-3.0.0/rtl2832u.c:1267:24: error: unknown field ‘fe’ specified in initializer
/home/asia/DVB-Realtek-RTL2832U-2.2.2-10tuner-mod_kernel-3.0.0/RTL2832-2.2.2_kernel-3.0.0/rtl2832u.c:1267:24: error: extra brace group at end of initializer
/home/asia/DVB-Realtek-RTL2832U-2.2.2-10tuner-mod_kernel-3.0.0/RTL2832-2.2.2_kernel-3.0.0/rtl2832u.c:1267:24: error: (near initialization for ‘rtl2832u_5th_properties.adapter[0]’)
/home/asia/DVB-Realtek-RTL2832U-2.2.2-10tuner-mod_kernel-3.0.0/RTL2832-2.2.2_kernel-3.0.0/rtl2832u.c:1267:24: error: extra brace group at end of initializer
/home/asia/DVB-Realtek-RTL2832U-2.2.2-10tuner-mod_kernel-3.0.0/RTL2832-2.2.2_kernel-3.0.0/rtl2832u.c:1267:24: error: (near initialization for ‘rtl2832u_5th_properties.adapter[0]’)
/home/asia/DVB-Realtek-RTL2832U-2.2.2-10tuner-mod_kernel-3.0.0/RTL2832-2.2.2_kernel-3.0.0/rtl2832u.c:1279:4: error: extra brace group at end of initializer
/home/asia/DVB-Realtek-RTL2832U-2.2.2-10tuner-mod_kernel-3.0.0/RTL2832-2.2.2_kernel-3.0.0/rtl2832u.c:1279:4: error: (near initialization for ‘rtl2832u_5th_properties.adapter[0]’)
/home/asia/DVB-Realtek-RTL2832U-2.2.2-10tuner-mod_kernel-3.0.0/RTL2832-2.2.2_kernel-3.0.0/rtl2832u.c:1284:5: error: extra brace group at end of initializer
/home/asia/DVB-Realtek-RTL2832U-2.2.2-10tuner-mod_kernel-3.0.0/RTL2832-2.2.2_kernel-3.0.0/rtl2832u.c:1284:5: error: (near initialization for ‘rtl2832u_5th_properties.adapter[0]’)
/home/asia/DVB-Realtek-RTL2832U-2.2.2-10tuner-mod_kernel-3.0.0/RTL2832-2.2.2_kernel-3.0.0/rtl2832u.c:1286:6: error: extra brace group at end of initializer
/home/asia/DVB-Realtek-RTL2832U-2.2.2-10tuner-mod_kernel-3.0.0/RTL2832-2.2.2_kernel-3.0.0/rtl2832u.c:1286:6: error: (near initialization for ‘rtl2832u_5th_properties.adapter[0]’)
/home/asia/DVB-Realtek-RTL2832U-2.2.2-10tuner-mod_kernel-3.0.0/RTL2832-2.2.2_kernel-3.0.0/rtl2832u.c:1293:27: warning: excess elements in struct initializer [enabled by default]
/home/asia/DVB-Realtek-RTL2832U-2.2.2-10tuner-mod_kernel-3.0.0/RTL2832-2.2.2_kernel-3.0.0/rtl2832u.c:1293:27: warning: (near initialization for ‘rtl2832u_5th_properties.adapter[0]’) [enabled by default]
/home/asia/DVB-Realtek-RTL2832U-2.2.2-10tuner-mod_kernel-3.0.0/RTL2832-2.2.2_kernel-3.0.0/rtl2832u.c:1373:24: error: unknown field ‘num_frontends’ specified in initializer
/home/asia/DVB-Realtek-RTL2832U-2.2.2-10tuner-mod_kernel-3.0.0/RTL2832-2.2.2_kernel-3.0.0/rtl2832u.c:1373:24: warning: excess elements in struct initializer [enabled by default]
/home/asia/DVB-Realtek-RTL2832U-2.2.2-10tuner-mod_kernel-3.0.0/RTL2832-2.2.2_kernel-3.0.0/rtl2832u.c:1373:24: warning: (near initialization for ‘rtl2832u_6th_properties.adapter[0]’) [enabled by default]
/home/asia/DVB-Realtek-RTL2832U-2.2.2-10tuner-mod_kernel-3.0.0/RTL2832-2.2.2_kernel-3.0.0/rtl2832u.c:1374:24: error: unknown field ‘fe’ specified in initializer
/home/asia/DVB-Realtek-RTL2832U-2.2.2-10tuner-mod_kernel-3.0.0/RTL2832-2.2.2_kernel-3.0.0/rtl2832u.c:1374:24: error: extra brace group at end of initializer
/home/asia/DVB-Realtek-RTL2832U-2.2.2-10tuner-mod_kernel-3.0.0/RTL2832-2.2.2_kernel-3.0.0/rtl2832u.c:1374:24: error: (near initialization for ‘rtl2832u_6th_properties.adapter[0]’)
/home/asia/DVB-Realtek-RTL2832U-2.2.2-10tuner-mod_kernel-3.0.0/RTL2832-2.2.2_kernel-3.0.0/rtl2832u.c:1374:24: error: extra brace group at end of initializer
/home/asia/DVB-Realtek-RTL2832U-2.2.2-10tuner-mod_kernel-3.0.0/RTL2832-2.2.2_kernel-3.0.0/rtl2832u.c:1374:24: error: (near initialization for ‘rtl2832u_6th_properties.adapter[0]’)
/home/asia/DVB-Realtek-RTL2832U-2.2.2-10tuner-mod_kernel-3.0.0/RTL2832-2.2.2_kernel-3.0.0/rtl2832u.c:1386:4: error: extra brace group at end of initializer
/home/asia/DVB-Realtek-RTL2832U-2.2.2-10tuner-mod_kernel-3.0.0/RTL2832-2.2.2_kernel-3.0.0/rtl2832u.c:1386:4: error: (near initialization for ‘rtl2832u_6th_properties.adapter[0]’)
/home/asia/DVB-Realtek-RTL2832U-2.2.2-10tuner-mod_kernel-3.0.0/RTL2832-2.2.2_kernel-3.0.0/rtl2832u.c:1391:5: error: extra brace group at end of initializer
/home/asia/DVB-Realtek-RTL2832U-2.2.2-10tuner-mod_kernel-3.0.0/RTL2832-2.2.2_kernel-3.0.0/rtl2832u.c:1391:5: error: (near initialization for ‘rtl2832u_6th_properties.adapter[0]’)
/home/asia/DVB-Realtek-RTL2832U-2.2.2-10tuner-mod_kernel-3.0.0/RTL2832-2.2.2_kernel-3.0.0/rtl2832u.c:1393:6: error: extra brace group at end of initializer
/home/asia/DVB-Realtek-RTL2832U-2.2.2-10tuner-mod_kernel-3.0.0/RTL2832-2.2.2_kernel-3.0.0/rtl2832u.c:1393:6: error: (near initialization for ‘rtl2832u_6th_properties.adapter[0]’)
/home/asia/DVB-Realtek-RTL2832U-2.2.2-10tuner-mod_kernel-3.0.0/RTL2832-2.2.2_kernel-3.0.0/rtl2832u.c:1400:27: warning: excess elements in struct initializer [enabled by default]
/home/asia/DVB-Realtek-RTL2832U-2.2.2-10tuner-mod_kernel-3.0.0/RTL2832-2.2.2_kernel-3.0.0/rtl2832u.c:1400:27: warning: (near initialization for ‘rtl2832u_6th_properties.adapter[0]’) [enabled by default]
/home/asia/DVB-Realtek-RTL2832U-2.2.2-10tuner-mod_kernel-3.0.0/RTL2832-2.2.2_kernel-3.0.0/rtl2832u.c:1479:24: error: unknown field ‘num_frontends’ specified in initializer
/home/asia/DVB-Realtek-RTL2832U-2.2.2-10tuner-mod_kernel-3.0.0/RTL2832-2.2.2_kernel-3.0.0/rtl2832u.c:1479:24: warning: excess elements in struct initializer [enabled by default]
/home/asia/DVB-Realtek-RTL2832U-2.2.2-10tuner-mod_kernel-3.0.0/RTL2832-2.2.2_kernel-3.0.0/rtl2832u.c:1479:24: warning: (near initialization for ‘rtl2832u_7th_properties.adapter[0]’) [enabled by default]
/home/asia/DVB-Realtek-RTL2832U-2.2.2-10tuner-mod_kernel-3.0.0/RTL2832-2.2.2_kernel-3.0.0/rtl2832u.c:1480:24: error: unknown field ‘fe’ specified in initializer
/home/asia/DVB-Realtek-RTL2832U-2.2.2-10tuner-mod_kernel-3.0.0/RTL2832-2.2.2_kernel-3.0.0/rtl2832u.c:1480:24: error: extra brace group at end of initializer
/home/asia/DVB-Realtek-RTL2832U-2.2.2-10tuner-mod_kernel-3.0.0/RTL2832-2.2.2_kernel-3.0.0/rtl2832u.c:1480:24: error: (near initialization for ‘rtl2832u_7th_properties.adapter[0]’)
/home/asia/DVB-Realtek-RTL2832U-2.2.2-10tuner-mod_kernel-3.0.0/RTL2832-2.2.2_kernel-3.0.0/rtl2832u.c:1480:24: error: extra brace group at end of initializer
/home/asia/DVB-Realtek-RTL2832U-2.2.2-10tuner-mod_kernel-3.0.0/RTL2832-2.2.2_kernel-3.0.0/rtl2832u.c:1480:24: error: (near initialization for ‘rtl2832u_7th_properties.adapter[0]’)
/home/asia/DVB-Realtek-RTL2832U-2.2.2-10tuner-mod_kernel-3.0.0/RTL2832-2.2.2_kernel-3.0.0/rtl2832u.c:1492:4: error: extra brace group at end of initializer
/home/asia/DVB-Realtek-RTL2832U-2.2.2-10tuner-mod_kernel-3.0.0/RTL2832-2.2.2_kernel-3.0.0/rtl2832u.c:1492:4: error: (near initialization for ‘rtl2832u_7th_properties.adapter[0]’)
/home/asia/DVB-Realtek-RTL2832U-2.2.2-10tuner-mod_kernel-3.0.0/RTL2832-2.2.2_kernel-3.0.0/rtl2832u.c:1497:5: error: extra brace group at end of initializer
/home/asia/DVB-Realtek-RTL2832U-2.2.2-10tuner-mod_kernel-3.0.0/RTL2832-2.2.2_kernel-3.0.0/rtl2832u.c:1497:5: error: (near initialization for ‘rtl2832u_7th_properties.adapter[0]’)
/home/asia/DVB-Realtek-RTL2832U-2.2.2-10tuner-mod_kernel-3.0.0/RTL2832-2.2.2_kernel-3.0.0/rtl2832u.c:1499:6: error: extra brace group at end of initializer
/home/asia/DVB-Realtek-RTL2832U-2.2.2-10tuner-mod_kernel-3.0.0/RTL2832-2.2.2_kernel-3.0.0/rtl2832u.c:1499:6: error: (near initialization for ‘rtl2832u_7th_properties.adapter[0]’)
/home/asia/DVB-Realtek-RTL2832U-2.2.2-10tuner-mod_kernel-3.0.0/RTL2832-2.2.2_kernel-3.0.0/rtl2832u.c:1506:27: warning: excess elements in struct initializer [enabled by default]
/home/asia/DVB-Realtek-RTL2832U-2.2.2-10tuner-mod_kernel-3.0.0/RTL2832-2.2.2_kernel-3.0.0/rtl2832u.c:1506:27: warning: (near initialization for ‘rtl2832u_7th_properties.adapter[0]’) [enabled by default]
/home/asia/DVB-Realtek-RTL2832U-2.2.2-10tuner-mod_kernel-3.0.0/RTL2832-2.2.2_kernel-3.0.0/rtl2832u.c:1580:24: error: unknown field ‘num_frontends’ specified in initializer
/home/asia/DVB-Realtek-RTL2832U-2.2.2-10tuner-mod_kernel-3.0.0/RTL2832-2.2.2_kernel-3.0.0/rtl2832u.c:1580:24: warning: excess elements in struct initializer [enabled by default]
/home/asia/DVB-Realtek-RTL2832U-2.2.2-10tuner-mod_kernel-3.0.0/RTL2832-2.2.2_kernel-3.0.0/rtl2832u.c:1580:24: warning: (near initialization for ‘rtl2832u_8th_properties.adapter[0]’) [enabled by default]
/home/asia/DVB-Realtek-RTL2832U-2.2.2-10tuner-mod_kernel-3.0.0/RTL2832-2.2.2_kernel-3.0.0/rtl2832u.c:1581:24: error: unknown field ‘fe’ specified in initializer
/home/asia/DVB-Realtek-RTL2832U-2.2.2-10tuner-mod_kernel-3.0.0/RTL2832-2.2.2_kernel-3.0.0/rtl2832u.c:1581:24: error: extra brace group at end of initializer
/home/asia/DVB-Realtek-RTL2832U-2.2.2-10tuner-mod_kernel-3.0.0/RTL2832-2.2.2_kernel-3.0.0/rtl2832u.c:1581:24: error: (near initialization for ‘rtl2832u_8th_properties.adapter[0]’)
/home/asia/DVB-Realtek-RTL2832U-2.2.2-10tuner-mod_kernel-3.0.0/RTL2832-2.2.2_kernel-3.0.0/rtl2832u.c:1581:24: error: extra brace group at end of initializer
/home/asia/DVB-Realtek-RTL2832U-2.2.2-10tuner-mod_kernel-3.0.0/RTL2832-2.2.2_kernel-3.0.0/rtl2832u.c:1581:24: error: (near initialization for ‘rtl2832u_8th_properties.adapter[0]’)
/home/asia/DVB-Realtek-RTL2832U-2.2.2-10tuner-mod_kernel-3.0.0/RTL2832-2.2.2_kernel-3.0.0/rtl2832u.c:1593:4: error: extra brace group at end of initializer
/home/asia/DVB-Realtek-RTL2832U-2.2.2-10tuner-mod_kernel-3.0.0/RTL2832-2.2.2_kernel-3.0.0/rtl2832u.c:1593:4: error: (near initialization for ‘rtl2832u_8th_properties.adapter[0]’)
/home/asia/DVB-Realtek-RTL2832U-2.2.2-10tuner-mod_kernel-3.0.0/RTL2832-2.2.2_kernel-3.0.0/rtl2832u.c:1598:5: error: extra brace group at end of initializer
/home/asia/DVB-Realtek-RTL2832U-2.2.2-10tuner-mod_kernel-3.0.0/RTL2832-2.2.2_kernel-3.0.0/rtl2832u.c:1598:5: error: (near initialization for ‘rtl2832u_8th_properties.adapter[0]’)
/home/asia/DVB-Realtek-RTL2832U-2.2.2-10tuner-mod_kernel-3.0.0/RTL2832-2.2.2_kernel-3.0.0/rtl2832u.c:1600:6: error: extra brace group at end of initializer
/home/asia/DVB-Realtek-RTL2832U-2.2.2-10tuner-mod_kernel-3.0.0/RTL2832-2.2.2_kernel-3.0.0/rtl2832u.c:1600:6: error: (near initialization for ‘rtl2832u_8th_properties.adapter[0]’)
/home/asia/DVB-Realtek-RTL2832U-2.2.2-10tuner-mod_kernel-3.0.0/RTL2832-2.2.2_kernel-3.0.0/rtl2832u.c:1607:27: warning: excess elements in struct initializer [enabled by default]
/home/asia/DVB-Realtek-RTL2832U-2.2.2-10tuner-mod_kernel-3.0.0/RTL2832-2.2.2_kernel-3.0.0/rtl2832u.c:1607:27: warning: (near initialization for ‘rtl2832u_8th_properties.adapter[0]’) [enabled by default]
/home/asia/DVB-Realtek-RTL2832U-2.2.2-10tuner-mod_kernel-3.0.0/RTL2832-2.2.2_kernel-3.0.0/rtl2832u.c:1681:24: error: unknown field ‘num_frontends’ specified in initializer
/home/asia/DVB-Realtek-RTL2832U-2.2.2-10tuner-mod_kernel-3.0.0/RTL2832-2.2.2_kernel-3.0.0/rtl2832u.c:1681:24: warning: excess elements in struct initializer [enabled by default]
/home/asia/DVB-Realtek-RTL2832U-2.2.2-10tuner-mod_kernel-3.0.0/RTL2832-2.2.2_kernel-3.0.0/rtl2832u.c:1681:24: warning: (near initialization for ‘rtl2832u_9th_properties.adapter[0]’) [enabled by default]
/home/asia/DVB-Realtek-RTL2832U-2.2.2-10tuner-mod_kernel-3.0.0/RTL2832-2.2.2_kernel-3.0.0/rtl2832u.c:1682:24: error: unknown field ‘fe’ specified in initializer
/home/asia/DVB-Realtek-RTL2832U-2.2.2-10tuner-mod_kernel-3.0.0/RTL2832-2.2.2_kernel-3.0.0/rtl2832u.c:1682:24: error: extra brace group at end of initializer
/home/asia/DVB-Realtek-RTL2832U-2.2.2-10tuner-mod_kernel-3.0.0/RTL2832-2.2.2_kernel-3.0.0/rtl2832u.c:1682:24: error: (near initialization for ‘rtl2832u_9th_properties.adapter[0]’)
/home/asia/DVB-Realtek-RTL2832U-2.2.2-10tuner-mod_kernel-3.0.0/RTL2832-2.2.2_kernel-3.0.0/rtl2832u.c:1682:24: error: extra brace group at end of initializer
/home/asia/DVB-Realtek-RTL2832U-2.2.2-10tuner-mod_kernel-3.0.0/RTL2832-2.2.2_kernel-3.0.0/rtl2832u.c:1682:24: error: (near initialization for ‘rtl2832u_9th_properties.adapter[0]’)
/home/asia/DVB-Realtek-RTL2832U-2.2.2-10tuner-mod_kernel-3.0.0/RTL2832-2.2.2_kernel-3.0.0/rtl2832u.c:1694:4: error: extra brace group at end of initializer
/home/asia/DVB-Realtek-RTL2832U-2.2.2-10tuner-mod_kernel-3.0.0/RTL2832-2.2.2_kernel-3.0.0/rtl2832u.c:1694:4: error: (near initialization for ‘rtl2832u_9th_properties.adapter[0]’)
/home/asia/DVB-Realtek-RTL2832U-2.2.2-10tuner-mod_kernel-3.0.0/RTL2832-2.2.2_kernel-3.0.0/rtl2832u.c:1699:5: error: extra brace group at end of initializer
/home/asia/DVB-Realtek-RTL2832U-2.2.2-10tuner-mod_kernel-3.0.0/RTL2832-2.2.2_kernel-3.0.0/rtl2832u.c:1699:5: error: (near initialization for ‘rtl2832u_9th_properties.adapter[0]’)
/home/asia/DVB-Realtek-RTL2832U-2.2.2-10tuner-mod_kernel-3.0.0/RTL2832-2.2.2_kernel-3.0.0/rtl2832u.c:1701:6: error: extra brace group at end of initializer
/home/asia/DVB-Realtek-RTL2832U-2.2.2-10tuner-mod_kernel-3.0.0/RTL2832-2.2.2_kernel-3.0.0/rtl2832u.c:1701:6: error: (near initialization for ‘rtl2832u_9th_properties.adapter[0]’)
/home/asia/DVB-Realtek-RTL2832U-2.2.2-10tuner-mod_kernel-3.0.0/RTL2832-2.2.2_kernel-3.0.0/rtl2832u.c:1708:27: warning: excess elements in struct initializer [enabled by default]
/home/asia/DVB-Realtek-RTL2832U-2.2.2-10tuner-mod_kernel-3.0.0/RTL2832-2.2.2_kernel-3.0.0/rtl2832u.c:1708:27: warning: (near initialization for ‘rtl2832u_9th_properties.adapter[0]’) [enabled by default]
make[2]: *** [/home/asia/DVB-Realtek-RTL2832U-2.2.2-10tuner-mod_kernel-3.0.0/RTL2832-2.2.2_kernel-3.0.0/rtl2832u.o] Error 1
make[1]: *** [module/home/asia/DVB-Realtek-RTL2832U-2.2.2-10tuner-mod_kernel-3.0.0/RTL2832-2.2.2_kernel-3.0.0] Error 2
make: *** [default] Error 2

0458:707f support (Genius TVGo DVB-T03) rtl2832u+fc0012

Hello,
I would like to ask you for support the mentioned device. Lately I was able to run it using this driver ver. 2.2.0 (by rewriting the USB VID/PID of USB_GTEK_... in rtl2832u.h to 0458 / 707f. But 2.2.0 doesn't compile on Linux 3.2), but this workaround is not working in 2.2.2. I am using latest stable kernel (Linux 3.2.1 on Arch Linux).

This is how I did the workaround before (in czech language) - http://www.abclinuxu.cz/hardware/pridavne-karty/televizni-karty/dvb-t/usb/genius-tvgo-dvb-t03-hw-z-2011

Please help with adding Support for 1b80:d393 Afatech DVB-T receiver [RTL2832U]

Hi I am trying to get a couple of these USB DVB-T Tuner sticks working under Mythbuntu 12.04.
They are Gigabyte U7300 Model USB 2.0 devices and they appear in lsusb as

1b80:d393 Afatech DVB-T receiver [RTL2832U]

I am wondering if I can help you to add support for these in your module.

My current Kernel is 3.2.0-24-generic #37-Ubuntu SMP Wed Apr 25 08:43:22 UTC 2012 x86_64 x86_64 x86_64 GNU/Linux

I cloned your repository and built the module all ok and it load without a problem, however in dmesg it complains that no fronted was attatched.

I guess the module does not know about this particular tuner?

BTW I am in Australia.

dmesg from immediately after boot output is as follows

[ 139.584406] RTL2832U check_tuner_type : ERROR Unknown tuner on board...
[ 139.584414] dvb-usb: no frontend was attached by 'USB DVB-T DEVICE'
[ 139.584563] input: IR-receiver inside an USB DVB receiver as /devices/pci0000:00/0000:00:15.0/0000:03:00.0/usb1/1-2/1-2.3/input/input7
[ 139.584925] dvb-usb: schedule remote query interval to 287 msecs.
[ 139.584933] dvb-usb: USB DVB-T DEVICE successfully initialized and connected.
[ 139.584964] usbcore: registered new interface driver dvb_usb_rtl2832u

removing the module and reloading it with sudo modprobe dvb_usb_rtl2832u debug=1 shows

139.584406] RTL2832U check_tuner_type : ERROR Unknown tuner on board...
[ 139.584414] dvb-usb: no frontend was attached by 'USB DVB-T DEVICE'
[ 139.584563] input: IR-receiver inside an USB DVB receiver as /devices/pci0000:00/0000:00:15.0/0000:03:00.0/usb1/1-2/1-2.3/input/input7
[ 139.584925] dvb-usb: schedule remote query interval to 287 msecs.
[ 139.584933] dvb-usb: USB DVB-T DEVICE successfully initialized and connected.
[ 139.584964] usbcore: registered new interface driver dvb_usb_rtl2832u
[ 278.428204] usbcore: deregistering interface driver dvb_usb_rtl2832u
[ 278.454672] dvb-usb: USB DVB-T DEVICE successfully deinitialized and disconnected.
[ 278.492845] dvb-usb: USB DVB-T DEVICE successfully deinitialized and disconnected.
[ 299.797605] +info debug open_rtl2832u_usb_module_init
[ 299.797654] dvb-usb: found a 'USB DVB-T DEVICE' in warm state.
[ 299.797667] dvb-usb: will pass the complete MPEG2 transport stream to the software demuxer.
[ 304.796492] DVB: registering new adapter (USB DVB-T DEVICE)
[ 304.799188] +rtl2832u_fe_attach : chialing 0409-1
[ 304.799436] +usb_init_setting
[ 304.799439] +usb_init_bulk_setting
[ 309.796382] read_usb_register: offset=0x0, error code=0xffffff92 !
[ 309.796390] dvb-usb: no frontend was attached by 'USB DVB-T DEVICE'
[ 309.796550] input: IR-receiver inside an USB DVB receiver as /devices/pci0000:00/0000:00:15.0/0000:03:00.0/usb1/1-2/1-2.1/input/input8
[ 309.796996] dvb-usb: schedule remote query interval to 287 msecs.
[ 309.797005] dvb-usb: USB DVB-T DEVICE successfully initialized and connected.
[ 309.797034] dvb-usb: found a 'USB DVB-T DEVICE' in warm state.
[ 309.797048] dvb-usb: will pass the complete MPEG2 transport stream to the software demuxer.
[ 314.796472] DVB: registering new adapter (USB DVB-T DEVICE)
[ 314.797616] +rtl2832u_fe_attach : chialing 0409-1
[ 314.797716] +usb_init_setting
[ 314.797718] +usb_init_bulk_setting
[ 319.796421] read_usb_register: offset=0x0, error code=0xffffff92 !
[ 319.796430] dvb-usb: no frontend was attached by 'USB DVB-T DEVICE'
[ 319.796581] input: IR-receiver inside an USB DVB receiver as /devices/pci0000:00/0000:00:15.0/0000:03:00.0/usb1/1-2/1-2.3/input/input9
[ 319.796902] dvb-usb: schedule remote query interval to 287 msecs.
[ 319.796910] dvb-usb: USB DVB-T DEVICE successfully initialized and connected.
[ 319.796959] usbcore: registered new interface driver dvb_usb_rtl2832u

lsmod shows

Module Size Used by
dvb_usb_rtl2832u 408029 0
dvb_usb 24490 1 dvb_usb_rtl2832u
dvb_core 110619 1 dvb_usb
vmwgfx 122198 1
ttm 76949 1 vmwgfx
drm 242038 3 vmwgfx,ttm
nfsd 277809 13
nfs 356307 0
lockd 86161 2 nfsd,nfs
fscache 61529 1 nfs
auth_rpcgss 53380 2 nfsd,nfs
nfs_acl 12883 2 nfsd,nfs
sunrpc 245464 19 nfsd,nfs,lockd,auth_rpcgss,nfs_acl
ir_lirc_codec 12859 0
lirc_dev 19204 1 ir_lirc_codec
ppdev 17113 0
ir_mce_kbd_decoder 12777 0
ir_sony_decoder 12510 0
ir_jvc_decoder 12507 0
snd_usb_audio 122982 0
ir_rc6_decoder 12507 0
ir_rc5_decoder 12507 0
ir_nec_decoder 12507 0
snd_pcm 97188 1 snd_usb_audio
vmw_balloon 12809 0
rc_core 26412 8 dvb_usb,ir_lirc_codec,ir_mce_kbd_decoder,ir_sony_decoder,ir_jvc_decoder,ir_rc6_decoder,ir_rc5_decoder,ir_nec_decoder
snd_page_alloc 18529 1 snd_pcm
snd_hwdep 13668 1 snd_usb_audio
snd_usbmidi_lib 25395 1 snd_usb_audio
snd_seq_midi 13324 0
snd_rawmidi 30748 2 snd_usbmidi_lib,snd_seq_midi
snd_seq_midi_event 14899 1 snd_seq_midi
snd_seq 61896 2 snd_seq_midi,snd_seq_midi_event
snd_timer 29990 2 snd_pcm,snd_seq
snd_seq_device 14540 3 snd_seq_midi,snd_rawmidi,snd_seq
psmouse 87692 0
serio_raw 13211 0
snd 78855 8 snd_usb_audio,snd_pcm,snd_hwdep,snd_usbmidi_lib,snd_rawmidi,snd_seq,snd_timer,snd_seq_device
cm109 22061 0
soundcore 15091 1 snd
joydev 17693 0
parport_pc 32866 1
mac_hid 13253 0
i2c_piix4 13301 0
shpchp 37277 0
lp 17799 0
parport 46562 3 ppdev,parport_pc,lp
usb_storage 49198 0
uas 18027 0
usbhid 47199 0
hid 99559 1 usbhid
floppy 70365 0
e1000 108476 0
mptspi 22921 2
mptscsih 44882 1 mptspi
mptbase 103162 2 mptspi,mptscsih

If there is more info you need please let me know, 8-)

Thanks.

1b80:d39d New supported device

First of all, thanks for your effort with this driver ambrosa.

You may have interest in adding this dvb-t to the supported devices.
I've been able to modify your code and get working this device which includes a rtl2382u.

USB_PID_SVEON_STV20_RTL2832U 1b80:d39d

This worked for Linux 3.2.0-2-686-pae #1 SMP Mon Mar 5 01:59:18 UTC 2012 i686 GNU/Linux

I didn't send you a patch since i applied a fast and not clean way to solve it, but any way if you ask for it I will try to send you a clean patch. (i'm yet a beginner)

Sorry if this is not the right place since i couldn't find email or other way to post this.

Best regards.

dmesg:
[ 6183.588141] usb 1-2: new high-speed USB device number 6 using ehci_hcd
[ 6183.730522] usb 1-2: New USB device found, idVendor=1b80, idProduct=d39d
[ 6183.730538] usb 1-2: New USB device strings: Mfr=1, Product=2, SerialNumber=0
[ 6183.730551] usb 1-2: Product: SVEON STV20
[ 6183.730561] usb 1-2: Manufacturer: realtek
[ 6183.768601] IR NEC protocol handler initialized
[ 6183.791630] IR RC5(x) protocol handler initialized
[ 6183.800164] dvb-usb: found a 'RTL2832U DVB-T USB DEVICE' in warm state.
[ 6183.800195] dvb-usb: will pass the complete MPEG2 transport stream to the software demuxer.
[ 6183.802004] DVB: registering new adapter (RTL2832U DVB-T USB DEVICE)
[ 6183.813289] IR RC6 protocol handler initialized
[ 6183.821775] RTL2832U usb_init_bulk_setting : USB2.0 HIGH SPEED (480Mb/s)
[ 6183.827830] IR JVC protocol handler initialized
[ 6183.834644] IR Sony protocol handler initialized
[ 6183.840233] IR MCE Keyboard/mouse protocol handler initialized
[ 6183.847282] lirc_dev: IR Remote Control driver registered, major 252
[ 6183.848808] IR LIRC bridge handler initialized
[ 6184.055139] RTL2832U check_tuner_type : FC0012 tuner on board...
[ 6184.621410] DVB: registering adapter 0 frontend 0 (Realtek DVB-T RTL2832)...
[ 6184.621944] input: IR-receiver inside an USB DVB receiver as /devices/pci0000:00/0000:00:1d.7/usb1/1-2/input/input11
[ 6184.625851] dvb-usb: schedule remote query interval to 287 msecs.
[ 6184.625865] dvb-usb: RTL2832U DVB-T USB DEVICE successfully initialized and connected.
[ 6184.626871] usbcore: registered new interface driver dvb_usb_rtl2832u

part of my nasty patch:
rtl2832u.c
static struct usb_device_id rtl2832u_usb_table [] = {

  • { USB_DEVICE(USB_VID_KWORLD_2, USB_PID_SVEON_STV20_RTL2832U) },

rtl2832u.h
+#define USB_PID_SVEON_STV20_RTL2832U 0xd39d

how can i use this with mac os x?

hello,
first I thank for this good work.
and then I've a question:
Can I use this driver in mac os x? if yes, Please tell me HOW.
thnx.

Supportrequest for 0ccd:00d3 Terratec Cinergy TStick RC (rev.3)

Hi, i've tried to run your drivers with the DVB Stick above, but is does not seem to initialize correctly. This is all i get in syslog after modprobe dvb_usb_rtl2832u debug=1

usbcore: deregistering interface driver dvb_usb_rtl2832u
Apr 14 14:14:22 tim-laptop kernel: [ 661.835851] +info debug open_rtl2832u_usb_module_init
Apr 14 14:14:22 tim-laptop kernel: [ 661.835908] usbcore: registered new interface driver dvb_usb_rtl2832u

do you see any chance for supporting this interface? Thanks in advice, so far gorgeous work!

not working for me with make error

the lsusb say ID 1f4d:a803 G-Tek Electronics Group
the dmesg say [12678.480416] usb 2-1.1: new high-speed USB device number 6 using ehci_hcd
[12678.584048] usb 2-1.1: New USB device found, idVendor=1f4d, idProduct=a803
[12678.584055] usb 2-1.1: New USB device strings: Mfr=1, Product=2, SerialNumber=3
[12678.584060] usb 2-1.1: Product: RTL2838UHIDIR
[12678.584064] usb 2-1.1: Manufacturer: Realtek
[12678.584068] usb 2-1.1: SerialNumber: 000000041
i follow directions with that error
kostaslaptop@ubuntu:/DVB-Realtek-RTL2832U-2.2.2-10tuner-mod_kernel-3.0.0/RTL2832-2.2.2_kernel-3.0.0$ make clean
rm -f .o *.ko *.mod.c ..o.cmd ..o.d ..ko.cmd Module.symvers Module.markers modules.order
rm -rf .tmp_versions
kostaslaptop@ubuntu:
/DVB-Realtek-RTL2832U-2.2.2-10tuner-mod_kernel-3.0.0/RTL2832-2.2.2_kernel-3.0.0$ make
make -C /usr/src/linux-headers-uname -r SUBDIRS=/home/kostaslaptop/DVB-Realtek-RTL2832U-2.2.2-10tuner-mod_kernel-3.0.0/RTL2832-2.2.2_kernel-3.0.0 modules
make[1]: Entering directory /usr/src/linux-headers-3.5.0-21-generic' CC [M] /home/kostaslaptop/DVB-Realtek-RTL2832U-2.2.2-10tuner-mod_kernel-3.0.0/RTL2832-2.2.2_kernel-3.0.0/demod_rtl2832.o In file included from /home/kostaslaptop/DVB-Realtek-RTL2832U-2.2.2-10tuner-mod_kernel-3.0.0/RTL2832-2.2.2_kernel-3.0.0/dvbt_demod_base.h:289:0, from /home/kostaslaptop/DVB-Realtek-RTL2832U-2.2.2-10tuner-mod_kernel-3.0.0/RTL2832-2.2.2_kernel-3.0.0/demod_rtl2832.h:72, from /home/kostaslaptop/DVB-Realtek-RTL2832U-2.2.2-10tuner-mod_kernel-3.0.0/RTL2832-2.2.2_kernel-3.0.0/demod_rtl2832.c:13: /home/kostaslaptop/DVB-Realtek-RTL2832U-2.2.2-10tuner-mod_kernel-3.0.0/RTL2832-2.2.2_kernel-3.0.0/foundation.h:19:21: μοιραίο σφάλμα: dvb-usb.h: Δεν υπάρχει τέτοιο αρχείο ή κατάλογος compilation terminated. make[2]: *** [/home/kostaslaptop/DVB-Realtek-RTL2832U-2.2.2-10tuner-mod_kernel-3.0.0/RTL2832-2.2.2_kernel-3.0.0/demod_rtl2832.o] Error 1 make[1]: *** [_module_/home/kostaslaptop/DVB-Realtek-RTL2832U-2.2.2-10tuner-mod_kernel-3.0.0/RTL2832-2.2.2_kernel-3.0.0] Error 2 make[1]: Leaving directory/usr/src/linux-headers-3.5.0-21-generic'
make: *** [default] Error 2

please help

Can you help me with GPSies?

Sorry I know this is in the wrong place but I did not know how else to reach you. I saw on mendhak/gpslogger that you are somehow using custom URL via GPSies and maybe GPS Logger.
I need to have GPS coordinates, device ID, etc. sent to custom URL from an iOS app. GPSies may be able to help but I am not able to configure. Can you help me with advice on how you got GPSies / GPSLogger to speak with one another. Sorry to bother you - thank you. [email protected]

Not working with Fujitsu Slim USB DVB-T Basic

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)

Try to test for Allwinner A31 kernel 3.3.0

Try to test for Allwinner A31 kernel 3.3.0
i have this message
49950.435743] dvb_usb_rtl2832u: Unknown symbol dvb_usb_device_init (err 0)
<4>[49950.435781] dvb_usb_rtl2832u: Unknown symbol dvb_usb_device_exit (err 0)
Any help thank you

Please add 1B80:D398 ID in the driver's devices definition

The [1B80:D398] ID belongs to a "Zaapa ZT-MINDVBZP" USB device. It is a Realtek 2832U, I've tried to download the source code and add the device ID manually and it works flawlessly. After compiling the code I've been able to scan channels, tune and watch TV (Including H264).

Please add the ID of this card to the code. THANKS!!!

3.3.0 Support

Tried to make it with 3.3.0 and failed with 2 errors of uncomplete datatype definitions:

  • current_bandwidth - in rtl2832u_fe.h
  • fep - in rtl2832u_fe.h

Befor that i copied the include-330 from kernel-sources.

Are there any plans?

Remote control on Cinergy T Stick Black

Hi,

Thanks for this GREAT work!
I was using a ugly module found on lot of availables modules for this key.
This one, not just work, it works really better (we receive the channels in a better quality, quickly and without having to move the antenna).

Well, I saw you support the IR remote command, so I tested it in differents mods (2, 1 and 0). In your documentation you say the option to pass loading the module is rc_mode, well this is not (unknown symbol), I had to do use rtl2832u_rc_mode=2 as I found in Doc/readme.txt file.
Anyway, I tryied it, and it "works" only in rc_mode 3, good, but it doesn't work really well... keys are not correctly mapped, like:

  • "1" button, cut the sound of the system
  • "2" button up the sound of the system
  • "7" button down the sound of the software (kaffeine)
  • and one tries to shutdown the computer (I have the gnome menu that pops up and ask me what I want).

I hope thoses informations are usefull, and I'm able to make some tests if needed.

Thanks again for your work!

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.