Re: About the VIDIOC_DQBUF

2009-06-07 Thread Dongsoo, Nathaniel Kim
Hello Xie, I'm not sure which camera interface driver you are using, but it seems to be camera interface driver's problem. Let me guess, are you using pxa camera interface driver from Marvell?(proprietary but not in up stream kernel) It just looks like that camera interface driver is not returning

Re: [PATCHv5 1 of 8] v4l2_subdev i2c: Add v4l2_i2c_new_subdev_board i2c helper function

2009-06-07 Thread Hans Verkuil
On Monday 08 June 2009 08:11:32 Eduardo Valentin wrote: > Hi guys, > > On Mon, Jun 08, 2009 at 05:19:22AM +0200, ext Douglas Schilling Landgraf wrote: > > Hi, > > > > On Sun, 7 Jun 2009 22:29:14 -0300 > > > > Mauro Carvalho Chehab wrote: > > > Em Sun, 7 Jun 2009 08:40:08 +0200 > > > > > > Hans Ve

Re: [PATCH] bt8xx: Add support for the Conexant Fusion 878a / Twinhan VP 1025 DVB-S

2009-06-07 Thread Michael Stapelberg
Hi Trent, * [08.06.09 02:24]: > You can remove Conexant Fusion from the board name. All the boards for > that driver use that same chip. Just use "Twinhan VP 1025 DVB-S". Alright, thanks for clearing that up. > Don't you need to add it to the list in bttv-cards.c in order to use the > card? Not

Re: [PATCHv5 1 of 8] v4l2_subdev i2c: Add v4l2_i2c_new_subdev_board i2c helper function

2009-06-07 Thread Hans Verkuil
On Monday 08 June 2009 03:29:14 Mauro Carvalho Chehab wrote: > Em Sun, 7 Jun 2009 08:40:08 +0200 > > Hans Verkuil escreveu: > > On Saturday 06 June 2009 22:40:21 Eduardo Valentin wrote: > > > Hi Hans, > > > > > > On Sat, Jun 6, 2009 at 8:09 PM, Hans Verkuil wrote: > > > > On Saturday 06 June 200

Re: [PATCHv5 1 of 8] v4l2_subdev i2c: Add v4l2_i2c_new_subdev_board i2c helper function

2009-06-07 Thread Eduardo Valentin
Hi guys, On Mon, Jun 08, 2009 at 05:19:22AM +0200, ext Douglas Schilling Landgraf wrote: > Hi, > > On Sun, 7 Jun 2009 22:29:14 -0300 > Mauro Carvalho Chehab wrote: > > > Em Sun, 7 Jun 2009 08:40:08 +0200 > > Hans Verkuil escreveu: > > > > > On Saturday 06 June 2009 22:40:21 Eduardo Valentin w

SV: /dev/dvb/adapter0/dvr0 gives no output

2009-06-07 Thread Sandell, Anders
Ok, sorry, RTFM I guess. //Anders -Ursprungligt meddelande- Från: David Santinoli [mailto:marau...@tiscali.it] Skickat: den 5 juni 2009 19:10 Till: Sandell, Anders Kopia: linux-media@vger.kernel.org Ämne: Re: /dev/dvb/adapter0/dvr0 gives no output On Fri, Jun 05, 2009 at 06:06:42PM +020

Re: [PATCHv5 1 of 8] v4l2_subdev i2c: Add v4l2_i2c_new_subdev_board i2c helper function

2009-06-07 Thread Douglas Schilling Landgraf
Hi, On Sun, 7 Jun 2009 22:29:14 -0300 Mauro Carvalho Chehab wrote: > Em Sun, 7 Jun 2009 08:40:08 +0200 > Hans Verkuil escreveu: > > > On Saturday 06 June 2009 22:40:21 Eduardo Valentin wrote: > > > Hi Hans, > > > > > > On Sat, Jun 6, 2009 at 8:09 PM, Hans Verkuil > > > wrote: > > > > On Satur

Re: [PULL] http://linuxtv.org/hg/~awalls/v4l-dvb

2009-06-07 Thread Mauro Carvalho Chehab
Em Sun, 07 Jun 2009 20:49:25 -0400 Andy Walls escreveu: > Mauro, > > Please pull from http://linuxtv.org/hg/~awalls/v4l-dvb > > for the following 3 changesets: > > 01/03: lnbp21: Add missing newline > http://linuxtv.org/hg/~awalls/v4l-dvb?cmd=changeset;node=9fb907f46b2a > > 02/03: ivtv: Add m

Re: funny colors from XC5000 on big endian systems

2009-06-07 Thread Devin Heitmueller
On Sun, Jun 7, 2009 at 10:12 PM, W. Michael Petullo wrote: >> Do you see the issue using tvtime?  This will help isolate whether it's >> an application compatibility issue or whether it's related to endianness >> (and I do almost all my testing with tvtime). > > Tvtime works like a charm. The color

