Re: em28xx: board id [eb1a:2863 eMPIA Technology, Inc] Silver Crest VG2000 USB 2.0 Video Grabber

2011-02-09 Thread Devin Heitmueller
On Wed, Feb 9, 2011 at 5:36 PM, Martin Seekatz mar...@pibbs.de wrote: Hello Devin, I mean that list http://www.kernel.org/doc/Documentation/video4linux/CARDLIST.em28xx It actually is there: 29 - EM2860/TVP5150 Reference Design If the vendor did not build the hardware with its own unique USB

Re: em28xx: board id [eb1a:2863 eMPIA Technology, Inc] Silver Crest VG2000 USB 2.0 Video Grabber

2011-02-09 Thread Devin Heitmueller
On Wed, Feb 9, 2011 at 6:06 PM, Martin Seekatz mar...@pibbs.de wrote: Am Mittwoch 09 Februar 2011 schrieb Devin Heitmueller: On Wed, Feb 9, 2011 at 5:36 PM, Martin Seekatz mar...@pibbs.de wrote: Hello Devin, I mean that list http://www.kernel.org/doc/Documentation/video4linux

Re: em28xx: board id [eb1a:2863 eMPIA Technology, Inc] Silver Crest VG2000 USB 2.0 Video Grabber

2011-02-08 Thread Devin Heitmueller
On Tue, Feb 8, 2011 at 5:05 PM, Martin Seekatz mar...@pibbs.de wrote: The vbi0 device is not working: ERROR: Couldn't attach to DCOP server! [0x10713a0] v4l2 demux error: device does not support mmap i/o [0x10713a0] v4l2 demux error: device does not support mmap i/o [0x1270260] v4l2 access

Re: [PATCH RESEND] Fix bug in au0828 VBI streaming

2011-02-03 Thread Devin Heitmueller
On Wed, Feb 2, 2011 at 8:58 AM, Devin Heitmueller dheitmuel...@kernellabs.com wrote: On Sun, Jan 23, 2011 at 5:12 PM, Devin Heitmueller dheitmuel...@kernellabs.com wrote: Attached is a patch for a V4L2 spec violation with regards to the au0828 not working in streaming mode. This was just

Re: [RFC PATCH] tuner-core: fix broken G_TUNER call when tuner is in standby

2011-02-03 Thread Devin Heitmueller
On Wed, Feb 2, 2011 at 10:21 AM, Mauro Carvalho Chehab mche...@redhat.com wrote: Em 23-01-2011 20:22, Devin Heitmueller escreveu: Hello all, The following patch addresses a V4L2 specification violation where the G_TUNER call would return complete garbage in the event that the tuner is asleep

[PATCH RESEND] Fix bug in au0828 VBI streaming

2011-02-02 Thread Devin Heitmueller
On Sun, Jan 23, 2011 at 5:12 PM, Devin Heitmueller dheitmuel...@kernellabs.com wrote: Attached is a patch for a V4L2 spec violation with regards to the au0828 not working in streaming mode. This was just an oversight on my part when I did the original VBI support for this bridge, as libzvbi

Re: [PATCH v2] video/saa7164: Fix sparse warning: Using plain integer as NULL pointer

2011-01-30 Thread Devin Heitmueller
On Sun, Jan 30, 2011 at 2:33 PM, Peter Huewe peterhu...@gmx.de wrote: From: Peter Huewe peterhu...@gmx.de This patch fixes the warning Using plain integer as NULL pointer, generated by sparse, by replacing        if(var == 0) with        if (!var) after an allocation and all other

Re: HVR1255 svideo

2011-01-29 Thread Devin Heitmueller
On Sat, Jan 29, 2011 at 1:53 PM, Jon Goldberg jond...@gmail.com wrote: Hi I've been trying to get the Svideo input on my HVR-1255 working.  From the latest code in cx23885-cards.c, it seems that only DVB is supported.  I have some experience writing Linux Kernel/Drivers so I'm determined to

Re: What to do with videodev.h

2011-01-26 Thread Devin Heitmueller
On Wed, Jan 26, 2011 at 6:36 AM, Mauro Carvalho Chehab mche...@redhat.com wrote: We should touch the tools that we care of. Maybe Devin could change tvtime, we should remove V4L1 driver from xawtv3/xawtv4. Yeah, I have some tvtime work planned, and dropping v4l1 was definitely on the list. I

Re: Is media_build download broken?

2011-01-26 Thread Devin Heitmueller
On Wed, Jan 26, 2011 at 9:38 AM, Jarod Wilson ja...@wilsonet.com wrote: Seems that an explicit 'pull over ssh' command was recently added to media_build, which only works if you've got a shell account on linuxtv.org. I'll ask Mauro about it and/or just fix it. He should just have to do git://

Re: [PATCH] video/cx231xx: Fix sparse warning: Using plain integer as NULL pointer

2011-01-25 Thread Devin Heitmueller
, .amux = CX231XX_AMUX_LINE_IN, - .gpio = 0, + .gpio = NULL, } }, }, }; -- 1.7.2.2 Reviewed-by: Devin Heitmueller dheitmuel...@hauppauge.com -- Devin Heitmueller Senior Software Engineer Hauppauge Computer Works -- To unsubscribe

Re: [PATCH] video/saa7164: Fix sparse warning: Using plain integer as NULL pointer

2011-01-25 Thread Devin Heitmueller
On Tue, Jan 25, 2011 at 5:54 PM, Peter Hüwe peterhu...@gmx.de wrote: Hi Julia, thanks for your input. So do I understand you correctly if I say if(!x) is better than if(x==NULL) in any case? Or only for the kmalloc family? Do you remember the reason why !x should be preferred? In

