Re: [PATCH 02/15] [RFC] v4l2-ctrls: reorder 'case' statements to match order in header.

2010-05-02 Thread Hans Verkuil
On Sunday 02 May 2010 22:42:26 Laurent Pinchart wrote: > Hi Hans, > > On Monday 26 April 2010 09:33:33 Hans Verkuil wrote: > > To make it easier to determine whether all controls are added in > > v4l2-ctrls.c the case statements inside the switch are re-ordered to match > > the header. > > > > Si

ideal DVB-C PCI/e card?

2010-05-02 Thread Jed
Hi All, I was wondering if someone could recommend a decent DVB-C tuner card? Ideally it would be a dual DVB-C card, but I'm not sure they exist?! I have a subscription to a PayTV provider here in Australia that uses an encryption scheme called NDS or Videoguard2. So I'll also need the right ca

Re: ideal DVB-C PCI/e card?

2010-05-02 Thread Jed
Oh and to clarify I am aware of this resource http://www.linuxtv.org/wiki/index.php/DVB-C_Devices Just curious to hear peoples "real world" experiences. On 3/05/10 3:09 PM, Jed wrote: Hi All, I was wondering if someone could recommend a decent DVB-C tuner card? Ideally it would be a dual DVB-C

Re: [PATCH] tm6000: Prevent Kernel Oops changing channel when stream is still on.

2010-05-02 Thread Mauro Carvalho Chehab
The two patches fixed the OOPS I was having. The big problem I'm still suffering with HVR-900H is that tm6000 insists on dying: hub 1-0:1.0: port 8 disabled by hub (EMI?), re-enabling... usb 1-8: USB disconnect, address 5 tm6000 tm6000_irq_callback :urb resubmit failed (error=-19) tm6000 tm6000_

Re: av7110 crash when unloading.

2010-05-02 Thread Mauro Carvalho Chehab
Hans Verkuil wrote: > On Sunday 02 May 2010 21:57:07 Oliver Endriss wrote: >> Hi, >> >> On Saturday 01 May 2010 21:21:38 VDR User wrote: >>> I just grabbed the latest hg tree and got the following when I tried >>> to unload the drivers for my nexus-s: >>> >>> Message from sysl...@test at Sat May 1

[PATCH] tm6000: Don't copy outside the buffer

2010-05-02 Thread Mauro Carvalho Chehab
tm6000 tm6000_irq_callback :urb resubmit failed (error=-1) BUG: unable to handle kernel paging request at 0100f700 IP: [] tm6000_irq_callback+0x51e/0xac7 [tm6000] (gdb) list * tm6000_irq_callback+0x51e 0x2e79 is in tm6000_irq_callback (drivers/staging/tm6000/tm6000-video.c:363). 358

Re: [PATCH 08/15] [RFC] cx25840/ivtv: replace ugly priv control with s_config

2010-05-02 Thread Hans Verkuil
On Sunday 02 May 2010 22:41:29 Laurent Pinchart wrote: > Hi Hans, > > On Monday 26 April 2010 09:33:54 Hans Verkuil wrote: > > The cx25840 used a private control CX25840_CID_ENABLE_PVR150_WORKAROUND > > to be told whether to enable a workaround for certain pvr150 cards. > > > > This is really con

Re: [PATCH 03/15] [RFC] Documentation: add v4l2-controls.txt documenting the new controls API.

2010-05-02 Thread Hans Verkuil
On Sunday 02 May 2010 22:39:11 Laurent Pinchart wrote: > Hi Hans, > > I finally got some time to review your RFC. Let's see until what time it will > keep me awake :-) > > On Monday 26 April 2010 09:33:38 Hans Verkuil wrote: > > Signed-off-by: Hans Verkuil > > --- > > Documentation/video4linux

Re: saa7146 firmware upload time?

2010-05-02 Thread John J Lee
On Sun, 2 May 2010, John J Lee wrote: On Sun, 2 May 2010, Oliver Endriss wrote: [...] Obviously, the firmware is not loaded at modprobe time. It is loaded when an application opens the frontend for the first time. [...] Thanks. Before the frontend can be opened, open(2) must be called on a v

Re: saa7146 firmware upload time?