Re: funny colors from XC5000 on big endian systems

2009-06-07 Thread W. Michael Petullo
>> Is it possible that the XC5000 driver does not work properly on big >> endian systems? I am using Linux/PowerPC 2.6.29.4. I have tried to view >> an analog NTSC video stream from a Hauppauge 950Q using various >> applications (including GStreamer v4lsrc and XawTV). The video is >> always present

About the VIDIOC_DQBUF

2009-06-07 Thread xie
Dear all ~~ I have met a issue when I used the mmap method for previewing . I just used the standard code as spec to get the image data : status_t CameraHardwareProwave::V4l2Camera::v4l2CaptureMainloop() { LOG_FUNCTION_NAME int rt ; unsigned int i ; fd_set fds ;

Re: [PULL] http://linuxtv.org/hg/~pinchartl/uvcvideo/

2009-06-07 Thread Mauro Carvalho Chehab
Em Thu, 4 Jun 2009 14:39:52 +0200 Laurent Pinchart escreveu: > Mauro, > > Please pull from http://linuxtv.org/hg/~pinchartl/uvcvideo/ > > for the following 3 changesets: > > uvcvideo: Add generic control blacklist. > uvcvideo: Don't accept to change the format when buffers are allocated. > uvc

Re: [PATCHv5 1 of 8] v4l2_subdev i2c: Add v4l2_i2c_new_subdev_board i2c helper function

2009-06-07 Thread Mauro Carvalho Chehab
Em Sun, 7 Jun 2009 08:40:08 +0200 Hans Verkuil escreveu: > On Saturday 06 June 2009 22:40:21 Eduardo Valentin wrote: > > Hi Hans, > > > > On Sat, Jun 6, 2009 at 8:09 PM, Hans Verkuil wrote: > > > On Saturday 06 June 2009 14:49:46 Hans Verkuil wrote: > > > > On Saturday 06 June 2009 13:59:19 Hans

Re: funny colors from XC5000 on big endian systems

2009-06-07 Thread Devin Heitmueller
On Sun, Jun 7, 2009 at 9:20 PM, Andy Walls wrote: > You may also want to check if CVBS or S-Video also shows the problem.  A > simple test that will conclusively eliminate the XC5000. > > Regards, > Andy Well, it won't really be conclusive in this case - it's an intermittent bug in the hardware, a

Re: funny colors from XC5000 on big endian systems

2009-06-07 Thread Andy Walls
On Sun, 2009-06-07 at 21:12 -0400, Devin Heitmueller wrote: > On Sun, Jun 7, 2009 at 8:22 PM, W. Michael Petullo wrote: > > Is it possible that the XC5000 driver does not work properly on big endian > > systems? I am using Linux/PowerPC 2.6.29.4. I have tried to view an analog > > NTSC video stream

Re: funny colors from XC5000 on big endian systems

2009-06-07 Thread Devin Heitmueller
On Sun, Jun 7, 2009 at 8:22 PM, W. Michael Petullo wrote: > Is it possible that the XC5000 driver does not work properly on big endian > systems? I am using Linux/PowerPC 2.6.29.4. I have tried to view an analog > NTSC video stream from a Hauppauge 950Q using various applications > (including GStre

Re: funny colors from XC5000 on big endian systems

2009-06-07 Thread Andy Walls
On Sun, 2009-06-07 at 20:22 -0400, W. Michael Petullo wrote: > Is it possible that the XC5000 driver does not work properly on big endian > systems? I am using Linux/PowerPC 2.6.29.4. I have tried to view an analog > NTSC video stream from a Hauppauge 950Q using various applications > (including GS

funny colors from XC5000 on big endian systems

2009-06-07 Thread W. Michael Petullo
Is it possible that the XC5000 driver does not work properly on big endian systems? I am using Linux/PowerPC 2.6.29.4. I have tried to view an analog NTSC video stream from a Hauppauge 950Q using various applications (including GStreamer v4lsrc and XawTV). The video is always present, but in purple

[PULL] http://linuxtv.org/hg/~awalls/v4l-dvb

2009-06-07 Thread Andy Walls
Mauro, Please pull from http://linuxtv.org/hg/~awalls/v4l-dvb for the following 3 changesets: 01/03: lnbp21: Add missing newline http://linuxtv.org/hg/~awalls/v4l-dvb?cmd=changeset;node=9fb907f46b2a 02/03: ivtv: Add missing newline http://linuxtv.org/hg/~awalls/v4l-dvb?cmd=changeset;node=0b3fde

Re: [PATCH] bt8xx: Add support for the Conexant Fusion 878a / Twinhan VP 1025 DVB-S

2009-06-07 Thread Trent Piepho
On Sun, 7 Jun 2009, Michael Stapelberg wrote: > Add fefe:0001 to the list of identifiers for the bt8xx driver. The chip is > named Conexant Fusion 878a, the card is a Twinhan VP 1025 DVB-S PCI. > > Please commit the attached patch. You can remove Conexant Fusion from the board name. All the board

RE: Leadtek Winfast DTV-1000S

2009-06-07 Thread hermann pitton
Am Montag, den 08.06.2009, 07:59 +1000 schrieb pau...@planar.id.au: > That is fantastic news. Not only will it be coming soon, but I don't have > to do it myself!! > > How will we know when the test repository is created - will it be > announced on this list? > > Thanks, > > Paul > > > > Hen

RE: Leadtek Winfast DTV-1000S

2009-06-07 Thread paul10
That is fantastic news. Not only will it be coming soon, but I don't have to do it myself!! How will we know when the test repository is created - will it be announced on this list? Thanks, Paul > Henry Wu did send modified saa7134 files with support for this card on > Tuesday off list. > Mi

Re: Terratec DT USB XS Diversity/DiB0070+vdr: "URB status: Value too large for defined data type"+USB reset

2009-06-07 Thread Marco Borm
Hi Patrick, thanks for the info. I will check the stick with 2.6.30 and on a intel-system soon. Marco Patrick Boettcher wrote: Hi Marco, On Tue, 2 Jun 2009, Marco Borm wrote: Definitely interesting. This is a known issue for the dib0700 device, which happens on some USB host controllers. Ac

Re: RFC: proposal for new i2c.h macro to initialize i2c address lists on the fly

2009-06-07 Thread hermann pitton
Hi, Am Sonntag, den 07.06.2009, 16:00 -0400 schrieb Andy Walls: > On Sun, 2009-06-07 at 09:25 -0400, Jon Smirl wrote: > > On Sun, Jun 7, 2009 at 2:35 AM, Hans Verkuil wrote: > > > On Sunday 07 June 2009 00:20:26 Jon Smirl wrote: > > >> On Sat, Jun 6, 2009 at 9:00 AM, Hans Verkuil wrote: > > >> > H

[PATCH] bt8xx: Add support for the Conexant Fusion 878a / Twinhan VP 1025 DVB-S

2009-06-07 Thread Michael Stapelberg
Add fefe:0001 to the list of identifiers for the bt8xx driver. The chip is named Conexant Fusion 878a, the card is a Twinhan VP 1025 DVB-S PCI. Please commit the attached patch. Thanks and best regards, Michael --- bt878.orig.c 2009-06-07 22:23:33.0 +0200 +++ bt878.c 2009-06-07 22:23:27.0

Re: RFC: proposal for new i2c.h macro to initialize i2c address lists on the fly

2009-06-07 Thread Andy Walls
On Sun, 2009-06-07 at 09:25 -0400, Jon Smirl wrote: > On Sun, Jun 7, 2009 at 2:35 AM, Hans Verkuil wrote: > > On Sunday 07 June 2009 00:20:26 Jon Smirl wrote: > >> On Sat, Jun 6, 2009 at 9:00 AM, Hans Verkuil wrote: > >> > Hi all, > >> > > >> > For video4linux we sometimes need to probe for a singl

Re: Leadtek Winfast DTV-1000S

2009-06-07 Thread hermann pitton
Hi, Am Sonntag, den 07.06.2009, 08:47 -0700 schrieb Brad Allen: > Dear Mike, > > Have not heard from you in quite some time, has there been any progress on > getting this card up and running? As I said to you in a previous email it is > extremely close using the settings for card #156, however

[PATCH] Coherent naming of the pac207 v4l2 ctrls

2009-06-07 Thread Erik Andrén
Hi Jean-Francois, The following minor patch renames two pac207 ctrls in order to create a coherent naming of the v4l2 ctrls. Best regards, Erik # HG changeset patch # User erik.and...@gmail.com # Date 1244398262 -7200 # Node ID 33938b355bc65d57f03ddea53bc42c8186dfe2c2 # Parent c4bd8403b04210035

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

2009-06-07 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 Jun 7 19:00:03 CEST 2009 path:http://www.linuxtv.org/hg/v4l-dvb changeset: 11929:5ed2a853b692 gcc version: gcc

Broken link in get_dvb_firmware for nxt2004 (A180)

2009-06-07 Thread Jan Ceuleers
Hi! I read the following on the mythtv-users mailing list, and I'd just like to make sure that you guys are aware of it as well. The script get_dvb_firmware no longer works for obtaining the nxt2004 firmware because AVer have reorganised their websites. The wanted file is now available from th

Leadtek Winfast DTV-1000S

2009-06-07 Thread Brad Allen
Dear Mike, Have not heard from you in quite some time, has there been any progress on getting this card up and running? As I said to you in a previous email it is extremely close using the settings for card #156, however it fails to detect any DVB-T channels, although the signal strength meter

[PATCH] saa7134: add support for AVerMedia M103 (f736)

2009-06-07 Thread Barry Kitson
Add 1461:f736 to the list of identifiers corresponding to the SAA7134_BOARD_AVERMEDIA_M103 board. This patch adds support for a variant of the AVerMedia M103 MiniPCI DVB-T Hybrid card. Signed-off-by: Barry Kitson --- Documentation/video4linux/CARDLIST.saa7134 |2 +- drivers/media/video/saa

Fw: Broken link in get_dvb_firmware for nxt2004 (A180)

2009-06-07 Thread Mauro Carvalho Chehab
Jan, Instead of v4l-dvb-maintainer and V4L ML, please send patches to linux-media@vger.kernel.org, otherwise, patchwork won't catch it. Forwarded message: Date: Sun, 07 Jun 2009 14:42:15 +0200 From: Jan Ceuleers To: mche...@infradead.org, v4l-dvb-maintai...@linuxtv.org, video4linux-l...

Re: webcam drivers and V4L2_MEMORY_USERPTR support

2009-06-07 Thread Hans de Goede
On 06/05/2009 09:43 AM, Stefan Kost wrote: Hans de Goede schrieb: On 06/01/2009 09:58 AM, Trent Piepho wrote: On Mon, 1 Jun 2009, Stefan Kost wrote: I have implemented support for V4L2_MEMORY_USERPTR buffers in gstreamers v4l2src [1]. This allows to request shared memory buffers from xvideo

Re: [PATCH] V4L/pwc - use usb_interface as parent, not usb_device

2009-06-07 Thread Hans de Goede
Looks good, we recently fixed the same issue in the gspca driver to, Acked-by: Hans de Goede On 06/04/2009 09:18 PM, Lennart Poettering wrote: The current code creates a sysfs device path where the video4linux device is child of the usb device itself instead of the interface it belongs to. Tha

Re: Probably strange bug with usb radio-mr800

2009-06-07 Thread Alexey Klimov
Hello, On Sun, Jun 7, 2009 at 1:07 AM, Oliver Neukum wrote: > Am Freitag, 5. Juni 2009 00:43:04 schrieb Alexey Klimov: >> Is there any ideas about different behaviour of device on 32- and >> 64-bit platforms with the same usb bulk messages? >> Any input is welcome. > > Are you running a 32 bit use

Re: RFC: proposal for new i2c.h macro to initialize i2c address lists on the fly

2009-06-07 Thread Hans Verkuil
On Sunday 07 June 2009 15:30:50 Jon Smirl wrote: > On Sun, Jun 7, 2009 at 9:25 AM, Jon Smirl wrote: > > On Sun, Jun 7, 2009 at 2:35 AM, Hans Verkuil wrote: > >> On Sunday 07 June 2009 00:20:26 Jon Smirl wrote: > >>> On Sat, Jun 6, 2009 at 9:00 AM, Hans Verkuil wrote: > >>> > Hi all, > >>> > > >>>

Re: RFC: proposal for new i2c.h macro to initialize i2c address lists on the fly

2009-06-07 Thread Jon Smirl
On Sun, Jun 7, 2009 at 9:25 AM, Jon Smirl wrote: > On Sun, Jun 7, 2009 at 2:35 AM, Hans Verkuil wrote: >> On Sunday 07 June 2009 00:20:26 Jon Smirl wrote: >>> On Sat, Jun 6, 2009 at 9:00 AM, Hans Verkuil wrote: >>> > Hi all, >>> > >>> > For video4linux we sometimes need to probe for a single i2c ad

Re: RFC: proposal for new i2c.h macro to initialize i2c address lists on the fly

2009-06-07 Thread Jon Smirl
On Sun, Jun 7, 2009 at 2:35 AM, Hans Verkuil wrote: > On Sunday 07 June 2009 00:20:26 Jon Smirl wrote: >> On Sat, Jun 6, 2009 at 9:00 AM, Hans Verkuil wrote: >> > Hi all, >> > >> > For video4linux we sometimes need to probe for a single i2c address. >> > Normally you would do it like this: >> >> Wh

Hauppauge WinTV NOVA-S and DiseqC problem

2009-06-07 Thread jirik
Hello, It is not new problem, but because it is not fixed after 2.5 year, I must try to make focus to bugfix again. Problem on isl6421 driver is two types of LNB current limitation. Default type of current limitation is not possible use in combination wit DiseqC. Detail and patch for bug f

RE: Leadtek Winfast DTV-1000S

2009-06-07 Thread paul10
OK, I've pulled the card and taken a photo, and then removed the other cards in my box so as to see the messages for this card only. It looks to me like it doesn't like the tuner, perhaps because the eeprom information isn't as expected. Further, I probably don't have the right firmware, as I cop