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
http://www.rastageeks.org/ov51x-jpeg/index.p
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
> > >
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
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 Av
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
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 t
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
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 (
On Sat, 21 Nov 2009, g_remlin wrote:
> Hi Barry, thanks for taking the time to reply (my previous more informative
Happy to have helped, even though I didn't help.
> This is the Terrestrial transmission standard being rolled out across the UK,
Ah. I assumed `CH' referred to the country, and t
On Nov 21, 2009, at 12:18 PM, Alex Deucher wrote:
> 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 t
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 t
Am Thu, 19 Nov 2009 16:37:18 +0100 (CET)
schrieb Patrick Boettcher :
> 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 | snr
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 unsu
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 th
From: Márton Németh
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/)
//
@@
expression dev;
From: Márton Németh
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/)
//
@@
expression dev;
expression phys;
expression str;
expression size;
@@
usb_make_path(dev, phys,
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 mainst
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 a
From: Julia Lawall
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/)
//
@r exists@
local idexpression x;
statement S;
expression E;
identifie
From: Márton Németh
Add support for snapshot button found on Labtec Webcam 2200.
Signed-off-by: Márton Németh
---
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
+++ b/linux/drivers/media/video/gspca/p
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 wrote:
>> Hans de Goede wrote:
> [snip]
>>> I'm personally not a big fan of adding more configuration options,
>>> w
On Friday 20 November 2009 23:53:18 m-kariche...@ti.com wrote:
> From: Muralidharan Karicheri
>
> 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 preset added by t
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 transp
23 matches
Mail list logo