Re: [linux-dvb] Hauppauge WinTV-CI

2009-05-22 Thread Luc Brosens
Goga777 wrote: Is Wintv-CI, the Common Interface from Hauppauge, working on linux now ? not Goga ___ linux-dvb users mailing list For V4L/DVB development, please use instead linux-media@vger.kernel.org linux-...@linuxtv.org

Re: [linux-dvb] Hauppauge WinTV-CI

2009-05-22 Thread Luc Brosens
Goga777 wrote: Is Wintv-CI, the Common Interface from Hauppauge, working on linux now ? not Goga ___ linux-dvb users mailing list For V4L/DVB development, please use instead linux-media@vger.kernel.org linux-...@linuxtv.org

Re: How to acces TVP5150 .command function from userspace

2009-05-22 Thread Dongsoo, Nathaniel Kim
Hello William, First of all, the video4linux-list has been moved to linux-media list at vger.kernel.org. The exact list address is linux-media@vger.kernel.org and you can find other lists on http://vger.kernel.org. I removed the old list from CC and added the new list instead. I hope you don't

[RFC] v4l2_subdev i2c: Add i2c board info to v4l2_i2c_new_subdev

2009-05-22 Thread Eduardo Valentin
From: Eduardo Valentin eduardo.valen...@nokia.com Device drivers of v4l2_subdev devices may want to have i2c board info data. This patch adds an helper function to allow bridge drivers to pass board specific data to v4l2_subdev drivers. For those drivers which need to support kernel versions

[PATCH] pcm037: add MT9T031 camera support

2009-05-22 Thread Guennadi Liakhovetski
From: Guennadi Liakhovetski l...@denx.de Add support for the MT9T031 CMOS camera sensor from Aptina to the PCM037 board. Also add two I2C iomux pin definitions, needed for pcm037. Also remove now unneeded #ifdef CONFIG_I2C_IMX. Signed-off-by: Guennadi Liakhovetski l...@denx.de --- On Wed, 20

Re: [PATCH 08/10 v2] v4l2-subdev: add a v4l2_i2c_subdev_board() function

2009-05-22 Thread Hans Verkuil
On Friday 22 May 2009 10:58:27 Eduardo Valentin wrote: Hi Hans and Guennadi, On Thu, May 21, 2009 at 05:33:48PM +0200, ext Guennadi Liakhovetski wrote: Hi Hans, On Thu, 21 May 2009, Hans Verkuil wrote: On Friday 15 May 2009 19:20:10 Guennadi Liakhovetski wrote: Introduce a function

Dump transport stream

2009-05-22 Thread twta
Hello to all, i am using a TT3200 card and the kernel modules (S2API) from the repository (OS is opensuse 11). Scan-s2 and szap-s2 works fine. Tuning a channel with szap-s2 and store the data with cat /dev/dvb/adapter0/dvr0 /tmp/recording.ts also works fine. Is it possible to dump the complette

Re: [PATCH 08/10 v2] v4l2-subdev: add a v4l2_i2c_subdev_board() function

2009-05-22 Thread Guennadi Liakhovetski
On Fri, 22 May 2009, Hans Verkuil wrote: A quick note for Guennadi: the i2c_board_info and the new i2c API has been available since 2.6.22, but for the subdev support in v4l2 I've decided not to use the new i2c API for kernels 2.6.26 due to a serious i2c core kernel bug that wasn't fixed

Re: About VIDIOC_G_OUTPUT/S_OUTPUT ?

2009-05-22 Thread Hans Verkuil
On Friday 22 May 2009 04:05:47 Dongsoo, Nathaniel Kim wrote: Hi Hans, On Thu, May 21, 2009 at 9:07 PM, Hans Verkuil hverk...@xs4all.nl wrote: On Wednesday 20 May 2009 13:48:08 Dongsoo, Nathaniel Kim wrote: Hello everyone, Doing a new camera interface driver job of new AP from Samsung, a

Re: [PATCH 08/10 v2] v4l2-subdev: add a v4l2_i2c_subdev_board() function

2009-05-22 Thread Hans Verkuil
On Friday 22 May 2009 14:16:13 Guennadi Liakhovetski wrote: On Fri, 22 May 2009, Hans Verkuil wrote: A quick note for Guennadi: the i2c_board_info and the new i2c API has been available since 2.6.22, but for the subdev support in v4l2 I've decided not to use the new i2c API for kernels

Re: About VIDIOC_G_OUTPUT/S_OUTPUT ?