Re: DVB driver for TerraTec H7 - how do I install them?

2011-01-25 Thread Devin Heitmueller
On Tue, Jan 25, 2011 at 6:29 PM, Torfinn Ingolfsen tin...@gmail.com wrote: Anybody? If Terratec provided the driver, any support related questions should be directed to them, not to this list. Devin -- Devin J. Heitmueller - Kernel Labs http://www.kernellabs.com -- To unsubscribe from this

Re: DViCO FusionHDTV7 Dual Express I2C write failed

2011-01-24 Thread Devin Heitmueller
On Mon, Jan 24, 2011 at 10:49 AM, Mark Zimmerman markz...@frii.com wrote: From looking at the code and a dump of the firmware file, the first i2c write would have a length of 3; so this error: xc5000: I2C write failed (len=3) tells me that there were probably no successful i2c transactions

Re: Hauppauge Nova-T-500; losing one tuner. Regression?

2011-01-23 Thread Devin Heitmueller
Hi Alex, As a refresher, the drivers in the 2.6.26.6-49 kernel didn't yet include support for the new I2C functions only supported by dib0700 firmware revisions = 1.20.  I don't think this is relevant to the Nova-T-500, though, as only s5h1411_frontend_attach() and lgdt3305_frontend_attach()

[PATCH] Fix bug in au0828 VBI streaming

2011-01-23 Thread Devin Heitmueller
- Kernel Labs http://www.kernellabs.com au0828: fix VBI handling when in V4L2 streaming mode From: Devin Heitmueller dheitmuel...@kernellabs.com It turns up V4L2 streaming mode (a.k.a mmap) was broken for VBI streaming. This was causing libzvbi to fall back to V4L1 capture mode, and is a blatent

[RFC PATCH] tuner-core: fix broken G_TUNER call when tuner is in standby

2011-01-23 Thread Devin Heitmueller
-- Devin J. Heitmueller - Kernel Labs http://www.kernellabs.com tuner-core: fix broken G_TUNER call when tuner is in standby From: Devin Heitmueller dheitmuel...@kernellabs.com The logic for determining the supported device modes was combined with the logic which dictates whether the tuner was asleep

Re: [GIT PATCHES for 2.6.38] Zilog Z8 IR unit fixes

2011-01-19 Thread Devin Heitmueller
On Wed, Jan 19, 2011 at 11:08 AM, Jarod Wilson ja...@wilsonet.com wrote: BTW, does your HVR-1950 have a blaster? Yes, it does, looks like a jack identical to the one on the hdpvr, which is good, since I don't have the 1950's blaster cable. Correct - it uses the same cable as the HD-PVR. The

Re: DViCO FusionHDTV7 Dual Express I2C write failed

2011-01-19 Thread Devin Heitmueller
On Wed, Jan 19, 2011 at 10:59 AM, VDR User user@gmail.com wrote: Can someone please look into this and possibly provide a fix for the bug?  I'm surprised it hasn't happened yet after all this time but maybe it's been forgotten the bug existed. You shouldn't be too surprised. In many cases

Re: [linux-media] API V3 vs SAPI behavior difference in reading tuning parameters

2011-01-14 Thread Devin Heitmueller
On Fri, Jan 14, 2011 at 8:35 AM, Thierry LELEGARD tleleg...@logiways.com wrote: But there is worse. If I set a wrong parameter in the tuning operation, for instance guard interval 1/32, the API V3 returns the correct value which is actually used by the tuner (GUARD_INTERVAL_1_8), while S2API

Re: [PATCH 3/3] lirc_zilog: Remove use of deprecated struct i2c_adapter.id field

2011-01-13 Thread Devin Heitmueller
On Thu, Jan 13, 2011 at 8:21 AM, Jean Delvare kh...@linux-fr.org wrote: My bet is that register at 0x00 is a control register, and writing bit 7 (value 0x80) makes the chip busy enough that it can't process I2C requests at the same time. The following naks would be until the chip is

Re: [PATCH 3/3] lirc_zilog: Remove use of deprecated struct i2c_adapter.id field

2011-01-13 Thread Devin Heitmueller
On Thu, Jan 13, 2011 at 11:48 AM, Jean Delvare kh...@linux-fr.org wrote: On Thu, 13 Jan 2011 11:34:42 -0500, Andy Walls wrote: How should clock stretches by slaves be handled using i2c-algo-bit? It is already handled. But hdpvr-i2c doesn't use i2c-algo-bit. I2C support is done with USB

Re: Debug code in HG repositories

2011-01-07 Thread Devin Heitmueller
On Fri, Jan 7, 2011 at 2:53 PM, Oliver Endriss o.endr...@gmx.de wrote: Hi guys, are you aware that there is a lot of '#if 0' code in the HG repositories which is not in GIT? When drivers were submitted to the kernel from HG, the '#if 0' stuff was stripped, unless it was marked as 'keep'...

Re: Problem with em28xx driver in Gumstix Overo

2011-01-03 Thread Devin Heitmueller
On Mon, Jan 3, 2011 at 3:13 PM, Linus Torvalds torva...@linux-foundation.org wrote: // if (!dev-progressive) // height = norm_maxh(dev); This would suggest that the device is providing progressive video and there is a mismatch between the board profile and the actual hardware, which is

V4L2 spec behavior for G_TUNER and T_STANDBY

2011-01-01 Thread Devin Heitmueller
I have been doing some application conformance for VLC, and I noticed something interesting with regards to the G_TUNER call. If you have a tuner which supports sleeping, making a G_TUNER call essentially returns garbage. === r...@devin-laptop2:~# v4l2-ctl -d /dev/video1 --get-tuner Tuner:

Re: V4L2 spec behavior for G_TUNER and T_STANDBY

2011-01-01 Thread Devin Heitmueller
Hi Hans, Thanks for the feedback. On Sat, Jan 1, 2011 at 4:18 PM, Hans Verkuil hverk...@xs4all.nl wrote: This basically means that a video tuner will bail out, which sounds good because the rest of the function supposedly assumes a radio device.  However, as a result the has_signal() call

Re: Hauppauge USB Live 2

2010-12-14 Thread Devin Heitmueller
On Tue, Dec 14, 2010 at 4:57 AM, Gerd Hoffmann kra...@redhat.com wrote:  Hi folks, Got a Hauppauge USB Live 2 after google found me that there is a linux driver for it.  Unfortunaly linux doesn't manage to initialize the device. I've connected the device to a Thinkpad T60.  It runs a

Re: [PATCH] support of GoTView PCI-E X5 3D Hybrid in cx23885

2010-12-05 Thread Devin Heitmueller
On Sun, Dec 5, 2010 at 12:09 PM, Alexey Chernov 4er...@gmail.com wrote: Hello, Steve, thank you very much for your comments! As for DVB maybe I'm not correct. The initialization itself, which the DVB part of patch is about, is fully tested by me and works successfully on my everyday PC. The

Re: gnutv: What causes DVR overflow?

2010-12-01 Thread Devin Heitmueller
On Thu, Dec 2, 2010 at 12:46 AM, David Liontooth lionte...@cogweb.net wrote: Thanks, Devin! On my end, it looks like the DVR overflow was caused by the -out file being on a mirrored OS drive; I've moved output to a separate drive and don't see the error any more. If I run into this again, are

Re: gnutv: What causes DVR overflow?

2010-11-29 Thread Devin Heitmueller
On Mon, Nov 29, 2010 at 2:54 AM, David Liontooth lionte...@cogweb.net wrote: I'm seeing great results with gnutv on HVR-1850 cards, but each recording triggers the message  DVR overflow What is this, and what are the typical causes? What can I do to prevent it from happening? I don't know

Re: HVR900H : IR Remote Control

2010-11-18 Thread Devin Heitmueller
On Thu, Nov 18, 2010 at 2:59 PM, Massis Sirapian msirap...@free.fr wrote: Does it mean that the IR isn't wired in the case of HVR900H ? When you said that your Terratec equals the HVR900H, does it imply that if IR works on cinergy xe, it should on the HVR900H? One thing you may wish to

Re: [PULL] http://www.kernellabs.com/hg/~dheitmueller/v4l-dvb-950q-final

2010-11-09 Thread Devin Heitmueller
On Tue, Nov 9, 2010 at 11:03 AM, Mauro Carvalho Chehab mche...@redhat.com wrote: Em 02-11-2010 16:47, Devin Heitmueller escreveu: On Sat, Oct 9, 2010 at 2:40 PM, Devin Heitmueller dheitmuel...@kernellabs.com wrote: Hello, Please pull from the following for some basic fixes related

Re: [PULL] http://www.kernellabs.com/hg/~dheitmueller/v4l-dvb-950q-final

2010-11-03 Thread Devin Heitmueller
On Wed, Nov 3, 2010 at 7:10 AM, Mauro Carvalho Chehab mche...@redhat.com wrote: Hi Devin, I didn't start to pull any fixes yet. I might eventually have some time during this week, but it is more likely that I'll handle after my return back. That's fine. It's been pending for almost a month

Re: [PULL] http://www.kernellabs.com/hg/~dheitmueller/v4l-dvb-950q-final

2010-11-02 Thread Devin Heitmueller
On Sat, Oct 9, 2010 at 2:40 PM, Devin Heitmueller dheitmuel...@kernellabs.com wrote: Hello, Please pull from the following for some basic fixes related to applications such as tvtime hanging when no video is present, as well as some quality improvements for analog. http://www.kernellabs.com

Re: Kworld usb 2800D audio

2010-10-28 Thread Devin Heitmueller
On Thu, Oct 28, 2010 at 10:18 AM, Tim Stowell stowe...@gmail.com wrote: Hi, I'm able to capture video just fine with my  Kworld usb 2800D usb device and the recent (I've installed the April v4l-dvb em28xx driver), but I can't get any audio. I tried modprobe em28xx-alsa, and the module loads,

Re: Kworld usb 2800D audio

2010-10-28 Thread Devin Heitmueller
On Thu, Oct 28, 2010 at 10:36 AM, Tim Stowell stowe...@gmail.com wrote: Thanks for the response! That makes sense about the 2.5 mm cable. Not to be obstinate or anything but I found this link

Re: Kworld usb 2800D audio

2010-10-28 Thread Devin Heitmueller
On Thu, Oct 28, 2010 at 10:48 AM, Tim Stowell stowe...@gmail.com wrote: Ah my bad, I need to read a little deeper it seems :) Thanks for the info, now I'll stop pulling my hair out trying to get non-existent audio. If it's any consolation, I had to rip one of the units apart and break out a

Re: [PATCH 1/4] V4L: cx231xx, fix lock imbalance

2010-10-27 Thread Devin Heitmueller
Chehab mche...@redhat.com Cc: Devin Heitmueller dheitmuel...@hauppauge.com This was already reported and a patch was submitted by Dan Carpenter on October 21. See mail on that day with subject line: [patch] V4L/DVB: cx231xx: fix double lock typo. Cheers, Devin -- Devin J. Heitmueller

Re: [GIT PULL for 2.6.37-rc1] V4L/DVB updates

2010-10-27 Thread Devin Heitmueller
On Wed, Oct 27, 2010 at 12:46 PM, Mauro Carvalho Chehab mche...@redhat.com wrote: The original code is broken, as it doesn't properly honour a max size of 8. Even if we do some optimization at cx231xx, we still need to fix the tda18271 code, as it is trying to use more than 8 bytes on some

Re: [PATCH 7/8] v4l: Add EBUSY error description for VIDIOC_STREAMON

2010-10-24 Thread Devin Heitmueller
On Sun, Oct 24, 2010 at 3:50 PM, Laurent Pinchart laurent.pinch...@ideasonboard.com wrote: I think the patch makes sense. As you mention many drivers already implement this behaviour, so this mostly clarifies the API. Calling VIDIOC_STREAMON on an already streaming file handle isn't something

Re: rtl2832u support

2010-10-19 Thread Devin Heitmueller
On Tue, Oct 19, 2010 at 4:27 PM, Hans Verkuil hverk...@xs4all.nl wrote: Bullshit. Not exactly the level of mutual respect for your peers that I would expect of you, Hans. First of all these rules are those of the kernel community as a whole and *not* linuxtv as such, and secondly you can

Re: [RFC] Resource reservation for frontend - Was: Re: xc5000 and switch RF input

2010-10-14 Thread Devin Heitmueller
On Thu, Oct 14, 2010 at 4:33 AM, Antti Palosaari cr...@iki.fi wrote: I haven't examined this yet enough, but for the background information I can say I have one device which needs this. There is tuner behind demodulator, but instead of normal I2C-gate switch, it is rather much likely repeater.

Re: [PATCH] xc5000 and switch RF input

2010-10-13 Thread Devin Heitmueller
On Wed, Oct 13, 2010 at 5:30 PM, Dmitri Belimov d.beli...@gmail.com wrote: Hi Our TV card Behold X7 has two different RF input. This RF inputs can switch between different RF sources. ANT 1 for analog and digital TV ANT 2 for FM radio The switch controlled by zl10353. I add some

Re: [PATCH] V4L/DVB: tvp5150: COMPOSITE0 input should not force-enable TV mode

2010-10-09 Thread Devin Heitmueller
On Sat, Oct 9, 2010 at 12:31 AM, Paul Walmsley p...@booyaka.com wrote: When digitizing composite video from a analog videotape source using the TVP5150's first composite input channel, the captured stream exhibits tearing and synchronization problems[1]. It turns out that commit

Re: V4L/DVB: cx231xx: Colibri carrier offset was wrong for PAL/M

