Re: [REVIEW PATCH 11/14] OMAP34XXCAM: Add driver

2009-03-02 Thread Sakari Ailus
DongSoo(Nathaniel) Kim wrote: This is quite confusing because in case of mine, I wanna make switchable between different cameras attached to omap camera interface. Currently the ISP doesn't have a very neat way of controlling its use. In the recent patches, there's a change that allows just on

Re: [REVIEW PATCH 11/14] OMAP34XXCAM: Add driver

2009-03-02 Thread Hans Verkuil
On Tuesday 03 March 2009 06:13:11 DongSoo(Nathaniel) Kim wrote: > Thank you for your reply. > > This is quite confusing because in case of mine, I wanna make > switchable between different cameras attached to omap camera > interface. > Which idea do I have to follow? Comparing with multiple video i

Re: [PATCH] sh_mobile_ceu: Add SOCAM_DATA_ACTIVE_{HIGH/LOW} flags

2009-03-02 Thread Guennadi Liakhovetski
On Tue, 3 Mar 2009, Kuninori Morimoto wrote: > > Signed-off-by: Kuninori Morimoto > --- > drivers/media/video/sh_mobile_ceu_camera.c |2 ++ > 1 files changed, 2 insertions(+), 0 deletions(-) > > diff --git a/drivers/media/video/sh_mobile_ceu_camera.c > b/drivers/media/video/sh_mobile_ceu_

Re: Results of the 'dropping support for kernels <2.6.22' poll

2009-03-02 Thread Hans Verkuil
On Monday 02 March 2009 23:47:31 Trent Piepho wrote: > On Mon, 2 Mar 2009, Hans Verkuil wrote: > > There are good reasons as a developer for keeping backwards > > compatibility with older kernels: > > Do you mean no backwards compatibility with any older kernels? Or do you > mean just dropping sup

Re: [REVIEW PATCH 09/14] OMAP: CAM: Add ISP Core

2009-03-02 Thread Sakari Ailus
DongSoo(Nathaniel) Kim wrote: Hello, reviewing ISP driver, I found that we've got no querymenu support in ISP and also omap3 camera interface driver. +/** + * struct vcontrol - Video control structure. + * @qc: V4L2 Query control structure. + * @current_value: Current value of the control. + */

Re: [REVIEW PATCH 11/14] OMAP34XXCAM: Add driver

2009-03-02 Thread DongSoo(Nathaniel) Kim
Thank you for your reply. This is quite confusing because in case of mine, I wanna make switchable between different cameras attached to omap camera interface. Which idea do I have to follow? Comparing with multiple video input devices and multiple cameras attached to single camera interface is gi

Re: [PATCH] Add support for GeoVision GV-800(S)

2009-03-02 Thread Bruno Christo
Hello Alexey, > Well, i used gmail instructions to adjust evolution and it worked well > (patches inlined okay). > And i tried mutt - it also works as expected. I read email-clients.txt > and used "preformatted" inline format in evolution as described. I > think you can try again if have free time

[PATCH] ov772x: Add extra setting method

2009-03-02 Thread Kuninori Morimoto
This patch add support extra register settings for platform. For instance, platform comes to be able to use the special setting like lens. Signed-off-by: Kuninori Morimoto --- Thank you Magnus for your nice comment. drivers/media/video/ov772x.c | 15 --- include/media/ov772x.h

[PATCH] sh_mobile_ceu: Add SOCAM_DATA_ACTIVE_{HIGH/LOW} flags

2009-03-02 Thread Kuninori Morimoto
Signed-off-by: Kuninori Morimoto --- drivers/media/video/sh_mobile_ceu_camera.c |2 ++ 1 files changed, 2 insertions(+), 0 deletions(-) diff --git a/drivers/media/video/sh_mobile_ceu_camera.c b/drivers/media/video/sh_mobile_ceu_camera.c index 96cf857..bb10899 100644 --- a/drivers/media/vid

Re: Results of the 'dropping support for kernels <2.6.22' poll

