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

2011-01-23 Thread Alex Butcher
On Sun, 23 Jan 2011, Malcolm Priestley wrote: On Sun, 2011-01-23 at 11:58 +, Alex Butcher wrote: 11) I briefly experimented with setting buggy_sfn_workaround=1 when loading the dib3000mc and dib7000p modules with no apparent improvement. As far as I can see, though, UK DVB-T broadcasting

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

2011-01-23 Thread Alex Butcher
On Sun, 23 Jan 2011, Alex Butcher wrote: Can anyone offer any tips for regaining reliability? Failing that, is there any further logging I can enable, and entries to look out for? Exactly what errors are you seeing? I2c write errors in dmesg? No, nothing in the kernel logs, which is what I

Re: [PATCH v10 8/8] davinci vpbe: Readme text for Dm6446 vpbe

2010-12-23 Thread Alex Deucher
. and 3., any plans to eventually migrate to a KMS interface? It seems like a lot of device specific controls here. Alex + 4. OSD module +    OSD module implements all OSD layer management and hardware specific +    features. The VPBE module interacts with the OSD for enabling

Re: problems with using the -rc kernel in the git tree

2010-12-19 Thread Alex Deucher
enable radeon KMS, you need to enable fbcon in your kernel or you will lose video when the radeon kms driver loads since it controls the video device and provide a legacy kernel fbdev interface. As for X, you need a ddx (xf86-video-ati) built with kms support (6.13.x series). Alex Theodore

Re: rtl2832u support

2010-12-06 Thread Alex Deucher
in the current code base. FWIW, in my experience, working code is preferable to datasheets if you have to pick. Often times datasheets are produced pre-silicon and aren't always updated properly with the final changes. Alex Maxim Levitsky wrote: On Mon, 2010-12-06 at 16:45 +0100, Jan Hoogenraad

Re: [PATCH 09/10] MCDE: Add build files and bus

2010-12-04 Thread Alex Deucher
configurations. It gets more complex with things like advanced color management and DP (DisplayPort) 1.2 that introduces things like daisy-chaining monitors and tunnelling USB and audio over DP. Alex Deucher noted in a previous post that we also have the option of implementing the KMS ioctls. We

Re: [PATCH 00/10] MCDE: Add frame buffer device driver

2010-11-12 Thread Alex Deucher
On Fri, Nov 12, 2010 at 8:18 AM, Jimmy RUBIN jimmy.ru...@stericsson.com wrote: Hi Alex, Good point, we are looking at this for possible future improvements but for the moment we feel like the structure of drm does not add any simplifications for our driver. We have the display manager

Re: [PATCH 00/10] MCDE: Add frame buffer device driver

2010-11-12 Thread Alex Deucher
On Fri, Nov 12, 2010 at 11:46 AM, Marcus LORENTZON marcus.xm.lorent...@stericsson.com wrote: Hi Alex, Do you have any idea of how we should use KMS without being a real drm 3D device? Do you mean that we should use the KMS ioctls on for display driver? Or do you mean that we should expose

Re: [PATCH 00/10] MCDE: Add frame buffer device driver

2010-11-10 Thread Alex Deucher
interface for compatibility. See: Documentation/DocBook/drm.tmpl drivers/gpu/drm/ in the kernel tree. Alex The current implementation supports DSI command mode displays. Below is a short summary of the files in this patchset: mcde_fb.c Implements the frame buffer device driver. mcde_dss.c

Re: rtl2832u support

2010-10-19 Thread Alex Deucher
of hw specs out there with no driver. A working driver with source is vastly more useful. It would be nice if every company out there had the resources to develop a nice clean native Linux driver, but right now that's not always the case. Alex -- To unsubscribe from this list: send the line

Re: [PATCH] Illuminators and status LED controls

2010-09-08 Thread Alex Deucher
provides). Shouldn't the driver just turn it on or blink it when capturing is active or whatever. Why should apps care? Plus, each app may implement some different behavior or some may not implement it at all which will further confuse users. Alex  Andy The LED interface seems more

Re: Unknown CX23885 device

2010-07-27 Thread Alex Deucher
there, but I managed to fit it in. How are you attaching the video/audio/antenna/etc. input to the pcie card? I don't imagine the card is much use without external connectors. Alex It has an Avermedia logo on top, but no other discernable markings. I've tried removing the chip cover, but I

Re: Idea of a v4l - fb interface driver

2010-05-28 Thread Alex Deucher
On Fri, May 28, 2010 at 4:21 AM, Guennadi Liakhovetski g.liakhovet...@gmx.de wrote: On Thu, 27 May 2010, Alex Deucher wrote: On Thu, May 27, 2010 at 2:56 AM, Guennadi Liakhovetski g.liakhovet...@gmx.de wrote: ... Ok, let me explain what exactly I meant. Above I referred to display

Re: Idea of a v4l - fb interface driver

