Reception Troubles with Hauppauge Nova-TD Stick

2011-06-20 Thread Jonas Diemer
Hello, I am running the Hauppauge Nova-TD Stick using the latest git drivers (I followed http://wiki.ubuntuusers.de/v4l-dvb) under Ubuntu 11.04. The stick seems to work fine, it is detected and usable by the software (w_scan, VDR, mythtv). However, the reception is very bad. Only one out

Re: dual sveon stv22 Afatech af9015 support (kworld clone)

2011-06-20 Thread Antti Palosaari
On 06/20/2011 11:51 AM, David wrote: Hello again: I ' m working with remote in sveon stv22: remote es a grid of buttons 4 buttons horizontally and 8 vertically That's RC_MAP_MSI_DIGIVOX_III remote. It is already used by that AF9015. You should add USB-ID mapping for that remote to auto

[PATCH v8 1/2] Add driver for Aptina Micron mt9p031 sensor.

2011-06-20 Thread Javier Martin
Fix BUG with output_control register and frequency calculation problems. - Output control register was being smashed, thus causing pixclk to have a high slew rate. - We cannot assume that we will always have a 20MHz input freq, so a table has been added so that the user can specify input freq

[PATCH v8 2/2] Add support for mt9p031 sensor in Beagleboard XM.

2011-06-20 Thread Javier Martin
Use new platform data ext_freq and target_freq. Signed-off-by: Javier Martin javier.mar...@vista-silicon.com --- arch/arm/mach-omap2/Makefile |1 + arch/arm/mach-omap2/board-omap3beagle-camera.c | 95 arch/arm/mach-omap2/board-omap3beagle.c

Re: Bug: media_build always compiles with '-DDEBUG'

2011-06-20 Thread Laurent Pinchart
Hi Mauro, On Sunday 19 June 2011 13:47:16 Mauro Carvalho Chehab wrote: Em 19-06-2011 02:00, Helmut Auer escreveu: Am 18.06.2011 23:38, schrieb Oliver Endriss: On Saturday 18 June 2011 23:11:21 Helmut Auer wrote: Hi Replacing ifdef CONFIG_VIDEO_OMAP3_DEBUG by

Re: Bug: media_build always compiles with '-DDEBUG'

2011-06-20 Thread Mauro Carvalho Chehab
Em 20-06-2011 09:35, Laurent Pinchart escreveu: Hi Mauro, On Sunday 19 June 2011 13:47:16 Mauro Carvalho Chehab wrote: Em 19-06-2011 02:00, Helmut Auer escreveu: Am 18.06.2011 23:38, schrieb Oliver Endriss: On Saturday 18 June 2011 23:11:21 Helmut Auer wrote: Hi Replacing ifdef

Re: [RFCv3 PATCH 08/18] v4l2-ctrls: add v4l2_ctrl_auto_cluster to simplify autogain/gain scenarios

2011-06-20 Thread Laurent Pinchart
Hi Hans, Thanks for the patch. On Tuesday 07 June 2011 17:05:13 Hans Verkuil wrote: From: Hans Verkuil hans.verk...@cisco.com It is a bit tricky to handle autogain/gain type scenerios correctly. Such controls need to be clustered and the V4L2_CTRL_FLAG_UPDATE should be set on the autofoo

RE: [beagleboard] [PATCH v8 2/2] Add support for mt9p031 sensor in Beagleboard XM.

2011-06-20 Thread Mike Gulliford
PLEASE TAKE NOTE - THIS IS THE THIRD TIME I HAVE ASKED FOR UNSUBSCRIBE The email address lwal...@bluechiptechnology.co.uk nneds to be deleted urgently. This is a former employee, I have to monitor this email box and it is full of this beagleboard messaging which is no longer relevant to

Re: [RFCv3 PATCH 08/18] v4l2-ctrls: add v4l2_ctrl_auto_cluster to simplify autogain/gain scenarios

2011-06-20 Thread Hans Verkuil
On Monday, June 20, 2011 15:05:47 Laurent Pinchart wrote: Hi Hans, Thanks for the patch. On Tuesday 07 June 2011 17:05:13 Hans Verkuil wrote: From: Hans Verkuil hans.verk...@cisco.com It is a bit tricky to handle autogain/gain type scenerios correctly. Such controls need to be

Re: [RFCv3 PATCH 13/18] v4l2-ctrls: add control events.

2011-06-20 Thread Laurent Pinchart
Hi Hans, Thanks for the patch, and sorry for the late review. On Tuesday 07 June 2011 17:05:18 Hans Verkuil wrote: From: Hans Verkuil hans.verk...@cisco.com Whenever a control changes value or state an event is sent to anyone that subscribed to it. This functionality is useful for

Re: Bug: media_build always compiles with '-DDEBUG'

2011-06-20 Thread Laurent Pinchart
Hi Mauro, On Monday 20 June 2011 14:50:28 Mauro Carvalho Chehab wrote: Em 20-06-2011 09:35, Laurent Pinchart escreveu: On Sunday 19 June 2011 13:47:16 Mauro Carvalho Chehab wrote: Em 19-06-2011 02:00, Helmut Auer escreveu: Am 18.06.2011 23:38, schrieb Oliver Endriss: On Saturday 18 June

Re: [beagleboard] [PATCH v8 2/2] Add support for mt9p031 sensor in Beagleboard XM.

2011-06-20 Thread Laurent Pinchart
On Monday 20 June 2011 15:00:00 Mike Gulliford wrote: PLEASE TAKE NOTE - THIS IS THE THIRD TIME I HAVE ASKED FOR UNSUBSCRIBE And this is the third time you fail to read the e-mail until the end, where simple unsubscribing instructions are available. The email address

Re: [RFCv1 PATCH 2/8] v4l2-ctrls/event: remove struct v4l2_ctrl_fh, instead use v4l2_subscribed_event

2011-06-20 Thread Laurent Pinchart
Hi Hans, Thanks for the patch. On Tuesday 14 June 2011 17:22:27 Hans Verkuil wrote: From: Hans Verkuil hans.verk...@cisco.com The v4l2_ctrl_fh struct connected v4l2_ctrl with v4l2_fh so the control would know which filehandles subscribed to it. However, it is much easier to use struct

Re: Bug: media_build always compiles with '-DDEBUG'

2011-06-20 Thread Mauro Carvalho Chehab
Em 20-06-2011 10:38, Laurent Pinchart escreveu: Hi Mauro, On Monday 20 June 2011 14:50:28 Mauro Carvalho Chehab wrote: Em 20-06-2011 09:35, Laurent Pinchart escreveu: On Sunday 19 June 2011 13:47:16 Mauro Carvalho Chehab wrote: Em 19-06-2011 02:00, Helmut Auer escreveu: Am 18.06.2011

Re: [RFCv1 PATCH 4/8] v4l2-event: add optional 'merge' callback to merge two events

2011-06-20 Thread Laurent Pinchart
Hi Hans, Thanks for the patch. On Tuesday 14 June 2011 17:22:29 Hans Verkuil wrote: From: Hans Verkuil hans.verk...@cisco.com When the event queue for a subscribed event is full, then the oldest event is dropped. It would be nice if the contents of that oldest event could be merged with

Re: [RFCv1 PATCH 4/8] v4l2-event: add optional 'merge' callback to merge two events

2011-06-20 Thread Hans Verkuil
On Monday, June 20, 2011 16:09:32 Laurent Pinchart wrote: Hi Hans, Thanks for the patch. On Tuesday 14 June 2011 17:22:29 Hans Verkuil wrote: From: Hans Verkuil hans.verk...@cisco.com When the event queue for a subscribed event is full, then the oldest event is dropped. It would be

Re: Bug: media_build always compiles with '-DDEBUG'

2011-06-20 Thread Laurent Pinchart
Hi Mauro, On Monday 20 June 2011 16:05:39 Mauro Carvalho Chehab wrote: Em 20-06-2011 10:38, Laurent Pinchart escreveu: On Monday 20 June 2011 14:50:28 Mauro Carvalho Chehab wrote: Em 20-06-2011 09:35, Laurent Pinchart escreveu: On Sunday 19 June 2011 13:47:16 Mauro Carvalho Chehab wrote:

Re: [GIT PATCHES FOR 3.1] Improve event and control handling

2011-06-20 Thread Hans Verkuil
Hi Mauro, I've added two small patches based on feedback from Laurent: v4l2-ctrls/v4l2-events: small coding style cleanups v4l2-event.h: add overview documentation to the header. No code change, just stylistic/documentation. Regards, Hans On Saturday, June 18, 2011

Re: vb2: holding buffers until after start_streaming()

2011-06-20 Thread Jonathan Corbet
On Mon, 20 Jun 2011 07:30:11 +0200 Marek Szyprowski m.szyprow...@samsung.com wrote: Because of that I decided to call start_streaming first, before the __enqueue_in_driver() to ensure the drivers will get their methods called always in the same order, whatever used does. It still seems like

Re: [PATCH 4/4] XC4000: removed card_type

2011-06-20 Thread Istvan Varga
On Monday 06 June 2011 22:10:22 Mauro Carvalho Chehab wrote: Please solve the firmware issue before the next merge window. I have not yet received a reply from Devin Heitmueller to my post about the changes I made to his firmware building utility, but for now here is the modified firmware file

Re: RTL2831U driver updates

2011-06-20 Thread poma
Jan Hoogenraad wrote: Sascha: Thanks for the links Would you know how to contact poma ? I know ;) Really, the right person to contact: http://article.gmane.org/gmane.linux.drivers.video-input-infrastructure/26131