2009-03-02 Thread Simon Kenyon
kilg...@banach.math.auburn.edu wrote: Just one comment. IIRC, I was the one who mentioned the eeePC, having recently bought one. I mentioned it, not because I disagree with anything else you write here, but because, in fact, I agree. Frankly, I think the use of the 2.6.21 kernel in the eeePC is

Re: [REVIEW PATCH 09/14] OMAP: CAM: Add ISP Core

2009-03-02 Thread DongSoo(Nathaniel) Kim
Hi. Thank you for your reply. I'm looking forward to see Sakari's new patch :) Cheers, Nate On Tue, Mar 3, 2009 at 4:37 AM, Aguirre Rodriguez, Sergio Alberto wrote: > Hi Nate, > >> -Original Message- >> From: DongSoo(Nathaniel) Kim [mailto:dongsoo@gmail.com] >> Sent: Monday, March 0

Re: Results of the 'dropping support for kernels <2.6.22' poll

2009-03-02 Thread Trent Piepho
On Mon, 2 Mar 2009, Hans Verkuil wrote: > There are good reasons as a developer for keeping backwards compatibility > with older kernels: Do you mean no backwards compatibility with any older kernels? Or do you mean just dropping support for the oldest kernels now supported. What you've said abo

Analog TV sound on Cinergy Hybrid T XS

2009-03-02 Thread Bernie Innocenti
Ciao, I don't seem to be getting sound working with tvtime. I've been trying with v4l code from 2.6.27.15, 2.6.29.rc6 and from hg head. devinheitmuller on #v4l suggested me to pipe the sound out from the alsa device with arecord -D hw:1,0 -c 2 -r 48000 -f S16_LE | aplay - This was made a lot

Re: Results of the 'dropping support for kernels <2.6.22' poll

2009-03-02 Thread kilgota
On Mon, 2 Mar 2009, Hans Verkuil wrote: [...] The one argument I've seen that I thought had merit was with regards to netbooks, and the Asus eeePC in particular. Apparently that distro uses 2.6.21 and whether that will be upgraded to a newer kernel in the future is dubious. But in the end it

Re: General protection fault on rmmod cx8800

2009-03-02 Thread Andy Walls
On Mon, 2009-03-02 at 20:05 +0100, Jean Delvare wrote: > On Mon, 2 Mar 2009 17:03:49 +0100, Jean Delvare wrote: >From your original oops, the fault is in cx88_ir_work() but cx88_ir_handle_key() gets inlined, so you'll need to look at both functions: 0: 56 push %rsi

Re: [linux-dvb] WinTV HVR-1800 analog Satus

2009-03-02 Thread JJ
Steven Toth wrote: Dustin Coates wrote: Any update on the status of analouge for this card? I really would like to switch back to Linux as my mce solution, but last time I did, the analouge was terrible, and I was getting no answers on the list... Last I checked it worked fine for m

Re: General protection fault on rmmod cx8800

2009-03-02 Thread Jean Delvare
Hi Trent, On Mon, 2 Mar 2009 13:12:24 -0800 (PST), Trent Piepho wrote: > On Mon, 2 Mar 2009, Jean Delvare wrote: > > On Mon, 2 Mar 2009 17:03:49 +0100, Jean Delvare wrote: > > > As far as I can see the key difference between bttv-input and > > > cx88-input is that bttv-input only uses a simple sel

Re: [PULL] http://mercurial.intuxication.org/hg/v4l-dvb-commits

2009-03-02 Thread Trent Piepho
On Sat, 28 Feb 2009, Andy Walls wrote: > On Fri, 2009-02-27 at 21:05 +0200, Igor M. Liplianin wrote: > > On 27 ?? 2009, "Igor M. Liplianin" wrote: > > > On Fri, 27 Feb 2009, Igor M. Liplianin wrote: > > > > 01/02: dm1105: not demuxing from interrupt context. > > > > http://mercurial.in

Results of the 'dropping support for kernels <2.6.22' poll