2010-05-02 Thread John J Lee
On Sun, 2 May 2010, Oliver Endriss wrote: [...] Obviously, the firmware is not loaded at modprobe time. It is loaded when an application opens the frontend for the first time. [...] Thanks. Before the frontend can be opened, open(2) must be called on a v4l device file, right? I don't appear

Re: [ANNOUNCEMENT] Media controller tree updated

2010-05-02 Thread Laurent Pinchart
Hi Mauro, On Saturday 01 May 2010 03:08:10 Mauro Carvalho Chehab wrote: > Hi Laurent, > > Laurent Pinchart wrote: > > Hi everybody, > > > > The next version of the media controller patches is available in git at > > > > http://git.linuxtv.org/pinchartl/v4l-dvb-media.git > > > > To avoid puttin

[PATCH] Compro Videomate T750F Vista DVB-T support

2010-05-02 Thread davor emard
HI I have european version of Compro Videomate T750F Vista hybrid dvb-t + tv (PAL) + FM card. In kernels up to date (2.6.33.3) it didn't want to initialize in analog mode (tuner xc2028 always failed). Here's sligthly adapted patch from http://www.linuxtv.org/pipermail/linux-dvb/2008-May/025945.ht

Re: [PATCH 02/15] [RFC] v4l2-ctrls: reorder 'case' statements to match order in header.

2010-05-02 Thread Laurent Pinchart
Hi Hans, On Monday 26 April 2010 09:33:33 Hans Verkuil wrote: > To make it easier to determine whether all controls are added in > v4l2-ctrls.c the case statements inside the switch are re-ordered to match > the header. > > Signed-off-by: Hans Verkuil This patch should be merged with the previo

Re: [PATCH 08/15] [RFC] cx25840/ivtv: replace ugly priv control with s_config

2010-05-02 Thread Laurent Pinchart
Hi Hans, On Monday 26 April 2010 09:33:54 Hans Verkuil wrote: > The cx25840 used a private control CX25840_CID_ENABLE_PVR150_WORKAROUND > to be told whether to enable a workaround for certain pvr150 cards. > > This is really config data that it needs to get at load time. > > Implemented this in

Re: [PATCH 03/15] [RFC] Documentation: add v4l2-controls.txt documenting the new controls API.

2010-05-02 Thread Laurent Pinchart
Hi Hans, I finally got some time to review your RFC. Let's see until what time it will keep me awake :-) On Monday 26 April 2010 09:33:38 Hans Verkuil wrote: > Signed-off-by: Hans Verkuil > --- > Documentation/video4linux/v4l2-controls.txt | 543 > 1 files changed, 54

Re: av7110 crash when unloading.

2010-05-02 Thread Hans Verkuil
On Sunday 02 May 2010 21:57:07 Oliver Endriss wrote: > Hi, > > On Saturday 01 May 2010 21:21:38 VDR User wrote: > > I just grabbed the latest hg tree and got the following when I tried > > to unload the drivers for my nexus-s: > > > > Message from sysl...@test at Sat May 1 12:19:23 2010 ... > >

Re: av7110 crash when unloading.