Re: [PATCH] [media] af9015: setup rc keytable for LC-Power LC-USB-DVBT

2011-06-20 Thread Juergen Lock
On Thu, Jun 16, 2011 at 02:14:42AM +0300, Antti Palosaari wrote: Moikka Juergen, Hi! On 06/13/2011 03:38 AM, Juergen Lock wrote: af9015_rc_query: key repeated Does that help? Repeat check logick in function af9015_rc_query() is failing for some reason. You could try to look that

Re: vb2: holding buffers until after start_streaming()

2011-06-20 Thread Hans Verkuil
On Monday, June 20, 2011 07:30:11 Marek Szyprowski wrote: Hello, On Monday, June 20, 2011 3:28 AM Pawel Osciak wrote: On Fri, Jun 17, 2011 at 11:57, Jonathan Corbet cor...@lwn.net wrote: Here's another videobuf2 question...I've been trying to track down some weird behavior, the roots

Re: [RFC] vtunerc - virtual DVB device driver

2011-06-20 Thread Rémi Denis-Courmont
Hello, Le dimanche 19 juin 2011 03:10:15 HoP, vous avez écrit : get inspired by (unfortunately close-source) solution on stb Dreambox 800 I have made my own implementation of virtual DVB device, based on the same device API. Some might argue that CUSE can already do this. Then again,