2009-05-22 Thread Dongsoo Kim
Hi Hans, 2009. 05. 22, 오후 9:40, Hans Verkuil 작성: On Friday 22 May 2009 04:05:47 Dongsoo, Nathaniel Kim wrote: Hi Hans, On Thu, May 21, 2009 at 9:07 PM, Hans Verkuil hverk...@xs4all.nl wrote: On Wednesday 20 May 2009 13:48:08 Dongsoo, Nathaniel Kim wrote: Hello everyone, Doing a new

Re: [PATCH 08/10 v2] v4l2-subdev: add a v4l2_i2c_subdev_board() function

2009-05-22 Thread Eduardo Valentin
Hi, On Fri, May 22, 2009 at 02:58:49PM +0200, ext Hans Verkuil wrote: On Friday 22 May 2009 14:16:13 Guennadi Liakhovetski wrote: On Fri, 22 May 2009, Hans Verkuil wrote: A quick note for Guennadi: the i2c_board_info and the new i2c API has been available since 2.6.22, but for the subdev

Re: Nova-T 500 does not survive reboot

2009-05-22 Thread Soeren Moch
Hi, Any news on this? I'd like to try the URB patch someone mentioned, but I can't find the link. http://www.mail-archive.com/linux-media@vger.kernel.org/msg04643.html I am running a current dvb tree with this patch. so far so good. I did not find the time to check if I regained

Re: [RFC 09/10 v2] v4l2-subdev: re-add s_standby to v4l2_subdev_core_ops

