Re: Problems with Pinnacle 310i (saa7134) and recent kernels

2009-09-14 Thread Hans Verkuil
On Monday 14 September 2009 00:42:16 hermann pitton wrote: Hi, Am Sonntag, den 13.09.2009, 12:02 + schrieb Avl Jawrowski: Hi, hermann pitton hermann-pitton at arcor.de writes: I'm sorry that we have some mess on some of such devices, but currently really nobody can help

RE: Media controller: sysfs vs ioctl

2009-09-14 Thread Karicheri, Muralidharan
Hi, In our experience, sysfs was useful for simple control mechanism such as enable/disable or displaying statistics or status. But we had received customer complaints that with this approach, these functionality will become unavailable when kernel is built without sysfs as part of size

Re: [PATCH] tda18271 add FM filter selction + minor fixes

2009-09-14 Thread Michael Krufky
On Sun, Sep 13, 2009 at 8:14 PM, s...@systol-ng.god.lan wrote: This patch adds support for FM filter selection. The tda18271 has two rf inputs RF_IN (45-864 MHz) and FM_IN (65-108 MHz). The code automatically enables the antialiasing filter for radio reception and depending on the FM input

Re: tuner, code for discuss

2009-09-14 Thread Michael Krufky
On Thu, Sep 10, 2009 at 1:25 AM, Dmitri Belimov d.beli...@gmail.com wrote: Hi All This is my next patch. Changes: 1. By default charge pump is ON 2. For radio mode charge pump set to OFF 3. Set correct AGC value in radio mode 4. Add control gain of AGC. 5. New function simple_get_tv_gain

Re: [PATCH] hdpvr: i2c fixups for fully functional IR support

2009-09-14 Thread Brandon Jenkins
Driver build procedure used: Cloned http://hg.jannau.net/hdpvr Pulled http://linuxtv.org/hg/v4l-dvb/ Pulled http://linuxtv.org/hg/~awalls/v4l-dvb/ This should bring in all changes for HDPVR and CX18. What specifically would you like me to test? I can't reload the modules until the kids are done

Re: Problems with Pinnacle 310i (saa7134) and recent kernels

2009-09-14 Thread Avl Jawrowski
Hi, hermann pitton hermann-pitton at arcor.de writes: no, in this case I meant mplayer should work for you too. You need to have DVB support enabled and a channels.conf file in ~/.mplayer. It's compiled with --enable-dvbhead, and the channels.conf is made by w_scan, but I tried even with a

RFC: V4L - Support for video timings at the input/output interface

