Re: [linux-dvb] Struggling with Astra 2D (Freesat) / Happauage Nova-HD-S2

2009-11-02 Thread BOUWSMA Barry
On Tue, 3 Nov 2009, TD wrote: > On 2009-11-02, Goga777 wrote: > > Приветствую, TD > > > > you have to use scan-s2 > > http://mercurial.intuxication.org/hg/scan-s2 > > Hi, and thanks for your quick reply. > > I tried it but no better: > > initial transponder DVB-S 12692000 V 19532000 1/2 AUTO

[PATCH] pixfmt-test: fix VIDIOC_G_STD call for webcams

2009-11-02 Thread Németh Márton
From: Márton Németh Webcams may return -1 and errno=EINVAL when there is no standard which they support. Handle this case in pixfmt-test. Signed-off-by: Márton Németh --- diff -r 43878f8dbfb0 v4l2-apps/test/pixfmt-test.c --- a/v4l2-apps/test/pixfmt-test.c Sun Nov 01 07:17:46 2009 -0200 +++

Re: [linux-dvb] Struggling with Astra 2D (Freesat) / Happauage Nova-HD-S2

2009-11-02 Thread Another Sillyname
2009/11/3 TD : > On 2009-11-02, Goga777 wrote: >> Приветствую, TD >> >> you have to use scan-s2 >> http://mercurial.intuxication.org/hg/scan-s2 > > Hi, and thanks for your quick reply. > > I tried it but no better: > > initial transponder DVB-S  12692000 V 19532000 1/2 AUTO AUTO > initial transpo

Re: [PATCH] Multifrontend support for saa7134

2009-11-02 Thread hermann pitton
Hi, Am Sonntag, den 01.11.2009, 03:40 +0100 schrieb hermann pitton: > Hi Lukas, Petr and Eddi, > > thanks for working on it. > > Am Samstag, den 31.10.2009, 21:21 +0100 schrieb Lukáš Karas: > > Hi all, > > here is patch for multifrontend support in saa7134 driver. It is derived > > from > > p

Re: [linux-dvb] NOVA-TD exeriences?

2009-11-02 Thread Soeren Moch
> > Hi. I would be happy to hear if anyone has tried both the NOVA-TD and the > > NOVA-T. The NOVA-T has always worked perfectly here but I would like to know > > if the -TD will do the job of two NOVA-T's. And there also seems to be a new > > version out with two small antenna connectors ins

[PATCH 9/9] stv090x: corrections of some register values, blind scan related fixes

2009-11-02 Thread Andreas Regel
This patch adds corrections of some register values. It also contains some blind scan related fixes. Signed-off-by: Andreas Regel diff -r e8ae419fa64f linux/drivers/media/dvb/frontends/stv090x.c --- a/linux/drivers/media/dvb/frontends/stv090x.c Mon Nov 02 23:16:29 2009 +0100 +++ b/linux

[PATCH 8/9] stv090x: additional check for packet delineator lock in stv090x_read_status

2009-11-02 Thread Andreas Regel
This patch add an additional check for packet delineator lock in stv090x_read_status in case of a tuned DVB-S2 signal. Signed-off-by: Andreas Regel diff -r 07782fabbff1 linux/drivers/media/dvb/frontends/stv090x.c --- a/linux/drivers/media/dvb/frontends/stv090x.c Mon Nov 02 23:09:33 2009

[PATCH 7/9] stv090x: additional check for signal presence based on AGC1

2009-11-02 Thread Andreas Regel
This patch adds an additional check for signal presence based on AGC1. Signed-off-by: Andreas Regel diff -r c6b33af45211 linux/drivers/media/dvb/frontends/stv090x.c --- a/linux/drivers/media/dvb/frontends/stv090x.c Mon Nov 02 23:03:44 2009 +0100 +++ b/linux/drivers/media/dvb/frontends/st

[PATCH 6/9] stv090x: several small fixes

2009-11-02 Thread Andreas Regel
This patch contains several fixes for the stv090x driver: - added missing else - use calculated timeout instead of fixed one - use correct frequency when doing zigzag scan - added missing read of GENCFG register Signed-off-by: Andreas Regel diff -r e87448c29625 linux/drivers/media/dvb/frontends

[PATCH 4/9] stv090x: fix some typos

2009-11-02 Thread Andreas Regel
This patch fixes some typos like wrong register or variable names. Signed-off-by: Andreas Regel diff -r 817da160d9e8 linux/drivers/media/dvb/frontends/stv090x.c --- a/linux/drivers/media/dvb/frontends/stv090x.c Mon Nov 02 22:25:01 2009 +0100 +++ b/linux/drivers/media/dvb/frontends/stv090

[PATCH 5/9] stv090x: fix calculation of AGC2

2009-11-02 Thread Andreas Regel
This patch fixes calculation of AGC2 and uses a different AGC2 threshold for cut 3 chips. Signed-off-by: Andreas Regel diff -r 6e8847485f78 linux/drivers/media/dvb/frontends/stv090x.c --- a/linux/drivers/media/dvb/frontends/stv090x.c Mon Nov 02 22:33:03 2009 +0100 +++ b/linux/drivers/me

[PATCH 3/9] stv090x: fix STR and SNR calculation

2009-11-02 Thread Andreas Regel
This patch fixes STR and SNR calculation and normalizes the value into the 0..0x range. Signed-off-by: Andreas Regel diff -r 24f72ae37236 linux/drivers/media/dvb/frontends/stv090x.c --- a/linux/drivers/media/dvb/frontends/stv090x.c Mon Nov 02 22:06:31 2009 +0100 +++ b/linux/drivers/

[PATCH 2/9] stv090x: fixes in stv090x register definitions

2009-11-02 Thread Andreas Regel
This patch fixes errors and typos in stv090x register definitions. Signed-off-by: Andreas Regel diff -r 4e2c22a2b45e linux/drivers/media/dvb/frontends/stv090x_reg.h --- a/linux/drivers/media/dvb/frontends/stv090x_reg.h Mon Nov 02 21:44:35 2009 +0100 +++ b/linux/drivers/media/dvb/frontends/st

[PATCH 1/9] stv090x: increase search range based on symbol rate

2009-11-02 Thread Andreas Regel
This patch increases search range based on symbol rate. Signed-off-by: Andreas Regel diff -r 69d4b117a9e5 linux/drivers/media/dvb/frontends/stv090x.c --- a/linux/drivers/media/dvb/frontends/stv090x.c Mon Nov 02 21:38:25 2009 +0100 +++ b/linux/drivers/media/dvb/frontends/stv090x.c M

[PATCH 0/9] stv090x improvements and fixes

2009-11-02 Thread Andreas Regel
Hi, the following patches fix several issues with the stv090x driver and make locking more reliable. They were available since more than two months and tested successfully using TT S2-1600 card by me and other people from vdrportal.de. Regards, Andreas Regel -- To unsubscribe from this list:

No transponders found when using Linux

2009-11-02 Thread Charles
Hello, I have a Terratec Cinergy HT PCI MKII that I'm using with Ubuntu Karmic Koala. I have a dual boot with Windows and the DVB-T board works very well. I tried scanning channels in Linux but I have no results: http://pastebin.ca/1653762 Here's more info on my board: http://pastebin.ca/1653771

[PATCH] stv6110x: fix r divider calculation

2009-11-02 Thread Andreas Regel
This patch fixed the calculation of the r divider in stv6110x_set_frequency. It had always the value 3 no matter what frequency was given. Signed-off-by: Andreas Regel diff -r 43878f8dbfb0 linux/drivers/media/dvb/frontends/stv6110x.c --- a/linux/drivers/media/dvb/frontends/stv6110x.c Sun

Re: bug in changeset 13239:54535665f94b ?

2009-11-02 Thread e9hack
Hi, the BUG is in vidioc_streamoff() for the saa7146. This function releases all buffers first, and stops the capturing and dma tranfer of the saa7146 as second. If the page table, which is currently used by the saa7146, is modified by another thread, the saa7146 writes anywhere to the physical RA

Re: MSI StarCam Racer - No valid video chain found

2009-11-02 Thread Martin Rod
Hi Laurent, I send you output of lsusb. I think, that the uvcdriver is the latest. I try older kernel tomorrow. Martin Laurent Pinchart wrote: Hi Martin, On Sunday 01 November 2009 09:52:11 Martin Rod wrote: Hi, I use MSI StarCam Racer on Debian Linux Lenny 2.6.26-1-686 and video wor

Re: [linux-dvb] Struggling with Astra 2D (Freesat) / Happauage Nova-HD-S2

2009-11-02 Thread Goga777
Приветствую, TD you have to use scan-s2 http://mercurial.intuxication.org/hg/scan-s2 or dvb2010 scan http://hg.kewl.org/dvb2010/ also you can use szap-s2 http://mercurial.intuxication.org/hg/szap-s2 -- To unsubscribe from this list: send the line "unsubscribe linux-media" in the body of a mess

Re: [PATCH 1/3] gspca pac7302/pac7311: simplify pac_find_sof

2009-11-02 Thread Theodore Kilgore
On Mon, 2 Nov 2009, Németh Márton wrote: Theodore Kilgore írta: On Mon, 2 Nov 2009, Németh Márton wrote: Theodore Kilgore wrote: On Sun, 1 Nov 2009, Németh Márton wrote: Remove struct sd dependency from pac_find_sof() function implementation. This step prepares separation of pac7302 and

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

2009-11-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 Nov 2 19:00:03 CET 2009 path:http://www.linuxtv.org/hg/v4l-dvb changeset: 13263:43878f8dbfb0 gcc version: gcc (

Re: [PATCH 1/3] gspca pac7302/pac7311: simplify pac_find_sof

2009-11-02 Thread Németh Márton
Theodore Kilgore írta: > > On Mon, 2 Nov 2009, Németh Márton wrote: > >> Theodore Kilgore wrote: >>> On Sun, 1 Nov 2009, Németh Márton wrote: Remove struct sd dependency from pac_find_sof() function implementation. This step prepares separation of pac7302 and pac7311 specific parts of >

Re: Problem compiling libv4l 0.6.3

2009-11-02 Thread Pierre
Hans de Goede wrote: Hi, On 10/28/2009 06:43 PM, Pierre wrote: # make make -C libv4lconvert V4L2_LIB_VERSION=0.6.3 all make[1]: Entering directory `/tmp/libv4l-0.6.3/libv4lconvert' gcc -Wp,-MMD,"libv4lconvert.d",-MQ,"libv4lconvert.o",-MP -c -I../include -I../../../include -fvisibility=hidden -f

[PATCH] sms-cards.c: Ensure index is positive

2009-11-02 Thread Roel Kluin
The index is signed, make sure it is not negative when we read the array element. Signed-off-by: Roel Kluin --- drivers/media/dvb/siano/sms-cards.c |2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/drivers/media/dvb/siano/sms-cards.c b/drivers/media/dvb/siano/sms-cards.c

Re: [PATCH 1/3] gspca pac7302/pac7311: simplify pac_find_sof

2009-11-02 Thread Theodore Kilgore
On Mon, 2 Nov 2009, Németh Márton wrote: Theodore Kilgore wrote: On Sun, 1 Nov 2009, Németh Márton wrote: Remove struct sd dependency from pac_find_sof() function implementation. This step prepares separation of pac7302 and pac7311 specific parts of struct sd. [...] But here is the point.

RE: [PATCH 2/9] v4l: add new v4l2-subdev sensor operations, use g_skip_top_lines in soc-camera

2009-11-02 Thread Karicheri, Muralidharan
Guennadi, Murali Karicheri Software Design Engineer Texas Instruments Inc. Germantown, MD 20874 phone: 301-407-9583 email: m-kariche...@ti.com >-Original Message- >From: linux-media-ow...@vger.kernel.org [mailto:linux-media- >ow...@vger.kernel.org] On Behalf Of Guennadi Liakhovetski >Sent

RE: [PATCH/RFC 9/9] mt9t031: make the use of the soc-camera client API optional

2009-11-02 Thread Karicheri, Muralidharan
Guennadi, Thanks for the reply. >> >+}; >> >+ >> >+static struct soc_camera_ops mt9t031_ops = { >> >+ .set_bus_param = mt9t031_set_bus_param, >> >+ .query_bus_param= mt9t031_query_bus_param, >> >+ .controls = mt9t031_controls, >> >+ .num_controls =

Re: [linux-dvb] NOVA-TD exeriences?

2009-11-02 Thread Zdenek Kabelac
2009/11/2 Magnus Hörlin : > Hi. I would be happy to hear if anyone has tried both the NOVA-TD and the > NOVA-T. The NOVA-T has always worked perfectly here but I would like to know > if the -TD will do the job of two NOVA-T's. And there also seems to be a new > version out with two small antenna co

NOVA-TD exeriences?

2009-11-02 Thread Magnus Hörlin
Hi, and sorry for double-posting on the old mailing list. I would be happy to hear if anyone has tried both the NOVA-TD and the NOVA-T. The NOVA-T has always worked perfectly here but I would like to know if the -TD will do the job of two NOVA-T's. And there also seems to be a new version out wi

NOVA-TD exeriences?

2009-11-02 Thread Magnus Hörlin
Hi. I would be happy to hear if anyone has tried both the NOVA-TD and the NOVA-T. The NOVA-T has always worked perfectly here but I would like to know if the -TD will do the job of two NOVA-T's. And there also seems to be a new version out with two small antenna connectors instead of the previous c

Re: 1164:1f08 YUAN High-Tech STK7700PH kernel crash in Ubuntu 9.10

2009-11-02 Thread Devin Heitmueller
On Mon, Nov 2, 2009 at 8:28 AM, Patrick Byrne wrote: > Hi, > > I have an Aopen MP45-DR mini-pc. I am trying to get a DVB-T card > working in it. The DVB card is a Mini-PCI express card. It fits on a > minicard slot inside the pc. > > I can activate the 'Firmware for DVB cards' in the Hardware Driv

Re: MSI StarCam Racer - No valid video chain found

2009-11-02 Thread Laurent Pinchart
Hi Martin, On Sunday 01 November 2009 09:52:11 Martin Rod wrote: > Hi, > > I use MSI StarCam Racer on Debian Linux Lenny 2.6.26-1-686 and video > works without problem: > > usb 4-4: New USB device found, idVendor=0c45, idProduct=62e0 > usb 4-4: New USB device strings: Mfr=2, Product=1,SerialNum

1164:1f08 YUAN High-Tech STK7700PH kernel crash in Ubuntu 9.10

2009-11-02 Thread Patrick Byrne
Hi, I have an Aopen MP45-DR mini-pc. I am trying to get a DVB-T card working in it. The DVB card is a Mini-PCI express card. It fits on a minicard slot inside the pc. I can activate the 'Firmware for DVB cards' in the Hardware Drivers applet: Oct 24 10:59:14 wulf kernel: [ 121.660518] usbcore: d

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

2009-11-02 Thread Jean-Francois Moine
Hi Mauro, Please pull from http://linuxtv.org/hg/~jfrancois/v4l-dvb for the following 9 changesets: 01/09: gspca - pac207/pac7311/mr97310a: Simplify pac_find_sof. http://linuxtv.org/hg/~jfrancois/v4l-dvb?cmd=changeset;node=4d776e15a7c7 02/09: gspca - pac7311: Extract pac_start_frame. http://lin

Re: DVB-S2 card recommendation?

2009-11-02 Thread Lou Otway
Lou Otway wrote: I've been using the Turbosight TBS6920 for a while now, with very good results. It's a PCI device based on the Conexant CX23885 chipset. I'm pretty sure it meets all your requirements. Correction, the TBS6920 is a PCIe device! Thanks, Lou -- To unsubscribe from this list:

Re: DVB-S2 card recommendation?

2009-11-02 Thread Lou Otway
Michael Durket wrote: Is there a DVB-S2 card on the market yet with these features: 1) DVB-S2 (QPSK, 8PSK) and DVB-S modes fully supported in Linux (i.e. not experimental, not requiring sifting through different driver sources to try to find one that works) 2) Has no s