Re: [RFC] vtunerc - virtual DVB device driver

2011-06-20 Thread Devin Heitmueller
2011/6/20 Rémi Denis-Courmont r...@remlab.net:        Hello, Le dimanche 19 juin 2011 03:10:15 HoP, vous avez écrit : get inspired by (unfortunately close-source) solution on stb Dreambox 800 I have made my own implementation of virtual DVB device, based on the same device API. Some might

Re: [RFC] vtunerc - virtual DVB device driver

2011-06-20 Thread HoP
Hi Devin. 2011/6/20 Devin Heitmueller dheitmuel...@kernellabs.com: 2011/6/20 Rémi Denis-Courmont r...@remlab.net:        Hello, Le dimanche 19 juin 2011 03:10:15 HoP, vous avez écrit : get inspired by (unfortunately close-source) solution on stb Dreambox 800 I have made my own

Re: [RFC] vtunerc - virtual DVB device driver

2011-06-20 Thread Devin Heitmueller
On Mon, Jun 20, 2011 at 2:17 PM, HoP jpetr...@gmail.com wrote: Can you tell me when such disscussion was done? I did a big attempt to check if my work is not reinventing wheels, but I found only some very generic frontend template by Emard em...@softhome.net. See the userspace tuner thread

[cron job] v4l-dvb daily build: ERRORS

2011-06-20 Thread Hans Verkuil
This message is generated daily by a cron job that builds v4l-dvb for the kernels and architectures in the list below. Results of the daily build of v4l-dvb: date:Mon Jun 20 19:00:22 CEST 2011 git hash:5b5c6e080e7d3b484536fa5c96b78ff53df83e84 gcc version: i686-linux-gcc (GCC)

[PATCH] [resend] tea575x: allow multiple opens

2011-06-20 Thread Ondrej Zary
Change locking to allow tea575x-radio device to be opened multiple times. Signed-off-by: Ondrej Zary li...@rainbow-software.org --- linux-2.6.39-rc2-/include/sound/tea575x-tuner.h 2011-06-11 15:21:50.0 +0200 +++ linux-2.6.39-rc2/include/sound/tea575x-tuner.h 2011-06-11