2010-05-28 Thread Alex Deucher
On Fri, May 28, 2010 at 3:15 PM, Florian Tobias Schandinat florianschandi...@gmx.de wrote: Alex Deucher schrieb: On Fri, May 28, 2010 at 4:21 AM, Guennadi Liakhovetski g.liakhovet...@gmx.de wrote: On Thu, 27 May 2010, Alex Deucher wrote: Another API to consider in the drm kms (kernel

Re: Idea of a v4l - fb interface driver

2010-05-27 Thread Alex Deucher
hardware and properly handles crtcs, encoders, and connectors. It also provides fbdev api emulation. Alex In my experience with adding defio to the fbdev infra, the fbdev community seemed quite good and I did not notice any aging problems. I realize there's probably issues that you're

Re: ATI TV Wonder 650 PCI development

2010-02-15 Thread Alex Deucher
theatre code to the kernel for proper v4l support on AIW radeon cards. Alex Is it likely that that the tuner module has an XC3028 in it? In the same linux-dvb message thread noted above, someone speculated that there is a XC3028. As the v4l tree has XC3028 support, if this is true, wouldn't

Re: ATI TV Wonder 650 PCI development

2010-02-15 Thread Alex Deucher
On Mon, Feb 15, 2010 at 5:34 PM, Devin Heitmueller dheitmuel...@kernellabs.com wrote: On Mon, Feb 15, 2010 at 5:21 PM, Alex Deucher alexdeuc...@gmail.com wrote: Who did you contact?   gpudriverdevsupport AT amd DOT com is the devel address you probably want.  I looked into documentation

Re: ATI TV Wonder 650 PCI development

2010-02-15 Thread Alex Deucher
it? Can't hurt to try, but I'm not sure how much luck you'll have. Alex Thanks. Sam On Mon, Feb 15, 2010 at 2:37 PM, Alex Deucher alexdeuc...@gmail.com wrote: On Mon, Feb 15, 2010 at 5:34 PM, Devin Heitmueller dheitmuel...@kernellabs.com wrote: On Mon, Feb 15, 2010 at 5:21 PM, Alex

Re: Replace Mercurial with GIT as SCM

2009-12-01 Thread Alex Deucher
waiting for comments. I prefer git myself, but I'm not really actively working on v4l at the moment, so, I leave it up to the active devs. One nice thing about git is the ability to maintain patch authorship. Alex -- To unsubscribe from this list: send the line unsubscribe linux-media in the body

Re: ENE CIR driver

2009-11-23 Thread Alex Deucher
On Sat, Nov 21, 2009 at 1:30 PM, Jarod Wilson ja...@wilsonet.com wrote: On Nov 21, 2009, at 12:18 PM, Alex Deucher wrote: Does anyone know if there is a driver or documentation available for the ENE CIR controller that's incorporated into many of their keyboard controllers

ENE CIR driver

2009-11-21 Thread Alex Deucher
Does anyone know if there is a driver or documentation available for the ENE CIR controller that's incorporated into many of their keyboard controllers? If there is no driver but documentation, are there drivers for other CIR controllers that could be used as a reference? Thanks, Alex

Re: HVR-2200 Australia DVB-T

2009-09-27 Thread Alex Ferrara
Hi Steven, I have just found the official Australian broadcast data (acma.gov.au). I did find something interesting. In all cases except for channel TEN, the analog channel and digital channel are located on adjacent channels. Channel TEN has a huge channel separation. I have confirmed

HVR-2200 Australia DVB-T

2009-09-15 Thread Alex Ferrara
I decided to try a different card that is reported to work, so I bought myself a HVR-2200. Drivers compiled cleanly. I extracted the firmware and the driver is loading well. The second frontend is showing a little irregular in dmesg - (registering adapter 1 frontend -906461813), but

Re: Fusion HDTV Dual Digital Express - NSW Australia

2009-09-07 Thread Alex Ferrara
. Alex, just to confirm we have the same card could you post the PCI IDs? When the card is detected I see in syslog: kernel: [ 57.768535] CORE cx23885[0]: subsystem: 18ac:db78, board: DViCO FusionHDTV DVB-T Dual Express [card=11,autodetected] and lspci gives me (lspci -n -s 04:00 lspci -v -s

Re: Fusion HDTV Dual Digital Express - NSW Australia

2009-09-07 Thread Alex Ferrara
the power cycling of the card by loading the tuner module with options tuner_xc2028 no_poweroff=1 in /etc/modprobe.d/options, but with this option turned on I was unable to receive any stations. Alex, just to confirm we have the same card could you post the PCI IDs? When the card is detected I

Re: [PATCH] Add support for Compro VideoMate E800 (DVB-T part only)

2009-09-06 Thread Alex Deucher
On Sun, Sep 6, 2009 at 11:33 AM, geroin22geroi...@yandex.ru wrote: Nothing new, just adding Compro VideoMate E800 (DVB-T part only). Tested with Ubuntu 9.04 kernel 2.6.28 work well. Please add your Signed-off-by. diff -Naur a/linux/Documentation/video4linux/CARDLIST.cx23885

Fusion HDTV Dual Digital Express - NSW Australia

2009-09-06 Thread Alex Ferrara
I bought several of these cards over a year ago thinking that they worked under Linux, but I found that while the cards seem to work flawlessly for some people, in some geographic locations, they don't work for me in Goulburn NSW pointing to Mt Gray. I have a mythtv backend with 2 x Dvico

Re: [PULL] http://kernellabs.com/hg/~mkrufky/cx23885

2009-08-04 Thread Alex Deucher
On Tue, Aug 4, 2009 at 3:50 PM, Michael Krufkymkru...@kernellabs.com wrote: On Tue, Aug 4, 2009 at 3:47 PM, Alex Deucheralexdeuc...@gmail.com wrote: On Tue, Aug 4, 2009 at 3:33 PM, Michael Krufkymkru...@linuxtv.org wrote: Mauro, Please pull from: http://kernellabs.com/hg/~mkrufky/cx23885

dib0700: Any known issues with CPU usage?

2009-04-26 Thread Alex Macfarlane Smith
, or is there something else going on here? If there's any more info needed to get to the bottom of this, don't hesitate to ask :) Thanks for your help, Alex. -- To unsubscribe from this list: send the line unsubscribe linux-media in the body of a message to majord...@vger.kernel.org More

<    1   2