On Thu, 02 Apr 2009 13:15:10 -0700
wrote:
[snip]
> I'd like use V4L2. I saw the specifications at
> http://v4l2spec.bytesex.org/spec-single/v4l2.html , but I can't get
> success!
> Anyone can help me?
Hello Gabriel,
Have a look at v4l2-apps/test/capture-example.c found in any LinuxTv
rep
> > >You did not tell which version of gspca you use. If it is the one of a
> > >kernel older than 2.6.30, you should update. Also, may this problem
> > >be reproduced?
> >
> > I'm using the built in one. I'm going to upgrade to 2.6.29 very soon. And
> > if problem still persists, I can build gspca
Not even being detected in Linux 2.6.29.1, I have the modules "dm1105"
loaded, but since its not even being detected by linux..
lspci -vv shows this (I'm assuming this is the card..), dmesg shows
nothing dvb being loaded
00:0b.0 Ethernet controller: Device 195d:1105 (rev 10)
Subsystem: Device
Hi,
I'm answering myself.
I solved compile error that I mentioned yesterday,
Problem is all about DTD and sh in ubuntu distribution.
I'm still not sure what package do I exactly need to solve this
problem, but I did like following.
I searched all the packages related with sgml and selected which
Hi all. I hope this is the right place to bring up this problem.
I have been attempting to set up a Microsoft VX 3000 webcam/microphone combo.
I was running Ubuntu 8.10 (intrepid ibex) with the 2.6.27-11 kernel. I
was unable to get the camera running until I found a reference to
downloading the g
Hello,
Whats the command to extract the firmware from the new driver release at
http://www.wintvcd.co.uk/drivers/88x_2_123_27056_WHQL.zip
The driver at http://www.wintvcd.co.uk/drivers/88x_2_122_26109_WHQL.zip
is no longer available, so the link on
http://linuxtv.org/wiki/index.php/Hauppauge_WinT
Hi,
The label says E2D9.
Michel
Steven Toth wrote:
Michel Dansereau wrote:
Steve,
Point taken about dropping the mailing list.
Thanks!
Michel
Thanks, one last question.
Look a the white Hauppauge label on the HVR-1250 tuner, its should say
something like Rev .
What is your r
Le 02.04.2009 19:06:05, Simon Kenyon a écrit :
> Manu wrote:
> > Le 02.04.2009 18:26:18, Simon Kenyon a écrit :
> >
> >> i've been hacking together a epg data grabber
> >> taking pieces from here, there and everywhere
> >>
> >> the basic idea is to grab data off-air and generate xmltv format
> x
Manu wrote:
Le 02.04.2009 18:26:18, Simon Kenyon a écrit :
i've been hacking together a epg data grabber
taking pieces from here, there and everywhere
the basic idea is to grab data off-air and generate xmltv format xml
files
the plan is to support DVB, Freesat, Sky (UK and IT) and
MediaHi
Le 02.04.2009 18:26:18, Simon Kenyon a écrit :
> i've been hacking together a epg data grabber
> taking pieces from here, there and everywhere
>
> the basic idea is to grab data off-air and generate xmltv format xml
> files
>
> the plan is to support DVB, Freesat, Sky (UK and IT) and
> MediaHigh
On Thursday 02 Apr 2009, Stian Skjelstad wrote:
> > Stian Skjelstad wrote:
> > [snip]
> >
> > > usb 2-2: USB disconnect, address 47
> >>
> >> gspca: urb status: -108
> >> gspca: urb status: -108
> >> gspca: disconnect complete
> >> BUG: unable to handle kernel NULL pointer dereference at 0
i've been hacking together a epg data grabber
taking pieces from here, there and everywhere
the basic idea is to grab data off-air and generate xmltv format xml files
the plan is to support DVB, Freesat, Sky (UK and IT) and MediaHighway1 and 2
i have the first two working and am working on the r
heis Claudio and Vortice,
I added Vortice since he was also asking that driver some months ago.
Claudio Chimera wrote:
Hello Antti,
Il giorno mer, 01/04/2009 alle 19.33 +0300, Antti Palosaari ha scritto:
C Khmer1 wrote:
Hello,
I'm trying to write a linux driver for my A-Data DT1 USB2 DVB-T c
I have rev E1D9. Below is my dmesg output after applying the same change as
Michel had shown.
[ 466.833952] cx23885 driver version 0.0.1 loaded
[ 466.833979] cx23885 :03:00.0: PCI INT A -> GSI 19 (level, low) -> IRQ 19
[ 466.833981] cx23885[0]/0: cx23885_dev_setup() Memory configured for
On Thursday 02 April 2009 20:25:10 Alexey Klimov wrote:
> On Thu, Apr 2, 2009 at 11:29 AM, Hans Verkuil wrote:
>
> [...]
>
> >> So, questions are:
> >>
> >> 1) What for is lock/unlock_kernel() used in open?
> >
> > It's pointless. Just remove it.
>
> Actually, i can see lock/unlock_kernel() in
On Thu, Apr 2, 2009 at 11:29 AM, Hans Verkuil wrote:
[...]
>> So, questions are:
>>
>> 1) What for is lock/unlock_kernel() used in open?
>
> It's pointless. Just remove it.
Actually, i can see lock/unlock_kernel() in open in other V4L drivers too.
What for is it used in other drivers?
>> 2) Ca
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:Thu Apr 2 19:00:04 CEST 2009
path:http://www.linuxtv.org/hg/v4l-dvb
changeset: 11341:4c7466ea8d64
gcc version: gcc
On Thu, 2 Apr 2009, Darius Augulis wrote:
>
> > > + * struct mx1_camera_pdata - i.MX1/i.MXL camera platform data
> > > + * @init:Init board resources
> > > + * @exit:Release board resources
> > > + * @mclk_10khz: master clock frequency in 10kHz units
> > > + * @flags: MX1 c
+ * struct mx1_camera_pdata - i.MX1/i.MXL camera platform data
+ * @init: Init board resources
+ * @exit: Release board resources
+ * @mclk_10khz:master clock frequency in 10kHz units
+ * @flags: MX1 camera platform flags
+ */
+struct mx1_camera_pdata {
+ int (*init)(
On Thu, 2 Apr 2009, Darius Augulis wrote:
> Guennadi Liakhovetski wrote:
> > Use platform power hook to turn the camera on and off.
> >
> > Signed-off-by: Guennadi Liakhovetski
> > ---
> > diff --git a/drivers/media/video/mt9t031.c b/drivers/media/video/mt9t031.c
> > index 23f9ce9..2b0927b 10064
Guennadi Liakhovetski wrote:
Use platform power hook to turn the camera on and off.
Signed-off-by: Guennadi Liakhovetski
---
diff --git a/drivers/media/video/mt9t031.c b/drivers/media/video/mt9t031.c
index 23f9ce9..2b0927b 100644
--- a/drivers/media/video/mt9t031.c
+++ b/drivers/media/video/mt9
On Thursday 02 April 2009 14:02:11 Eduardo Valentin wrote:
> Hi Hans,
>
> On Thu, Apr 02, 2009 at 09:47:11AM +0200, ext Hans Verkuil wrote:
> > On Wednesday 01 April 2009 11:43:28 Eduardo Valentin wrote:
> > > Hello Mauro and v4l guys,
> > >
> > > This series contains a v4l2 radio driver which
> >
Hi Mauro,
Please pull from http://www.linuxtv.org/hg/~hverkuil/v4l-dvb for the
following:
- msp3400: remove i2c legacy code
- saa7115: remove i2c legacy code
- tvp5150: remove i2c legacy code.
- tuner: remove i2c legacy code.
- tvaudio: remove i2c legacy code
- v4l: remove obsolete header and so
Ok, looks better now, still a few remarks. If we try hard enough we still
might be able to get it in for 2.6.30.
On Mon, 30 Mar 2009, Darius Augulis wrote:
> From: Paulius Zaleckas
>
> Signed-off-by: Paulius Zaleckas
Your S-o-b is still missing.
> ---
>
> arch/arm/mach-mx1/Makefile
Remove unused #include in drivers/media/video/zr364xx.c.
Signed-off-by: Huang Weiyi
---
drivers/media/video/zr364xx.c |1 -
1 files changed, 0 insertions(+), 1 deletions(-)
diff --git a/drivers/media/video/zr364xx.c b/drivers/media/video/zr364xx.c
index 221409f..ac169c9 100644
--- a/driver
Remove unused #include in
drivers/media/video/usbvision/usbvision-i2c.c.
Signed-off-by: Huang Weiyi
---
drivers/media/video/usbvision/usbvision-i2c.c |1 -
1 files changed, 0 insertions(+), 1 deletions(-)
diff --git a/drivers/media/video/usbvision/usbvision-i2c.c
b/drivers/media/video/us
On Thu, Apr 2, 2009 at 10:30 PM, Steven Toth wrote:
> David Wong wrote:
>>
>> I would like to initiate a discussion of v4l-dvb API proposal for China
>> DTV.
>>
>> Some of you may heard about China DTV standard as DMB-T/H, it is not
>> totally correctly.
>> China standard GB20600-2006 is indeed a
Michel Dansereau wrote:
Steve,
Point taken about dropping the mailing list.
Thanks!
Michel
Thanks, one last question.
Look a the white Hauppauge label on the HVR-1250 tuner, its should say something
like Rev .
What is your rev?
- Steve
--
To unsubscribe from this list: send the
Kevin Wells wrote:
Hi Mauro,
I've started trying to understand the code in the following repository:
http://www.linuxtv.org/hg/~mchehab/tm6010/
I have a few patches I would like to apply. How should I do this?
* Should I e-mail patches to you?
* Should I find somewhere to host my
Joseph Yasi wrote:
Hello,
With the cx23885 driver that shipped with 2.6.29, as well as the
latest hg driver, the analog mpeg encoder device for the HVR-1800 does
not respond to the VIDIOC_QUERYCAP ioctl, returning ENOTTY. This
ioctl previously worked with the driver in 2.6.28. The preview devi
David Wong wrote:
I would like to initiate a discussion of v4l-dvb API proposal for China DTV.
Some of you may heard about China DTV standard as DMB-T/H, it is not
totally correctly.
China standard GB20600-2006 is indeed a union of DMB-TH(multi-carrier)
and ADTB-T(single carrier).
For API inclu
2009/4/2 Darius Augulis :
> Guennadi Liakhovetski wrote:
>>
>> On Wed, 1 Apr 2009, Robert Jarzmik wrote:
>>
>>> Darius Augulis writes:
>>>
>> Darius Augulis wrote:
>>
>>>
>>> Hi,
>>>
>>> I'm trying to launch mx1_camera based on new v4l and soc-camera tree.
>>> After loa
Guennadi Liakhovetski wrote:
On Wed, 1 Apr 2009, Robert Jarzmik wrote:
Darius Augulis writes:
Darius Augulis wrote:
Hi,
I'm trying to launch mx1_camera based on new v4l and soc-camera tree.
After loading mx1_camera module, I see that .add callback is not called.
In debug log I see tha
Hi Hans,
On Thu, Apr 02, 2009 at 09:47:11AM +0200, ext Hans Verkuil wrote:
> On Wednesday 01 April 2009 11:43:28 Eduardo Valentin wrote:
> > Hello Mauro and v4l guys,
> >
> > This series contains a v4l2 radio driver which
> > adds support for Silabs si4713 devices. That is
> > a FM transmitter dev
Hi,
I'm trying to make some v4l2-spec document on my own, but having some
problem with compiling those.
To be clear, I should let you know about the repo that I'm working on.
I'm working on Mauro's repo (http://linuxtv.org/hg/v4l-dvb/)
and trying to compile v4l2-spec in that.
Latest changeset that
I would like to initiate a discussion of v4l-dvb API proposal for China DTV.
Some of you may heard about China DTV standard as DMB-T/H, it is not
totally correctly.
China standard GB20600-2006 is indeed a union of DMB-TH(multi-carrier)
and ADTB-T(single carrier).
For API inclusion, I just read th
Use platform power hook to turn the camera on and off.
Signed-off-by: Guennadi Liakhovetski
---
diff --git a/drivers/media/video/mt9t031.c b/drivers/media/video/mt9t031.c
index 23f9ce9..2b0927b 100644
--- a/drivers/media/video/mt9t031.c
+++ b/drivers/media/video/mt9t031.c
@@ -141,8 +141,19 @@ sta
With the i.MX31 transition to clkdev clock names have changed, fix the
driver to use the new name.
Signed-off-by: Guennadi Liakhovetski
---
diff --git a/drivers/media/video/mx3_camera.c b/drivers/media/video/mx3_camera.c
index 70629e1..7e6b51d 100644
--- a/drivers/media/video/mx3_camera.c
+++ b/
The supported formats count must be set to 0 after debug output
right before the second pass.
diff --git a/linux/drivers/media/video/soc_camera.c
b/linux/drivers/media/video/soc_camera.c
--- a/linux/drivers/media/video/soc_camera.c
+++ b/linux/drivers/media/video/soc_camera.c
@@ -236,11 +236,11 @
Hei Mauro,
Please pull from http://linuxtv.org/hg/~anttip/af9015/
for the following:
af9015: support for DigitalNow TinyTwin remote
Patch is for the Kernel 2.6.30.
thanks
Antti
--
http://palosaari.fi/
--
To unsubscribe from this list: send the line "unsubscribe linux-media" in
the body of a m
On Wednesday 01 April 2009 11:43:28 Eduardo Valentin wrote:
> Hello Mauro and v4l guys,
>
> This series contains a v4l2 radio driver which
> adds support for Silabs si4713 devices. That is
> a FM transmitter device.
>
> As you should know, v4l2 does not contain representation
> of FM Transmitters (
Guennadi Liakhovetski schrieb:
Is there some ongoing work regarding the crop implementation on
soc_camera?
If I understand the documentation [1] right, the crop vales should
represent
the area
of the capture device before scaling. What was the reason for the current
implementation
combing crop an
This is a note to let you know that we have just queued up the patch titled
Subject: V4L: v4l2-common: remove incorrect MODULE test
to the 2.6.29.y-stable tree. Its filename is
v4l-v4l2-common-remove-incorrect-module-test.patch
A git repo of this tree can be found at
http://ww
On Wednesday 01 April 2009 23:00:56 Alexey Klimov wrote:
> Hello,
>
> Few days ago Alessio Igor Bogani sent me patch
> that removes BKLs like lock/unlock_kernel() in open call and place mutex
> there in media/radio/radio-mr800.c.
> This patch broke the driver, so we figured out new approah. We adde
> Stian Skjelstad wrote:
> [snip]
> > usb 2-2: USB disconnect, address 47
>> gspca: urb status: -108
>> gspca: urb status: -108
>> gspca: disconnect complete
>> BUG: unable to handle kernel NULL pointer dereference at 0014
>> IP: [] usb_set_interface+0x1e/0x1e0
>> *pde =
>> Oop
On Sun, 29 Mar 2009 19:25:03 +0200
Stian Skjelstad wrote:
[snip]
> usb 2-2: USB disconnect, address 47
> gspca: urb status: -108
> gspca: urb status: -108
> gspca: disconnect complete
> BUG: unable to handle kernel NULL pointer dereference at 0014
> IP: [] usb_set_interface+0x1e/0x1e0
46 matches
Mail list logo