Re: ngene Satix-S2 dual problems

2010-11-21 Thread Andre
On 20 Nov 2010, at 19:22, Oliver Endriss wrote: Hi, On Saturday 20 November 2010 16:52:34 Robert Longbottom wrote: Hi all, I have a Satix-S2 Dual that I'm trying to get to work properly so that I can use it under MythTv however I'm running into a few issues. I previously posted

Re: ngene Satix-S2 dual problems

2010-11-21 Thread Andre
On 20 Nov 2010, at 19:22, Oliver Endriss wrote: Hi, On Saturday 20 November 2010 16:52:34 Robert Longbottom wrote: Hi all, I have a Satix-S2 Dual that I'm trying to get to work properly so that I can use it under MythTv however I'm running into a few issues. I previously posted

Re: ngene Satix-S2 dual problems

2010-11-21 Thread Robert Longbottom
On 21 Nov 2010, at 11:40 AM, Andre linux-me...@dinkum.org.uk wrote: On 20 Nov 2010, at 19:22, Oliver Endriss wrote: Hi, On Saturday 20 November 2010 16:52:34 Robert Longbottom wrote: Hi all, I have a Satix-S2 Dual that I'm trying to get to work properly so that I can use it under

Re: ngene Satix-S2 dual problems

2010-11-21 Thread Andre
On 21 Nov 2010, at 13:07, Robert Longbottom wrote: On 21 Nov 2010, at 11:40 AM, Andre linux-me...@dinkum.org.uk wrote: On 20 Nov 2010, at 19:22, Oliver Endriss wrote: Hi, On Saturday 20 November 2010 16:52:34 Robert Longbottom wrote: Hi all, I have a Satix-S2 Dual that I'm

Re: For those that uses Pinnacle PCTV 340e

2010-11-21 Thread Mohammad Bahathir Hashim
Tried your code today and it works slightly better since the tuner still works after a reboot. The remote stops working tho. I get this in dmesg: dib0700: rc submit urb failed. Can't say I notice any difference on how warm it becomes tho. /Magnus Alm Thank you for trying the patch. The

Re: New initial DVB-T tuning for Tours (France)

2010-11-21 Thread Christoph Pfister
2010/11/6 Alexandre LISSY lis...@lissyx.dyndns.org: Hello, A couple of weeks ago, the transponder for Tours in Chissay (Loir-et-Cher, 41) has been updated and new frequencies are used. Consequently, the initial DVB-T tuning informations used by many software (dvb-apps, kaffeine, etc.) are

Problem with HVR 900 (B2C0) and USB detection

2010-11-21 Thread Mike Martin
Hi I have been using this device for years using Markuses Driver. Now for some bizarre reason using both this driver and devins the wrong USB driver is being used (ohci rather than ehci), which means it is recognised as a USB 1.1 device, which makes it stop working Anyone know if there is any

Re: ngene Satix-S2 dual problems

2010-11-21 Thread Robert Longbottom
On 21/11/2010 13:15, Andre wrote: On 21 Nov 2010, at 13:07, Robert Longbottom wrote: On 21 Nov 2010, at 11:40 AM, Andrelinux-me...@dinkum.org.uk wrote: On 20 Nov 2010, at 19:22, Oliver Endriss wrote: Hi, On Saturday 20 November 2010 16:52:34 Robert Longbottom wrote: Hi all, I have

Problem with Compro T200 (TDA1004x) and tuning Hi

2010-11-21 Thread Mike Martin
I am trying to tune channels with this card (which seems to be installed OK). However the output is Using DVB card Philips TDA10046H DVB-T tuning DVB-T (in United Kingdom) to 497833000 Hz polling Getting frontend event FE_STATUS: polling polling polling etc,etc -- To unsubscribe

[cron job] v4l-dvb daily build: WARNINGS

2010-11-21 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 21 19:00:13 CET 2010 git master: 59365d136d205cc20fe666ca7f89b1c5001b0d5a git media-master: gcc version:

Re: ngene Satix-S2 dual problems

2010-11-21 Thread Andre
On 21 Nov 2010, at 17:23, Robert Longbottom wrote: On 21/11/2010 13:15, Andre wrote: On 21 Nov 2010, at 13:07, Robert Longbottom wrote: On 21 Nov 2010, at 11:40 AM, Andrelinux-me...@dinkum.org.uk wrote: On 20 Nov 2010, at 19:22, Oliver Endriss wrote: Hi, On Saturday 20

Re: ngene Satix-S2 dual problems

2010-11-21 Thread Robert Longbottom
On 21/11/2010 19:23, Andre wrote: On 21 Nov 2010, at 17:23, Robert Longbottom wrote: On 21/11/2010 13:15, Andre wrote: On 21 Nov 2010, at 13:07, Robert Longbottom wrote: On 21 Nov 2010, at 11:40 AM, Andrelinux-me...@dinkum.org.uk wrote: On 20 Nov 2010, at 19:22, Oliver Endriss

[PATCH 0/5] [FOR 2.6.37] uvcvideo: BKL removal

2010-11-21 Thread Laurent Pinchart
Hi everybody, Here are 5 patches to the uvcvideo driver that implements proper locking where it was missing and switch from ioctl to unlocked_ioctl, getting rid of the BKL. As locking can be tricky, patch review would be appreciated. Laurent Pinchart (5): uvcvideo: Lock controls mutex when