2010-10-09 Thread Devin Heitmueller
On Sat, Oct 9, 2010 at 11:23 AM, Mauro Carvalho Chehab mche...@redhat.com wrote: cx231xx: Colibri carrier offset was wrong for PAL/M The carrier offset check at cx231xx is incomplete. I got here one concrete case where it is broken: if PAL/M is used (and this is the default for Pixelview

[PULL] http://www.kernellabs.com/hg/~dheitmueller/v4l-dvb-950q-final

2010-10-09 Thread Devin Heitmueller
Hello, Please pull from the following for some basic fixes related to applications such as tvtime hanging when no video is present, as well as some quality improvements for analog. http://www.kernellabs.com/hg/~dheitmueller/v4l-dvb-950q-final Please let me know if there are any

Re: [PATCH 01/10] V4L/DVB: cx231xx: remove a printk warning at -avcore and at -417

2010-10-07 Thread Devin Heitmueller
On Thu, Oct 7, 2010 at 5:48 PM, Mauro Carvalho Chehab mche...@redhat.com wrote: Em 28-09-2010 15:46, Mauro Carvalho Chehab escreveu: drivers/media/video/cx231xx/cx231xx-avcore.c:1608: warning: format ‘%d’ expects type ‘int’, but argument 3 has type ‘long unsigned int’

Re: [linux-dvb] Asus MyCinema P7131 Dual support

2010-10-04 Thread Devin Heitmueller
On Mon, Oct 4, 2010 at 7:21 PM, hermann pitton hermann-pit...@arcor.de wrote: thanks for the report and pointing to the details again. We can see, that my testings on four different machines and Dmitri's tests have not been enough. Mauro had the Dual card=78 version from me too at least for

Re: Help adding support for Hauppauge HVR-850 (latest version w/ USB ID 2040:b140)

2010-10-04 Thread Devin Heitmueller
On Mon, Oct 4, 2010 at 8:07 PM, Seth Jennings spartacu...@gmail.com wrote: Hi, The most recent version of the Hauppauge WinTV HVR-850 is currently not supported.  The previous two hardware versions with USB ID 2040:651f and 2040:7240 are supported but the most recent version with USB ID

Re: [PATCH 08/10] V4L/DVB: tda18271: allow restricting max out to 4 bytes

2010-09-29 Thread Devin Heitmueller
On Tue, Sep 28, 2010 at 2:46 PM, Mauro Carvalho Chehab mche...@redhat.com wrote: By default, tda18271 tries to optimize I2C bus by updating all registers at the same time. Unfortunately, some devices doesn't support it. The current logic has a problem when small_i2c is equal to 8, since there

Re: [PATCH 03/10] V4L/DVB: tda18271: Add some hint about what tda18217 reg ID returned

2010-09-29 Thread Devin Heitmueller
On Tue, Sep 28, 2010 at 2:46 PM, Mauro Carvalho Chehab mche...@redhat.com wrote: Instead of doing: [   82.581639] tda18271 4-0060: creating new instance [   82.588411] Unknown device detected @ 4-0060, device not supported. [   82.594695] tda18271_attach: [4-0060|M] error -22 on line 1272 [  

Re: [PATCH 09/10] V4L/DVB: tda18271: Add debug message with frequency divisor

2010-09-29 Thread Devin Heitmueller
On Tue, Sep 28, 2010 at 2:47 PM, Mauro Carvalho Chehab mche...@redhat.com wrote: Signed-off-by: Mauro Carvalho Chehab mche...@redhat.com diff --git a/drivers/media/common/tuners/tda18271-common.c b/drivers/media/common/tuners/tda18271-common.c index 195b30e..7ba3ba3 100644 ---

Re: RFC: BKL, locking and ioctls

2010-09-19 Thread Devin Heitmueller
On Sun, Sep 19, 2010 at 5:17 PM, Hans Verkuil hverk...@xs4all.nl wrote: On Sunday, September 19, 2010 23:02:31 Andy Walls wrote: Hans, On an somewhat related note, but off-topic: what is the proper way to implement VIDIOC_QUERYCAP for a driver that implements read() on /dev/video0 (MPEG) and

Re: HVR 1600 Distortion

2010-09-18 Thread Devin Heitmueller
On Sat, Sep 18, 2010 at 8:42 PM, Josh Borke joshbo...@gmail.com wrote: On Sat, Sep 18, 2010 at 8:20 AM, Andy Walls awa...@md.metrocast.net wrote: On Fri, 2010-09-17 at 18:23 -0400, Josh Borke wrote: Thanks for the response!  Replies are in line. On Thu, Sep 16, 2010 at 6:48 PM, Andy Walls

Re: HVR 1600 Distortion

2010-09-18 Thread Devin Heitmueller
On Sat, Sep 18, 2010 at 9:09 PM, Josh Borke joshbo...@gmail.com wrote: It could be the tuner card, it is over 2 years old...Why would the analog tuner stop functioning while the digital tuner continues to work?  Is it because the analog portion goes through a different set of chips? Yes, the

Re: Trouble building v4l-dvb

2010-09-17 Thread Devin Heitmueller
On Fri, Sep 17, 2010 at 10:49 AM, Mauro Carvalho Chehab mauroche...@gmail.com wrote: While you're there, the better is to also disable CONFIG_ALSA on Ubuntu, as the drivers won't work anyway. Note: while building ALSA modules did fail in some versions for Ubuntu, it has been over a years

Re: Hauppauge WinTV-HVR1800 dual tuner help needed

2010-09-16 Thread Devin Heitmueller
On Thu, Sep 16, 2010 at 10:23 AM, Jack Snodgrass jacksnodgr...@mylinuxguy.net wrote: I can use  1 input on the card with mythtv using /dev/dvb/adapter0/frontend0 but I can't figure out how to use the 2nd tuner I'm not sure if the 2nd tuner is getting detected correctly... or if the 2nd

Re: pwc driver breakage in recent(ish) kernels (for old hardware)

2010-09-15 Thread Devin Heitmueller
On Wed, Sep 15, 2010 at 11:59 AM, Hans Verkuil hverk...@xs4all.nl wrote: You're in luck. I fixed this last weekend. It turns out that the /dev/videoX device is created too soon and the HAL daemon starts to use it immediately causing some initialization to go wrong or something like that.

Re: [PATCH/RFC v1 0/7] Videobuf2 framework

2010-09-10 Thread Devin Heitmueller
On Fri, Sep 10, 2010 at 4:22 AM, Hans Verkuil hverk...@xs4all.nl wrote: It's been a long standing wish to convert the ivtv and cx18 drivers to videobuf, but it's always been too complex. With a new vb2 implementation it may become actually possible. FYI: KernelLabs has done a port of cx18

Re: some question about

2010-09-05 Thread Devin Heitmueller
On Sun, Sep 5, 2010 at 11:36 AM, loody milo...@gmail.com wrote: WinTV-HVR-1950 high performance USB TV tuner WinTV-HVR-950Q for laptop and notebooks Both these devices are supported under Linux, and in fact are unlikely to work properly with only Full Speed USB. At least the 950q definitely

Re: some question about

2010-09-05 Thread Devin Heitmueller
On Sun, Sep 5, 2010 at 11:48 AM, Devin Heitmueller dheitmuel...@kernellabs.com wrote: On Sun, Sep 5, 2010 at 11:36 AM, loody milo...@gmail.com wrote: WinTV-HVR-1950 high performance USB TV tuner WinTV-HVR-950Q for laptop and notebooks Both these devices are supported under Linux, and in fact

Re: some question about

2010-09-05 Thread Devin Heitmueller
On Sun, Sep 5, 2010 at 12:06 PM, loody milo...@gmail.com wrote: hi: 2010/9/5 Devin Heitmueller dheitmuel...@kernellabs.com: On Sun, Sep 5, 2010 at 11:48 AM, Devin Heitmueller dheitmuel...@kernellabs.com wrote: On Sun, Sep 5, 2010 at 11:36 AM, loody milo...@gmail.com wrote: WinTV-HVR-1950

Re: Gigabyte 8300

2010-09-03 Thread Devin Heitmueller
On Fri, Sep 3, 2010 at 12:01 PM, Andy Walls awa...@md.metrocast.net wrote: On Fri, 2010-09-03 at 10:55 +, Dagur Ammendrup wrote: I tried it on a windows machine where it's identified as Conextant Polaris Video Capture  or

Re: hvr950q stopped working: read of drv0 never returns

2010-08-23 Thread Devin Heitmueller
On Mon, Aug 23, 2010 at 12:32 AM, Brian J. Murrell br...@interlinx.bc.ca wrote: Hi, I have an HVR 950Q on my Ubuntu 2.6.32 kernel.  I have in fact tried several kernel versions on a couple of different machines with the same behaviour. What seems to be happening is that

Re: [linux-dvb] Pinnacle Systems, Inc. PCTV 330e 2.6.34 /dev/dvb

2010-08-11 Thread Devin Heitmueller
On Wed, Aug 11, 2010 at 5:07 AM, folkert folk...@vanheusden.com wrote: Fyi: since I upgraded the modules by the mercurial tree you mentioned a few mails ago, my 18b4:1689 e3C Technologies DUTV009 significally has more signal locks. Coincidence? I don't know.  The tree I pointed you to is

Re: Error Building the V4L-DVB drivers from source

2010-08-11 Thread Devin Heitmueller
On Wed, Aug 11, 2010 at 5:10 AM, Sicoe Alexandru Dan sicoe_a...@yahoo.com wrote: Hi,  My name is Alex and I recently tried to install the v4l drivers on my machine.  Environment:    Ubuntu release 10.04(lucid)    Kernel Linux 2.6.32-24-generic    GNOME 2.30.2 Ubuntu has a bug in their

Re: [2.6.35] usb 2.0 em28xx kernel panic general protection fault: 0000 [#1] SMP RIP: 0010:[ffffffffa004fbc5] [ffffffffa004fbc5] em28xx_isoc_copy_vbi+0x62e/0x812 [em28xx]

2010-08-11 Thread Devin Heitmueller
On Wed, Aug 11, 2010 at 12:46 PM, Mauro Carvalho Chehab mche...@infradead.org wrote: Em 11-08-2010 12:58, Pete Eberlein escreveu: On Wed, 2010-08-11 at 09:25 +0200, Sander Eikelenboom wrote: Hello Devin, Yes it's completely reproducible for a change: ffmpeg -f video4linux -r 25 -s 720x576

Re: [linux-dvb] Pinnacle Systems, Inc. PCTV 330e 2.6.34 /dev/dvb

2010-08-10 Thread Devin Heitmueller
On Tue, Aug 10, 2010 at 7:22 AM, folkert folk...@vanheusden.com wrote: Teletext support is completely different that digital (DVB) support. VBI support (including teletext) was added to the in-kernel em28xx driver back in January. That'll be the analogue interface probably? e.g. /dev/vbi0

Re: [linux-dvb] Pinnacle Systems, Inc. PCTV 330e 2.6.34 /dev/dvb

2010-08-10 Thread Devin Heitmueller
2010/8/10 folkert folk...@vanheusden.com: Fyi: since I upgraded the modules by the mercurial tree you mentioned a few mails ago, my 18b4:1689 e3C Technologies DUTV009 significally has more signal locks. Coincidence? I don't know. The tree I pointed you to is several months old, but may be

Re: [2.6.35] usb 2.0 em28xx kernel panic general protection fault: 0000 [#1] SMP RIP: 0010:[ffffffffa004fbc5] [ffffffffa004fbc5] em28xx_isoc_copy_vbi+0x62e/0x812 [em28xx]

2010-08-10 Thread Devin Heitmueller
Hello Sander, Which application were you using, and specifically which em28xx based product do you have? Devin On Tue, Aug 10, 2010 at 6:12 PM, Sander Eikelenboom li...@eikelenboom.it wrote: Hi, While trying to test try and report about some other bugs,  i ran into this kernel panic when

Re: [2.6.35] usb 2.0 em28xx kernel panic general protection fault: 0000 [#1] SMP RIP: 0010:[ffffffffa004fbc5] [ffffffffa004fbc5] em28xx_isoc_copy_vbi+0x62e/0x812 [em28xx]

2010-08-10 Thread Devin Heitmueller
On Tue, Aug 10, 2010 at 6:57 PM, Sander Eikelenboom li...@eikelenboom.it wrote: Hello Devin, It's a k-world, which used to work fine (altough with another program, but I can't use that since it seems at least 2 other bugs prevent me from using my VM's :-) It's this model  

Re: [linux-dvb] Pinnacle Systems, Inc. PCTV 330e 2.6.34 /dev/dvb

2010-08-09 Thread Devin Heitmueller
On Mon, Aug 9, 2010 at 9:32 AM, folkert folk...@vanheusden.com wrote: Hi, I have a: Bus 001 Device 006: ID 2304:0226 Pinnacle Systems, Inc. PCTV 330e inserted in a system with kernel 2.6.34. The PCTV 330e support for digital hasn't been merged upstream yet. See here:

Re: [linux-dvb] Pinnacle Systems, Inc. PCTV 330e 2.6.34 /dev/dvb

2010-08-09 Thread Devin Heitmueller
On Mon, Aug 9, 2010 at 10:35 AM, folkert folk...@vanheusden.com wrote: Hi Devin, I have a: Bus 001 Device 006: ID 2304:0226 Pinnacle Systems, Inc. PCTV 330e inserted in a system with kernel 2.6.34. The PCTV 330e support for digital hasn't been merged upstream yet. See here:

Re: [linux-dvb] Pinnacle Systems, Inc. PCTV 330e 2.6.34 /dev/dvb

2010-08-09 Thread Devin Heitmueller
On Mon, Aug 9, 2010 at 10:56 AM, folkert folk...@vanheusden.com wrote: Ah and I see in the code that you are the maintainer :-) I'm not sure I would call myself the maintainer, but I did do the VBI support for both NTSC and PAL (including teletext). Something seems to be odd with the vbi

Re: pinnacle 801e help please!

2010-08-08 Thread Devin Heitmueller
On Sun, Aug 8, 2010 at 7:53 PM, Ray Bullins bbull...@triad.rr.com wrote: I am new to Linux (somewhat) and I am running Linux mint 9. So far so good, I have replaced dreamweaver with NVU, office with open office. Outlook with evolution and so on. Everything is now perfect no looking back to

Re: [patch -next] V4L: au0828: move dereference below sanity checks

2010-07-23 Thread Devin Heitmueller
by the rest of the NULL checks). Either way though, this patch is fine. Acked-by: Devin Heitmueller dheitmuel...@kernellabs.com -- Devin J. Heitmueller - Kernel Labs http://www.kernellabs.com -- To unsubscribe from this list: send the line unsubscribe linux-media in the body of a message

Re: RFC: Use of s_std calling s_freq when tuner powered down

2010-07-11 Thread Devin Heitmueller
Hi Andy, On Sun, Jul 11, 2010 at 9:23 AM, Andy Walls awa...@md.metrocast.net wrote: At the risk of missing something obvious: In your bridge driver's VIDIOC_S_STD ioctl() a. power up the analog tuner if it is not already b. call s_std for the subdevices (including the tuner), c. power down

Re: Support for Pinnacle PCTV Quatro stick

2010-07-11 Thread Devin Heitmueller
On Sun, Jul 11, 2010 at 9:18 AM, Alexander Wirt formo...@formorer.de wrote: Hi, I recently got a Pinnacle PCTV Quatro stick which announces itself as PCTV 510e (ID: 2304:0242). It seemed that the em28xx-new driver had support for that stick, but as this is dead I know need some help. Is

RFC: Use of s_std calling s_freq when tuner powered down

2010-07-09 Thread Devin Heitmueller
Hello all, Here's the scenario: 1. I have a USB device that supports both an analog tuner and composite/s-video inputs 2. The bridge is smart enough to power down the tuner when capturing on composite/s-video 3. Changing the video standard appears to send set_freq() calls to the tuner, which

Re: em28xx: success report for KWORLD DVD Maker USB 2.0 (VS-USB2800) [eb1a:2860]

2010-07-09 Thread Devin Heitmueller
On Fri, Jul 9, 2010 at 2:03 PM, Mauro Carvalho Chehab mche...@redhat.com wrote: Em 09-07-2010 14:19, Ivan escreveu: On 07/09/2010 08:47 AM, Mauro Carvalho Chehab wrote: I never saw the em28xx scaler generating such vertical stripes. This could be a mplayer or a video adapter driver problem.

Re: em28xx: success report for KWORLD DVD Maker USB 2.0 (VS-USB2800) [eb1a:2860]

2010-07-08 Thread Devin Heitmueller
On Thu, Jul 8, 2010 at 1:44 PM, Ivan ivan.q.pub...@gmail.com wrote: Now, regarding the difference in image quality between the Linux and Windows drivers, I took some snapshots. Linux is first, then Windows: http://www3.picturepush.com/photo/a/3762966/img/3762966.png

Re: em28xx: success report for KWORLD DVD Maker USB 2.0 (VS-USB2800) [eb1a:2860]

2010-07-08 Thread Devin Heitmueller
On Thu, Jul 8, 2010 at 3:52 PM, Ivan ivan.q.pub...@gmail.com wrote: On 07/08/2010 01:52 PM, Devin Heitmueller wrote: The vertical stripes were a problem with the anti-alias filter configuration, which I fixed a few months ago (and probably just hasn't made it into your distribution).  Just

Re: em28xx: success report for KWORLD DVD Maker USB 2.0 (VS-USB2800) [eb1a:2860]

2010-07-08 Thread Devin Heitmueller
On Thu, Jul 8, 2010 at 5:33 PM, Ivan ivan.q.pub...@gmail.com wrote: Ok, the horizontal shift disappears if I switch to 720x480 instead of 640x480. Does the card always output 720x480 (in NTSC mode anyway), then, and any scaling is done by V4L? That card does have an onboard scaler, although

Re: em28xx: success report for KWORLD DVD Maker USB 2.0 (VS-USB2800) [eb1a:2860]

2010-07-07 Thread Devin Heitmueller
On Wed, Jul 7, 2010 at 9:56 PM, Ivan ivan.q.pub...@gmail.com wrote: I recently purchased ($20 special deal from newegg; the price has gone back up) the following USB stick that captures composite video and S-video (no TV tuner): KWORLD DVD Maker USB 2.0 (VS-USB2800) It seemed likely to be

Call for testers: PCTV 80e support

2010-07-05 Thread Devin Heitmueller
Hello all, I'm finally happy to announce that we've got a working version of the drx-j driver (with the appropriate licensing) and I'm looking for testers if you happen to own an PCTV 80e. More details as to where to find the tree and how to install it can be found here:

Re: [PATCH] xc5000, rework xc_write_reg

2010-07-05 Thread Devin Heitmueller
On Mon, Jul 5, 2010 at 12:11 PM, Mauro Carvalho Chehab mche...@redhat.com wrote: Devin/Dmitri, Any progress about this patch? Cheers, Mauro Sorry for the delay. I did some testing with it today, and it looks fine. Acked-by: Devin Heitmueller dheitmuel...@kernellabs.com Thanks, Devin

Re: [PULL] http://www.kernellabs.com/hg/~dheitmueller/v4l-dvb-em28xx-isoc/

2010-06-26 Thread Devin Heitmueller
On Sat, Jun 26, 2010 at 11:05 AM, Mauro Carvalho Chehab mche...@redhat.com wrote: This patch tries to fix a problem, but it is broken: Let's suppose that you have 2 i2c drivers that implements control, one for video (like tvp5150) and another for audio (like msp3400). That's the case of

Correct way to do s_ctrl ioctl taking into account subdev framework?

2010-06-26 Thread Devin Heitmueller
First, a bit of background: A bug in the em28xx implementation of s_ctrl() was present where it would always return 1, even in success cases, regardless of what the subdev servicing the request said (in this case the video decoder). It was using v4l2_device_call_all(), and disregarding the return

Re: Correct way to do s_ctrl ioctl taking into account subdev framework?

2010-06-26 Thread Devin Heitmueller
On Sat, Jun 26, 2010 at 2:51 PM, Hans Verkuil hverk...@xs4all.nl wrote: There really is no good way at the moment to handle cases like this, or at least not without a lot of work. Ok, it's good to know I'm not missing something obvious. The plan is to have the framework merged in time for

Re: Correct way to do s_ctrl ioctl taking into account subdev framework?

2010-06-26 Thread Devin Heitmueller
On Sat, Jun 26, 2010 at 9:34 PM, Mauro Carvalho Chehab mche...@redhat.com wrote: would do the trick. Yet, the application is broken, as it is considering a positive return as an error. A positive code should never be considered as an error. So, we need to fix v4l2-ctl as well (ok, returning

Re: em28xx/xc3028 - kernel driver vs. Markus Rechberger's driver

2010-06-22 Thread Devin Heitmueller
On Tue, Jun 22, 2010 at 5:25 PM, Thorsten Hirsch t.hir...@web.de wrote: Hi, as far as I know there's been some trouble in the past regarding Markus Rechberger's em28xx driver (em28xx-new) and the official development line, resulting in the current situation: - M. Rechberger isn't developing

Re: How to use aux input on ATI TV Wonder 600 USB?

2010-06-21 Thread Devin Heitmueller
On Mon, Jun 21, 2010 at 11:09 AM, Steve Freitas sfl...@ihonk.com wrote: Hi all, I have an ATI TV Wonder 600 USB and have successfully used it for its DVB features, thanks to the work of many of you on this list. However, this device also has an auxiliary s-video/composite input[1] which I'd

Re: How to use aux input on ATI TV Wonder 600 USB?

2010-06-21 Thread Devin Heitmueller
On Mon, Jun 21, 2010 at 11:48 AM, Steve Freitas sfl...@ihonk.com wrote: Yes, it's fully supported.  But bear in mind it's an analog input, so you need to use a V4L application as opposed to something designed for DVB.  Once you use an analog app (such as tvtime), just toggle over to input 1

Re: About Viewcast Osprey 450e

2010-06-21 Thread Devin Heitmueller
On Mon, Jun 21, 2010 at 10:37 PM, a...@librelogiciel.com wrote: Is there any chance this card will be supported by V4L in the future (or is it already) ? KernelLabs has written a driver for both the 240e and 450e (in cooperation with ViewCast) and it is currently in testing (with plans to be

[PULL] http://www.kernellabs.com/hg/~dheitmueller/v4l-dvb-950qvbi

2010-06-21 Thread Devin Heitmueller
Hello, Please PULL from http://www.kernellabs.com/hg/~dheitmueller/v4l-dvb-950qvbi for the following: * Add closed captioning support for the HVR-950q Thanks go out to GetWellNetwork Inc. for sponsoring this work. Thanks, Devin -- Devin J. Heitmueller - Kernel Labs http://www.kernellabs.com

[PULL] http://www.kernellabs.com/hg/~dheitmueller/v4l-dvb-em28xx-isoc/

2010-06-21 Thread Devin Heitmueller
Hello, Please PULL from http://www.kernellabs.com/hg/~dheitmueller/v4l-dvb-em28xx-isoc for the following: * Make em28xx s_ctrl not always return error * Fix case where fields were not at the correct start location. This addresses two bugs found in the em28xx driver (one with video rendering and

Re: Problem with em28xx card, PAL and teletext

2010-06-14 Thread Devin Heitmueller
On Sun, Jun 13, 2010 at 11:21 PM, Eugeniy Meshcheryakov eu...@debian.org wrote: Thanks, that patch fixes the shifting problem, all the pixels are in the right place. Ok, I'll issue a PULL request to get that upstream. Thanks for testing. In the meantime though, you can work around the issue

Re: Problem with em28xx card, PAL and teletext

2010-06-13 Thread Devin Heitmueller
) Devin -- Devin J. Heitmueller - Kernel Labs http://www.kernellabs.com Fix case where fields were not at the correct start location. From: Devin Heitmueller dheitmuel...@kernellabs.com This patch address an arithmetic error for the case where the only remaining content in the USB packet

Re: please update V4L-DVB wiki concerning Compro DVD-T300 support

2010-06-10 Thread Devin Heitmueller
On Thu, Jun 10, 2010 at 10:20 PM, Rohan Carly se...@rohan.id.au wrote: Hi, I had success with some TV tuner hardware that wasn't listed on the linuxtv.org V4L-DVB wiki. Could you please update it? The Wiki is open to anyone's contributions. If you have found an inaccuracy or some missing info,

Re: avertv h830 hybrid tv usb stick

2010-06-09 Thread Devin Heitmueller
On Wed, Jun 9, 2010 at 6:41 PM, Jacques Weber jacqwe...@gmail.com wrote: I just have bought an avertv h830 hybrid tv usb stick, the vendor having certified to me it will work under linux... By now it does not. When I plug the stick, no /dev/video device is created. I suppose it lacks some

<    2   3   4   5   6   7   8   9   10   11   >