2009-05-22 Thread Guennadi Liakhovetski
On Thu, 21 May 2009, Hans Verkuil wrote: On Friday 15 May 2009 19:20:18 Guennadi Liakhovetski wrote: NOT FOR SUBMISSION. Probably, another solution has to be found. soc-camera drivers need an .init() (marked as don't use) and a .halt() methods. Signed-off-by: Guennadi Liakhovetski

Re: [RFC 09/10 v2] v4l2-subdev: re-add s_standby to v4l2_subdev_core_ops

2009-05-22 Thread Hans Verkuil
On Friday 22 May 2009 16:23:36 Guennadi Liakhovetski wrote: On Thu, 21 May 2009, Hans Verkuil wrote: On Friday 15 May 2009 19:20:18 Guennadi Liakhovetski wrote: NOT FOR SUBMISSION. Probably, another solution has to be found. soc-camera drivers need an .init() (marked as don't use) and a

Review of the Linux driver for the TerraTec Cinergy HTC USB XS HD stick

2009-05-22 Thread Ad Denissen
Hi Markus, I have a TerraTec Cinergy HTC USB XS HD stick and more than 10 years of experience with Linux (drivers). This USB stick works fine under Windows, but I need it under Linux for my MythTV experiments in DVB-C mode. Can I help you in the cleanup of the Linux

Re: Review of the Linux driver for the TerraTec Cinergy HTC USB XS HD stick

2009-05-22 Thread Devin Heitmueller
On Fri, May 22, 2009 at 10:45 AM, Ad Denissen ad.denis...@hccnet.nl wrote: Hi Markus, I have a TerraTec Cinergy HTC USB XS HD stick and more than 10 years of experience with Linux (drivers). This USB stick works fine under Windows, but I need it under Linux for my MythTV experiments in

Re: [PATCH -next] v4l2: handle unregister for non-I2C builds

2009-05-22 Thread Randy Dunlap
Stephen Rothwell wrote: On Fri, 22 May 2009 14:48:47 +0900 Paul Mundt let...@linux-sh.org wrote: On Mon, May 11, 2009 at 09:37:41AM -0700, Randy Dunlap wrote: From: Randy Dunlap randy.dun...@oracle.com Build fails when CONFIG_I2C=n, so handle that case in the if block: drivers/built-in.o:

Re: Review of the Linux driver for the TerraTec Cinergy HTC USB XS HD stick

2009-05-22 Thread Markus Rechberger
On Fri, May 22, 2009 at 5:28 PM, Devin Heitmueller dheitmuel...@kernellabs.com wrote: On Fri, May 22, 2009 at 10:45 AM, Ad Denissen ad.denis...@hccnet.nl wrote: Hi Markus, I have a TerraTec Cinergy HTC USB XS HD stick and more than 10 years of experience with Linux (drivers). This USB stick

Re: [linux-dvb] Hauppauge WinTV-CI

2009-05-22 Thread BRUNETON Béranger
I have been struggling for ages with this device, trying get the firmware to load. The program I wrote to extract the firmware from the driver now outputs the Intel Hex format too, used by fxload. No luck : the A3 part does not get loaded, not even using fxloads' A3-loader Details and

Re: Review of the Linux driver for the TerraTec Cinergy HTC USB XS HD stick

2009-05-22 Thread Devin Heitmueller
On Fri, May 22, 2009 at 12:36 PM, Markus Rechberger mrechber...@gmail.com wrote: You still mistake that the important drivers are not implemented in Kernelspace, because of that there will never be a _requirement_ to merge the chipdrivers in order to get it work. For example DVB-C/T, all

Re: [SAA713X TESTERS WANTED] Fix i2c quirk, may affect saa713x + mt352 combo

2009-05-22 Thread Oldrich Jedlicka
On Thursday 21 of May 2009 at 14:53:00, Michael Krufky wrote: On Thu, May 21, 2009 at 8:51 AM, Michael Krufky mkru...@kernellabs.com wrote: On Thu, May 21, 2009 at 2:44 AM, Oldrich Jedlicka oldium@seznam.cz wrote: Hi Mike, On Wednesday 20 of May 2009 at 21:57:15, Michael Krufky

Most stable DVB-S2 PCI Card?

2009-05-22 Thread Bob Ingraham
Hello, What is the most stable DVB-S2 PCI card? I've read through the wiki DVB-2 PCI section, but am not confident after reading this what the answer is. Running Fedora Core 10 at the moment, but am willing to upgrade to 11 or perform custom patches to get something going. No need for CI or

Re: [linux-dvb] Most stable DVB-S2 PCI Card?

2009-05-22 Thread Niels Wagenaar
Op Vr, 22 mei, 2009 19:23, schreef Bob Ingraham: Hello, What is the most stable DVB-S2 PCI card? -- SNIP -- In short, the Hauppauge NOVA-HD-S2 is the one to buy. Yes, it's somewhat more expensive but it's the best DVB-S2 based PCI card concerning stability and usability with for example VDR.

Re: [SAA713X TESTERS WANTED] Fix i2c quirk, may affect saa713x + mt352 combo

2009-05-22 Thread Michael Krufky
On Fri, May 22, 2009 at 1:10 PM, Oldrich Jedlicka oldium@seznam.cz wrote: On Thursday 21 of May 2009 at 14:53:00, Michael Krufky wrote: On Thu, May 21, 2009 at 8:51 AM, Michael Krufky mkru...@kernellabs.com wrote: On Thu, May 21, 2009 at 2:44 AM, Oldrich Jedlicka oldium@seznam.cz

Re: [linux-dvb] Most stable DVB-S2 PCI Card?

2009-05-22 Thread Niels Wagenaar
Op Vr, 22 mei, 2009 19:48, schreef Manu Abraham: On Fri, May 22, 2009 at 9:32 PM, Niels Wagenaar n.wagen...@xs4all.nl wrote: Op Vr, 22 mei, 2009 19:23, schreef Bob Ingraham: Hello, What is the most stable DVB-S2 PCI card? -- SNIP -- In short, the Hauppauge NOVA-HD-S2 is the one to buy.

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

2009-05-22 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:Fri May 22 19:00:03 CEST 2009 path:http://www.linuxtv.org/hg/v4l-dvb changeset: 11824:315bc4b65b4f gcc version: gcc

Re: [linux-dvb] Most stable DVB-S2 PCI Card?

2009-05-22 Thread Goga777
What is the most stable DVB-S2 PCI card? I use hvr4000 without any problem. In short, the Hauppauge NOVA-HD-S2 is the one to buy. Yes, it's somewhat more expensive but it's the best DVB-S2 based PCI card concerning stability and usability with for example VDR. Unfortunately, the

Re: [linux-dvb] Most stable DVB-S2 PCI Card?

2009-05-22 Thread Manu Abraham
On Fri, May 22, 2009 at 11:42 PM, Goga777 goga...@bk.ru wrote: What is the most stable DVB-S2 PCI card? I use hvr4000 without any problem. Yes, no issues. Just that it is based a Generation 1 demodulator which are limited in capabilities even for a Generation 1 demodulator. Also that the

Re: [SAA713X TESTERS WANTED] Fix i2c quirk, may affect saa713x + mt352 combo

2009-05-22 Thread hermann pitton
Am Donnerstag, den 21.05.2009, 23:34 -0400 schrieb Michael Krufky: On Thu, May 21, 2009 at 6:30 PM, hermann pitton hermann-pit...@arcor.de wrote: Hi, Am Donnerstag, den 21.05.2009, 08:53 -0400 schrieb Michael Krufky: On Thu, May 21, 2009 at 8:51 AM, Michael Krufky

Re: [SAA713X TESTERS WANTED] Fix i2c quirk, may affect saa713x + mt352 combo

2009-05-22 Thread Michael Krufky
On Fri, May 22, 2009 at 4:49 PM, hermann pitton hermann-pit...@arcor.de wrote: Am Donnerstag, den 21.05.2009, 23:34 -0400 schrieb Michael Krufky: On Thu, May 21, 2009 at 6:30 PM, hermann pitton hermann-pit...@arcor.de wrote: Hi, Am Donnerstag, den 21.05.2009, 08:53 -0400 schrieb Michael

Re: [linux-dvb] Most stable DVB-S2 PCI Card?

2009-05-22 Thread Manu Abraham
On Sat, May 23, 2009 at 1:30 AM, David Lister foc...@gmail.com wrote: Manu Abraham wrote: On Fri, May 22, 2009 at 11:42 PM, Goga777 goga...@bk.ru wrote: Unfortunately, the Nova HD-S2 won't support any DVB-S2 stream with symbol rates 30 MSPS, also it supports only DVB-S2 NBC mode is

[PULL] http://www.kernellabs.com/hg/~mkrufky/hvr1110

2009-05-22 Thread Michael Krufky
Mauro, Please pull from: http://www.kernellabs.com/hg/~mkrufky/hvr1110 for the following changesets: - saa7134: fix quirk in saa7134_i2c_xfer for the saa7131 bridge - saa7134: enable digital tv support for Hauppauge WinTV-HVR1110r3 Documentation/video4linux/CARDLIST.saa7134 |2

Re: USB/DVB - Old Technotrend TT-connect S-2400 regression tracked down

2009-05-22 Thread David
David wrote: ..that was introduced in 2.6.27. Reverting this change in 2.6.29-rc5 makes the card work happily again. Make that 2.6.30-rc5 .. my brain is obviously fried from too much .NET this week :-( -- To unsubscribe from this list: send the line unsubscribe linux-media in the body of a

USB/DVB - Old Technotrend TT-connect S-2400 regression tracked down

2009-05-22 Thread David
I reported this DVB-S card breaking between 2.6.26 and 2.6.27. I've finally had time to do some digging, and the regression is caused by: b963801164618e25fbdc0cd452ce49c3628b46c8 USB: ehci-hcd unlink speedups ..that was introduced in 2.6.27. Reverting this change in 2.6.29-rc5 makes the card

Re: [ivtv-devel] tveeprom cannot autodetect tuner! (FQ1216LME MK5)

2009-05-22 Thread Andy Walls
On Thu, 2009-05-21 at 06:28 -0400, Andy Walls wrote: On Thu, 2009-05-21 at 09:09 +0200, Martin Dauskardt wrote: An owner of a PVR150 sent me the following dmesg: [ 133.929892] ivtv: Start initialization, version 1.4.1 [ 133.929957] ivtv0: Initializing card 0 [ 133.929958] ivtv0:

Re: [PULL] http://kernellabs.com/hg/~dheitmueller/misc-fixes

2009-05-22 Thread Devin Heitmueller
On Fri, May 22, 2009 at 9:48 PM, BOUWSMA Barry freebeer.bouw...@gmail.com wrote: On Thu, 21 May 2009, Devin Heitmueller wrote: em28xx: Don't let device work unless connected to a high speed USB port (grrr, dyndns addresses that are actually dynamically changing) |    The em28xx basically

Re: [PULL] http://kernellabs.com/hg/~dheitmueller/misc-fixes

2009-05-22 Thread Devin Heitmueller
On Thu, May 21, 2009 at 10:26 PM, Devin Heitmueller dheitmuel...@kernellabs.com wrote: Hello Mauro, Please pull from http://kernellabs.com/hg/~dheitmueller/misc-fixes for the following: em28xx: don't create the audio device if no onboard audio processor em28xx: Add support for the K-World

Re: [PATCH] Add QAM64 support for hvr-950q (au8522)

2009-05-22 Thread Devin Heitmueller
On Fri, May 1, 2009 at 11:17 PM, Frank Dischner phaedrus...@googlemail.com wrote: Here's the updated patch with the requested changes. Frank Hello Frank, Sorry for taking so long to get back to this. I looked at the patch, and in particular, I compared the values programmed for QAM256

Re: [linux-dvb] Most stable DVB-S2 PCI Card?

2009-05-22 Thread David Lister
Manu Abraham wrote: On Sat, May 23, 2009 at 1:30 AM, David Lister foc...@gmail.com wrote: Actually, there are many DVB-S2 cards supporting 45 MS/s, even TeVii S460 can do 2-45 MS/s. I spoke with a fellow TeVii owner, who confirmed the card is working with a 45 MS/s transponder on Express