[PATCH 1/5] uvcvideo: Lock controls mutex when querying menus

2010-11-21 Thread Laurent Pinchart
uvc_find_control() must be called with the controls mutex locked. Fix uvc_query_v4l2_menu() accordingly. Signed-off-by: Laurent Pinchart laurent.pinch...@ideasonboard.com --- drivers/media/video/uvc/uvc_ctrl.c | 48 +++- drivers/media/video/uvc/uvc_v4l2.c | 36

[PATCH 2/5] uvcvideo: Move mutex lock/unlock inside uvc_free_buffers

2010-11-21 Thread Laurent Pinchart
Callers outside uvc_queue.c should not be forced to lock/unlock the queue mutex manually. Move the mutex operations inside uvc_free_buffers(). Signed-off-by: Laurent Pinchart laurent.pinch...@ideasonboard.com --- drivers/media/video/uvc/uvc_queue.c | 57 +--

[PATCH 3/5] uvcvideo: Move mmap() handler to uvc_queue.c

2010-11-21 Thread Laurent Pinchart
The mmap() implementation belongs to the video buffers queue, move it there. Signed-off-by: Laurent Pinchart laurent.pinch...@ideasonboard.com --- drivers/media/video/uvc/uvc_queue.c | 76 +++ drivers/media/video/uvc/uvc_v4l2.c | 67

[PATCH 5/5] uvcvideo: Convert to unlocked_ioctl

2010-11-21 Thread Laurent Pinchart
The uvcvideo driver now locks all ioctls correctly on its own, the BKL isn't needed anymore. Signed-off-by: Laurent Pinchart laurent.pinch...@ideasonboard.com --- drivers/media/video/uvc/uvc_v4l2.c |2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git

[PATCH 4/5] uvcvideo: Lock stream mutex when accessing format-related information

2010-11-21 Thread Laurent Pinchart
The stream mutex protects access to the struct uvc_streaming ctrl, cur_format and cur_frame fields as well as to the hardware probe control. Lock it appropriately. Signed-off-by: Laurent Pinchart laurent.pinch...@ideasonboard.com --- drivers/media/video/uvc/uvc_v4l2.c | 76

Re: [PATCH 1/5] uvcvideo: Lock controls mutex when querying menus

2010-11-21 Thread Hans Verkuil
Just one comment: On Sunday, November 21, 2010 21:32:49 Laurent Pinchart wrote: uvc_find_control() must be called with the controls mutex locked. Fix uvc_query_v4l2_menu() accordingly. Signed-off-by: Laurent Pinchart laurent.pinch...@ideasonboard.com --- drivers/media/video/uvc/uvc_ctrl.c

Re: [PATCH 4/5] uvcvideo: Lock stream mutex when accessing format-related information

2010-11-21 Thread Hans Verkuil
Another comment: On Sunday, November 21, 2010 21:32:52 Laurent Pinchart wrote: The stream mutex protects access to the struct uvc_streaming ctrl, cur_format and cur_frame fields as well as to the hardware probe control. Lock it appropriately. Signed-off-by: Laurent Pinchart

Re: [PATCH 1/5] uvcvideo: Lock controls mutex when querying menus

2010-11-21 Thread Laurent Pinchart
Hi Hans, Thanks for the comment. On Sunday 21 November 2010 22:18:41 Hans Verkuil wrote: On Sunday, November 21, 2010 21:32:49 Laurent Pinchart wrote: uvc_find_control() must be called with the controls mutex locked. Fix uvc_query_v4l2_menu() accordingly. Signed-off-by: Laurent

Re: [PATCH 4/5] uvcvideo: Lock stream mutex when accessing format-related information

2010-11-21 Thread Laurent Pinchart
Hi Hans, Thanks for the comment. On Sunday 21 November 2010 22:23:38 Hans Verkuil wrote: On Sunday, November 21, 2010 21:32:52 Laurent Pinchart wrote: The stream mutex protects access to the struct uvc_streaming ctrl, cur_format and cur_frame fields as well as to the hardware probe

Re: [RFC/PATCH v5 01/12] media: Media device node support

2010-11-21 Thread Laurent Pinchart
Hi Jonathan, I forgot to answer one of your comments. On Wednesday 17 November 2010 01:31:15 Jonathan Corbet wrote: [snip] +static unsigned int media_poll(struct file *filp, + struct poll_table_struct *poll) +{ + struct media_devnode *mdev =

Race condition between v4l2_open() and video_unregister_device()

2010-11-21 Thread Laurent Pinchart
Hi Hans, I believe you've introduced a race condition in commit dd0daf2a6fb6bec436a3ef68bd585ea09a2a54b7 v4l2-dev: remove unnecessary lock around atomic clear_bit By removing the mutex_lock/unlock around clear_bit, you're allowing device_unregister() to race with v4l2_open(). The device can

Re: Problem with Compro T200 (TDA1004x) and tuning Hi

2010-11-21 Thread hermann pitton
Hi Mike, Am Sonntag, den 21.11.2010, 17:58 + schrieb Mike Martin: I am trying to tune channels with this card (which seems to be installed OK). However the output is Using DVB card Philips TDA10046H DVB-T tuning DVB-T (in United Kingdom) to 497833000 Hz polling Getting frontend