Re: Support for RC-6 in em28xx driver?

2012-01-05 Thread Devin Heitmueller
2012/1/5 Simon Søndergaard john7...@gmail.com: 2012/1/5 Devin Heitmueller dheitmuel...@kernellabs.com: 2012/1/5 Simon Søndergaard john7...@gmail.com: Hi, I recently purchased a PCTV 290e USB Stick (em28174) it comes with a remote almost as small as the stick itself... I've been able to get

Re: Support for RC-6 in em28xx driver?

2012-01-05 Thread Devin Heitmueller
On Thu, Jan 5, 2012 at 5:48 PM, Devin Heitmueller dheitmuel...@kernellabs.com wrote: Yes, it can.  Like almost every IR receiver provided by the linux media subsystem, the 290e is configured with the keymap of the pinnacle remote *by default*.  There are userland tools (e.g. ir-keytable) which

Re: em2874 bulk endpoint support

2012-01-05 Thread Devin Heitmueller
On Thu, Jan 5, 2012 at 6:16 PM, Dmitriy Fitisov dmit...@radier.ca wrote: Hello everyone, I know, Devin Heitmueller was about to add support  for em2874 bulk endpoint. Is that still in plans? The project that I was slated to do this work for got cancelled, and the only device I know

Re: Working on Avermedia Duet A188 (saa716x and lgdt3304)

2012-01-03 Thread Devin Heitmueller
On Tue, Jan 3, 2012 at 1:05 PM, Tim richard...@hotmail.com wrote: Currently I I am trying to attach the lgdt3304 at i2c address 0x0e  on bus A then try to attach the tda1827hdc2.. but the lgdt3304 never attaches Just a suggestion: These sorts of problems are usually either you're trying to

Re: em28xx_isoc_dvb_max_packetsize for EM2884 (Terratec Cinergy HTC Stick)

2011-12-25 Thread Devin Heitmueller
On Sun, Dec 25, 2011 at 9:11 AM, Hans Petter Selasky hsela...@c2i.net wrote: These numbers should not be hardcoded, but extracted from the USB endpoint descriptor! --HPS Hans is correct. I only hard-coded it at 564 as a quick hack when I was bootstrapping the em2784 support. The code really

Re: Add tuner_type to zl10353 config and use it for reporting signal directly from tuner.

2011-12-21 Thread Devin Heitmueller
2011/12/21 Miroslav Slugeň thunder@gmail.com: XC4000 based cards are not using AGC control in normal way, so it is not possible to get signal level from AGC registres of zl10353 demodulator, instead of this i send previous patch to implement signal level directly in xc4000 tuner and now

Re: cx231xx kernel oops

2011-12-12 Thread Devin Heitmueller
On Mon, Dec 12, 2011 at 10:58 AM, Yan Seiner y...@seiner.com wrote: Also, just to be clear, the USB Live 2 doesn't have any onboard hardware compression.  It has comparable requirements related to USB bus utilization as any other USB framegrabber.  The only possible advantage you might get is

Re: HVR-930C DVB-T mode report

2011-12-12 Thread Devin Heitmueller
On Mon, Dec 12, 2011 at 3:16 PM, Eddi De Pieri e...@depieri.net wrote: Hi to all, with latest git, w_scan partially working only if adding  -t2  or t3. It seems that scan quality of w_scan is lower if compared to dvb_app scan Hi Eddi, A really useful test would be to run the exact same scan

Re: [PATCH] DVB: dvb_frontend: fix delayed thread exit

2011-12-10 Thread Devin Heitmueller
Hello Mauro, On Sat, Dec 10, 2011 at 5:28 AM, Mauro Carvalho Chehab mche...@redhat.com wrote: Devin, You're over-reacting. This patch were a reply from Andreas to a thread, and not a separate patch submission. Patches like are generally handled as RFC, especially since it doesn't contain a

Re: [PATCH] [media] drxk: Switch the delivery system on FE_SET_PROPERTY

2011-12-09 Thread Devin Heitmueller
On Fri, Dec 9, 2011 at 5:11 PM, Mauro Carvalho Chehab mche...@redhat.com wrote: Could someone explain reason for that? I dunno, but I think this needs to be fixed, at least when the frontend is opened with O_NONBLOCK. Are you doing the drx-k firmware load on dvb_init()? That could easily

Re: [PATCH] DVB: dvb_frontend: fix delayed thread exit

2011-12-09 Thread Devin Heitmueller
On Fri, Dec 9, 2011 at 8:37 PM, Andreas Oberritter o...@linuxtv.org wrote: On 10.12.2011 00:43, Mauro Carvalho Chehab wrote: On 09-12-2011 21:37, Mauro Carvalho Chehab wrote: On 09-12-2011 20:33, Devin Heitmueller wrote: On Fri, Dec 9, 2011 at 5:11 PM, Mauro Carvalho Chehab mche...@redhat.com

Re: [PATCH] DVB: dvb_frontend: fix delayed thread exit

2011-12-09 Thread Devin Heitmueller
Hello Andreas, On Fri, Dec 9, 2011 at 9:06 PM, Andreas Oberritter o...@linuxtv.org wrote: WTF, Devin, you again? I haven't asked anyone to upstream it. Feel free to analyze the code and resubmit it. 1. It's marked with a subject line that starts with [PATCH] 2. It has your SIgned-Off-By

Re: [PATCH 5/8] [media] em28xx: initial support for HAUPPAUGE HVR-930C again