2009-03-02 Thread Hans Verkuil
Hi all, Well, the polling station closed and the results are: Yes: 32 No: 3 First of all thanks to all who responded! To be honest, I was quite surprised at the number of votes received as I hadn't expected to get so many. Thank you! It was very interesting to read the reasons given for the y

Re: General protection fault on rmmod cx8800

2009-03-02 Thread Trent Piepho
On Mon, 2 Mar 2009, Jean Delvare wrote: > On Mon, 2 Mar 2009 17:03:49 +0100, Jean Delvare wrote: > > As far as I can see the key difference between bttv-input and > > cx88-input is that bttv-input only uses a simple self-rearming timer, > > while cx88-input uses a timer and a separate workqueue. Th

lifeview NOT LV3H not working

2009-03-02 Thread ciencio
Hello, I bought the TV card in the object, it is a PCI hybrid TV-card, both analogue and DVB-T. I bought it, because on the manufacturer site they said they develop a linux driver, unfortunately when I downloaded the driver (which claims to be for fedora) I found the whole V4L tree to be comp

Re: General protection fault on rmmod cx8800

2009-03-02 Thread Andy Walls
On Mon, 2009-03-02 at 17:03 +0100, Jean Delvare wrote: > Hi Andy, > > On Mon, 02 Mar 2009 09:16:05 -0500, Andy Walls wrote: > > On Mon, 2009-03-02 at 13:39 +0100, Jean Delvare wrote: > > > On Sun, 15 Feb 2009 21:41:08 +0100, Jean Delvare wrote: > > > > Hi all, > > > > > > > > Today I have hit the

Re: writing DVB recorder, questions

2009-03-02 Thread Juhana Sadeharju
Now I record by taking the complete TS (demuxing PID 8192) and by skipping the video and audio packets of other TV channels that are listed in channels.conf (only video and audio PIDs are listed). That seems to work. I hope the recordings are ok. There is no way to verify them now. Xine is able

[PULL][Stable]Please pull http://linuxtv.org/hg/~eandren/v4l-dvb

2009-03-02 Thread Erik Andrén
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Hi, The pull http://linuxtv.org/hg/~eandren/v4l-dvb is based on the gscpa stable (v4l-dvb) repository and contains one important fix that needs to go into 2.6.29. Please pull ASAP. Best regards, Erik -BEGIN PGP SIGNATURE- Version: GnuPG v1.4.9

RE: [REVIEW PATCH 09/14] OMAP: CAM: Add ISP Core

2009-03-02 Thread Aguirre Rodriguez, Sergio Alberto
Hi Nate, > -Original Message- > From: DongSoo(Nathaniel) Kim [mailto:dongsoo@gmail.com] > Sent: Monday, March 02, 2009 2:10 AM > To: Aguirre Rodriguez, Sergio Alberto > Cc: linux-o...@vger.kernel.org; video4linux-l...@redhat.com; Nagalla, > Hari; Sakari Ailus; Tuukka.O Toivonen; linux-

[cron job] ERRORS: armv5 armv5-ixp armv5-omap2 i686 m32r mips powerpc64 x86_64 v4l-dvb build

2009-03-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:Mon Mar 2 19:00:04 CET 2009 path:http://www.linuxtv.org/hg/v4l-dvb changeset: 10785:91f9c6c451f7 gcc version: gcc

Pinnacle PCTV Dual Sat Pro PCI 4000I

2009-03-02 Thread Ernst Peinlich
Hi, Can anyone tell me if the Pinnacle PCTV Dual Sat Pro PCI 4000i is supported yet ? http://www.linuxtv.org/wiki/index.php/Pinnacle_PCTV_Dual_Sat_Pro_PCI_4000I Thanks, ernst -- To unsubscribe from this list: send the line "unsubscribe linux-media" in the body of a message to majord...@vger.k

Re: General protection fault on rmmod cx8800

2009-03-02 Thread Jean Delvare
On Mon, 2 Mar 2009 17:03:49 +0100, Jean Delvare wrote: > As far as I can see the key difference between bttv-input and > cx88-input is that bttv-input only uses a simple self-rearming timer, > while cx88-input uses a timer and a separate workqueue. The timer runs > the workqueue, which rearms the t

