Any chance for RTL2831u sources for Kernel v3.x.x?

2011-12-03 Thread Sascha Wüstemann
Last working source was 2.6.x.

Do I have to buy a new compatible dvb-t USB stick or is there sources
for an RTL2831U dvb-t usb-stick somewhere I don't know about for Kernel
v3.x.x?

Wondering what I am talking about? Look up

Message ID: 4df9bcaa.3030...@holzeisen.de

and following from 16. June 2011

Thanks 4 reading,
Greetings from Braunschweig, Germany
Sascha Wüstemann
--
To unsubscribe from this list: send the line unsubscribe linux-media in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html


Re: RTL2831U driver updates

2011-06-17 Thread Sascha Wüstemann
Jan Hoogenraad wrote:
 Sascha: Thanks for the links
 
 Would you know how to contact poma ?
 http://www.spinics.net/lists/linux-media/msg24890.html
 
 I will be getting more info from Realtek soon.
 I did not realize that they were putting out updated drivers.
 
 Once the status becomes more clear, I'll update
 http://www.linuxtv.org/wiki/index.php/Realtek_RTL2831U
 


The mailinglist archive where poma had written is new to me, no sorry.
Zdenek Stybla hosts the website he advised to me.

When I contacted Zdenek he made contact to a guy from realtek which in
return sent us their (?) new drivers  -  you should contact Zdenek.

I don't work on the rtl2831 sources I'd like to use them :-)

I am looking forward to have current sources at v4l or at least updated
information at the info page at linuxtv.org.

Greetings from Braunschweig, Germany.
Sascha
--
To unsubscribe from this list: send the line unsubscribe linux-media in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html


Re: RTL2831U wont compile against 2.6.38

2011-06-17 Thread Sascha Wüstemann
Thomas Holzeisen wrote:
 Unknown symbol 
means, there is unresolved dependencies at your kernel or false
dependencies in the module.

My stick works with those google hosted new driver sources and I have no
use for lirc, so nothing about it at the following lines, they are
stripped, too:

~ # lsusb -v
Bus 001 Device 021: ID 1d19:1101 Dexatek Technology Ltd. DK DVB-T Dongle
Device Descriptor:
  bLength18
  bDescriptorType 1
  bcdUSB   2.00
  bDeviceClass0 (Defined at Interface level)
  bDeviceSubClass 0
  bDeviceProtocol 0
  bMaxPacketSize064
  idVendor   0x1d19 Dexatek Technology Ltd.
  idProduct  0x1101 DK DVB-T Dongle
  bcdDevice1.00
  iManufacturer   1 Realtek
  iProduct2 Rtl2832UDVB
  iSerial 3 0
  bNumConfigurations  1
  Configuration Descriptor:
bLength 9
bDescriptorType 2
wTotalLength   34
bNumInterfaces  2
bConfigurationValue 1
iConfiguration  4 USB2.0-BulkIso
bmAttributes 0xa0
  (Bus Powered)
  Remote Wakeup
MaxPower  500mA
Interface Descriptor:
  bLength 9
  bDescriptorType 4
  bInterfaceNumber0
  bAlternateSetting   0
  bNumEndpoints   1
  bInterfaceClass   255 Vendor Specific Class
  bInterfaceSubClass255 Vendor Specific Subclass
  bInterfaceProtocol255 Vendor Specific Protocol
  iInterface  5 Bulk-In, Interface
  Endpoint Descriptor:
bLength 7
bDescriptorType 5
bEndpointAddress 0x81  EP 1 IN
bmAttributes2
  Transfer TypeBulk
  Synch Type   None
  Usage Type   Data
wMaxPacketSize 0x0200  1x 512 bytes
bInterval   0
Interface Descriptor:
  bLength 9
  bDescriptorType 4
  bInterfaceNumber1
  bAlternateSetting   0
  bNumEndpoints   0
  bInterfaceClass   255 Vendor Specific Class
  bInterfaceSubClass255 Vendor Specific Subclass
  bInterfaceProtocol255 Vendor Specific Protocol
  iInterface  5 Bulk-In, Interface
Device Qualifier (for other device speed):
  bLength10
  bDescriptorType 6
  bcdUSB   2.00
  bDeviceClass0 (Defined at Interface level)
  bDeviceSubClass 0
  bDeviceProtocol 0
  bMaxPacketSize064
  bNumConfigurations  2
Device Status: 0x
  (Bus Powered)

~ # lsmod | grep dvb
dvb_usb_rtl2832u  190302  0
dvb_usb17272  1 dvb_usb_rtl2832u
dvb_core   69295  1 dvb_usb
rc_core15790  2 dvb_usb

~ # dmesg
usb 1-6: new high speed USB device number 20 using ehci_hcd
hub 1-6:1.0: USB hub found
hub 1-6:1.0: 4 ports detected
usb 1-6.3: new high speed USB device number 21 using ehci_hcd
dvb-usb: found a 'DK DVBT DONGLE' in warm state.
dvb-usb: will pass the complete MPEG2 transport stream to the software
demuxer.
DVB: registering new adapter (DK DVBT DONGLE)
DVB: registering adapter 0 frontend 0 (Realtek DVB-T RTL2832)...
dvb-usb: DK DVBT DONGLE successfully initialized and connected.
dvb-usb: found a 'DK DVBT DONGLE' in warm state.
dvb-usb: will pass the complete MPEG2 transport stream to the software
demuxer.
DVB: registering new adapter (DK DVBT DONGLE)
DVB: registering adapter 1 frontend 0 (Realtek DVB-T RTL2832)...
dvb-usb: DK DVBT DONGLE successfully initialized and connected.

Yes, works at no powered four port USB-2.0 mini hub without problems.

~ # uname -a
Linux killerghost 2.6.39-gentoo-r1 #1 SMP Fri Jun 10 12:16:38 CEST 2011
x86_64 Intel(R) Atom(TM) CPU 330 @ 1.60GHz GenuineIntel GNU/Linux

Greetings from Braunschweig, Germany.
Sascha
--
To unsubscribe from this list: send the line unsubscribe linux-media in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html


Re: RTL2831U wont compile against 2.6.38

2011-06-16 Thread Sascha Wüstemann
Thomas Holzeisen wrote:
 Hi there,
 
 I tried to get an RTL2831U dvb-t usb-stick running with a more recent kernel 
 (2.6.38) and failed.
 
 The hg respository ~jhoogenraad/rtl2831-r2 aborts on countless drivers, the 
 rc coding seem have to
 changed a lot since it got touched the last time.
 
 The hg respository ~anttip/rtl2831u wont compile as well, since its even 
 older.
 
 The recent git respositories for media_tree and anttip dont contain drivers 
 for the rtl2831u.
 
 Has this device been abandoned, or is anyone working on it?
 
 greetings,
 Thomas

There are still people working on it and there is new sources, e.g. look at
http://www.spinics.net/lists/linux-media/msg24890.html
at the very bottom. Worked like a charm at my system with kernel 2.6.39.

I think, there will be announcements later at
http://wiki.zeratul.org/doku.php?id=linux:v4l:realtek:start

Greetings from Braunschweig, Germany.
Sascha
--
To unsubscribe from this list: send the line unsubscribe linux-media in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html