2010-05-02 Thread Oliver Endriss
Hi, On Saturday 01 May 2010 21:21:38 VDR User wrote: > I just grabbed the latest hg tree and got the following when I tried > to unload the drivers for my nexus-s: > > Message from sysl...@test at Sat May 1 12:19:23 2010 ... > test kernel: [ 814.077154] Oops: [#1] SMP > > Message from sys

Re: saa7146 firmware upload time?

2010-05-02 Thread Oliver Endriss
Hi, On Sunday 02 May 2010 20:13:08 John J Lee wrote: > My "WinTV NOVA-t" PCI card is recognized by the saa7146 driver (ubuntu > 9.10 2.6.31-21-generic kernel), but I don't have a /dev/video0. At some > point I noticed messages in syslog about missing firmware (below), and > rectified that by f

[cron job] v4l-dvb daily build 2.6.22 and up: ERRORS, 2.6.16-2.6.21: WARNINGS

2010-05-02 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 May 2 19:00:12 CEST 2010 path:http://www.linuxtv.org/hg/v4l-dvb changeset: 14619:ee9826bc7106 git master:

[PATCH 2/2] USB gadget: Webcam device

2010-05-02 Thread Laurent Pinchart
This webcam gadget instantiates a UVC camera (360p and 720p resolutions in YUYV and MJPEG). Signed-off-by: Laurent Pinchart --- drivers/usb/gadget/Kconfig |9 +- drivers/usb/gadget/Makefile |2 + drivers/usb/gadget/webcam.c | 399 +++ 3 files cha

[PATCH 0/2] UVC gadget driver

2010-05-02 Thread Laurent Pinchart
Hi everybody, Here's a new version of the UVC gadget driver, rebased on 2.6.34-rc6. There has been no comment so far, so I'll assume that either the code is perfect or (most probably) people are busy doing something else. In either case, this adds a new driver to the kernel without disturbing anyt

Re: em28xx & sliced VBI

2010-05-02 Thread Mauro Carvalho Chehab
Hans Verkuil wrote: > On Sunday 02 May 2010 19:49:33 Devin Heitmueller wrote: >> On Sun, May 2, 2010 at 1:25 PM, Devin Heitmueller >> wrote: >>> On Sat, May 1, 2010 at 5:12 PM, Hans Verkuil wrote: Hi all, I played a bit with my HVR900 and tried the sliced VBI API. Unfortunately I >

Re: em28xx & sliced VBI

2010-05-02 Thread Devin Heitmueller
On Sun, May 2, 2010 at 2:13 PM, Hans Verkuil wrote: > Why not just nuke everything related to sliced VBI? Just leave a comment > saying that you should look at older versions if you want to resurrect sliced > vbi. That's what version control systems are for. I would have no objection to this. Th

saa7146 firmware upload time?

2010-05-02 Thread John J Lee
Hi My "WinTV NOVA-t" PCI card is recognized by the saa7146 driver (ubuntu 9.10 2.6.31-21-generic kernel), but I don't have a /dev/video0. At some point I noticed messages in syslog about missing firmware (below), and rectified that by fetching the firmware and dropping it in /lib/firmware.

Re: em28xx & sliced VBI

2010-05-02 Thread Hans Verkuil
On Sunday 02 May 2010 19:49:33 Devin Heitmueller wrote: > On Sun, May 2, 2010 at 1:25 PM, Devin Heitmueller > wrote: > > On Sat, May 1, 2010 at 5:12 PM, Hans Verkuil wrote: > >> Hi all, > >> > >> I played a bit with my HVR900 and tried the sliced VBI API. Unfortunately I > >> discovered that it i

Re: em28xx & sliced VBI

2010-05-02 Thread Devin Heitmueller
On Sun, May 2, 2010 at 1:25 PM, Devin Heitmueller wrote: > On Sat, May 1, 2010 at 5:12 PM, Hans Verkuil wrote: >> Hi all, >> >> I played a bit with my HVR900 and tried the sliced VBI API. Unfortunately I >> discovered that it is completely broken. Part of it is obvious: lots of bugs >> and code t

Re: [PATCH FOR 2.6.35] v4l: event: Export the v4l2_event_init and v4l2_event_dequeue functions

2010-05-02 Thread Sakari Ailus
Laurent Pinchart wrote: > Signed-off-by: Laurent Pinchart > --- > drivers/media/video/v4l2-event.c |2 ++ > 1 files changed, 2 insertions(+), 0 deletions(-) > > Sakari, this should go to 2.6.35 with the V4L2 events patch set. Could you > ack > the patch so that Mauro can apply it to his l

[PATCH FOR 2.6.35] v4l: event: Export the v4l2_event_init and v4l2_event_dequeue functions

2010-05-02 Thread Laurent Pinchart
Signed-off-by: Laurent Pinchart --- drivers/media/video/v4l2-event.c |2 ++ 1 files changed, 2 insertions(+), 0 deletions(-) Sakari, this should go to 2.6.35 with the V4L2 events patch set. Could you ack the patch so that Mauro can apply it to his linux-next tree ? Regards, Laurent Pin

Re: [PATCH] tm6000: Prevent Kernel Oops changing channel when stream is still on.

2010-05-02 Thread Mauro Carvalho Chehab
Mauro Carvalho Chehab wrote: > Hi Bee, > > Bee Hock Goh wrote: >> do a streamoff before setting standard to prevent kernel oops by >> irq_callback if changing of channel is done while streaming is still >> on-going. > > This doesn't seem to be the right thing to do. The problem here is that > cha

Re: em28xx & sliced VBI

2010-05-02 Thread Devin Heitmueller
On Sat, May 1, 2010 at 5:12 PM, Hans Verkuil wrote: > Hi all, > > I played a bit with my HVR900 and tried the sliced VBI API. Unfortunately I > discovered that it is completely broken. Part of it is obvious: lots of bugs > and code that does not follow the spec, but I also wonder whether it ever >

Re: [PATCH] tm6000, moving cards name defines

2010-05-02 Thread Mauro Carvalho Chehab
Dmitri Belimov wrote: > Hi > > Move TV cards name defines to better place header file. I prefer if we can keep having all board-specific stuff inside tm6000-cards. Cheers, Mauro > > diff -r 7c0b887911cf linux/drivers/staging/tm6000/tm6000-cards.c > --- a/linux/drivers/staging/tm6000/tm6000-card

AF9015 suspend problem

2010-05-02 Thread Jose Alberto Reguero
When I have a af9015 DVB-T stick plugged I can not recover from pc suspend. I must unplug the stick to suspend work. Even if I remove the modules I cannot recover from suspend. Any idea why this happen? Jose Alberto -- To unsubscribe from this list: send the line "unsubscribe linux-media" in the

Re: [PATCH] tm6000: Prevent Kernel Oops changing channel when stream is still on.

2010-05-02 Thread Mauro Carvalho Chehab
Hi Bee, Bee Hock Goh wrote: > do a streamoff before setting standard to prevent kernel oops by > irq_callback if changing of channel is done while streaming is still > on-going. > > > Signed-off-by: Bee Hock Goh > > diff --git a/drivers/staging/tm6000/tm6000-video.c > b/drivers/staging/tm6000/

Re: Reponse from Geniatech Re: X8000A and KWorld ATSC 120

2010-05-02 Thread Daniel Gimpelevich
In the past year and a half, my personal life took turns for the crazier and crazier. some time prior to that, I had near perfect support working for all functions of this card, including IR, but it never made it into mercurial due to a disagreement with Mauro about what I saw as fundamental ch

Re: [vdr] externalplayer and xineliboutput plugin

2010-05-02 Thread Michal Chlosta
Nobody an idea ? - Can somebody explain to me what a player with PlayMode pmNone should do ? This is the problem: Apr 22 23:41:05 vdr vdr: [3204] ERROR: /dev/dvb/adapter1/dvr0: Device or resource busy If some application is started with external player streamdev/vnsi-plugin with frontend xinelib

Re: [GIT PATCHES FOR 2.6.35]

2010-05-02 Thread Hans Verkuil
On Saturday 01 May 2010 23:09:22 Hans Verkuil wrote: > On Saturday 01 May 2010 13:32:22 Hans Verkuil wrote: > > The following changes since commit d3be2fab3a10b6c798a5f9970146d166d3345c37: > > Jean-François Moine (1): > > V4L/DVB: gspca - zc3xx: Fix the gamma calculation from the contras

Re: [PATCH] Add FE_CAN_TURBO_FEC (was: Add FE_CAN_PSK_8 to allow apps to identify PSK_8 capable DVB devices)

2010-05-02 Thread Klaus Schmidinger
Some (North American) providers use a non-standard mode called "8psk turbo fec". Since there is no flag in the driver that would allow an application to determine whether a particular device can handle "turbo fec", the attached patch introduces FE_CAN_TURBO_FEC. Since there is no flag in the SI da

Re: [dvb-apps] Updated initial scan file for hr-All

2010-05-02 Thread Christoph Pfister
2010/5/2 Samuel Rakitničan : > --- hr-All      2010-05-02 01:32:22.0 +0200 > +++ hr-All.new  2010-05-02 01:30:14.0 +0200 > @@ -12,9 +12,9 @@ >  T 59400 8MHz 2/3 NONE QAM64 8k 1/8 NONE >  T 61800 8MHz 3/4 NONE QAM64 8k 1/4 NONE >  T 64200 8MHz 3/4 NONE QAM64 8k 1/4 NONE >