Re: ngene Satix-S2 dual problems

2010-11-28 Thread Andre
On 27 Nov 2010, at 12:15, Robert Longbottom wrote: I'm just debating whether to leave it as the active card and see how it gets on. Assuming it manages this evenings recordings ok, I think I will probably will. Well, I did leave it as the active (and only) card in my MythTV box and it's

Re: gnutv: move channel_name to flag to allow piped output

2010-11-28 Thread Oliver Endriss
On Sunday 28 November 2010 05:42:21 David Liontooth wrote: I need to capture ATSC QAM closed captioning to file, and at the same time the mpeg-ts stream to a different file. I've been looking for an app that will let me do this. A simple cat works: cat /dev/dvb/adapter0/dvr0 | tee

Re: ngene Satix-S2 dual problems

2010-11-28 Thread Oliver Endriss
On Sunday 28 November 2010 09:27:03 Andre wrote: On 27 Nov 2010, at 12:15, Robert Longbottom wrote: I'm just debating whether to leave it as the active card and see how it gets on. Assuming it manages this evenings recordings ok, I think I will probably will. Well, I did leave it

Disable IR on dvb_usb_af9015

2010-11-28 Thread Josu Lazkano
Hello list! I have a Kworld U399U twin DVB-T adapter. It has a IR rceiver and I want to disable it from module on /etc/modprobe.d/options.conf Is any way to do this? I use to use the modprobe option to assign the number of the adapters: options dvb_usb_af9015 adapter_nr=4,5 It will be great to

Re: Disable IR on dvb_usb_af9015

2010-11-28 Thread Antti Palosaari
There is no module or per device basis option for that. Use option from module dvb-usb. Antti On 11/28/2010 02:58 PM, Josu Lazkano wrote: Hello list! I have a Kworld U399U twin DVB-T adapter. It has a IR rceiver and I want to disable it from module on /etc/modprobe.d/options.conf Is any

Re: ngene Satix-S2 dual problems

2010-11-28 Thread Andre
On 28 Nov 2010, at 12:53, Oliver Endriss wrote: On Sunday 28 November 2010 09:27:03 Andre wrote: On 27 Nov 2010, at 12:15, Robert Longbottom wrote: I'm just debating whether to leave it as the active card and see how it gets on. Assuming it manages this evenings recordings ok, I think I

Re: Disable IR on dvb_usb_af9015

2010-11-28 Thread Josu Lazkano
Thanks for your reply. 2010/11/28 Antti Palosaari cr...@iki.fi: There is no module or per device basis option for that. Use option from module dvb-usb. Sorry, but I don't know how to use the option from module dvb-usb, I am new on this. I want to disable it, because I have problems to assign

[PATCH 0/2] bttv IR patches for Nebula Digitv

2010-11-28 Thread Mauro Carvalho Chehab
The first patch of this series is just a cleanup. It also adds a debug message that can help to change IR support for Nebula to use the RC core raw decoders. The second patch is an attempt to generate IRQ's on both 0-1 and 1-0 transitions, required for the in-kernel decoders to work. Not sure if

[PATCH 1/2] [media] bttv: remove custom_irq and gpioq from bttv struct

2010-11-28 Thread Mauro Carvalho Chehab
The RC5 old decoder used custom_irq to indicate the need of handling the IRQ on a different way. Instead of doing it, let the core just call the bttv input IRQ handler, and add the code there to call the legacy decoder. While here, remove the gpioq waitqueue, as this is not used anywhere, and add

[PATCH 2/2] [media] RFC: Enable IRQ's on both GPIO transitions

2010-11-28 Thread Mauro Carvalho Chehab
Signed-off-by: Mauro Carvalho Chehab mche...@redhat.com diff --git a/drivers/media/video/bt8xx/bttv-input.c b/drivers/media/video/bt8xx/bttv-input.c index 7f48306..8ede256 100644 --- a/drivers/media/video/bt8xx/bttv-input.c +++ b/drivers/media/video/bt8xx/bttv-input.c @@ -522,6 +522,11 @@ int

Re: [omap3isp RFC][RESEND PATCH v2 0/4] Improve inter subdev interaction

2010-11-28 Thread Laurent Pinchart
Hi Sergio, Thanks for the patches. I've added them to my queue, I will still need a couple of days to solve issues with the internal tree before I can apply them. -- Regards, Laurent Pinchart -- To unsubscribe from this list: send the line unsubscribe linux-media in the body of a message to

Re: [RFC/PATCH v6 05/12] media: Reference count and power handling

2010-11-28 Thread Laurent Pinchart
Hi Mark, On Thursday 25 November 2010 22:47:09 Mark Brown wrote: On Thu, Nov 25, 2010 at 07:49:05PM +0200, Sakari Ailus wrote: Currently when two media entities are connected they will be powered up for the duration of the link setup, just in case the drivers would need to access hardware

Re: [RFC/PATCH v6 03/12] media: Entities, pads and links