2011-12-06 Thread Devin Heitmueller
On Tue, Dec 6, 2011 at 8:43 AM, Mauro Carvalho Chehab mche...@redhat.com wrote: The driver who binds everything is the bridge driver. In your case, it is the au0828 driver. What you're experiencing seems to be some race issue inside it, and not at xc5000. On a quick look on it, I'm noticing

Re: [PATCH 5/8] [media] em28xx: initial support for HAUPPAUGE HVR-930C again

2011-12-06 Thread Devin Heitmueller
On Tue, Dec 6, 2011 at 10:28 AM, Mark Lord ker...@teksavvy.com wrote: It's always exhibited races for me here.  I have long since worked around the issue(s), so my own systems currently behave.   But with the newer HVR-950Q revision (B4F0), the issue is far more prevalent than before. I'll ask

Re: [PATCH 5/8] [media] em28xx: initial support for HAUPPAUGE HVR-930C again

2011-12-05 Thread Devin Heitmueller
On Sun, Nov 20, 2011 at 9:56 AM, Mauro Carvalho Chehab mche...@redhat.com wrote: diff --git a/drivers/media/common/tuners/xc5000.c b/drivers/media/common/tuners/xc5000.c index ecd1f95..048f489 100644 --- a/drivers/media/common/tuners/xc5000.c +++ b/drivers/media/common/tuners/xc5000.c @@

Re: [PATCH 5/8] [media] em28xx: initial support for HAUPPAUGE HVR-930C again

2011-12-05 Thread Devin Heitmueller
On Mon, Dec 5, 2011 at 1:35 PM, Mauro Carvalho Chehab mche...@redhat.com wrote: What's up with this change?  Is this a bugfix for some race condition?  Why is it jammed into a patch for some particular product? It seems like a change such as this could significantly change the timing of tuner

Re: [PATCH 5/8] [media] em28xx: initial support for HAUPPAUGE HVR-930C again

2011-12-05 Thread Devin Heitmueller
On Mon, Dec 5, 2011 at 1:46 PM, Devin Heitmueller dheitmuel...@kernellabs.com wrote: On Mon, Dec 5, 2011 at 1:35 PM, Mauro Carvalho Chehab mche...@redhat.com wrote: What's up with this change?  Is this a bugfix for some race condition?  Why is it jammed into a patch for some particular product

Re: [PATCH 5/8] [media] em28xx: initial support for HAUPPAUGE HVR-930C again

2011-12-05 Thread Devin Heitmueller
On Mon, Dec 5, 2011 at 6:32 PM, Eddi De Pieri e...@depieri.net wrote: Sorry,  I think I applied follow patch on my tree while I developed the driver trying to fix tuner initialization. http://patchwork.linuxtv.org/patch/6617/ I forgot to remove from my tree after I see that don't solve

Re: [RFC] vtunerc: virtual DVB device - is it ok to NACK driver because of worrying about possible misusage?

2011-12-03 Thread Devin Heitmueller
On Sat, Dec 3, 2011 at 12:42 PM, Alan Cox a...@lxorguk.ukuu.org.uk wrote: On Sat, 3 Dec 2011 09:21:23 -0800 VDR User user@gmail.com wrote: On Sat, Dec 3, 2011 at 8:13 AM, Andreas Oberritter o...@linuxtv.org wrote: You could certainly build a library to reach a different goal. The goal

Re: Hauppauge HVR-930C problems

2011-12-02 Thread Devin Heitmueller
On Fri, Dec 2, 2011 at 2:41 PM, Fredrik Lingvall fredrik.lingv...@gmail.com wrote: The HVR 930C device has three connectors/inputs:  an antenna input, an S-video, and a composite video, respectively, The provider I have here in Norway (Get) has both analog tv and digital (DVB-C) so can I get

Re: LinuxTV ported to Windows

2011-11-30 Thread Devin Heitmueller
2011/11/30 Abylay Ospan aos...@netup.ru: Hello, We have ported linuxtv's cx23885+CAM en50221+Diseq to Windows OS (Vista, XP, win7 tested). Results available under GPL and can be checkout from git repository: https://github.com/netup/netup-dvb-s2-ci-dual Binary builds (ready to install)

Re: LinuxTV ported to Windows

2011-11-30 Thread Devin Heitmueller
On Wed, Nov 30, 2011 at 1:02 PM, Andreas Oberritter o...@linuxtv.org wrote: Am I the only one who thinks this is a legally ambigious grey area? Seems like this could be a violation of the GPL as the driver code in question links against a proprietary kernel. Devin, please! Are you implying

Re: LinuxTV ported to Windows

2011-11-30 Thread Devin Heitmueller
On Wed, Nov 30, 2011 at 2:58 PM, Andreas Oberritter o...@linuxtv.org wrote: The point I'm trying to make: Someone made a presumably nice open source port to a new platform and the first thing you're doing is to play the GPL-has-been-violated-card, even though you're admitting that you don't

Re: Hauppauge HVR-900 HD

2011-11-25 Thread Devin Heitmueller
On Fri, Nov 25, 2011 at 3:54 PM, Fredrik Lingvall fredrik.lingv...@gmail.com wrote: Hi All, I have a Hauppauge HVR-900 HD with ID 2040:b138. Is this device supported, and if so, which driver and firmware do I need? Hi Frank, It's not currently supported under Linux as it uses a demodulator

Re: scan returns channels with no VID

