Re: RFCv2: Media controller proposal

2009-10-27 Thread Guennadi Liakhovetski
Hi (repeating my preamble from a previous post) This is a general comment to the whole media controller work: having given a talk at the ELC-E in Grenoble on soc-camera, I mentioned briefly a few related RFCs, including this one. I've got a couple of comments back, including the following

Re: capture-example.c crash on close_device()

2009-10-27 Thread Sean
I'm still having trouble with capture-example.c completely locking up my system. The same os image on other hardware works fine. Where do I start looking? What can I do to debug this issue? Sean Sean wrote: Hi, I have compiled kernel 2.6.30 from kernel.org, and I have also compiled

Re:

2009-10-27 Thread Mauro Carvalho Chehab
Em Mon, 26 Oct 2009 15:33:50 +0100 Hasse Hagen Johansen hasse-linuxme...@hagenjohansen.dk escreveu: subscribe linux-media You should send subscribe emails to majord...@vger.kernel.org instead. -- To unsubscribe from this list: send the line unsubscribe linux-media in the body of a message

Re: failure to submit first post

2009-10-27 Thread Mauro Carvalho Chehab
Em Mon, 26 Oct 2009 21:24:03 +0800 KS Ng ksn...@gmail.com escreveu: This is a resend with the patch attached. KS Ng wrote: Hi, I've registered to linux-media mailing list a couple of days ago and attempted to do my first posting yesterday with subject Support for Magicpro proHDTV

Re: Hint request for driver change

2009-10-27 Thread Mauro Carvalho Chehab
Em Mon, 26 Oct 2009 11:45:41 +0100 Massimo Del Fedele m...@veneto.com escreveu: Hi, I'm trying to support the analog part of Pinnacle PCTV310e, which is an ULI M9207 based card; by now I added the support for the digital side patching the M920x driver; in order to add the analog part the

[RFC] Media controller: next round of patches

2009-10-27 Thread Laurent Pinchart
Hi everybody, I've committed 26 media controller patches to http://linuxtv.org/hg/~pinchartl/v4l-dvb-mc-uvc. The code is in an early development phase, so I need to rework the patches and rebase the tree very often. Hg doesn't provide a rebase operation and linuxtv.org can't host git trees

V4L2_MEMORY_USERPTR support in videobuf-core

2009-10-27 Thread Pawel Osciak
Hello, could anybody confirm that there is no full/working support for USERPTR in current videobuf-core? That is the conclusion I came up with after a more thorough investigation. I am currently working to fix that, and will hopefully be posting patches in the coming days/weeks. Is there any

Re: failure to submit first post

2009-10-27 Thread KS Ng
Hi Mauro, Thanks for your attention! I also believe packets under tuner_init_pkts constitute the firmware of the device. I'll see how to construct a firmware file instead of coding them inline, and I'll re-submit once I've figured that out. Cheers, K.S. Ng Mauro Carvalho Chehab wrote: Em

Re: [PATCH] add support for IR on FlyDVB Trio (saa7134)

2009-10-27 Thread Mauro Carvalho Chehab
Hi Kukáš, Your patch were line-wrapped, so, I can't apply it. Could you please re-submit if it weren't already merged? Cheers, Mauro. Em Thu, 10 Sep 2009 14:12:07 +0200 Lukáš Karas lukas.ka...@centrum.cz escreveu: Hi all, here is patch for driver saa7134, that add support for IR reciever on

Re: V4L2_MEMORY_USERPTR support in videobuf-core

2009-10-27 Thread Mauro Carvalho Chehab
Em Tue, 27 Oct 2009 11:59:54 +0100 Pawel Osciak p.osc...@samsung.com escreveu: Hello, could anybody confirm that there is no full/working support for USERPTR in current videobuf-core? That is the conclusion I came up with after a more thorough investigation. I am currently working to fix

Re: [PATCH] add support for IR on FlyDVB Trio (saa7134)

2009-10-27 Thread Lukáš Karas
Hi Mauro, That isn't problem. Would it help you, if I send this patch as attachment? Regards, Lukas Dne Út 27. října 2009 13:06:22 jste napsal(a): Hi Kukáš, Your patch were line-wrapped, so, I can't apply it. Could you please re-submit if it weren't already merged? Cheers, Mauro.

Re: RFCv2: Media controller proposal

2009-10-27 Thread Devin Heitmueller
On Tue, Oct 27, 2009 at 4:04 AM, Guennadi Liakhovetski g.liakhovet...@gmx.de wrote: Hi (repeating my preamble from a previous post) This is a general comment to the whole media controller work: having given a talk at the ELC-E in Grenoble on soc-camera, I mentioned briefly a few related

Re: Hauppage HVR-2250 Tuning problems

2009-10-27 Thread Steven Toth
Steven Toth wrote the driver and has a status page here... http://www.steventoth.net/blog/products/hvr-2250/ you may want to contact him directly, keeping in mind he does this out of love and doesn't get paid for support :) (Although Hauppauge should pay him something for the amount of work

Nova 500 T won't tune, kernel issue?

2009-10-27 Thread Lou Otway
Hi, I have 2 versions of the Hauppauge Nova 500 T dual tuner device, both the single and dual RF input versions. Under kernel 2.6.23 using the latest drivers, they both tune fine. Under kernel 2.6.28, with the same drivers, they won't tune and I see this message when trying to tune:

Re: Hauppage HVR-2250 Tuning problems

2009-10-27 Thread dan
Steve, Thanks for responding. I created the channels.conf file and ran the azap command you suggested. In both cases I get something that looks like this: $ azap -r c112 using '/dev/dvb/adapter0/frontend0' and '/dev/dvb/adapter0/demux0' tuning to 72300 Hz video pid 0x0120, audio pid 0x0121

RE: [PATCH 2/6 v5] Support for TVP7002 in dm365 board

2009-10-27 Thread Narnakaje, Snehaprabha
Santiago, Kevin, -Original Message- From: Kevin Hilman [mailto:khil...@deeprootsystems.com] Sent: Monday, October 26, 2009 5:35 PM To: santiago.nu...@ridgerun.com Cc: Narnakaje, Snehaprabha; davinci-linux-open- sou...@linux.davincidsp.com; todd.fisc...@ridgerun.com; linux-

Re: [PATCH 2/6 v5] Support for TVP7002 in dm365 board

2009-10-27 Thread Santiago Nunez-Corrales
Sneha, So, if I got it right, have_tvp7002 is unnecessary since that initialization is done via the CPLD interface. Therefore, all I need to do is actually remove the logic for the device from board-dm365-evm.h. Am I right? If so, should I also remove the logic for tvp5146? Regards,

RE: [PATCH 2/6 v5] Support for TVP7002 in dm365 board

2009-10-27 Thread Narnakaje, Snehaprabha
-Original Message- From: Santiago Nunez-Corrales [mailto:snu...@ridgerun.com] Sent: Tuesday, October 27, 2009 11:54 AM To: Narnakaje, Snehaprabha Cc: Kevin Hilman; davinci-linux-open-sou...@linux.davincidsp.com; todd.fisc...@ridgerun.com; linux-media@vger.kernel.org Subject: Re:

Re: Hauppage HVR-2250 Tuning problems

2009-10-27 Thread Steven Toth
On Tue, Oct 27, 2009 at 10:55 AM, dan danwalke...@gmail.com wrote: Steve, Thanks for responding.  I created the channels.conf file and ran the azap command you suggested.  In both cases I get something that looks like this: $ azap -r c112 using '/dev/dvb/adapter0/frontend0' and

Re: [PATCH 2/6 v5] Support for TVP7002 in dm365 board

2009-10-27 Thread Santiago Nunez-Corrales
Understood. I will send my refactoring according to community revisions I have up to now and wait for integration with Murali. I have some questions before fully using his DV interfaces. Regards, Narnakaje, Snehaprabha wrote: -Original Message- From: Santiago Nunez-Corrales

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

2009-10-27 Thread Igor M. Liplianin
Mauro, Please pull from http://udev.netup.ru/hg/v4l-dvb-commits for the following 4 changesets: 01/04: stv6110: add configurable gain http://udev.netup.ru/hg/v4l-dvb-commits?cmd=changeset;node=655c21f61eb3 02/04: stv0900: fix diseqc support for NetUP card

[PATCH 0/4 v5] Support for TVP7002 in DM365

2009-10-27 Thread Santiago Nunez-Corrales
This series of patches provide support for the TVP7002 decoder in DM365. Support includes: * Inclusion of the chip in v4l2 definitions * Definition in board specific data structures * Linking within the VPFE architecture * Definition of TVP7002 specific data structures * Kconfig and Makefile

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

2009-10-27 Thread Igor M. Liplianin
Mauro, Please pull from http://udev.netup.ru/hg/v4l-dvb-commits for the following 5 changesets: 01/05: stv6110: add configurable gain http://udev.netup.ru/hg/v4l-dvb-commits?cmd=changeset;node=655c21f61eb3 02/05: stv0900: fix diseqc support for NetUP card

Re: V4L2_MEMORY_USERPTR support in videobuf-core

2009-10-27 Thread Laurent Pinchart
Hi Pavel, On Tuesday 27 October 2009 17:17:59 Pawel Osciak wrote: Hi Mauro, thank you for your reply. On Tuesday, October 27, 2009 1:36 PM Mauro Carvalho Chehab [mailto:mche...@infradead.org] wrote: could anybody confirm that there is no full/working support for USERPTR in current

Re: [Linux-uvc-devel] again Logitech QuickCam Pro for Notebooks 046d:0991

2009-10-27 Thread Laurent Pinchart
On Monday 26 October 2009 15:06:41 Hans de Goede wrote: On 10/26/2009 12:52 PM, Alexey Fisher wrote: Am Sonntag, den 25.10.2009, 14:21 +0100 schrieb Hans de Goede: [snip] fwiw I'm a v4l kernel developer, but I'm not involved in the UVC driver, I'm however a contributor to cheese, I

Lifeview hybrid saa7134 pci driver not working anymore pt2

2009-10-27 Thread scoop_yo
pt1 is here http://linuxtv.org/pipermail/linux-dvb/2009-August/032334.html I have a Lifeview Hybrid Pci card and since around August 2009 the driver doesn't work in 64bit linux but works only in 32bit linux. Now, I am using vanilla 2.6.31.5 source with latest mercurial v4b-dvb snapshot. I tried

AirLink101 USB capture device

2009-10-27 Thread Tony
Hi, I have an Airlink101 ATVUSB02 capture device that is currently not working. The product page can be found at http://www.airlink101.com/products/atvusb02.php. I am using Ubuntu 8.10(Intrepid), kernel 2.6.27-15-generic, and as-of 10/27/09, the latest v4l-dvb. dmesg: [ 491.352065] usb 3-1: new

Re: [PATCH 0/7] kfifo: new API v0.6

2009-10-27 Thread Andy Walls
One thing is that the new API is not compatible with the old one. I had a look at the current user of the old kfifo API and it is was easy to adapt it to the new API. These are the files which currently use the kfifo API: drivers/char/nozomi.c drivers/char/sonypi.c

Probelms to tune pci dvb-s card

2009-10-27 Thread Lenin Aguilar
Hello All, I spent the last 4 days reading mailing lists and testing stuff in my Mythbuntu installation. I have a x86 machine running the latest Mythbuntu version, attached a DM1105 PCI DVB-S card. I read other trails from people having different kind of problems to tune or lock a freq on this

Re: [PATCH 0/7] kfifo: new API v0.6

2009-10-27 Thread Mauro Carvalho Chehab
Em Wed, 28 Oct 2009 04:20:49 +0100 Andi Kleen a...@firstfloor.org escreveu: With respect to the kfifo series of patches: Acked-by: Mauro Carvalho Chehab mche...@redhat.com Here's a V4L-DVB cx23885 module change, that is on its way upstream, that uses kfifo as is:

Re: Hauppage HVR-2250 Tuning problems

2009-10-27 Thread dan
I do have 2 2-way splitters between the card in the wall. I tried hooking the card straight to the cable outlet on the wall and ran some more tests. It's a little difficult, because there's only one cable outlet in my whole apartment, and it means doing some re-arranging and being offline while