2009-09-14 Thread Karicheri, Muralidharan
RFC: V4L - Support for video timings at the input/output interface Thanks to Hans Verkuil for his initial proposal and feedbacks to help write this RFC. Version : 1.0 Background --- Currently v4l2 specification supports capturing video frames from TV signals using tuners (input type

Re: [PATCH 2/3] Add driver for OmniVision OV9640 sensor

2009-09-14 Thread Marek Vasut
Dne Pá 11. září 2009 23:51:44 Guennadi Liakhovetski napsal(a): On Fri, 4 Sep 2009, Marek Vasut wrote: Dne Po 24. srpna 2009 20:06:29 Guennadi Liakhovetski napsal(a): Hi Marek On Sat, 22 Aug 2009, Marek Vasut wrote: From 479aafc9a6540efec8a691a84aff166eb0218a72 Mon Sep 17 00:00:00

Re: [PATCH 2/3] Add driver for OmniVision OV9640 sensor

2009-09-14 Thread Guennadi Liakhovetski
On Mon, 14 Sep 2009, Marek Vasut wrote: [snip] +/* NOTE: The RGB555X format still has issues, so it's left out. */ +static const struct soc_camera_data_format ov9640_fmt_lists[] = { +{ + .name = VYUY, + .fourcc = V4L2_PIX_FMT_VYUY, + .depth = 16, +

Re: [PATCH] hdpvr: i2c fixups for fully functional IR support

2009-09-14 Thread Jarod Wilson
On 09/14/2009 09:32 AM, Brandon Jenkins wrote: Driver build procedure used: Cloned http://hg.jannau.net/hdpvr Pulled http://linuxtv.org/hg/v4l-dvb/ Pulled http://linuxtv.org/hg/~awalls/v4l-dvb/ This should bring in all changes for HDPVR and CX18. What specifically would you like me to test? I

Re: [ANOUNCE] Staging trees at V4L/DVB trees

2009-09-14 Thread Mauro Carvalho Chehab
Em Sun, 13 Sep 2009 21:08:41 -0300 Mauro Carvalho Chehab mche...@infradead.org escreveu: I intend to add tm6000 driver there later this week, if time permits to port it to the new i2c interface. Ok, I've send part 1 of the patches I have here for tm6000. It still doesn't compile with kernel

Re: parameter for module gspca_sn9c20x

2009-09-14 Thread Alan Jenkins
[CC linux-media] The linux-modules list is for the program modprobe etc, not the actual kernel drivers. On 9/14/09, baeck...@gmx.net baeck...@gmx.net wrote: I have a built-in webcam in my laptop: 0c45:624f Microdia PC Camera (SN9C201) Till today I used the driver from [groups.google.de] to

Re: [PATCH] tda18271 add FM filter selction + minor fixes

2009-09-14 Thread spam
On Mon, Sep 14, 2009 at 11:21:17AM -0400, Michael Krufky wrote: Don't wait for them to be merged to v4l-dvb -- Just work against the tda18271 development repository: http://kernellabs.com/hg/~mkrufky/tda18271 I maintain this driver, and I actually have some other fixes with respect to rf

Re: [PATCH 2/3] Add driver for OmniVision OV9640 sensor

2009-09-14 Thread Marek Vasut
Dne Po 14. září 2009 16:45:50 Guennadi Liakhovetski napsal(a): Ok, you were faster than I:-) If you agree, I can just remove those two RGB formats myself, changing your comment to a TODO, We can #ifdef them so others dont have to re-add them by hand if they want to try fixing those. and

Re: [PATCH 2/3] Add driver for OmniVision OV9640 sensor

2009-09-14 Thread Marek Vasut
Dne Ne 13. září 2009 21:13:32 Guennadi Liakhovetski napsal(a): On Sun, 13 Sep 2009, Marek Vasut wrote: Dne Pá 11. září 2009 23:51:44 Guennadi Liakhovetski napsal(a): Ok, a couple more simple questions / remarks, In principle, there's just one principle objection - if we agree, that

Re: [PATCH 2/3] Add driver for OmniVision OV9640 sensor

2009-09-14 Thread Guennadi Liakhovetski
Ok, you were faster than I:-) If you agree, I can just remove those two RGB formats myself, changing your comment to a TODO, and modify the comment next to msleep(150) (if you could tell me what value didn't work, that would be appreciated) and push it out. Thanks Guennadi --- Guennadi

Re: [PATCH] tda18271 add FM filter selction + minor fixes

2009-09-14 Thread spam
On Mon, Sep 14, 2009 at 08:33:46AM -0400, Michael Krufky wrote: On Sun, Sep 13, 2009 at 8:14 PM, s...@systol-ng.god.lan wrote: This patch adds support for FM filter selection. The tda18271 has two rf inputs RF_IN (45-864 MHz) and FM_IN (65-108 MHz). The code automatically enables the

Re: [PATCH] tda18271 add FM filter selction + minor fixes

2009-09-14 Thread Michael Krufky
On Mon, Sep 14, 2009 at 11:10 AM, s...@systol-ng.god.lan wrote: On Mon, Sep 14, 2009 at 08:33:46AM -0400, Michael Krufky wrote: On Sun, Sep 13, 2009 at 8:14 PM,  s...@systol-ng.god.lan wrote: This patch adds support for FM filter selection. The tda18271 has two rf inputs RF_IN (45-864

Re: [PATCH] Add support for Zolid Hybrid PCI card

2009-09-14 Thread Michael Krufky
On Wed, Sep 9, 2009 at 11:08 AM, Michael Krufky mkru...@kernellabs.com wrote: On Wed, Sep 9, 2009 at 10:01 AM,  s...@systol-ng.god.lan wrote: On Tue, Sep 08, 2009 at 05:57:12PM -0400, Michael Krufky wrote: Henk, Why do you expect a 8295?  If your board uses the SAA7131, then we would expect

Re: [PATCH 2/3] Add driver for OmniVision OV9640 sensor

2009-09-14 Thread Marek Vasut
Dne Po 14. září 2009 16:35:24 Marek Vasut napsal(a): Dne Ne 13. září 2009 21:13:32 Guennadi Liakhovetski napsal(a): On Sun, 13 Sep 2009, Marek Vasut wrote: Dne Pá 11. září 2009 23:51:44 Guennadi Liakhovetski napsal(a): Ok, a couple more simple questions / remarks, In principle,

Race in gspca main or missing lock in stv06xx subdriver?

2009-09-14 Thread James Blanford
Howdy folks, I have my old quickcam express webcam working, with HDCS1000 sensor, 046d:840. It's clearly throwing away every other frame. What seems to be happening is, while the last packet of the previous frame is being analyzed by the subdriver, the first packet of the next frame is assigned

Re: I can't get all pixels values from my driver. plz help ;0(

2009-09-14 Thread David Ellingsworth
Guilherme, In the future, please post to the new mailing list: linux-media@vger.kernel.org That said, your camera won't output a video format that it does not support. In other words, despite you specifically asking for a 160x120 pixel RGB image, you may infact get something else. The formats

how to get a registered adapter name

2009-09-14 Thread Benedict bdc091
Hi list, I'd like to enumerate connected DVB devices from my softawre, based on DVB API V3. Thank to ioctl FE_GET_INFO, I'm able to get frontends name, but they are not clear enough for users. After a quick look in /var/log/messages I discovered that adapters name are much expressives: ...

Compile error when I get to snd-go7007.c

2009-09-14 Thread Peter J. Olson
Hey all, I have a Mythbuntu 8.10 system w/ a pctv 800i (pci card) and a pctv hd stick (800e). Had both running just fine for about 8 months... then the stick stopped working.  Or rather, it works but wont pick up a signal. I decided I would update my system a little and figure out what broke my

RE: [ANOUNCE] Staging trees at V4L/DVB trees

2009-09-14 Thread Hiremath, Vaibhav
-Original Message- From: linux-media-ow...@vger.kernel.org [mailto:linux-media- ow...@vger.kernel.org] On Behalf Of Mauro Carvalho Chehab Sent: Monday, September 14, 2009 5:39 AM To: linux-media@vger.kernel.org Subject: [ANOUNCE] Staging trees at V4L/DVB trees Probably some of you

RE: RFC: bus and data format negotiation

2009-09-14 Thread Karicheri, Muralidharan
Video timings - Once the bus is configured and the data format is set it is finally possible to determine what resolutions and framerates are supported. Here we run into a problem, though. The current V4L2 API is not clear on how that should be done. We have three

Re: Compile error when I get to snd-go7007.c

2009-09-14 Thread Peter J. Olson
Well, I made it a little farther... I think. I updated v4l-dvb: hg pull then updated hg update I then ran make allmodconfig This is my output: make -C /home/mythbox/Firmware/v4l-dvb/v4l allmodconfig make[1]: Entering directory `/home/mythbox/Firmware/v4l-dvb/v4l' ./scripts/make_kconfig.pl

Re: Compile error when I get to snd-go7007.c

2009-09-14 Thread Mauro Carvalho Chehab
Em Mon, 14 Sep 2009 12:31:28 -0500 Peter J. Olson peterjol...@gmail.com escreveu: Well, I made it a little farther... I think. I updated v4l-dvb: hg pull then updated hg update I then ran make allmodconfig This is my output: make -C /home/mythbox/Firmware/v4l-dvb/v4l allmodconfig

Re: [ANOUNCE] Staging trees at V4L/DVB trees

2009-09-14 Thread Mauro Carvalho Chehab
Em Mon, 14 Sep 2009 22:51:44 +0530 Hiremath, Vaibhav hvaib...@ti.com escreveu: -Original Message- From: linux-media-ow...@vger.kernel.org [mailto:linux-media- ow...@vger.kernel.org] On Behalf Of Mauro Carvalho Chehab Sent: Monday, September 14, 2009 5:39 AM To:

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

2009-09-14 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 Sep 14 19:00:06 CEST 2009 path:http://www.linuxtv.org/hg/v4l-dvb changeset: 12849:71dec186cdae gcc version: gcc

RE: [ANOUNCE] Staging trees at V4L/DVB trees

2009-09-14 Thread Hiremath, Vaibhav
-Original Message- From: Mauro Carvalho Chehab [mailto:mche...@infradead.org] Sent: Monday, September 14, 2009 11:42 PM To: Hiremath, Vaibhav Cc: linux-media@vger.kernel.org Subject: Re: [ANOUNCE] Staging trees at V4L/DVB trees Em Mon, 14 Sep 2009 22:51:44 +0530 Hiremath, Vaibhav

Re: [RFC/RFT 0/14] radio-mr800 patch series

2009-09-14 Thread Alexey Klimov
Hello David, On Sun, Sep 13, 2009 at 7:22 AM, David Ellingsworth da...@identd.dyndns.org wrote: What follow is a series of patches to clean up the radio-mr800 driver. I do _not_ have access to this device so these patches need to be tested. These patches should apply to Mauro's git tree and

test

2009-09-14 Thread Guilherme Longo
just a test. -- To unsubscribe from this list: send the line unsubscribe linux-media in the body of a message to majord...@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html

V4L2: Add a v4l2-subdev (soc-camera) driver for OmniVision OV9640 sensor

2009-09-14 Thread Guennadi Liakhovetski
From: Marek Vasut marek.va...@gmail.com Signed-off-by: Marek Vasut marek.va...@gmail.com Signed-off-by: Guennadi Liakhovetski g.liakhovet...@gmx.de --- Marek, please confirm, that this version is ok. I'll push it upstream for 2.6.32 then. drivers/media/video/Kconfig |6 +

Re: V4L2: Add a v4l2-subdev (soc-camera) driver for OmniVision OV9640 sensor

2009-09-14 Thread Marek Vasut
Dne Po 14. září 2009 21:29:26 Guennadi Liakhovetski napsal(a): From: Marek Vasut marek.va...@gmail.com Signed-off-by: Marek Vasut marek.va...@gmail.com Signed-off-by: Guennadi Liakhovetski g.liakhovet...@gmx.de --- Marek, please confirm, that this version is ok. I'll push it upstream for

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

2009-09-14 Thread Mauro Carvalho Chehab
Em Mon, 14 Sep 2009 16:29:58 +0400 aos...@netup.ru aos...@netup.ru escreveu: Hello, Fixed. Try again please. # HG changeset patch # User Abylay Ospan aos...@netup.ru # Date 1252176678 -14400 # Node ID 2f1119c624ebafde8332fb7a0c8a9315e50e9d51 # Parent

Re: parameter for module gspca_sn9c20x

2009-09-14 Thread David Ellingsworth
On Mon, Sep 14, 2009 at 12:20 PM, Alan Jenkins sourcejedi.l...@googlemail.com wrote: [CC linux-media]  The linux-modules list is for the program modprobe etc, not the actual kernel drivers. On 9/14/09, baeck...@gmx.net baeck...@gmx.net wrote: I have a built-in webcam in my laptop: 0c45:624f

Re: V4L2: Add a v4l2-subdev (soc-camera) driver for OmniVision OV9640 sensor

2009-09-14 Thread David Ellingsworth
On Mon, Sep 14, 2009 at 4:30 PM, Guennadi Liakhovetski g.liakhovet...@gmx.de wrote: On Mon, 14 Sep 2009, Marek Vasut wrote: Dne Po 14. září 2009 21:29:26 Guennadi Liakhovetski napsal(a): From: Marek Vasut marek.va...@gmail.com Signed-off-by: Marek Vasut marek.va...@gmail.com

V4L2 drivers: potentially dangerous and inefficient msecs_to_jiffies() calculation

2009-09-14 Thread Andreas Mohr
Hi all, ./drivers/media/video/sn9c102/sn9c102_core.c , ./drivers/media/video/et61x251/et61x251_core.c and ./drivers/media/video/zc0301/zc0301_core.c do cam-module_param.frame_timeout * 1000 * msecs_to_jiffies(1) ); multiple times each. What

Re: [ANOUNCE] Staging trees at V4L/DVB trees

2009-09-14 Thread Mauro Carvalho Chehab
Em Mon, 14 Sep 2009 23:58:33 +0530 Hiremath, Vaibhav hvaib...@ti.com escreveu: -Original Message- From: Mauro Carvalho Chehab [mailto:mche...@infradead.org] Sent: Monday, September 14, 2009 11:42 PM To: Hiremath, Vaibhav Cc: linux-media@vger.kernel.org Subject: Re: [ANOUNCE]

Re: V4L2: Add a v4l2-subdev (soc-camera) driver for OmniVision OV9640 sensor

2009-09-14 Thread Marek Vasut
Dne Po 14. září 2009 22:30:41 Guennadi Liakhovetski napsal(a): On Mon, 14 Sep 2009, Marek Vasut wrote: Dne Po 14. září 2009 21:29:26 Guennadi Liakhovetski napsal(a): From: Marek Vasut marek.va...@gmail.com Signed-off-by: Marek Vasut marek.va...@gmail.com Signed-off-by: Guennadi

Re: V4L2: Add a v4l2-subdev (soc-camera) driver for OmniVision OV9640 sensor

2009-09-14 Thread Guennadi Liakhovetski
On Mon, 14 Sep 2009, Marek Vasut wrote: Dne Po 14. září 2009 22:30:41 Guennadi Liakhovetski napsal(a): On Mon, 14 Sep 2009, Marek Vasut wrote: Dne Po 14. září 2009 21:29:26 Guennadi Liakhovetski napsal(a): From: Marek Vasut marek.va...@gmail.com Signed-off-by: Marek Vasut

Re: V4L2 drivers: potentially dangerous and inefficient msecs_to_jiffies() calculation

2009-09-14 Thread Jiri Slaby
On 09/14/2009 11:07 PM, Andreas Mohr wrote: ./drivers/media/video/zc0301/zc0301_core.c do cam-module_param.frame_timeout * 1000 * msecs_to_jiffies(1) ); multiple times each. What they should do instead is frame_timeout *

Re: V4L2 drivers: potentially dangerous and inefficient msecs_to_jiffies() calculation

2009-09-14 Thread Andreas Mohr
Hi, On Mon, Sep 14, 2009 at 11:34:40PM +0200, Jiri Slaby wrote: On 09/14/2009 11:07 PM, Andreas Mohr wrote: ./drivers/media/video/zc0301/zc0301_core.c do cam-module_param.frame_timeout * 1000 * msecs_to_jiffies(1) ); multiple

Re: V4L2 drivers: potentially dangerous and inefficient msecs_to_jiffies() calculation

2009-09-14 Thread Trent Piepho
On Mon, 14 Sep 2009, Andreas Mohr wrote: cam-module_param.frame_timeout * 1000 * msecs_to_jiffies(1) ); multiple times each. What they should do instead is frame_timeout * msecs_to_jiffies(1000), I'd think. msecs_to_jiffies(1) is quite

Re: V4L2 drivers: potentially dangerous and inefficient msecs_to_jiffies() calculation

2009-09-14 Thread Jiri Slaby
On 09/14/2009 11:39 PM, Andreas Mohr wrote: On Mon, Sep 14, 2009 at 11:34:40PM +0200, Jiri Slaby wrote: On 09/14/2009 11:07 PM, Andreas Mohr wrote: msecs_to_jiffies(1) is quite a bit too boldly assuming that all of the msecs_to_jiffies(x) implementation branches always round up. They do,

Re: V4L2 drivers: potentially dangerous and inefficient msecs_to_jiffies() calculation

2009-09-14 Thread Andreas Mohr
On Mon, Sep 14, 2009 at 11:50:50PM +0200, Jiri Slaby wrote: A potential problem here is rather that it may wait longer due to returning 1 jiffie. It's then timeout * 1000 * 1. On 250HZ system it makes a difference of multiple of 4. Don't think it's a real issue in those drivers at all, but

Re: [Bugme-new] [Bug 14174] New: floppy drive not usable more than one time after reboot - kernel panic with active DVB

2009-09-14 Thread Andrew Morton
(switched to email. Please respond via emailed reply-to-all, not via the bugzilla web interface). On Sun, 13 Sep 2009 15:08:21 GMT bugzilla-dae...@bugzilla.kernel.org wrote: http://bugzilla.kernel.org/show_bug.cgi?id=14174 Summary: floppy drive not usable more than one time

Re: Problems with Pinnacle 310i (saa7134) and recent kernels

2009-09-14 Thread hermann pitton
Hi, Am Montag, den 14.09.2009, 13:32 + schrieb Avl Jawrowski: Hi, hermann pitton hermann-pitton at arcor.de writes: no, in this case I meant mplayer should work for you too. You need to have DVB support enabled and a channels.conf file in ~/.mplayer. It's compiled with

Re: [Bugme-new] [Bug 14174] New: floppy drive not usable more than one time after reboot - kernel panic with active DVB

2009-09-14 Thread Mauro Carvalho Chehab
Em Mon, 14 Sep 2009 15:13:40 -0700 Andrew Morton a...@linux-foundation.org escreveu: Dunno about the floppy problem but this photo you took: https://bugzillafiles.novell.org/attachment.cgi?id=318005 shows a good solid oops in dvb_dmx_memcopy(). I suspect that this is a bug caused by the lack

saa7134 - radio broken for v4l1 apps - was - Re: Problems with Pinnacle 310i (saa7134) and recent kernels

2009-09-14 Thread hermann pitton
Hi, Am Montag, den 14.09.2009, 08:24 +0200 schrieb Hans Verkuil: On Monday 14 September 2009 00:42:16 hermann pitton wrote: Hi, Am Sonntag, den 13.09.2009, 12:02 + schrieb Avl Jawrowski: Hi, hermann pitton hermann-pitton at arcor.de writes: [snip] The only other

[GIT PATCHES for 2.6.32] V4L/DVB updates

2009-09-14 Thread Mauro Carvalho Chehab
Linus, Please pull from: ssh://master.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-2.6.git for_linus For the first set of patches for 2.6.32. During this cycle, we avoided to make lots of changes at core, in order to have the system more stable, since there were lots of internal

Reliable work-horse capture device?

2009-09-14 Thread David Liontooth
We're setting up NTSC cable television capture devices in a handfull of remote locations, using four devices to capture around fifty hours a day on each location. Capture is scripted and will be ongoing for several years. We want to minimize the need for human intervention. I'm looking for

Re: Reliable work-horse capture device?

2009-09-14 Thread Mauro Carvalho Chehab
Hi David, Em Mon, 14 Sep 2009 19:41:13 -0700 David Liontooth lionte...@cogweb.net escreveu: We're setting up NTSC cable television capture devices in a handfull of remote locations, using four devices to capture around fifty hours a day on each location. Capture is scripted and will be

[PULL] http://kernellabs.com/hg/~dheitmueller/em28xx-vbi-codingstyle/

2009-09-14 Thread Devin Heitmueller
Hello Mauro, Please PULL from http://kernellabs.com/hg/~dheitmueller/em28xx-vbi-codingstyle/ for the codingstyle fixes for my em28xx VBI support: em28xx: remove text editor tags from em28xx-vbi.c em28xx: fix codingstyle issues in em28xx-video.c em28xx: fix codingstyle issues introduced with VBI

Re: Reliable work-horse capture device?

2009-09-14 Thread David Liontooth
Mauro Carvalho Chehab wrote: Hi David, Em Mon, 14 Sep 2009 19:41:13 -0700 David Liontooth lionte...@cogweb.net escreveu: We're setting up NTSC cable television capture devices in a handfull of remote locations, using four devices to capture around fifty hours a day on each location.

saa7134 and soft SPI bus

2009-09-14 Thread Dmitri Belimov
Hi All. Our new TV card has MPEG-2 encoder NEC µPD61151. This encoder hasn't I2C bus, only SPI. Can you point me how to make software SPI bus via GPIO of the saa7134. Better way for do it. With my best regards, Dmitry. -- To unsubscribe from this list: send the line unsubscribe linux-media in

Re: tuner, code for discuss

2009-09-14 Thread Michael Krufky
On Tue, Sep 15, 2009 at 12:07 AM, Dmitri Belimov d.beli...@gmail.com wrote: On Mon, 14 Sep 2009 08:55:22 -0400 Michael Krufky mkru...@kernellabs.com wrote: On Thu, Sep 10, 2009 at 1:25 AM, Dmitri Belimov d.beli...@gmail.com wrote: Hi All This is my next patch. Changes: 1. By

Re: Reliable work-horse capture device?

2009-09-14 Thread hermann pitton
Am Montag, den 14.09.2009, 21:02 -0700 schrieb David Liontooth: Mauro Carvalho Chehab wrote: Hi David, Em Mon, 14 Sep 2009 19:41:13 -0700 David Liontooth lionte...@cogweb.net escreveu: We're setting up NTSC cable television capture devices in a handfull of remote locations,

Re: Reliable work-horse capture device?

2009-09-14 Thread Mauro Carvalho Chehab
Em Mon, 14 Sep 2009 21:02:52 -0700 David Liontooth lionte...@cogweb.net escreveu: As for the ventilation issue for USB devices, that may not be a serious obstacle. If the USB sticks such as Hauppauge HVR-950 have reliable components, we could strip the plastic casing and mount the unit next

Re: tuner, code for discuss

2009-09-14 Thread hermann pitton
Am Dienstag, den 15.09.2009, 00:18 -0400 schrieb Michael Krufky: On Tue, Sep 15, 2009 at 12:07 AM, Dmitri Belimov d.beli...@gmail.com wrote: On Mon, 14 Sep 2009 08:55:22 -0400 Michael Krufky mkru...@kernellabs.com wrote: On Thu, Sep 10, 2009 at 1:25 AM, Dmitri Belimov d.beli...@gmail.com

Re: tuner, code for discuss

2009-09-14 Thread Michael Krufky
On Tue, Sep 15, 2009 at 12:43 AM, hermann pitton hermann-pit...@arcor.de wrote: Am Dienstag, den 15.09.2009, 00:18 -0400 schrieb Michael Krufky: On Tue, Sep 15, 2009 at 12:07 AM, Dmitri Belimov d.beli...@gmail.com wrote: On Mon, 14 Sep 2009 08:55:22 -0400 Michael Krufky

Re: Reliable work-horse capture device?

2009-09-14 Thread David Liontooth
Mauro Carvalho Chehab wrote: Em Mon, 14 Sep 2009 21:02:52 -0700 David Liontooth lionte...@cogweb.net escreveu: As for the ventilation issue for USB devices, that may not be a serious obstacle. If the USB sticks such as Hauppauge HVR-950 have reliable components, we could strip the plastic

Re: cx88: 2 channels on each of 2 cards

2009-09-14 Thread Adam Swift
Thanks Hermann, hermann pitton hermann-pit...@arcor.de wrote: starting point here is, that neither of the now older chips like bt878, saa713x or cx88xx can do two external inputs at the same time on one chip at once. snip Else, they totally depend on software switching between those external

Audio drop on saa7134

2009-09-14 Thread David Liontooth
hermann pitton wrote: Am Montag, den 14.09.2009, 21:02 -0700 schrieb David Liontooth: snip We've been using saa7135 cards for several years with relatively few incidents, but they occasionally drop audio. I've been unable to find any pattern in the audio drops, so I haven't reported it --

Re: tuner, code for discuss

2009-09-14 Thread hermann pitton
Hi, Am Dienstag, den 15.09.2009, 00:55 -0400 schrieb Michael Krufky: On Tue, Sep 15, 2009 at 12:43 AM, hermann pitton hermann-pit...@arcor.de wrote: Am Dienstag, den 15.09.2009, 00:18 -0400 schrieb Michael Krufky: On Tue, Sep 15, 2009 at 12:07 AM, Dmitri Belimov d.beli...@gmail.com

Re: Audio drop on saa7134

2009-09-14 Thread hermann pitton
Am Montag, den 14.09.2009, 22:16 -0700 schrieb David Liontooth: hermann pitton wrote: Am Montag, den 14.09.2009, 21:02 -0700 schrieb David Liontooth: snip We've been using saa7135 cards for several years with relatively few incidents, but they occasionally drop audio. I've been