2011-11-17 Thread Devin Heitmueller
On Thu, Nov 17, 2011 at 4:55 PM, Brian J. Murrell br...@interlinx.bc.ca wrote: Hi. Using dvb-apps 1.1.1+rev1355-1ubuntu1 on Ubuntu, I'm scanning my qam channels with scan on both an Hauppage HVR-950q and HVR-1600 and the resulting output contains channels which I know are both audio and video

Re: HVR-4000 may be broken in kernel mods (again) ?

2011-11-12 Thread Devin Heitmueller
On Sat, Nov 12, 2011 at 5:33 AM, jonathanjstev...@gmail.com jonathanjstev...@gmail.com wrote: Description of problem: Support for Hauupauge HVR-4000 appears to be broken (again) in kernel mods. This is a bit of a tale of woe, but this hardware is supposed to have been sorted in stock kernel

Re: HVR-4000 may be broken in kernel mods (again) ?

2011-11-12 Thread Devin Heitmueller
On Sat, Nov 12, 2011 at 8:14 AM, Lars Schotte gu...@guttok.net wrote: i am alos curious what he means by try to use it. i mean did he try to use it with tzap, or szap, or w_scan, or what? because i dont even know about mythtv, i only use dvbutils, mplayer, xine and vdr. I agree with Lars on

Re: HVR-4000 may be broken in kernel mods (again) ?

2011-11-12 Thread Devin Heitmueller
If you're running Xen, then as far as I'm concerned you're on a *totally* unsupported path. If it happened to have worked in some previous version, it was dumb luck. As for you issue when not using Xen, you're probably just missing the Kaffeine libraries required for video playback (a common

Re: [PATCH 00/25] Add PCTV-80e Support to v4l

2011-11-10 Thread Devin Heitmueller
On Thu, Nov 10, 2011 at 6:31 PM, Patrick Dickey pdickeyb...@gmail.com wrote: These are the files required to support the Pinnacle PCTV-80e USB Tuner in video-4-linux. The files were originally downloaded from http://www.kernellabs.com/hg/~dheitmueller/v4l-dvb-80e and modified to fix

Re: [PATCH 00/25] Add PCTV-80e Support to v4l

2011-11-10 Thread Devin Heitmueller
On Thu, Nov 10, 2011 at 9:36 PM, Patrick Dickey pdickeyb...@gmail.com wrote: Also, I started to clean up the files tonight. Then I started thinking about what you told me about the as102 drivers, and thought I should submit them as is and then start the cleanup and submit those patches

Re: [PATCH 00/13] Remaining coding style clean up of AS102 driver

2011-11-07 Thread Devin Heitmueller
On Mon, Nov 7, 2011 at 2:57 PM, Sylwester Nawrocki snj...@gmail.com wrote: My knowledge about this driver is rather limited, in case of any issues I guess it's best to ask Devin directly. Part of the problem here is that the as102 chip is a fully programmable part, and as a result the firmware

Re: Hauppauge WIN-TV DUET HD

2011-11-02 Thread Devin Heitmueller
On Wed, Nov 2, 2011 at 9:13 AM, Josu Lazkano josu.lazk...@gmail.com wrote: Hello list, I am having lots of problem with DVB-T USB adapters. I want to try this one: http://www.hauppauge.co.uk/site/products/data_duet.html Has anyone use this device? I'm 95% certain this is a brand new

Re: Hauppauge WIN-TV DUET HD

2011-11-02 Thread Devin Heitmueller
On Wed, Nov 2, 2011 at 10:11 AM, Michael Krufky mkru...@linuxtv.org wrote: INCORRECT.  The WinTV Duet is just a rebranding of the NOVA-TD ... It is, in fact, supported, and quite possibly Hauppauge's coolest DVB-T stick. My mistake. I must have gotten it confused with something else. Despite

Re: Hauppauge WIN-TV DUET HD

2011-11-02 Thread Devin Heitmueller
On Wed, Nov 2, 2011 at 10:45 AM, Josu Lazkano josu.lazk...@gmail.com wrote: Thanks both! Devin, could you add some info on the linuxtv wiki (firmware, installation...)? The wiki is available for edits by anyone, so feel free to update it. That said, it seems that I don't have all the

Re: Hauppauge WIN-TV DUET HD

2011-11-02 Thread Devin Heitmueller
On Wed, Nov 2, 2011 at 10:53 AM, Josu Lazkano josu.lazk...@gmail.com wrote: Hello, I have no trouble, I have not buy it yet. I have some DVB-T (most of them with af9015), and I am having lots of I2C problems. I just want to know that it is working as dual tuner. Again, my mistake. I

Re: UVC with continuous video buffers.

2011-11-02 Thread Devin Heitmueller
On Wed, Nov 2, 2011 at 11:49 AM, javier Martin javier.mar...@vista-silicon.com wrote: Hi, we have a system with a UVC camera connected to USB to acquire video images and a hardware processor which needs continuous memory buffers to process them. I've been looking at the current version of

Re: femon signal strength

2011-10-26 Thread Devin Heitmueller
On Wed, Oct 26, 2011 at 12:36 AM, James bjloc...@lockie.ca wrote: My signal strength is always above 0 but when I use -H, it is 0%. Does that mean my signal strength is 0%? Maybe femon should report 0.x%. $ femon FE: Samsung S5H1409 QAM/8VSB Frontend (ATSC) status SCVYL | signal 00b9 | snr

Re: [PATCH] [media] hdpvr: update picture controls to support firmware versions 0.15

2011-10-20 Thread Devin Heitmueller
. The latest firmware releases properly support picture controls and the values in the patch are derived from the windows driver using SniffUSB2.0. Thanks to Devin Heitmueller for helping me. Regards. -- Taylor Hi Taylor, What worries me here is the assertion that the controls didn't work

Re: [PATCH] [media] hdpvr: update picture controls to support firmware versions 0.15

2011-10-20 Thread Devin Heitmueller
On Thu, Oct 20, 2011 at 12:23 PM, Janne Grunau ja...@jannau.net wrote: On Thu, Oct 20, 2011 at 11:30:11AM -0400, Devin Heitmueller wrote: On Thu, Oct 20, 2011 at 11:24 AM, Taylor Ralph taylor.ra...@gmail.com wrote: I've attached a patch that correctly sets the max/min/default values

Re: [PATCH] [media] hdpvr: update picture controls to support firmware versions 0.15

2011-10-20 Thread Devin Heitmueller
On Thu, Oct 20, 2011 at 1:08 PM, Janne Grunau j...@jannau.net wrote: I think such scenario is unlikely but I don't know it for sure and I don't want to force anyone to test every firmware version. Ignoring them for firmware version 16 should be safe since we assume they had no effect.

Re: Staging questions: WAS Re: [PATCH 0/7] Staging submission: PCTV 74e drivers and some cleanup

2011-10-19 Thread Devin Heitmueller
Hi Patrick, On Wed, Oct 19, 2011 at 8:36 AM, Patrick Dickey pdickeyb...@gmail.com wrote: I'm posting this question under this thread because the subject pertains to the question (in that I'm asking about staging and about the PCTV 80e drivers). You should definitely be looking at the as102