RE: [RFC] vtunerc - virtual DVB device driver

2011-06-20 Thread COEXSI
-Original Message- From: linux-media-ow...@vger.kernel.org [mailto:linux-media- ow...@vger.kernel.org] On Behalf Of Devin Heitmueller Sent: lundi 20 juin 2011 20:25 To: HoP Cc: Rémi Denis-Courmont; linux-media@vger.kernel.org Subject: Re: [RFC] vtunerc - virtual DVB device driver

[PATCH] [resend] tea575x: remove useless input ioctls

2011-06-20 Thread Ondrej Zary
Remove empty and useless g_input and s_input ioctls. This fixes one fail of v4l2-compliance test. Signed-off-by: Ondrej Zary li...@rainbow-software.org --- linux-2.6.39-rc2-/sound/i2c/other/tea575x-tuner.c 2011-06-11 15:29:18.0 +0200 +++

[RFC] Second marvell-cam patch series

2011-06-20 Thread Jonathan Corbet
OK, here's my second series of marvell-cam patches for comment; the main thing here is (finally) the addition of videobuf2 vmalloc and dma-contig support. Anybody who would just rather look at the final product can grab: git://git.lwn.net/linux-2.6.git mmp-linuxtv There is one real

[PATCH 5/5] marvell-cam: implement contiguous DMA operation

2011-06-20 Thread Jonathan Corbet
The core driver can now operate in either vmalloc or dma-contig modes; obviously the latter is preferable when it is supported. Default is currently vmalloc on all platforms; load the module with buffer_mode=1 for contiguous DMA mode. Signed-off-by: Jonathan Corbet cor...@lwn.net ---

[PATCH 4/5] marvell-cam: Don't spam the logs on frame loss

2011-06-20 Thread Jonathan Corbet
The sequence numbers already give that information if user space cares; this is a frequent occurrence on slower machines, alas. Signed-off-by: Jonathan Corbet cor...@lwn.net --- drivers/media/video/marvell-ccic/mcam-core.c |2 -- 1 files changed, 0 insertions(+), 2 deletions(-) diff --git

[PATCH 3/5] marvell-cam: no need to initialize the DMA buffers

2011-06-20 Thread Jonathan Corbet
This was an old debugging thing from years ago. It's only done at initialization time, but it's still unnecessary; take it out. Signed-off-by: Jonathan Corbet cor...@lwn.net --- drivers/media/video/marvell-ccic/mcam-core.c |2 -- 1 files changed, 0 insertions(+), 2 deletions(-) diff --git

[PATCH 2/5] marvell-cam: include file cleanup

2011-06-20 Thread Jonathan Corbet
Put the includes into a slightly more readable ordering and get rid of a few unneeded ones. Signed-off-by: Jonathan Corbet cor...@lwn.net --- drivers/media/video/marvell-ccic/mcam-core.c | 14 ++ 1 files changed, 6 insertions(+), 8 deletions(-) diff --git

Re: PCTV nanoStick T2 290e (Sony CXD2820R DVB-T/T2/C) - DVB-C channel scan in mythtv - missing

2011-06-20 Thread Rune Evjen
2011/6/12 Antti Palosaari cr...@iki.fi: On 06/12/2011 11:23 AM, Rune Evjen wrote: I just tested a PCTV 290e device using the latest media_build drivers in MythTV as a DVB-C device, and ran into some problems. The adapter is recognized by the em28xx-dvb driver [1] and dmesg output seems to

Re: [RFC] vtunerc - virtual DVB device driver

2011-06-20 Thread Devin Heitmueller
2011/6/20 Sébastien RAILLARD (COEXSI) s...@coexsi.fr: If I may put my two cents in this discussion regarding the closed source code problem: maybe it could be great to have some closed source drivers making some DVB hardware working better or even allowing more DVB hardware working under

Re: [RFC] vtunerc - virtual DVB device driver

2011-06-20 Thread Rémi Denis-Courmont
Hello again, Le lundi 20 juin 2011 20:41:44 Devin Heitmueller, vous avez écrit : Some might argue that CUSE can already do this. Then again, CUSE would not be able to reuse the kernel DVB core infrastructure: everything would need to be reinvented in userspace. Generally

Re: PCTV nanoStick T2 290e (Sony CXD2820R DVB-T/T2/C) - DVB-C channel scan in mythtv - missing