2010-11-28 Thread Laurent Pinchart
Hi Mark, On Friday 26 November 2010 15:14:42 Mark Brown wrote: On Fri, Nov 26, 2010 at 03:13:36PM +0100, Laurent Pinchart wrote: On Thursday 25 November 2010 16:49:52 Mark Brown wrote: On Thu, Nov 25, 2010 at 04:40:41PM +0100, Laurent Pinchart wrote: It's supposed to reflect whether the

Re: [RFC/PATCH v6 03/12] media: Entities, pads and links

2010-11-28 Thread Hans Verkuil
On Sunday, November 28, 2010 13:34:45 Laurent Pinchart wrote: Hi Mark, On Friday 26 November 2010 15:14:42 Mark Brown wrote: On Fri, Nov 26, 2010 at 03:13:36PM +0100, Laurent Pinchart wrote: On Thursday 25 November 2010 16:49:52 Mark Brown wrote: On Thu, Nov 25, 2010 at 04:40:41PM

[FIX for 2.6.37]

2010-11-28 Thread Patrick Boettcher
Hi Mauro, please pull from git://github.com/pboettch/linux-2.6.git v2.6.37-fixes for flexcop-pci: sanitize driver name to avoid warning on load It fixes https://bugzilla.kernel.org/show_bug.cgi?id=15826 . thanks and best regards, -- Patrick Boettcher - KernelLabs

[PATCH 1/3] soc_camera: Add the ability to bind regulators to soc_camedra devices

2010-11-28 Thread Alberto Panizzo
In certain machines, camera devices are supplied directly by a number of regulators. This patch add the ability to drive these regulators directly by the soc_camera driver. What the machine code have to do to use this functionality is to: 1- Define a number of useful regulator supply descriptions

Re: [linux-dvb] gnutv: move channel_name to flag to allow piped output

2010-11-28 Thread David Liontooth
On 11/28/2010 03:40 AM, Edgar Matzinger wrote: -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Hi Dave, On 28/11/10 05:42, David Liontooth wrote: gnutv -adapter 0 -channel_list ~/.azap/channels.conf -timeout 10 -channel_name KCBS \ -out stdout | tee $FIL.mpg | zvbi-atsc-cc --atsc -T -9

[PATCH 3/3] V4L2: Add a v4l2-subdev (soc-camera) driver for OmniVision OV2640 sensor

2010-11-28 Thread Alberto Panizzo
Signed-off-by: Alberto Panizzo maramaopercheseimo...@gmail.com --- drivers/media/video/Kconfig |6 + drivers/media/video/Makefile|1 + drivers/media/video/ov2640.c| 1153 +++ include/media/v4l2-chip-ident.h |1 + 4 files changed, 1161

Re: Problems with using dvb_usb_rtl2832u

2010-11-28 Thread Mike Martin
On 27 November 2010 17:05, Mike Martin m...@redtux.org.uk wrote: On 27 November 2010 16:33, Anca Emanuel anca.eman...@gmail.com wrote: On Sat, Nov 27, 2010 at 6:14 PM, Mike Martin redt...@gmail.com wrote: Hi I am using this driver with USB 1b80:s395 It's not possible to be s395, please send

user accesses in ivtv-fileops.c:ivtv_v4l2_write ?

2010-11-28 Thread Dr. David Alan Gilbert
Hi, Sparse pointed me at the following line in ivtv-fileops.c's ivtv_v4l2_write: ivtv_write_vbi(itv, (const struct v4l2_sliced_vbi_data *)user_buf, elems); Now user_buf is a parameter: const char __user *user_buf, so that is losing the __user, and I don't see what else

Re: problem af9015: tuner id:177 not supported, please report!

2010-11-28 Thread Antti Palosaari
It is MxL5007T. Has gone to the 2.6.37. Antti On 11/28/2010 05:55 PM, helmut.neume...@gmx.de wrote: hello i have a prob lem with a tv-stick i get the error af9015: tuner id:177 not supported, please report! uname -r 2.6.32-25-generic-pae can anybody help me i have downloaded the actual

Re: [RFC/PATCH v6 05/12] media: Reference count and power handling

2010-11-28 Thread Mark Brown
On 28 Nov 2010, at 12:33, Laurent Pinchart wrote: Throwing an idea here, what about making power management modular ? The MC core would then call back to drivers to handle use count changes. The media_entity_use_change() function would be exported (and renamed), so that drivers could use

[cron job] v4l-dvb daily build: WARNINGS

2010-11-28 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:Sun Nov 28 19:00:12 CET 2010 git master: 59365d136d205cc20fe666ca7f89b1c5001b0d5a git media-master: gcc version:

Re: [PATCH 1/3] soc_camera: Add the ability to bind regulators to soc_camedra devices

2010-11-28 Thread Guennadi Liakhovetski
On Sun, 28 Nov 2010, Alberto Panizzo wrote: In certain machines, camera devices are supplied directly by a number of regulators. This patch add the ability to drive these regulators directly by the soc_camera driver. IIRC, there has been a discussion a while ago, how to supply power to

where can I report dvb module related bug reports?

