Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

1b80:d39d New supported device #4

Open
epicgit opened this issue Mar 22, 2012 · 0 comments
Open

1b80:d39d New supported device #4

epicgit opened this issue Mar 22, 2012 · 0 comments

Comments

@epicgit
Copy link

epicgit commented Mar 22, 2012

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant