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

2009-11-21 Thread Magnus Hörlin
Soeren Moch wrote: OK, my nova-td device id is 2040:9580, for 2040:5200 the attached extended patch version may help. (I have no access to such device.) Please test. Soeren Well, it did help thank you very much! Now I finally have four DVB-T and four DVB-S2 adapters that can take any

Re: [PATCH - v1]V4L - Adding helper function to get dv preset description

2009-11-21 Thread Hans Verkuil
On Friday 20 November 2009 23:53:18 m-kariche...@ti.com wrote: From: Muralidharan Karicheri m-kariche...@ti.com Resending adding Reviewed-by... Updated based on review comments And see more review comments below! This patch adds a helper function to get description of a digital video

Re: [RFC, PATCH 1/2] gspca: add input support for interrupt endpoints

2009-11-21 Thread Németh Márton
Hi, first of all: Hans and Jef, thank you for your helping guidance with this patchset. Jean-Francois Moine wrote: Hi, On Fri, 20 Nov 2009 08:14:10 +0100 Németh Márton nm...@freemail.hu wrote: Hans de Goede wrote: [snip] I'm personally not a big fan of adding more configuration

Re: [RFC, PATCH 2/2] gspca pac7302: add support for camera button

2009-11-21 Thread Németh Márton
From: Márton Németh nm...@freemail.hu Add support for snapshot button found on Labtec Webcam 2200. Signed-off-by: Márton Németh nm...@freemail.hu --- diff -r abfdd03b800d linux/drivers/media/video/gspca/pac7302.c --- a/linux/drivers/media/video/gspca/pac7302.c Thu Nov 19 10:34:21 2009 +0100 +++

[PATCH 1/8] drivers/media/video: introduce missing kfree

2009-11-21 Thread Julia Lawall
From: Julia Lawall ju...@diku.dk Error handling code following a kzalloc should free the allocated data. Similarly for usb-alloc urb. The semantic match that finds the first problem is as follows: (http://www.emn.fr/x-info/coccinelle/) // smpl @r exists@ local idexpression x; statement S;

Re: CH???, Bandwidth 8MHz, Fec_Hi 1/2, Modulation QAM64, Mode 8K, Guard 1/4, fails to tune\demux

2009-11-21 Thread BOUWSMA Barry
Howdy. I'm afraid that your posting is horribly unclear, with the apparently important information present in the Subject: header, as such: ``Subject : Re: CH???, Bandwidth 8MHz, Fec_Hi 1/2, Modulation QAM64, Mode 8K, Guard 1/4, fails to tune\demux'' I'm going to go out on a limb and

Re: AverTV TwinStar support

2009-11-21 Thread Piero Terzulli
Thanks to the support of Jose Alberto Reguero I've been able to actually use the stick. You have to use the Antii's driver located at http://linuxtv.org/wiki/index.php/TerraTec_Cinergy_T_Stick, install them through method B and the apply the attached patch made by Jose. I hope it soon goes

[PATCH] dvb ttusb-dec: do not overwrite the first part of phys string

2009-11-21 Thread Németh Márton
From: Márton Németh nm...@freemail.hu Use strlcat() to append a string to the previously created first part. The semantic match that finds this kind of problem is as follows: (http://coccinelle.lip6.fr/) // smpl @@ expression dev; expression phys; expression str; expression size; @@

[PATCH] usbvideo: limit the length of string creation

2009-11-21 Thread Németh Márton
From: Márton Németh nm...@freemail.hu Use strlcat() to append a string to the previously created first part. The strlcat() function limits the size of the string to the whole destination buffer. The semantic match that finds this kind of problem is as follows: (http://coccinelle.lip6.fr/) //

Re: IR Receiver on an Tevii S470

2009-11-21 Thread Matthias Fechner
Hi, Matthias Fechner schrieb: I bought some days ago a Tevii S470 DVB-S2 (PCI-E) card and got it running with the driver from: http://mercurial.intuxication.org/hg/s2-liplianin But I was not successfull in got the IR receiver working. It seems that it is not supported yet by the driver. Is

ENE CIR driver

2009-11-21 Thread Alex Deucher
Does anyone know if there is a driver or documentation available for the ENE CIR controller that's incorporated into many of their keyboard controllers? If there is no driver but documentation, are there drivers for other CIR controllers that could be used as a reference? Thanks, Alex -- To

Re: dibusb-common.c FE_HAS_LOCK problem

2009-11-21 Thread grafgrimm77
Am Thu, 19 Nov 2009 16:37:18 +0100 (CET) schrieb Patrick Boettcher pboettc...@kernellabs.com: On Sat, 7 Nov 2009, Mario Bachmann wrote: Hi there, I tried linux-2.6.31.5 and tuning still does not work: tuning to 73800 Hz video pid 0x0131, audio pid 0x0132 status 00 | signal

Re: CH???, Bandwidth 8MHz, Fec_Hi 1/2, Modulation QAM64, Mode 8K, Guard 1/4, fails to tune\demux

2009-11-21 Thread g_remlin
Hi Barry, thanks for taking the time to reply (my previous more informative post was ignored). This is the Terrestrial transmission standard being rolled out across the UK, I live in one of the first areas to be upgraded to the new standard. Since the change, my DVB-T PCI card will no longer

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

2009-11-21 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:Sat Nov 21 19:00:08 CET 2009 path:http://www.linuxtv.org/hg/v4l-dvb changeset: 13372:8bff7e6c44d4 gcc version: gcc

Re: CH???, Bandwidth 8MHz, Fec_Hi 1/2, Modulation QAM64, Mode 8K, Guard 1/4, fails to tune\demux

2009-11-21 Thread g_remlin
Hi Barry, thanks again, I understood that reply. I got the Fec/Guard values I was using from the Windows XP app display, so am not surprised they are wrong :). Tried your suggestions, but no success. I have googled another user who has had success using a switched over transmitter similar to

Re: IR Receiver on an Tevii S470

2009-11-21 Thread Andy Walls
On Sat, 2009-11-21 at 18:10 +0100, Matthias Fechner wrote: Hi, Matthias Fechner schrieb: I bought some days ago a Tevii S470 DVB-S2 (PCI-E) card and got it running with the driver from: http://mercurial.intuxication.org/hg/s2-liplianin But I was not successfull in got the IR

Re: IR Receiver on an Tevii S470

2009-11-21 Thread Jonas Kvinge
Andy Walls wrote: On Sat, 2009-11-21 at 18:10 +0100, Matthias Fechner wrote: Hi, Matthias Fechner schrieb: I bought some days ago a Tevii S470 DVB-S2 (PCI-E) card and got it running with the driver from: http://mercurial.intuxication.org/hg/s2-liplianin But I was not successfull in got

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

2009-11-21 Thread Andy Walls
Mauro, Please pull from http://linuxtv.org/hg/~awalls/v4l-dvb-misc for the following 7 changesets: 01/07: ivtv: Update the cards definitions to add another AVerMedia M113 variant http://linuxtv.org/hg/~awalls/v4l-dvb-misc?cmd=changeset;node=b7e065c84fc7 02/07: ivtv: Added FM radio support to

Re: IR Receiver on an Tevii S470

2009-11-21 Thread Igor M. Liplianin
On 21 ноября 2009 22:41:42 Andy Walls wrote: On Sat, 2009-11-21 at 18:10 +0100, Matthias Fechner wrote: Hi, Matthias Fechner schrieb: I bought some days ago a Tevii S470 DVB-S2 (PCI-E) card and got it running with the driver from: http://mercurial.intuxication.org/hg/s2-liplianin

Re: IR Receiver on an Tevii S470

2009-11-21 Thread Andy Walls
On Sun, 2009-11-22 at 03:03 +0200, Igor M. Liplianin wrote: On 21 ноября 2009 22:41:42 Andy Walls wrote: On Sat, 2009-11-21 at 18:10 +0100, Matthias Fechner wrote: Hi, Matthias Fechner schrieb: I bought some days ago a Tevii S470 DVB-S2 (PCI-E) card and got it running with the

inquiry about Creative WebCam Live!, model vf0330

2009-11-21 Thread leo
Hi, 1. I've just installed Fedora 12, anticipating that my WebCam will finally work under linux. It does not. Perhaps it was not included in the list of WebCams for FC12. 2. Sorry that my qualification does not suffice to use the ov51x JPEG driver from