Re: [PATCH 0/14] staging/media/as102: new driver submission (was Re: [PATCH 1/7] Staging submission: PCTV 74e driver (as102)

2011-10-18 Thread Devin Heitmueller
pierrick.hasc...@abilis.com Signed-off-by: Devin Heitmueller dheitmuel...@kernellabs.com Signed-off-by: Piotr Chmura chmoor...@poczta.onet.pl instead of: Signed-off-by: Piotr Chmura chmoor...@poczta.onet.pl Cc: Pierrick Hascoet pierrick.hasc...@abilis.com Cc: Devin Heitmueller dheitmuel

Re: PVR-2200 error with what I think is tuning

2011-10-18 Thread Devin Heitmueller
On Tue, Oct 18, 2011 at 6:00 PM, Greg Bowyer gbow...@fastmail.co.uk wrote: Hi there You probably get this a lot, with the latest and greatest drivers from your git repository at Steve Tosh's website I get the following after a few days [198934.085303] tda18271_write_regs: [4-0060|S] ERROR:

Re: [PATCH 1/7] Staging submission: PCTV 74e driver (as102)

2011-10-16 Thread Devin Heitmueller
On Sun, Oct 16, 2011 at 4:57 AM, Stefan Richter stef...@s5r6.in-berlin.de wrote: Hi Piotr, thanks for getting this going again.  - I have not yet looked through the source but have some small remarks on the patch format.  - In your changelogs and in the diffs, somehow the space between real

Re: [PATCH 4/7] staging/as102: cleanup - formatting code

2011-10-16 Thread Devin Heitmueller
On Sun, Oct 16, 2011 at 8:23 AM, Julian Andres Klode j...@jak-linux.org wrote: On Sat, Oct 15, 2011 at 10:54:43PM +0200, Piotr Chmura wrote: staging as102: cleanup - formatting code Cleanup code: change double spaces into single, put tabs instead of spaces where they should be.

Re: [PATCH] dvb/as102 nBox DVB-T dongle

2011-10-14 Thread Devin Heitmueller
On Fri, Oct 14, 2011 at 8:36 AM, Piotr Chmura chmoor...@poczta.onet.pl wrote: Hi, There's  licencing problem with as10x_cmd_cfg.c and as10x_cmd_stream.c files which are not GPL ( (c) Copyright Abilis Systems SARL 2005-2009 All rigths reserved \n   www.abilis.com). Dunno if it's only

Re: PCTV 520e on Linux

2011-10-14 Thread Devin Heitmueller
On Fri, Oct 14, 2011 at 9:19 AM, Mauro Carvalho Chehab mche...@redhat.com wrote: While the basic chips used are different, they are completely different hardware designs and likely have different GPIO configurations as well as IF specs. The IF settings for xc5000 with DRX-K are solved with

Re: PCTV 520e on Linux

2011-10-14 Thread Devin Heitmueller
On Fri, Oct 14, 2011 at 10:01 AM, Sönke Brandt sbra...@pctvsystems.com wrote:  Just a quick note: The 520e does use the TDA18271 tuner, not an XC5000.  Soenke. Wow, how the hell did I screw that up? Of course Sönke is correct. I momentarily got the 520e confused with the HVR-930c (I've done

Re: PCTV 520e on Linux

2011-10-14 Thread Devin Heitmueller
On Fri, Oct 14, 2011 at 12:14 PM, Mauro Carvalho Chehab mche...@redhat.com wrote: The tda18271-dd/drx-k/em28xx combination works fine, provided that the GPIO initialization enables both tuner and demod during probe time. Currently, the device I used to add support for it (a Terratec H5) has a

Re: PCTV 520e on Linux

2011-10-14 Thread Devin Heitmueller
On Fri, Oct 14, 2011 at 1:39 PM, Mauro Carvalho Chehab mche...@redhat.com wrote: What are the USB ID's for the device? I may try to do a patch for it during this weekend, if I found time to add support for a few other devices that Terratec gently donated me. 510e 2304:0242 520e 2013:0251,

Re: recent cx23385?

2011-10-13 Thread Devin Heitmueller
On Thu, Oct 13, 2011 at 1:59 AM, James bjloc...@lockie.ca wrote: Is there a newer cx23385 driver than the one in kernel-3.0.4? I bought a http://linuxtv.org/wiki/index.php/Hauppauge_WinTV-HVR-1250 and it shows video for about 5 seconds and then locks up the system. You cannot install

Re: PCTV 520e on Linux

2011-10-13 Thread Devin Heitmueller
On Thu, Oct 13, 2011 at 10:49 AM, Claus Olesen ceole...@gmail.com wrote: I'm looking for a USB stick for DVB-C on Linux, have good experience with the PCTV nanoStick T2 290e for DVB-T on Linux (except for the replug issue) I believe the replug issue is probably fixed if you're using the

Re: PCTV 520e on Linux

2011-10-13 Thread Devin Heitmueller
On Thu, Oct 13, 2011 at 12:07 PM, Antti Palosaari cr...@iki.fi wrote: No support currently.  I have the stick, but haven't had any time to work on it. Is that EM28xx + DRX-K + TDA18217 ? And analog parts... You were close: em2884, drx-k, xc5000, and for analog it uses the afv4910b. Devin

Re: PCTV 520e on Linux

2011-10-13 Thread Devin Heitmueller
On Thu, Oct 13, 2011 at 12:19 PM, Antti Palosaari cr...@iki.fi wrote: You were close:  em2884, drx-k, xc5000, and for analog it uses the afv4910b. Then it should be peace of cake at least for digital side. I don't think we've ever done xc5000 on an em28xx before, so it's entirely possible

Re: recent cx23385?

2011-10-13 Thread Devin Heitmueller
On Thu, Oct 13, 2011 at 12:31 PM, James bjloc...@lockie.ca wrote: Where do I see the date/version of the media subsystem? You can't. The media_build stuff is just a script which backports part of the latest kernel tree and applies some patches to make it work with older kernels. There is no

Re: help with azap

2011-10-13 Thread Devin Heitmueller
On Thu, Oct 13, 2011 at 2:14 PM, James bjloc...@lockie.ca wrote: $ more channels.conf CIII-HD:8500:8VSB:49:52+53:1 OTTAWA CBOFT-DT:18900:8VSB:49:53+52:3 CJOH:21300:8VSB:49:51+52:1 TVO    :53300:8VSB:49:52+53:1 OTTAWA  CBOT-DT:53900:8VSB:49:52+53:3

Re: PCTV 520e on Linux

2011-10-13 Thread Devin Heitmueller
On Thu, Oct 13, 2011 at 7:06 PM, Benjamin Larsson benja...@southpole.se wrote: On 10/13/2011 07:48 PM, Devin Heitmueller wrote: On Thu, Oct 13, 2011 at 12:19 PM, Antti Palosaari cr...@iki.fi wrote: You were close:  em2884, drx-k, xc5000, and for analog it uses the afv4910b. Then it should

Re: where is the cx23887 module in kernel-3.04 config?

2011-10-12 Thread Devin Heitmueller
On Wed, Oct 12, 2011 at 4:42 PM, James bjloc...@lockie.ca wrote: On 10/12/11 16:30, James wrote: Where is the cx23887 module in the kernel-3.04 config? I'm trying to get a Hauppauge WinTV-HVR-1250 working. -- To unsubscribe from this list: send the line unsubscribe linux-media in the body

Re: digital tuner

2011-10-12 Thread Devin Heitmueller
On Thu, May 12, 2011 at 3:49 PM, James bjloc...@lockie.ca wrote: I have an analog: Hauppauge WinTV-Go PLUS which has a lineout. I'm considering a digital card. The Hauppauge WinTV-HVR-1250 does NOT have a lineout so how does it do sound? Does PCIe pass through the sound to the OS sound

Re: tvtime at linuxtv.org

2011-10-07 Thread Devin Heitmueller
On Thu, Oct 6, 2011 at 9:59 PM, Mauro Carvalho Chehab mche...@redhat.com wrote: Hi Devin, I had some discussions with Mikael today at the #linuxtv channel about tvtime. Mikael has write access to the tvtime site at sourceforge and he is doing some maintainance on it for some time, and worked

Re: fm player for v4l2

2011-10-05 Thread Devin Heitmueller
On Wed, Oct 5, 2011 at 2:32 PM, Will Milspec will.mils...@gmail.com wrote: hi all, After recent-ish kernel updates, fmtools no longer works.  (I'm running gentoo currently on kernel 3.0.6) I believe the changes pertain to V4L1 vs L2 api changes. I am not a linux developer, however, and

Re: Problems tuning PAL-D with a Hauppauge HVR-1110 (TDA18271 tuner) - workaround hack included

2011-09-30 Thread Devin Heitmueller
On Fri, Sep 30, 2011 at 7:59 AM, Mauro Carvalho Chehab mche...@infradead.org wrote: Michael/Devin may be able to double check what tda18271 variants are used at the hvr1100 supported models. Mike could confirm definitively but I would be very surprised if it was anything other than a C2. I

Re: Problems tuning PAL-D with a Hauppauge HVR-1110 (TDA18271 tuner) - workaround hack included

2011-09-28 Thread Devin Heitmueller
Hi Simon, On Wed, Sep 28, 2011 at 8:50 AM, Simon Farnsworth simon.farnswo...@onelan.com wrote: (note - the CC list is everyone over 50% certainty from get_maintainer.pl) I'm having problems getting a Hauppauge HVR-1110 card to successfully tune PAL-D at 85.250 MHz vision frequency; by

Re: support for Elgato eyetv one

2011-09-28 Thread Devin Heitmueller
2011/9/28 Tim Bolder timbol...@gmail.com: Hi, I was wondering if the Elago eyetv one is on the list for (near) future support. I've tried to make te device work with the settings of other eyetv devices but wit no luck. I have attached a lsusb log for mor info on the device. To my

Re: Problems cloning the git repostories

2011-09-26 Thread Devin Heitmueller
On Sun, Sep 25, 2011 at 11:25 PM, Mauro Carvalho Chehab mauroche...@gmail.com wrote: I fail to see any trial from your side to send the patches upstream: no pull requests and no patches for this driver were _ever_ sent to the ML. You and I have discussed this issue multiple times with these

Re: Problems cloning the git repostories

2011-09-25 Thread Devin Heitmueller
created by Devin Heitmueller for the Pinnacle PCTV 80e USB tuner (at least the ATSC portion of the tuner). Once I'm able to determine exactly what changes are made, I would like to either submit the patches to the repository, or send them to someone who has more experience in patching the files

Re: cx231xx: DMA problem on ARM

2011-09-22 Thread Devin Heitmueller
On Thu, Sep 22, 2011 at 10:45 AM, Thomas Petazzoni thomas.petazz...@free-electrons.com wrote: Hello, Le Wed, 21 Sep 2011 08:04:52 -0400, Devin Heitmueller dheitmuel...@kernellabs.com a écrit : I ran into the same issue on em28xx in the past (which is what those parts of cx231xx are based

Re: cx231xx: DMA problem on ARM

2011-09-21 Thread Devin Heitmueller
On Wed, Sep 21, 2011 at 7:56 AM, Thomas Petazzoni thomas.petazz...@free-electrons.com wrote: Hello, On an x86 platform, we have managed to use a Hauppauge USB Live 2 capture device with the cx231xx on a 3.0 kernel with the patch at [1]. Things work nicely. However, using a similar 3.0

Re: recursive locking problem

2011-09-13 Thread Devin Heitmueller
On Tue, Sep 13, 2011 at 5:34 PM, Steve Kerrison st...@stevekerrison.com wrote: At the risk of sounding silly, why do we rely on i2c gating so much? The whole point of i2c is that you can sit a bunch of devices on the same pair of wires and talk to one at a time. Steve, There are essentially

Re: recursive locking problem

2011-09-13 Thread Devin Heitmueller
On Tue, Sep 13, 2011 at 5:58 PM, Steven Toth st...@kernellabs.com wrote: Can any one shed some light on this? I appreciate it's not a linux or indeed linux-media specific issue as the hardware itself is designed this way. i2c gates exist to isolate the downstream components from any spurious

Re: [PATCH 01/10] alsa_stream: port changes made on xawtv3

2011-09-06 Thread Devin Heitmueller
On Tue, Sep 6, 2011 at 11:40 AM, Mauro Carvalho Chehab mche...@redhat.com wrote: Hi Devin, Em 06-09-2011 12:29, Mauro Carvalho Chehab escreveu: There are several issues with the original alsa_stream code that got fixed on xawtv3, made by me and by Hans de Goede. Basically, the code were

Re: [PATCH 01/10] alsa_stream: port changes made on xawtv3

2011-09-06 Thread Devin Heitmueller
On Tue, Sep 6, 2011 at 2:19 PM, Hans de Goede hdego...@redhat.com wrote: I think that what should be done is contact the debian / ubuntu maintainers, get any interesting fixes they have which the kl version misses merged, and then just declare the kl version as being the new official upstream

Re: [PATCH 01/10] alsa_stream: port changes made on xawtv3

2011-09-06 Thread Devin Heitmueller
On Tue, Sep 6, 2011 at 3:12 PM, Mauro Carvalho Chehab mche...@redhat.com wrote: From a practical standpoint, the Ubuntu folks have the original tvtime tarball and all their changes in one patch, which is clearly a bunch of patches that are mashed together probably in their build system. I need

Re: [PATCH 01/10] alsa_stream: port changes made on xawtv3

2011-09-06 Thread Devin Heitmueller
On Tue, Sep 6, 2011 at 11:29 AM, Mauro Carvalho Chehab mche...@redhat.com wrote: There are several issues with the original alsa_stream code that got fixed on xawtv3, made by me and by Hans de Goede. Basically, the code were re-written, in order to follow the alsa best practises. Backport the

Re: [PATCH 01/10] alsa_stream: port changes made on xawtv3

2011-09-06 Thread Devin Heitmueller
On Tue, Sep 6, 2011 at 10:58 PM, Devin Heitmueller dheitmuel...@kernellabs.com wrote: On Tue, Sep 6, 2011 at 11:29 AM, Mauro Carvalho Chehab mche...@redhat.com wrote: There are several issues with the original alsa_stream code that got fixed on xawtv3, made by me and by Hans de Goede

Re: [PATCH 01/10] alsa_stream: port changes made on xawtv3

2011-09-06 Thread Devin Heitmueller
On Tue, Sep 6, 2011 at 11:29 PM, Mauro Carvalho Chehab mche...@redhat.com wrote: Basically the above starts at the *maximum* capture resolution and works its way down.  One might argue that this heuristic makes more sense anyway - why *wouldn't* you want the highest quality audio possible by

Re: [PATCH 01/10] alsa_stream: port changes made on xawtv3

2011-09-06 Thread Devin Heitmueller
On Tue, Sep 6, 2011 at 11:37 PM, Devin Heitmueller dheitmuel...@kernellabs.com wrote: On Tue, Sep 6, 2011 at 11:29 PM, Mauro Carvalho Chehab mche...@redhat.com wrote: Basically the above starts at the *maximum* capture resolution and works its way down.  One might argue that this heuristic

Re: [PATCH 01/10] alsa_stream: port changes made on xawtv3

2011-09-06 Thread Devin Heitmueller
On Tue, Sep 6, 2011 at 11:42 PM, Devin Heitmueller dheitmuel...@kernellabs.com wrote: One more thing worth noting before I quit for the night: What audio processor is on your WinTV USB 2 device?  The DVC-90 has an emp202.  Perhaps the WInTV uses a different audio processor (while still using

Re: AVerTV Hybrid Volar MAX (H826) wiki entry

2011-08-30 Thread Devin Heitmueller
On Tue, Aug 30, 2011 at 7:44 AM, Brian J. Murrell br...@interlinx.bc.ca wrote: Hi, I was looking at the wiki for the supported status of the AVerMedia AVerTV Hybrid Volar MAX (H826).  The wiki says it's not supported.  But the wiki also says it's a PCIe card, which it's clearly not:

Re: [PATCH 1/2] DVB: dvb_frontend: convert semaphore to mutex

2011-08-24 Thread Devin Heitmueller
On Wed, Aug 24, 2011 at 1:33 PM, Andreas Oberritter o...@linuxtv.org wrote: Signed-off-by: Andreas Oberritter o...@linuxtv.org This may seem like a silly question, but *why* are you making this change? There is no explanation for what prompted it. Is it in response to some issue you

Re: [PATCH 1/2] DVB: dvb_frontend: convert semaphore to mutex

2011-08-24 Thread Devin Heitmueller
On Wed, Aug 24, 2011 at 2:02 PM, Andreas Oberritter o...@linuxtv.org wrote: It's impossible to clean up dvb_frontend.c, which looks quite unmaintained, without touching it. It is quite unmaintained. In fact, it was broken for numerous cards for almost two years before I finally got someone in

Re: [PATCH 1/2] DVB: dvb_frontend: convert semaphore to mutex

2011-08-24 Thread Devin Heitmueller
On Wed, Aug 24, 2011 at 2:08 PM, Andreas Oberritter o...@linuxtv.org wrote: Instead of wasting your time with theory, you could have easily reviewed my patch. It's really *very* simple any anyone having used semphores or mutexes in the kernel should be able to see that. There's no need to

Re: [PATCH] Latest version of em28xx / em28xx-dvb patch for PCTV 290e

2011-08-18 Thread Devin Heitmueller
On Thu, Aug 18, 2011 at 1:52 PM, Chris Rankin ranki...@yahoo.com wrote: Hi, Here's my latest patch for the em28xx / em28xx-dvb modules, which addresses the following problems: a) Locking problem when unplugging and then replugging USB adapter. b) Race conditions between adding/removing

Re: [PATCH] Latest version of em28xx / em28xx-dvb patch for PCTV 290e

2011-08-18 Thread Devin Heitmueller
On Thu, Aug 18, 2011 at 2:43 PM, Devin Heitmueller dheitmuel...@kernellabs.com wrote: On Thu, Aug 18, 2011 at 1:52 PM, Chris Rankin ranki...@yahoo.com wrote: Hi, Here's my latest patch for the em28xx / em28xx-dvb modules, which addresses the following problems: a) Locking problem when

Re: Hauppauge Aero-M Driver Problem

2011-08-14 Thread Devin Heitmueller
On Sun, Aug 14, 2011 at 2:33 AM, Trip Ericson webmas...@rabbitears.info wrote: Hello, all: Since my previous e-mail, I was able to get a Linux driver for the tuner from Hauppauge.  It came in the form of a v4l tree with the driver included.  I adjusted the v4l/.config file to only build the

Re: How to git and build HVR-2200 drivers from Kernel labs ?

2011-08-14 Thread Devin Heitmueller
On Sun, Aug 14, 2011 at 5:21 AM, Declan Mullen declan.mul...@bigpond.com wrote: Hi I've got a 8940 edition of a Hauppauge HVR-2200. The driver is called saa7164. The versions included in my OS (mythbuntu 10.10 x86 32bit, kernel 2.6.35-30) and from linuxtv.org are too old to recognise the 8940

Re: How to git and build HVR-2200 drivers from Kernel labs ?

2011-08-14 Thread Devin Heitmueller
Only Steven can look at the schematic and know for sure what prompted them to update to a new PCI ID. However, you can definitely try doing card=4 and see if it works. Card=9 won't work since that card number is not valid given the card list in your driver. Devin On Sun, Aug 14, 2011 at 7:23

Re: PCTV 290e nanostick and remote control support

2011-08-13 Thread Devin Heitmueller
On Sat, Aug 13, 2011 at 9:43 PM, Chris Rankin ranki...@yahoo.com wrote: Hi, The rc-pinnacle-pctv-hd keymap is missing the definition of the OK key: --- linux-3.0/drivers/media/rc/keymaps/rc-pinnacle-pctv-hd.c.orig       2011-08-14 02:42:01.0 +0100 +++

LinuxTV.org wiki broken - won't allow edits

2011-08-06 Thread Devin Heitmueller
Well, now I understand why there hasn't been any spam on the linuxtv.org wiki for a couple of weeks. Editing is broken. Attempts to edit articles shows: Internal error Set $wgShowExceptionDetails = true; at the bottom of LocalSettings.php to show detailed debugging information. Devin --

Re: Support for Hauppauge WinTV HVR-3300

2011-08-06 Thread Devin Heitmueller
On Sat, Aug 6, 2011 at 10:44 AM, Steve Wolter swol...@sdf.lonestar.org wrote: Dear linux-media list, I have recently bought a Hauppauge WinTV HVR-3300 and am trying to make it run with Linux. Going by the output of lspci -v [1], I tried to go with the cx23885, which doesn't recognize the

Re: Support for Hauppauge WinTV HVR-3300

2011-08-06 Thread Devin Heitmueller
On Sat, Aug 6, 2011 at 12:05 PM, Steve Wolter swol...@sdf.lonestar.org wrote: Fair enough, thanks for the feedback, I think that project is out of my scope for now. I'm mainly interested in the analog demodulation at the moment, have the DVB capacity mainly for future use. Do you know anything

Re: Any advice for writing Ruby driver for Hauppauge WinTV-HVR-1150 on Linux?

2011-08-06 Thread Devin Heitmueller
On Sat, Aug 6, 2011 at 8:48 PM, Bob Carpenter rgc3...@yahoo.com wrote: I'd like to write a driver using Ruby language for a Hauppauge WinTV-HVR-1150 card. I will be attaching an NTSC analog camera to the composite video input and want to stream the video across the internet to a client app

Re: Trying to support for HAUPPAUGE HVR-930C

2011-08-04 Thread Devin Heitmueller
Hi Daniel, Sorry for the delayed reply. I actually did reply five days ago but the message got dropped by the ML filter because my phone apparently formatted it into HTML content. Resending here... Do you have a contact at Trident I can ask to get access to that data sheet? I have been

Re: Trying to support for HAUPPAUGE HVR-930C

2011-07-29 Thread Devin Heitmueller
On Fri, Jul 29, 2011 at 7:15 AM, Eddi De Pieri e...@depieri.net wrote: 2011/7/28 Benjamin Larsson benja...@southpole.se: 0x82 is the address of the chip handling the analog signals(?) Micronas AVF 4910BA1 maybe. I don't have the schematic of hauppauge card, so I can't say you if 082 is the

Re: DVB-T issues w/ kernel 3.0

2011-07-27 Thread Devin Heitmueller
2011/7/27 Toralf Förster toralf.foers...@gmx.de: Hello, I'm wondering, whether there are known issues with the new kernel version just b/c of https://forums.gentoo.org/viewtopic.php?p=6766690#6766690 and https://bugs.kde.org/show_bug.cgi?id=278561 Hello Toralf, I don't think you're the

Re: [PATCH v3] tuner_xc2028: Allow selection of the frequency adjustment code for XC3028

2011-07-27 Thread Devin Heitmueller
On Wed, Jul 27, 2011 at 10:34 AM, Mauro Carvalho Chehab mche...@redhat.com wrote: Btw, what's the video standard that you're using? DTV7? Does your device use a xc3028 or xc3028xl? Whats's your demod and board? It was in the first sentence of his email. He's got an HVR-1400, which uses the

Re: DVB-T issues w/ kernel 3.0

2011-07-27 Thread Devin Heitmueller
On Wed, Jul 27, 2011 at 10:57 AM, Steffen Barszus steffenbpu...@googlemail.com wrote: Quote: The drivers from 2011-02-05 does not run, but the drivers from 2010-10-16 runs perfectly. should give at least a startingpoint/timeframe for bisecting ... allthough would be more usefull if based

Re: driver problem: cx231xx error -71 with Hauppauge USB live2 on Ubuntu 11.04, netbook edition

2011-07-26 Thread Devin Heitmueller
On Tue, Jul 26, 2011 at 7:53 AM, Doychin Dokov r...@net1.cc wrote: [416830.939483] cx231xx #0: can't change interface 3 alt no. to 0 (err=-71) This is with the stock kernel, no media_build tree installed (I'm currently compiling it). Patches for this issue were submitted over the weekend.

Re: driver problem: cx231xx error -71 with Hauppauge USB live2 on Ubuntu 11.04, netbook edition

2011-07-26 Thread Devin Heitmueller
On Tue, Jul 26, 2011 at 8:40 AM, Doychin Dokov r...@net1.cc wrote: I find only the Sunday fix for the power ramp issue, which states it's for a problem caused by the config hz being different of 100. Is this the patch you point me to, and do you think it's the solution in my case? # cat

Re: [PATCH] Fix regression introduced which broke the Hauppauge USBLive 2

2011-07-25 Thread Devin Heitmueller
On Mon, Jul 25, 2011 at 1:48 AM, Palash Bandyopadhyay palash.bandyopadh...@conexant.com wrote: Mauro/Devin,  Can someone give steps to reproduce the problem? Also if we need any particular h/w board to reproduce this problem. I dont seem to recall any delay requirement on the chip at power

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