Jump to content


Mewtwo

Member Since 23 May 2012
Offline Last Active 23 May 2012 21:54
-----

Posts I've Made

In Topic: RTL2832U chipset support proposal

23 May 2012 - 20:00


Hello,

I also have a RTL2832U chipset based DVB-T USB tuner. Its name is "Twintech UT40" but my VU+ Duo recognize it as an Afatech :

Bus 001 Device 007: ID 1b80:d3a4 Afatech
iProduct 2 Rtl2832UDVB
iSerial 0															

I'd like to install the driver but it is not in the plugin list nor the package list. Do you think Your driver could work ? Where could I find an IPK ?
Thanks,

-cyb-


Hello,

Anyone could help me please ?
Thanks,

-cyb-


You can try this patch
--- a/RTL2832-2.2.2_kernel-3.0.0/rtl2832u.c
+++ b/RTL2832-2.2.2_kernel-3.0.0/rtl2832u.c
@@ -839,6 +839,7 @@ static struct usb_device_id rtl2832u_usb_table [] = {
	    { USB_DEVICE(USB_VID_COMPRO,  USB_PID_COMPRO_WARM_9520)},	   // 74
	   
	    { USB_DEVICE(USB_VID_GOLDENBRIDGE, USB_PID_GOLDENBRIDGE_WARM)}, //75   
+	   { USB_DEVICE(0x1b80, 0xd3a4)},  // 76
																									   
	    { 0 },
};

or manually edit RTL2832-2.2.2_kernel-3.0.0/rtl2832u.c




The driver works well for me with the ezcap EzTV USB 2.0 DVB-T/DAB/FM dongle (Realtek Semiconductor Corp. RTL2838 DVB-T) on Ubuntu 12.04 64bit - have you considered submitting it to Linux staging?