DVB-T MUX Frequency list for my city (it-Verona-Zevio)

2009-03-02 Thread Stefano Danzi
DVB-T MUX Frequency list for my city (it-Verona-Zevio) # Italia / Verona / Zevio (it-Verona-Zevio) - 28/02/2009 # T freq bw fec_hi fec_lo mod transmission-mode guard-interval hierarchy # # C26 - TIMB1 T 51400 8MHz 2/3 1/2 QAM64 8k 1/32 NONE # C34 - Mux B Rai T 57800 8MHz 2/3 1/2 QAM64 8k

DVB-T MUX Frequency list for my city (it-Verona-Zevio)

2009-03-02 Thread Stefano Danzi
DVB-T MUX Frequency list for my city (it-Verona-Zevio) # Italia / Verona / Zevio (it-Verona-Zevio) - 28/02/2009 # T freq bw fec_hi fec_lo mod transmission-mode guard-interval hierarchy # # C26 - TIMB1 T 51400 8MHz 2/3 1/2 QAM64 8k 1/32 NONE # C34 - Mux B Rai T 57800 8MHz 2/3 1/2 QAM64 8k

Re: [PATCH] Add support for GeoVision GV-800(S)

2009-03-02 Thread Alexey Klimov
On Mon, Mar 2, 2009 at 8:54 PM, Bruno Christo wrote: > Hi Nicola, > > 2009/3/2 Nicola Soranzo : >> Hi Bruno, >> it look like that your e-mail program is line wrapping your patch. >> Please read email-clients.txt in Linux Documentation and resubmit the patch, >> otherwise it cannot be correctly han

Re: [PATCH] Add support for GeoVision GV-800(S)

2009-03-02 Thread Bruno Christo
Hi Nicola, 2009/3/2 Nicola Soranzo : > Hi Bruno, > it look like that your e-mail program is line wrapping your patch. > Please read email-clients.txt in Linux Documentation and resubmit the patch, > otherwise it cannot be correctly handled by patchwork.kernel.org . > Thanks, > Nicola As you reque

Re: [PULL] http://udev.netup.ru/hg/v4l-dvb-netup

2009-03-02 Thread Alexey Klimov
Hello, all Igor, do you mind if i make few comments ? On Sat, 2009-02-28 at 16:32 +0200, Igor M. Liplianin wrote: > Mauro, > It is driver for NetUP Dual DVB-S2 CI PCI-e card. > You can find short description of it on linuxtv wiki. > > Please pull from http://udev.netup.ru/hg/v4l-dvb-netup > > f

Re: [linux-dvb] WinTV HVR-1800 analog Satus

2009-03-02 Thread Steven Toth
Dustin Coates wrote: Any update on the status of analouge for this card? I really would like to switch back to Linux as my mce solution, but last time I did, the analouge was terrible, and I was getting no answers on the list... Last I checked it worked fine for me. - Steve -- To unsubscrib

Re: Topro 6800 driver

2009-03-02 Thread Anders Blomdell
Jean-Francois Moine wrote: > On Sun, 1 Mar 2009 17:33:32 +0100 > Thomas Champagne wrote: > >> I have already tried to create a module for my webcam (Topro TP6800). >> It have the same usb id (06a2:0003). >> But I have the same problem as you about the image data. I don't know >> what is the comme

Re: Using tm6010 for Haupauge WinTV-HVR 900H

2009-03-02 Thread David Woitkowski
Hi, Helge Nert schrieb: I'm also interested in the status of the tm6010 driver (and getting it to work). Mauro: Is there any way that we can help in developing the driver? I researched a bit more and discovered that the driver activates a video-device at /dev/video1 (video0 is a webcam). No

Re: General protection fault on rmmod cx8800

2009-03-02 Thread Jean Delvare
Hi Andy, On Mon, 02 Mar 2009 09:16:05 -0500, Andy Walls wrote: > On Mon, 2009-03-02 at 13:39 +0100, Jean Delvare wrote: > > On Sun, 15 Feb 2009 21:41:08 +0100, Jean Delvare wrote: > > > Hi all, > > > > > > Today I have hit the following general protection fault when removing > > > module cx8800:

Re: [PATCH/RFC 1/4] ipu_idmac: code clean-up and robustness improvements

2009-03-02 Thread Agustin
--- On 28/2/09, Guennadi Liakhovetski wrote: > On Sat, 28 Feb 2009, Agustin wrote: >> >> Hi Guennadi, >> >> I am having trouble while probing ipu idmac: >> >> At boot: >> ipu-core: probe of ipu-core failed with error -22 >> >> Which is apparently happening at ipu_idmac:1706: >>1695 static

Re: Using tm6010 for Haupauge WinTV-HVR 900H

2009-03-02 Thread Helge Nert
I'm also interested in the status of the tm6010 driver (and getting it to work). From googling the net I can see that we are quite a few people who are frustrated with Hauppauge's change to the 900H model and dealers unknowingly shipping the 900H model as if it was the 900 model which isn't a

Re: General protection fault on rmmod cx8800

2009-03-02 Thread Andy Walls
On Mon, 2009-03-02 at 13:39 +0100, Jean Delvare wrote: > On Sun, 15 Feb 2009 21:41:08 +0100, Jean Delvare wrote: > > Hi all, > > > > Today I have hit the following general protection fault when removing > > module cx8800: > > This has just happened to me again today, with kernel 2.6.28.7. I have

Re: [PATCH] Add support for GeoVision GV-800(S)

2009-03-02 Thread Nicola Soranzo
Hi Bruno, it look like that your e-mail program is line wrapping your patch. Please read email-clients.txt in Linux Documentation and resubmit the patch, otherwise it cannot be correctly handled by patchwork.kernel.org . Thanks, Nicola Alle sabato 28 febbraio 2009, Bruno Christo ha scritto: > I f

Re: [linux-dvb] Flickering

2009-03-02 Thread Brice Dubost
Paul Guzowski wrote: > Greetings, > > I am watching analog TV with MPlayer via a Pinnacle HDTV Pro stick connected > to my cable TV set top box. It worked fine before I disconnected the computer > and moved it to another room. When I moved the computer back to my office > and reconnected it, i

Re: Topro 6800 driver

2009-03-02 Thread Jean-Francois Moine
On Sun, 1 Mar 2009 17:33:32 +0100 Thomas Champagne wrote: > I have already tried to create a module for my webcam (Topro TP6800). > It have the same usb id (06a2:0003). > But I have the same problem as you about the image data. I don't know > what is the comment tag (FF:FE). I tried to skip the t

Re: General protection fault on rmmod cx8800

2009-03-02 Thread Jean Delvare
On Sun, 15 Feb 2009 21:41:08 +0100, Jean Delvare wrote: > Hi all, > > Today I have hit the following general protection fault when removing > module cx8800: This has just happened to me again today, with kernel 2.6.28.7. I have opened a bug in bugzilla: http://bugzilla.kernel.org/show_bug.cgi?id

Re: [PULL] http://udev.netup.ru/hg/v4l-dvb-netup

2009-03-02 Thread Mauro Carvalho Chehab
On Sat, 28 Feb 2009 16:32:47 +0200 "Igor M. Liplianin" wrote: > Mauro, > It is driver for NetUP Dual DVB-S2 CI PCI-e card. > You can find short description of it on linuxtv wiki. > > Please pull from http://udev.netup.ru/hg/v4l-dvb-netup > > for the following 11 changesets: Hi Igor, Your chan

Re: [REVIEW PATCH 09/14] OMAP: CAM: Add ISP Core

2009-03-02 Thread DongSoo(Nathaniel) Kim
Hello, reviewing ISP driver, I found that we've got no querymenu support in ISP and also omap3 camera interface driver. +/** + * struct vcontrol - Video control structure. + * @qc: V4L2 Query control structure. + * @current_value: Current value of the control. + */ +static struct vcontrol { +