Dear all:
I download the latest linux_dvb_apps from
http://packages.debian.org/source/stable/linuxtv-dvb-apps, but find
the compile error message below:
Desktop/dvb-apps-63dae165ffe8# make CROSS_COMPILE=mipsel-linux- V=1
make -C lib all
make[1]: Entering directory `/home/cc/Desktop/dvb-apps-63dae1
Am Freitag, den 24.07.2009, 12:42 -0400 schrieb Steven Toth:
> This mailing list, the freenode irc channels #v4l and #linuxtv, the V4L
> and the
> LinuxTV mailing lists were created for discussing open source development
> related to the kernel linux media drivers, the usabili
On Fri, Jul 24, 2009 at 07:06:11PM +0300, Igor M. Liplianin wrote:
> On 24 2009 05:33:15 Mark Zimmerman wrote:
> > Greetings:
> >
> > Using current current v4l-dvb drivers, I get the following in the
> > dmesg:
> >
> > cx88[1]/2: subsystem: 8920:, board: TBS 8920 DVB-S/S2 [card=72]
> > cx8
On Fri, Jul 24, 2009 at 05:32:23PM -0400, Devin Heitmueller wrote:
> On Fri, Jul 24, 2009 at 4:50 PM, Greg KH wrote:
> > On Fri, Jul 24, 2009 at 02:40:20PM -0300, Mauro Carvalho Chehab wrote:
> >> Linus,
> >>
> >> Please pull from:
> >>
> >> ssh://master.kernel.org/pub/scm/linux/kernel/git
On Fri, Jul 24, 2009 at 4:50 PM, Greg KH wrote:
> On Fri, Jul 24, 2009 at 02:40:20PM -0300, Mauro Carvalho Chehab wrote:
>> Linus,
>>
>> Please pull from:
>>
>> ssh://master.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-2.6.git
>> for_linus
>>
>> This series adds a new gscpca sub-driv
On Fri, Jul 24, 2009 at 02:40:20PM -0300, Mauro Carvalho Chehab wrote:
> Linus,
>
> Please pull from:
>
> ssh://master.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-2.6.git
> for_linus
>
> This series adds a new gscpca sub-driver for sn9c20x webcams. There are
> several
> popular w
On 7/24/09 1:34 PM, cyber.bogh wrote:
Am Freitag 24 Juli 2009 18:42:58 schrieben Sie:
This mailing list, the freenode irc channels #v4l and #linuxtv, the
V4L and the LinuxTV mailing lists were created for discussing open
source development related to the kernel linux media drivers, the
usability
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 Jul 24 19:00:04 CEST 2009
path:http://www.linuxtv.org/hg/v4l-dvb
changeset: 12324:6477aa1782d5
gcc version: gcc
Linus,
Please pull from:
ssh://master.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-2.6.git
for_linus
This series adds a new gscpca sub-driver for sn9c20x webcams. There are several
popular webcam models supported by those Sonix/Microdia chips.
Greg can remove some linuxdriverproje
Am Freitag 24 Juli 2009 18:42:58 schrieben Sie:
> This mailing list, the freenode irc channels #v4l and #linuxtv, the
> V4L and the LinuxTV mailing lists were created for discussing open
> source development related to the kernel linux media drivers, the
> usability of those dri
Add new USB ID (1b80:e400) for KWorld PlusTV Dual DVB-T Stick (DVB-T 399U).
The model number on the devices sticker label is "KW-DVB-T 399UR".
Signed-off-by: Mart Raudsepp
---
drivers/media/dvb/dvb-usb/af9015.c |4 +++-
drivers/media/dvb/dvb-usb/dvb-usb-ids.h |1 +
2 files changed,
As there can be modulator devices with get/set frequency
callbacks, this patch adds support to them in v4l2-ctl utility.
Signed-off-by: Eduardo Valentin
---
v4l2-apps/util/v4l2-ctl.cpp | 10 +-
1 files changed, 9 insertions(+), 1 deletions(-)
diff --git a/v4l2-apps/util/v4l2-ctl.cpp b
This patch adds a document file for si4713 device driver.
It describes the driver interfaces and organization.
Signed-off-by: Eduardo Valentin
---
linux/Documentation/video4linux/si4713.txt | 175
1 files changed, 175 insertions(+), 0 deletions(-)
create mode 10064
Simple add Makefile and Kconfig entries.
Signed-off-by: Eduardo Valentin
---
linux/drivers/media/radio/Kconfig | 22 ++
linux/drivers/media/radio/Makefile |2 ++
2 files changed, 24 insertions(+), 0 deletions(-)
diff --git a/linux/drivers/media/radio/Kconfig
b/linux/
This patch adds files which creates the radio interface
for si4713 FM transmitter (modulator) devices.
In order to do the real access to device registers, this
driver uses the v4l2 subdev interface exported by si4713 i2c driver.
Signed-off-by: Eduardo Valentin
---
linux/drivers/media/radio/radi
Signed-off-by: Eduardo Valentin
---
linux/drivers/media/video/v4l2-common.c | 63 ++-
1 files changed, 62 insertions(+), 1 deletions(-)
diff --git a/linux/drivers/media/video/v4l2-common.c
b/linux/drivers/media/video/v4l2-common.c
index bd13702..6fc0559 100644
---
This single patch adds documentation description for FM Modulator (FM TX)
Extended Control Class and its Control IDs. The text was added under
"Extended Controls" section.
Signed-off-by: Eduardo Valentin
---
v4l2-spec/Makefile |1 +
v4l2-spec/controls.sgml | 210 +++
This patch adds a new class of extended controls. This class
is intended to support FM Radio Modulators properties such as:
rds, audio limiters, audio compression, pilot tone generation,
tuning power levels and preemphasis properties.
Signed-off-by: Eduardo Valentin
---
linux/include/linux/video
Signed-off-by: Eduardo Valentin
---
linux/include/media/v4l2-subdev.h |2 ++
1 files changed, 2 insertions(+), 0 deletions(-)
diff --git a/linux/include/media/v4l2-subdev.h
b/linux/include/media/v4l2-subdev.h
index 89a39ce..d411345 100644
--- a/linux/include/media/v4l2-subdev.h
+++ b/linux/
Hello guys,
Here is the version 10 of fm transmitter work.
The difference between previous version is that now it is
based only on http://www.linuxtv.org/hg/~hverkuil/v4l-dvb-strctrl,
which contains the string support for our extended control api.
Also, I've added a new extended control on the
This mailing list, the freenode irc channels #v4l and #linuxtv, the V4L and the
LinuxTV mailing lists were created for discussing open source development
related to the kernel linux media drivers, the usability of those drivers and
related open source themes.
Anything related to binary only users
> at least you will need to recompile the modules that you changed
Ho can I do that ?
> Standard Cold boot Method
> 1 do a proper shutdown of your computer
> 2 unplug the power from your system unit
> 3 make and then drink a cup of tea
> 4 replug your computer
> 5 restart your computer
>
I have
On 24 июля 2009 05:33:15 Mark Zimmerman wrote:
> Greetings:
>
> Using current current v4l-dvb drivers, I get the following in the
> dmesg:
>
> cx88[1]/2: subsystem: 8920:, board: TBS 8920 DVB-S/S2 [card=72]
> cx88[1]/2: cx2388x based DVB/ATSC card
> cx8802_alloc_frontends() allocating 1 fronten
Am Freitag 24 Juli 2009 15:06:08 schrieben Sie:
> Em Fri, 24 Jul 2009 14:15:16 +0200
>
> Markus Rechberger escreveu:
> > On Fri, Jul 24, 2009 at 2:06 PM, Mauro Carvalho
> >
> > Chehab wrote:
> > > Em Fri, 24 Jul 2009 12:54:27 +0200
> > >
> > > Markus Rechberger escreveu:
> > >> someone has proble
Markus Rechberger wrote:
On Fri, Jul 24, 2009 at 2:06 PM, Mauro Carvalho
Chehab wrote:
Em Fri, 24 Jul 2009 12:54:27 +0200
Markus Rechberger escreveu:
someone has problems here? We also support available opensource
players and will contribute some patches which can be used by all
devic
On Fri, Jul 24, 2009 at 3:06 PM, Mauro Carvalho
Chehab wrote:
> Em Fri, 24 Jul 2009 14:15:16 +0200
> Markus Rechberger escreveu:
>
>> On Fri, Jul 24, 2009 at 2:06 PM, Mauro Carvalho
>> Chehab wrote:
>> > Em Fri, 24 Jul 2009 12:54:27 +0200
>> > Markus Rechberger escreveu:
>> >
>> >> someone has pr
HI Thanks,
But this is confusing for me. Please give a step by step instruction
to do this :
>> Change the vmux of card = 3 in saa7134-cards.c from one to 3
So you want me to change the line " .vmux = 1,<--change to
vmux = 3" in kernel source code and recompile the entire kernel ?
There
Em Fri, 24 Jul 2009 14:15:16 +0200
Markus Rechberger escreveu:
> On Fri, Jul 24, 2009 at 2:06 PM, Mauro Carvalho
> Chehab wrote:
> > Em Fri, 24 Jul 2009 12:54:27 +0200
> > Markus Rechberger escreveu:
> >
> >> someone has problems here? We also support available opensource
> >> players and will c
Markus Rechberger wrote:
there's no reason to argue with you since you have your own ideas. We
do give opensource support as well. So please find another target to
struggle around with. Let's see who's able to deliver the better
solution for endusers.
i raise to the bait every so often :-)
s
On Fri, Jul 24, 2009 at 2:06 PM, Mauro Carvalho
Chehab wrote:
> Em Fri, 24 Jul 2009 12:54:27 +0200
> Markus Rechberger escreveu:
>
>> someone has problems here? We also support available opensource
>> players and will contribute some patches which can be used by all
>> devices.
>
Ah well Mauro,
Em Fri, 24 Jul 2009 12:54:27 +0200
Markus Rechberger escreveu:
> someone has problems here? We also support available opensource
> players and will contribute some patches which can be used by all
> devices.
This mailing list, the freenode irc channels #v4l and #linuxtv, the V4L and the
LinuxTV
Hi @all,
because i'm building a new TV-Box with a new ATOM-ION-Board which doesnt
have any PCI-Slots, i've been searching for a while for an USB-DVB-S-Box
with a Common Interface. In the Wiki i found this:
http://www.linuxtv.org/wiki/index.php/TechnoTrend_TT-connect_S2-3650_CI. But
i'm a bit conf
On Fri, 24 Jul 2009 14:25:33 +0800
AceLan Kao wrote:
> It sounds like that the Lenovo webcam(0x17ef, 0x4802) sensor and the
> 0x041e, 0x405b device sensor doesn't be placed at the same direction
> and the initial tables seems not so compatible.
> Do you think that it would be better to split the
On Thu, Jul 23, 2009 at 8:59 PM, Mauro Carvalho
Chehab wrote:
> Em Thu, 23 Jul 2009 16:29:02 +0200
> Markus Rechberger escreveu:
>
>> On Thu, Jul 23, 2009 at 4:05 PM, Devin
>> Heitmueller wrote:
>> > On Thu, Jul 23, 2009 at 8:10 AM, Markus Rechberger
>> > wrote:
>> >> There's a pretty good disclo
It tested the value of stk_sizes[i].m before checking whether i was in range.
Signed-off-by: Roel Kluin
---
diff --git a/drivers/media/video/stk-webcam.c b/drivers/media/video/stk-webcam.c
index 4d6785e..b154bd9 100644
--- a/drivers/media/video/stk-webcam.c
+++ b/drivers/media/video/stk-webcam.c
Andrew Morton wrote:
The patch doesn't apply to current kernels and fixing it looks non-trivial.
I've attached a patch against the latest git tree.
There's no hurry - please email us a complete (tested, changelogged,
signed-off) patch when you have time to get onto it, thanks.
I can't test
> Hi Hans,
>
> On Thu, Jul 23, 2009 at 11:54:46PM +0200, ext Hans Verkuil wrote:
>> Hi Eduardo,
>>
>> I've prepared a new tree:
>>
>> http://www.linuxtv.org/hg/~hverkuil/v4l-dvb-strctrl
>
> good.
>
>>
>> This contains the full string control implementation, including updates
>> to
>> the v4l2-spec
Hi!
I am trying to get a capture card working under linux. Ubuntu 8.09
loads bttv module but doesn´t recognize the type of the card - it is
not listed on cardlist.bttv . I tried several card=XX options (with
mediocre success, e.g. bad grey or green picture from only one input,
random change of inp
Hi Hans,
On Thu, Jul 23, 2009 at 11:54:46PM +0200, ext Hans Verkuil wrote:
> Hi Eduardo,
>
> I've prepared a new tree:
>
> http://www.linuxtv.org/hg/~hverkuil/v4l-dvb-strctrl
good.
>
> This contains the full string control implementation, including updates to
> the v4l2-spec, based on the RF
39 matches
Mail list logo