2010-11-28 Thread Halim Sahin
Hi, Sorry folks I know that dvb driver development is done in your spare time. However posting to this list or linux-dvb I got no answers which is really frustrating :-(. Please can you tell me which is the prefered way for submitting bug reports to dvb driver developers? Please can you help with

Re: Disable IR on dvb_usb_af9015

2010-11-28 Thread poma
Josu Lazkano wrote: Thanks for your reply. 2010/11/28 Antti Palosaari cr...@iki.fi: There is no module or per device basis option for that. Use option from module dvb-usb. Sorry, but I don't know how to use the option from module dvb-usb, I am new on this. I want to disable it, because I

RFC: Problem of using v4l2 spec with codec function

2010-11-28 Thread Jaeryul Oh
Hello, everyone. When it comes to using v4l2 standard spec, I have a question about that. A month ago, Kamil Debski posted second version for the driver of a hw video codec. To be exact, it is decoding function of hw video codec which is called MFC(Multi Format Codec). For members not

Re: problem af9015: tuner id:177 not supported, please report!

2010-11-28 Thread poma
Antti Palosaari wrote: It is MxL5007T. Has gone to the 2.6.37. Antti On 11/28/2010 05:55 PM, helmut.neume...@gmx.de wrote: hello i have a prob lem with a tv-stick i get the error af9015: tuner id:177 not supported, please report! uname -r 2.6.32-25-generic-pae can anybody help me i have

Re: where can I report dvb module related bug reports?

2010-11-28 Thread Jonathan Isom
On Sun, Nov 28, 2010 at 5:06 PM, Halim Sahin halim.sa...@freenet.de wrote: Hi, Sorry folks I know that dvb driver development is done in your spare time. However posting to this list or linux-dvb I got no answers which is really frustrating :-(. Please can you tell me which is the prefered

Re: RTL2832U-FC0012 AF9015-MXL5007T

2010-11-28 Thread poma
poma wrote: RTL2832U-FC0012 AF9015-MXL5007T Setup for DVB-T devices, Realtek RTL2832U / Fitipower FC0012 Afatech AF9015 / MaxLinear MXL5007T dual tuner on Fedora 14-x86_64 with new experimental building system. lsusb: Bus 002 Device 002: ID 1f4d:b803 G-Tek Electronics Group Lifeview

[GIT PATCHES for 2.6.38] broken cx25840 probe and CX2388[578] IR receive timeoouts

2010-11-28 Thread Andy Walls
Mauro, Please pull the following changes for 2.6.38. The cx25840 module has a bad bug in its probe function which causes device probing to fail. It can completely break cx23885 IR and analog video and ivtv and pvrusb2 analog video. (Can you checrry pick the cx25840-core.c commit for 2.6.37

RE: [PATCH 1/7] v4l: add videobuf2 Video for Linux 2 driver framework

2010-11-28 Thread Marek Szyprowski
Hello, On Friday, November 26, 2010 7:00 PM Laurent Pinchart wrote: On Friday 26 November 2010 17:49:02 Pawel Osciak wrote: On Thu, Nov 25, 2010 at 01:48, Marek Szyprowski wrote: Hello, On Thursday, November 25, 2010 2:17 AM Laurent Pinchart wrote: On Friday 19 November 2010

Re: RFC: Problem of using v4l2 spec with codec function

2010-11-28 Thread Hans Verkuil
On Monday, November 29, 2010 00:52:15 Jaeryul Oh wrote: Hello, everyone. When it comes to using v4l2 standard spec, I have a question about that. A month ago, Kamil Debski posted second version for the driver of a hw video codec. To be exact, it is decoding function of hw video codec

tm6000 and IR

2010-11-28 Thread Dmitri Belimov
Hi I try add IR for our TV cards. After my some changes IR is working. But when I remove USB stick from USB port modules crashed with dmesg [ 133.881750] tm6000: New video device @ 480 Mbps (6000:dec0, ifnum 0) [ 133.881759] tm6000: Found Beholder Wander DVB-T/TV/FM USB2.0 [ 134.343012] Board

RE: [PATCH v2 0/6] davinci vpbe: display driver for DM644X

2010-11-28 Thread Nori, Sekhar
Hi Murali, On Sat, Nov 27, 2010 at 20:14:46, Muralidharan Karicheri wrote: Manjunath, Could you re-send the patch 1/6? I can't find it either at my inbox or mailing list. I received the 1/6 in my inbox and also see it on patchwork and gmane. https://patchwork.kernel.org/patch/353081/

Unsafe to reinsert HVR-1850 kernel modules?

2010-11-28 Thread David Liontooth
My HVR-1850 card occasionally jams, meaning it still tunes (according to gnutv), but no mpeg stream comes through. This heals on reboot, but I figured it should also heal on module reinsertion. However, when I remove the CX23885 module, along with the full set of DVB and related modules,

gnutv: What causes DVR overflow?

2010-11-28 Thread David Liontooth
I'm seeing great results with gnutv on HVR-1850 cards, but each recording triggers the message DVR overflow What is this, and what are the typical causes? What can I do to prevent it from happening? Could it be related to slow hard drives? I'm assuming an overflow results in some