Hello,
I'm going to buy my first DVB-S2 USB tuner.
I see that there are two best demod/tuner solutions:
1. Montage Technology M88TS2020/2 tuner and M88DS3000/2 demodulator
2. STMicroelectronics STB6100 tuner and STV0903BAC demodulator
Can you please tell me which is better for Linux user like me (
Dear Sirs,
While trying to install a video capture card in my linux system,
"dmesg" advised me to send you an email. That's what I'm doing.
Unfontunately, I could not properly identify my card. It was bought as
an Geovision GV800, but it doesn't seem to be.
It's a 16 channel capture board, with 8
On Fri, Nov 26, 2010 at 04:23:49PM -0200, Mauro Carvalho Chehab wrote:
> Em 15-11-2010 20:57, Richard Zidlicky escreveu:
> What are the keycodes used on your remote? I don't see why not add them to
> the
> Hauppauge keytable.
agree, adding them to the table seems like the best option. The cod
Hi all,
I see this is a professional discussion and i am a newbbie, sorry for
disturbing you but I think you are making a great job and I wanted to
thanks and I hope to contribute with my experience:
With Richard's patch https://patchwork.kernel.org/patch/106247/
against kernel 2.6.35 i have my re
(expanded cc list)
On Fri, Nov 26, 2010 at 08:39:25AM -0500, Andy Walls wrote:
> You might want to check the handling against this NEC datasheet
>
> http://www.datasheetcatalog.org/datasheet/nec/UPD6122G-002.pdf
>
> The datasheet calls the address bytes "custom code" (high byte apparently)
> an
Em 20-11-2010 20:37, Maxim Levitsky escreveu:
>>> Do we have a common agreement that this driver can go to staging as-is?
>>>
>>> If yes, I have patch ready, just need to know where to send it (It is
>>> around 1 MB).
Yes, if people is interested on later fixing the issues. As Antti said
he alre
I have an saa7160 based card as well. But it's a VP1028 DVB-S card.
--
To unsubscribe from this list: send the line "unsubscribe linux-media" in
the body of a message to majord...@vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
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 Nov 26 19:00:32 CET 2010
git master: 59365d136d205cc20fe666ca7f89b1c5001b0d5a
git media-master: gcc version: i6
Em 15-11-2010 20:57, Richard Zidlicky escreveu:
> On Mon, Nov 15, 2010 at 04:59:24PM -0500, Andy Walls wrote:
>> On Mon, 2010-11-15 at 16:09 +0100, Richard Zidlicky wrote:
>>> On Mon, Nov 15, 2010 at 07:35:06AM -0500, Andy Walls wrote:
On Mon, 2010-11-15 at 12:27 +0100, Richard Zidlicky wrote:
Em 12-11-2010 20:31, Anca Emanuel escreveu:
> On Fri, Nov 12, 2010 at 4:51 PM, Anca Emanuel wrote:
>> I have an PCIe Leadtek WinFast PxPVR2200 analog TV card with Conexant
>> 23885+23417(6) +Xceive silicon tuner.
>
> With this patch I get:
> xc2028 1-0061: xc2028/3028 firmware name not set!
xc20
Hi Pawel,
On Friday 26 November 2010 17:49:02 Pawel Osciak wrote:
> On Thu, Nov 25, 2010 at 01:48, Marek Szyprowski wrote:
> > Hello,
> >
> > On Thursday, November 25, 2010 2:17 AM Laurent Pinchart wrote:
> >> On Friday 19 November 2010 16:55:38 Marek Szyprowski wrote:
> >> > From: Pawel Osciak
Hi Hans,
On Thursday 25 November 2010 12:23:18 Hans Verkuil wrote:
> On Thursday, November 25, 2010 10:48:39 Marek Szyprowski wrote:
> > On Thursday, November 25, 2010 2:17 AM Laurent Pinchart wrote:
> > > On Friday 19 November 2010 16:55:38 Marek Szyprowski wrote:
> > > > From: Pawel Osciak
[sn
Hi Marek,
On Thursday 25 November 2010 10:48:39 Marek Szyprowski wrote:
> On Thursday, November 25, 2010 2:17 AM Laurent Pinchart wrote:
> > On Friday 19 November 2010 16:55:38 Marek Szyprowski wrote:
> > > From: Pawel Osciak
> > >
> > > Videobuf2 is a Video for Linux 2 API-compatible driver fra
On Sun, 2010-11-21 at 00:37 +0200, Maxim Levitsky wrote:
> On Fri, 2010-11-19 at 09:36 +0200, Maxim Levitsky wrote:
> > On Wed, 2010-11-17 at 12:15 +0100, Damjan Marion wrote:
> > > On Oct 19, 2010, at 10:27 PM, Hans Verkuil wrote:
> > > > On Tuesday, October 19, 2010 21:26:13 Devin Heitmueller wro
Hi Hans,
On Friday 26 November 2010 11:09:38 Hans Verkuil wrote:
> Changes since the last patch series:
>
> - Fix a race condition between video_unregister_device and v4l2_open.
> - Return -ERESTART if the mutex_lock_interruptible returns non-zero.
What's the difference between ERESTART and ERES
Em 26-11-2010 14:15, Michal Marek escreveu:
> On Fri, Nov 26, 2010 at 11:31:16AM +0100, Michal Marek wrote:
>> On 25.11.2010 18:06, Arnaud Lacombe wrote:
>>> Hi folks,
>>>
>>> On Sat, Nov 6, 2010 at 5:30 PM, Arnaud Lacombe wrote:
This option is aimed to add the possibility to control a menu's
'n' may be bigger than MAX_INT*sizeof(int), if so checking of truncated
(int)(n/sizeof(int)) for LIRCBUF_SIZE overflow and then using nontruncated
'count'
doesn't make sense. Also n may be up to sizeof(int)-1 bytes bigger than
expected,
so check value of (n % sizeof(int)) too.
Signed-off-by: Va
kobject_set_name() may fail with -ENOMEM, check for it.
Signed-off-by: Vasiliy Kulikov
---
Compile tested only.
drivers/media/rc/lirc_dev.c |4 +++-
1 files changed, 3 insertions(+), 1 deletions(-)
diff --git a/drivers/media/rc/lirc_dev.c b/drivers/media/rc/lirc_dev.c
index 8418b14..0a2d2
Hi,
On Fri, Nov 26, 2010 at 11:15 AM, Michal Marek wrote:
> So the patches look OK to me, I added your patches to
> kbuild-2.6.git#menu-visibility and merged the branch to for-next. The
> new syntax should be documented in
> Documentation/kbuild/kconfig-language.txt, below is a first attempt at
>
Hi,
On Thu, Nov 25, 2010 at 03:23, Hans Verkuil wrote:
> On Thursday, November 25, 2010 10:48:39 Marek Szyprowski wrote:
>> Hello,
>>
>> On Thursday, November 25, 2010 2:17 AM Laurent Pinchart wrote:
>>
>> > On Friday 19 November 2010 16:55:38 Marek Szyprowski wrote:
>> > > From: Pawel Osciak
>>
Hi all,
Marek has already answered most of the comments, some of mine below.
On Thu, Nov 25, 2010 at 01:48, Marek Szyprowski
wrote:
> Hello,
>
> On Thursday, November 25, 2010 2:17 AM Laurent Pinchart wrote:
>
>> On Friday 19 November 2010 16:55:38 Marek Szyprowski wrote:
>> > From: Pawel Osciak
Hi,
On Fri, Nov 26, 2010 at 11:15 AM, Michal Marek wrote:
> So the patches look OK to me, I added your patches to
> kbuild-2.6.git#menu-visibility and merged the branch to for-next. The
> new syntax should be documented in
> Documentation/kbuild/kconfig-language.txt, below is a first attempt at
>
Hi,
On Fri, Nov 26, 2010 at 11:17 AM, Randy Dunlap wrote:
> Default value of "visible" is true ??
>
yes, but implicitly... I think I should made this explicit.
- Arnaud
--
To unsubscribe from this list: send the line "unsubscribe linux-media" in
the body of a message to majord...@vger.kernel.or
On Fri, 26 Nov 2010 17:15:11 +0100 Michal Marek wrote:
> On Fri, Nov 26, 2010 at 11:31:16AM +0100, Michal Marek wrote:
> > On 25.11.2010 18:06, Arnaud Lacombe wrote:
> > > Hi folks,
> > >
> > > On Sat, Nov 6, 2010 at 5:30 PM, Arnaud Lacombe wrote:
> > >> This option is aimed to add the possibili
On Fri, Nov 26, 2010 at 11:31:16AM +0100, Michal Marek wrote:
> On 25.11.2010 18:06, Arnaud Lacombe wrote:
> > Hi folks,
> >
> > On Sat, Nov 6, 2010 at 5:30 PM, Arnaud Lacombe wrote:
> >> This option is aimed to add the possibility to control a menu's visibility
> >> without adding dependency to
Hello Igor,
I know you are mantaining the drivers for the tevii s660 usb.
After a few month testing/waiting i still cannot get it to work properly
using the repo: http://mercurial.intuxication.org/hg/s2-liplianin.
My system intel atom 945dgclf and my laptop are hanging when i try to
tune to a
On Fri, Nov 26, 2010 at 03:13:36PM +0100, Laurent Pinchart wrote:
> On Thursday 25 November 2010 16:49:52 Mark Brown wrote:
> > On Thu, Nov 25, 2010 at 04:40:41PM +0100, Laurent Pinchart wrote:
> > > It's supposed to reflect whether the link can carry data. Think of the
> > > active flag as a valv
Hi Mark,
On Thursday 25 November 2010 16:49:52 Mark Brown wrote:
> On Thu, Nov 25, 2010 at 04:40:41PM +0100, Laurent Pinchart wrote:
> > On Thursday 25 November 2010 14:36:50 Mark Brown wrote:
> > > On Thu, Nov 25, 2010 at 03:28:10AM +0100, Laurent Pinchart wrote:
> > > > + MEDIA_LINK_FLAG_A
Hi Mark,
On Thursday 25 November 2010 15:28:04 Mark Brown wrote:
> On Thu, Nov 25, 2010 at 03:28:07AM +0100, Laurent Pinchart wrote:
> > I want to emphasize that the media controller API does *not* replace the
> > V4L, DVB or ALSA APIs. It complements them.
>
> Overall this looks relatively good
You might want to check the handling against this NEC datasheet
http://www.datasheetcatalog.org/datasheet/nec/UPD6122G-002.pdf
The datasheet calls the address bytes "custom code" (high byte apparently) and
"custom code'" (low byte apparently) with both bytes sent lsb first. It
appears the high
Could somebody check this as I'm unable to test it.
I'm also not entirely certain it isn't winbond-cir that is in error
instead of ir-nec-decoder.
Cheers
James
--
After comparing the extended NEC scancode construction of the software
decoder and winbond-cir it appears the software decoder is putt
Hi Matti,
On Wed, Nov 17, 2010 at 03:42:00PM +0200, Matti J. Aaltonen wrote:
> This is the core of the WL1273 FM radio driver, it connects
> the two child modules.
>
> This is a parent for two child drivers:
> drivers/media/radio/radio-wl1273.c and sound/soc/codecs/wl1273.c
>
> Radio-wl1273 impl
Hi Manju,
On Wednesday, November 24, 2010 15:08:17 Manjunath Hadli wrote:
> This driver is written for Texas Instruments's DM644X VPBE IP.
> This SoC supports 2 video planes and 2 OSD planes as part of its
> OSD (On Screen Display) block.
>
> At present, the patches conatin the basic support of D
[dri people: please have a look at the KMS discussion way below]
On Thursday 25 November 2010 19:00:26 Marcus LORENTZON wrote:
> > -Original Message-
> > From: Arnd Bergmann [mailto:a...@arndb.de]
> > Sent: den 25 november 2010 17:48
> > To: Marcus LORENTZON
> > Cc: linux-arm-ker...@lists.
On 25.11.2010 18:06, Arnaud Lacombe wrote:
> Hi folks,
>
> On Sat, Nov 6, 2010 at 5:30 PM, Arnaud Lacombe wrote:
>> This option is aimed to add the possibility to control a menu's visibility
>> without adding dependency to the expression to all the submenu.
>>
>> Signed-off-by: Arnaud Lacombe
>>
I believe somewhere I have an E700. If somebody does wish to take up
development on this then I am willing to ship it to them provided the
cost isn't prohibitive. Otherwise I will hang on to it and respond to
any requests to run tests if I can.
As far as I'm aware there's not much momentum in PCIe
On 11/26/2010 11:03 AM, Hans Verkuil wrote:
> On Friday, November 26, 2010 10:51:10 Richard Röjfors wrote:
>> To follow is a patch to add the tuner and DSP passed in the platform data
>> to the I2C bus.
>>
>> This patch is to be applied after Hans' patch to remove usage of the
>> blocking ioctl.
>
Changes since the last patch series:
- Fix a race condition between video_unregister_device and v4l2_open.
- Return -ERESTART if the mutex_lock_interruptible returns non-zero.
- Return POLLERR|POLLHUP when poll is used on an unregistered device.
Regards,
Hans
The following changes since
On Friday, November 26, 2010 10:51:10 Richard Röjfors wrote:
> To follow is a patch to add the tuner and DSP passed in the platform data
> to the I2C bus.
>
> This patch is to be applied after Hans' patch to remove usage of the
> blocking ioctl.
Is this something you need to have fixed for 2.6.37
This patch adds an open function to the radio-timb, which adds the DSP an tuner
to the I2C bus.
Signed-off-by: Richard Röjfors
---
diff --git a/drivers/media/radio/radio-timb.c b/drivers/media/radio/radio-timb.c
index a185610..2b7abe2 100644
--- a/drivers/media/radio/radio-timb.c
+++ b/drivers/me
To follow is a patch to add the tuner and DSP passed in the platform data
to the I2C bus.
This patch is to be applied after Hans' patch to remove usage of the
blocking ioctl.
Thanks
--Richard
--
To unsubscribe from this list: send the line "unsubscribe linux-media" in
the body of a message to ma
Hi Hans,
On 11/14/2010 02:56 PM, Hans Verkuil wrote:
> Hi Richard,
>
> Can you check if this patch is OK? It's against the v2.6.38 media_tree branch.
This patch is OK. I uncovered that the dsp and tuner are never added to the I2C
bus,
I'll provide a patch for it shortly which I would like you t
Hi
I'm no developer but I can help test. I have an Ubuntu 10.10 server and
have a Compro E750 dual DVB-T video card which isn't yet supported. I have 2
other tuners working in the machine so I'm happy to take some time to get this
new card going because I can live without it :)
What can
On Friday, November 26, 2010 10:10:09 Laurent Pinchart wrote:
> Hi Hans,
>
> On Friday 26 November 2010 10:06:13 Hans Verkuil wrote:
> > On Thursday, November 25, 2010 03:21:51 Laurent Pinchart wrote:
> > > Pass the control-related ioctls to the subdev driver through the core
> > > operations.
> >
Hi Hans,
On Friday 26 November 2010 10:06:13 Hans Verkuil wrote:
> On Thursday, November 25, 2010 03:21:51 Laurent Pinchart wrote:
> > Pass the control-related ioctls to the subdev driver through the core
> > operations.
> >
> > Signed-off-by: Laurent Pinchart
> > ---
> >
> > Documentation/vid
Laurent Pinchart wrote:
> On Thursday 25 November 2010 10:38:05 Clemens Ladisch wrote:
> > MEDIA_ENTITY_TYPE_NODE_ALSA_PCM
> > MEDIA_ENTITY_TYPE_NODE_ALSA_MIDI
> > MEDIA_ENTITY_TYPE_SUBDEV_ALSA_CONTROL
>
> I agree about PCM and MIDI, but I'm not sure about controls. If controls are
> part of
Hi Laurent,
On Thursday, November 25, 2010 03:21:51 Laurent Pinchart wrote:
> Pass the control-related ioctls to the subdev driver through the core
> operations.
>
> Signed-off-by: Laurent Pinchart
> ---
> Documentation/video4linux/v4l2-framework.txt | 16
> drivers/media/vid
47 matches
Mail list logo