2011-06-20 Thread Markus Rechberger
On Mon, Jun 20, 2011 at 9:29 PM, Rune Evjen rune.ev...@gmail.com wrote: 2011/6/12 Antti Palosaari cr...@iki.fi: On 06/12/2011 11:23 AM, Rune Evjen wrote: I just tested a PCTV 290e device using the latest media_build drivers in MythTV as a DVB-C device, and ran into some problems. The

Re: [RFC] vtunerc - virtual DVB device driver

2011-06-20 Thread HoP
2011/6/20 Devin Heitmueller dheitmuel...@kernellabs.com: 2011/6/20 Sébastien RAILLARD (COEXSI) s...@coexsi.fr: If I may put my two cents in this discussion regarding the closed source code problem: maybe it could be great to have some closed source drivers making some DVB hardware working

Re: [cron job] v4l-dvb daily build: ERRORS

2011-06-20 Thread Mauro Carvalho Chehab
Em 20-06-2011 15:44, Hans Verkuil escreveu: This message is generated daily by a cron job that builds v4l-dvb for the kernels and architectures in the list below. Results of the daily build of v4l-dvb: date:Mon Jun 20 19:00:22 CEST 2011 git hash:

Re: [RFC] vtunerc - virtual DVB device driver

2011-06-20 Thread Devin Heitmueller
On Mon, Jun 20, 2011 at 3:56 PM, HoP jpetr...@gmail.com wrote: Do you think it is really serious enough reason to prevent of having such virtualization driver in the kernel? Let check my situation and tell me how I should continue (TBH, I already thought that driver can be accepted, but my

Updates to French scan files

2011-06-20 Thread mossroy
In France, the DVB-T channels are currently moving (because the analog TV is being removed at the same time) The frequencies are modified region by region, with a calendar that started in late 2009, and will end on november 29th 2011 (see http://www.tousaunumerique.fr/ou-et-quand/ ) All the

Re: Updates to French scan files

2011-06-20 Thread Antti Palosaari
On 06/20/2011 11:04 PM, mossroy wrote: In France, the DVB-T channels are currently moving (because the analog TV is being removed at the same time) The frequencies are modified region by region, with a calendar that started in late 2009, and will end on november 29th 2011 (see

[PATCH 4/4] drm/i915: add SNB video sprite support

2011-06-20 Thread Jesse Barnes
The video sprites support video surface formats natively and can handle scaling well. So add support for them using the new DRM core overlay support functions. Signed-off-by: Jesse Barnes jbar...@virtuousgeek.org --- drivers/gpu/drm/i915/Makefile |1 +

[PATCH 2/4] drm: add an fb creation ioctl that takes a pixel format

2011-06-20 Thread Jesse Barnes
To properly support the various plane formats supported by different hardware, the kernel must know the pixel format of a framebuffer object. So add a new ioctl taking a format argument corresponding to a fourcc name from videodev2.h. Signed-off-by: Jesse Barnes jbar...@virtuousgeek.org ---

[PATCH 1/4] drm: add plane support

2011-06-20 Thread Jesse Barnes
Planes are a bit like half-CRTCs. They have a location and fb, but don't drive outputs directly. Add support for handling them to the core KMS code. Signed-off-by: Jesse Barnes jbar...@virtuousgeek.org --- drivers/gpu/drm/drm_crtc.c | 235 +++-

Re: [RFC] vtunerc - virtual DVB device driver

2011-06-20 Thread HoP
2011/6/20 Devin Heitmueller dheitmuel...@kernellabs.com: On Mon, Jun 20, 2011 at 3:56 PM, HoP jpetr...@gmail.com wrote: Do you think it is really serious enough reason to prevent of having such virtualization driver in the kernel? Let check my situation and tell me how I should continue (TBH,

Re: [RFC] vtunerc - virtual DVB device driver

2011-06-20 Thread Mauro Carvalho Chehab
Em 20-06-2011 17:24, HoP escreveu: 2011/6/20 Devin Heitmueller dheitmuel...@kernellabs.com: On Mon, Jun 20, 2011 at 3:56 PM, HoP jpetr...@gmail.com wrote: Do you think it is really serious enough reason to prevent of having such virtualization driver in the kernel? Let check my situation and

Re: PCTV nanoStick T2 290e (Sony CXD2820R DVB-T/T2/C) - DVB-C channel scan in mythtv - missing

2011-06-20 Thread Rune Evjen
2011/6/20 Markus Rechberger mrechber...@gmail.com: On Mon, Jun 20, 2011 at 9:29 PM, Rune Evjen rune.ev...@gmail.com wrote: 2011/6/12 Antti Palosaari cr...@iki.fi: On 06/12/2011 11:23 AM, Rune Evjen wrote: I just tested a PCTV 290e device using the latest media_build drivers in MythTV as a

Re: PCTV nanoStick T2 290e (Sony CXD2820R DVB-T/T2/C) - DVB-C channel scan in mythtv - missing

2011-06-20 Thread Antti Palosaari
On 06/20/2011 11:55 PM, Rune Evjen wrote: 2011/6/20 Markus Rechbergermrechber...@gmail.com: to tell the difference the amplifier is for DVB-T2, DVB-C is disabled in windows because it's not reliable. Technically the chip supports it but the LNA decreases the quality. There are already some

Re: PCTV nanoStick T2 290e (Sony CXD2820R DVB-T/T2/C) - DVB-C channel scan in mythtv - missing

2011-06-20 Thread Markus Rechberger
On Mon, Jun 20, 2011 at 10:55 PM, Rune Evjen rune.ev...@gmail.com wrote: 2011/6/20 Markus Rechberger mrechber...@gmail.com: On Mon, Jun 20, 2011 at 9:29 PM, Rune Evjen rune.ev...@gmail.com wrote: 2011/6/12 Antti Palosaari cr...@iki.fi: On 06/12/2011 11:23 AM, Rune Evjen wrote: I just tested

Re: PCTV nanoStick T2 290e (Sony CXD2820R DVB-T/T2/C) - DVB-C channel scan in mythtv - missing

2011-06-20 Thread Antti Palosaari
On 06/21/2011 12:04 AM, Markus Rechberger wrote: On Mon, Jun 20, 2011 at 10:55 PM, Rune Evjenrune.ev...@gmail.com wrote: 2011/6/20 Markus Rechbergermrechber...@gmail.com: to tell the difference the amplifier is for DVB-T2, DVB-C is disabled in windows because it's not reliable. Technically

Re: PCTV nanoStick T2 290e (Sony CXD2820R DVB-T/T2/C) - DVB-C channel scan in mythtv - missing

2011-06-20 Thread Markus Rechberger
On Mon, Jun 20, 2011 at 11:02 PM, Antti Palosaari cr...@iki.fi wrote: On 06/20/2011 11:55 PM, Rune Evjen wrote: 2011/6/20 Markus Rechbergermrechber...@gmail.com: to tell the difference the amplifier is for DVB-T2, DVB-C is disabled in windows because it's not reliable. Technically the chip

Re: PCTV nanoStick T2 290e (Sony CXD2820R DVB-T/T2/C) - DVB-C channel scan in mythtv - missing

2011-06-20 Thread Markus Rechberger
On Mon, Jun 20, 2011 at 11:10 PM, Antti Palosaari cr...@iki.fi wrote: On 06/21/2011 12:04 AM, Markus Rechberger wrote: On Mon, Jun 20, 2011 at 10:55 PM, Rune Evjenrune.ev...@gmail.com  wrote: 2011/6/20 Markus Rechbergermrechber...@gmail.com: to tell the difference the amplifier is for

Re: PCTV nanoStick T2 290e (Sony CXD2820R DVB-T/T2/C) - DVB-C channel scan in mythtv - missing

2011-06-20 Thread Rune Evjen
2011/6/20 Antti Palosaari cr...@iki.fi: On 06/20/2011 11:55 PM, Rune Evjen wrote: 2011/6/20 Markus Rechbergermrechber...@gmail.com: to tell the difference the amplifier is for DVB-T2, DVB-C is disabled in windows because it's not reliable. Technically the chip supports it but the LNA

Re: PCTV nanoStick T2 290e (Sony CXD2820R DVB-T/T2/C) - DVB-C channel scan in mythtv - missing

2011-06-20 Thread Antti Palosaari
On 06/21/2011 12:20 AM, Rune Evjen wrote: 2011/6/20 Antti Palosaaricr...@iki.fi: LNA is controlled by demod GPIO line. I don't remember if it is on or off for DVB-C currently. Look em28xx-dvb.c file, you can disable or enable it from there (needs re-compiling driver). I also saw BER counter

Re: PCTV nanoStick T2 290e (Sony CXD2820R DVB-T/T2/C) - DVB-C channel scan in mythtv - missing

2011-06-20 Thread Antti Palosaari
On 06/21/2011 12:25 AM, Antti Palosaari wrote: On 06/21/2011 12:20 AM, Rune Evjen wrote: 2011/6/20 Antti Palosaaricr...@iki.fi: LNA is controlled by demod GPIO line. I don't remember if it is on or off for DVB-C currently. Look em28xx-dvb.c file, you can disable or enable it from there (needs

Re: [RFC] vtunerc - virtual DVB device driver

2011-06-20 Thread HoP
2011/6/20 Mauro Carvalho Chehab mche...@redhat.com: Em 20-06-2011 17:24, HoP escreveu: 2011/6/20 Devin Heitmueller dheitmuel...@kernellabs.com: On Mon, Jun 20, 2011 at 3:56 PM, HoP jpetr...@gmail.com wrote: Do you think it is really serious enough reason to prevent of having such

Re: [RFC] vtunerc - virtual DVB device driver

2011-06-20 Thread Bjørn Mork
Devin Heitmueller dheitmuel...@kernellabs.com writes: Nothing prevents a third-party from writing closed source drivers. What we do *not* think is fair though is that those third parties should be able to take advantage of all the GPL code that makes up the DVB core, and the man-years spent

RE: TW68 Driver

2011-06-20 Thread Charlie X. Liu
Does it work for TW6868-based capture cards? Like one, IVCE-T608, by iEi? -Original Message- From: linux-media-ow...@vger.kernel.org [mailto:linux-media-ow...@vger.kernel.org] On Behalf Of Roman Gaufman Sent: Sunday, June 19, 2011 8:07 AM To: linux-media@vger.kernel.org Subject: TW68

Re: RTL2831U driver updates

2011-06-20 Thread Antti Palosaari
It is Maxim who have been hacking with RTL2832/RTL2832U lately. But I think he have given up since no noise anymore. I have taken now it again up to my desk and have been hacking two days now. Currently I am working with RTL2830 demod driver, I started it from scratch. Take sniffs, make

Re: [RFC] vtunerc - virtual DVB device driver

2011-06-20 Thread Devin Heitmueller
On Mon, Jun 20, 2011 at 6:11 PM, Bjørn Mork bj...@mork.no wrote: Devin Heitmueller dheitmuel...@kernellabs.com writes: Nothing prevents a third-party from writing closed source drivers. What we do *not* think is fair though is that those third parties should be able to take advantage of all

Re: [RFC] vtunerc - virtual DVB device driver

2011-06-20 Thread Mauro Carvalho Chehab
Em 20-06-2011 18:31, HoP escreveu: 2011/6/20 Mauro Carvalho Chehab mche...@redhat.com: Em 20-06-2011 17:24, HoP escreveu: 2011/6/20 Devin Heitmueller dheitmuel...@kernellabs.com: On Mon, Jun 20, 2011 at 3:56 PM, HoP jpetr...@gmail.com wrote: Do you think it is really serious enough reason to

KAIOMY ISDB-T Hybrid USB Dongle Receiver

2011-06-20 Thread Antonio Carlos Ribeiro Nogueira
I bought a KAIOMY ISDB-T Hybrid USB Dongle Receiver to use with my Dell Inspiron 15 Laptop under Ubuntu 11.04 Linux. But I connect it in the USB port and it doesn't recognises it. The kernel version I am using is the 2.6.38-8-generic. I opened the menuconfig of the kernel and I could saw that

Re: [cron job] v4l-dvb daily build: ERRORS

2011-06-20 Thread Hans Verkuil
On Monday, June 20, 2011 22:02:01 Mauro Carvalho Chehab wrote: Em 20-06-2011 15:44, Hans Verkuil escreveu: This message is generated daily by a cron job that builds v4l-dvb for the kernels and architectures in the list below. Results of the daily build of v4l-dvb: date:Mon

Re: RTL2831U driver updates

2011-06-20 Thread Jan Hoogenraad
Antti: You are great ! So as far as I am concerned, it would be great if one of the others could use up your work on the USB bridge, and add the IR remote interface, based on the LIRC framework. It actually should yield little code, and mainly requires a) understanding of LIRC and b)