RE: [PATCH v4] ARM: DaVinci: DM646x Video: Platform and board specific setup

2009-08-04 Thread chaithrika
Russell, Requesting your ack on this patch. Regards, Chaithrika On Wed, Aug 05, 2009 at 20:17:42, Chaithrika U S wrote: > Platform specific display device setup for DM646x EVM > > Add platform device and resource structures. Also define a platform specific > clock setup function that can be acc

[PATCH v4] ARM: DaVinci: DM646x Video: Platform and board specific setup

2009-08-04 Thread Chaithrika U S
Platform specific display device setup for DM646x EVM Add platform device and resource structures. Also define a platform specific clock setup function that can be accessed by the driver to configure the clock and CPLD. Signed-off-by: Manjunath Hadli Signed-off-by: Brijesh Jadav Signed-off-by:

RE: [PATCH] Subject: [PATCH v4] ARM: DaVinci: DM646x Video: Platform and board specific setup

2009-08-04 Thread chaithrika
Please ignore this patch. The version numbering is wrong here. On Wed, Aug 05, 2009 at 20:11:54, Chaithrika U S wrote: > Platform specific display device setup for DM646x EVM > > Add platform device and resource structures. Also define a platform specific > clock setup function that can be access

[PATCH] Subject: [PATCH v4] ARM: DaVinci: DM646x Video: Platform and board specific setup

2009-08-04 Thread Chaithrika U S
Platform specific display device setup for DM646x EVM Add platform device and resource structures. Also define a platform specific clock setup function that can be accessed by the driver to configure the clock and CPLD. Signed-off-by: Manjunath Hadli Signed-off-by: Brijesh Jadav Signed-off-by:

RE: [PATCH v3] ARM: DaVinci: DM646x Video: Platform and board specific setup

2009-08-04 Thread chaithrika
On Wed, Aug 05, 2009 at 02:45:36, Karicheri, Muralidharan wrote: > > > >-Original Message- > >From: davinci-linux-open-source-boun...@linux.davincidsp.com > >[mailto:davinci-linux-open-source-boun...@linux.davincidsp.com] On Behalf > >Of Subrahmanya, Chaithrika > >Sent: Monday, July 20, 2

Re: Linux Plumbers Conference 2009: V4L2 API discussions

2009-08-04 Thread Magnus Damm
On Wed, Aug 5, 2009 at 12:06 PM, Hiremath, Vaibhav wrote: >> -Original Message- >> From: Magnus Damm [mailto:magnus.d...@gmail.com] >> Sent: Wednesday, August 05, 2009 8:01 AM >> To: Karicheri, Muralidharan >> Cc: Hiremath, Vaibhav; Hans Verkuil; linux-media@vger.kernel.org; >> davinci-linu

RE: Linux Plumbers Conference 2009: V4L2 API discussions

2009-08-04 Thread Hiremath, Vaibhav
> -Original Message- > From: Magnus Damm [mailto:magnus.d...@gmail.com] > Sent: Wednesday, August 05, 2009 8:01 AM > To: Karicheri, Muralidharan > Cc: Hiremath, Vaibhav; Hans Verkuil; linux-media@vger.kernel.org; > davinci-linux-open-sou...@linux.davincidsp.com; linux- > o...@vger.kernel.

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

2009-08-04 Thread hermann pitton
Am Dienstag, den 04.08.2009, 23:35 -0300 schrieb Mauro Carvalho Chehab: > Em Wed, 05 Aug 2009 03:07:29 +0200 > hermann pitton escreveu: > > > First of all, it is a pleasure to see Alex here again, he helped a lot > > in the past. > > Agreed. > > > > > Now going off topic. > > It would be bet

Re: RFC: adding ISDB-T/ISDB-Tsb to DVB-API 5

2009-08-04 Thread Akihiro TSUKADA
Hi Patrick, Thank you for your effort to add support for ISDB-T/S. I've skimmed through the ARIB standard before, but it is too complicated for me to understand well enough. So this is not a comment for the API extension itself, but for the document part. Some of the parameters are currently (an

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

2009-08-04 Thread Mauro Carvalho Chehab
Em Wed, 05 Aug 2009 03:07:29 +0200 hermann pitton escreveu: > First of all, it is a pleasure to see Alex here again, he helped a lot > in the past. Agreed. > > Now going off topic. It would be better if you had changed the subject. > We have no rules about NDAs. No, we don't. It should be a

Re: Linux Plumbers Conference 2009: V4L2 API discussions

2009-08-04 Thread Magnus Damm
On Wed, Aug 5, 2009 at 5:14 AM, Karicheri, Muralidharan wrote: > 2) Previewer & Resizer driver. I am working with Vaibhav who had worked on an > RFC for this. The previewer and resizer devices are doing memory to memory > operations. Also should be flexible to use these hardware with capture driv

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

2009-08-04 Thread hermann pitton
Am Dienstag, den 04.08.2009, 20:40 -0300 schrieb Mauro Carvalho Chehab: > Em Tue, 4 Aug 2009 16:19:46 -0400 > Michael Krufky escreveu: > > > On Tue, Aug 4, 2009 at 3:58 PM, Alex Deucher wrote: > > > On Tue, Aug 4, 2009 at 3:50 PM, Michael Krufky > > > wrote: > > >> On Tue, Aug 4, 2009 at 3:47 P

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

2009-08-04 Thread Trent Piepho
On Tue, 4 Aug 2009, Mauro Carvalho Chehab wrote: > + strncpy(vin->name, "CX23885 Audio", 14); > + vin->capability = V4L2_AUDCAP_STEREO; > > the "magic" size above is very ugly. Please find another way for it, like: > > #define CX23885_INPUT_NAME "CX23885 Audio" > strncpy(vin->name, CX23885_INPUT_NA

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

2009-08-04 Thread Mauro Carvalho Chehab
Em Tue, 4 Aug 2009 16:19:46 -0400 Michael Krufky escreveu: > On Tue, Aug 4, 2009 at 3:58 PM, Alex Deucher wrote: > > On Tue, Aug 4, 2009 at 3:50 PM, Michael Krufky > > wrote: > >> On Tue, Aug 4, 2009 at 3:47 PM, Alex Deucher wrote: > >>> On Tue, Aug 4, 2009 at 3:33 PM, Michael Krufky wrote: > >>

best buy easy yv usb hybrod pro on ubuntu 9.04

2009-08-04 Thread Carlos
Hi! Need help to make my DVB-T USB work on my AMD64 machine. Pretty new on Linux so I'm a little losr with the feedback of following msg. On Kaffeine no option for DVB TV appears. This is the dmesg reading after plugin. Thanks for the help [ 487.916033] usb 1-4: new high speed USB device using e

Re: Linux Plumbers Conference 2009: V4L2 API discussions

2009-08-04 Thread Mike Booth
On Wed, 5 Aug 2009 03:13:29 Hiremath, Vaibhav wrote: > > -Original Message- > > From: davinci-linux-open-source-boun...@linux.davincidsp.com > > [mailto:davinci-linux-open-source-boun...@linux.davincidsp.com] On > > Behalf Of Hans Verkuil > > Sent: Tuesday, August 04, 2009 12:42 PM > > To:

Re: Noisy video with Avermedia AVerTV Digi Volar X HD (AF9015) and mythbuntu 9.04

2009-08-04 Thread Jose Alberto Reguero
Antti, can this patch be integrated in the af015 module? Signed-off-by: Jose Alberto Reguero Jose Alberto El Martes, 4 de Agosto de 2009, Cyril Hansen escribió: > Thank you very much, your patch has fixed the issue i had using the > firmware provided by mythbuntu. > > Maybe we should add this i

Re: [patch] Added Support for STK7700D (DVB)

2009-08-04 Thread Patrick Boettcher
Hi Pete, On Tuesday 04 August 2009 21:38:11 Pete Hildebrandt wrote: > Hello, > > To this mail I attached two patch-files to add support for the STK7700D > USB-DVB-Device. > > lsusb identifies it as: > idVendor 0x1164 YUAN High-Tech Development Co., Ltd > idProduct 0x1efc > iPro

Re: Noisy video with Avermedia AVerTV Digi Volar X HD (AF9015) and mythbuntu 9.04

2009-08-04 Thread Cyril Hansen
Thank you very much, your patch has fixed the issue i had using the firmware provided by mythbuntu. Maybe we should add this info to the LinuxTV wiki. Regards, Cyril Hansen 2009/8/4 Jose Alberto Reguero : > El Martes, 4 de Agosto de 2009, Cyril Hansen escribió: >> Hi all, >> >> I am trying to s

Re: Issue with LifeView FlyDVB-T Duo CardBus.

2009-08-04 Thread hermann pitton
Am Dienstag, den 04.08.2009, 09:02 +0200 schrieb Francesco Marangoni: > Hi Hermann, > > the card works fine on win2000 on another pc. Ah, fine. Some of them have been reported to become very hot and finally faulty. Maybe you could test it on this PC too with some LIVE linux media. > The pc with

RE: [PATCH v3] ARM: DaVinci: DM646x Video: Platform and board specific setup

2009-08-04 Thread Karicheri, Muralidharan
>-Original Message- >From: davinci-linux-open-source-boun...@linux.davincidsp.com >[mailto:davinci-linux-open-source-boun...@linux.davincidsp.com] On Behalf >Of Subrahmanya, Chaithrika >Sent: Monday, July 20, 2009 4:01 AM >To: li...@arm.linux.org.uk >Cc: davinci-linux-open-sou...@linux.da

RE: [PATCH v3] ARM: DaVinci: DM646x Video: Platform and board specific setup

2009-08-04 Thread Karicheri, Muralidharan
Chaithrika, Could you send the patches inline to Russell King r...@arm.linux.org.uk? This was what Mauro had suggested to me. We need to get a resolution on this quickly since I have some patches waiting to be submitted against display driver and would like to base it on your patches. Regard

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

2009-08-04 Thread Alex Deucher
On Tue, Aug 4, 2009 at 4:19 PM, Michael Krufky wrote: > On Tue, Aug 4, 2009 at 3:58 PM, Alex Deucher wrote: >> On Tue, Aug 4, 2009 at 3:50 PM, Michael Krufky wrote: >>> On Tue, Aug 4, 2009 at 3:47 PM, Alex Deucher wrote: On Tue, Aug 4, 2009 at 3:33 PM, Michael Krufky wrote: > Mauro, >

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

2009-08-04 Thread Michael Krufky
On Tue, Aug 4, 2009 at 3:58 PM, Alex Deucher wrote: > On Tue, Aug 4, 2009 at 3:50 PM, Michael Krufky wrote: >> On Tue, Aug 4, 2009 at 3:47 PM, Alex Deucher wrote: >>> On Tue, Aug 4, 2009 at 3:33 PM, Michael Krufky wrote: Mauro, Please pull from: http://kernellabs.com/hg/~mk

RE: Linux Plumbers Conference 2009: V4L2 API discussions

2009-08-04 Thread Karicheri, Muralidharan
Hans, I plan to register for this. Following are some of the issues that I face today while porting TI DaVinci video drivers to open source:- 1) VPBE display drivers (DM6446,DM355 & DM365): Current implementation of display drivers uses encoder manager (encoders registers with this framework)

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

2009-08-04 Thread Alex Deucher
On Tue, Aug 4, 2009 at 3:50 PM, Michael Krufky wrote: > On Tue, Aug 4, 2009 at 3:47 PM, Alex Deucher wrote: >> On Tue, Aug 4, 2009 at 3:33 PM, Michael Krufky wrote: >>> Mauro, >>> >>> Please pull from: >>> >>> http://kernellabs.com/hg/~mkrufky/cx23885 >>> >>> for the following fixes: >>> >>> - cx23

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

2009-08-04 Thread Michael Krufky
On Tue, Aug 4, 2009 at 3:47 PM, Alex Deucher wrote: > On Tue, Aug 4, 2009 at 3:33 PM, Michael Krufky wrote: >> Mauro, >> >> Please pull from: >> >> http://kernellabs.com/hg/~mkrufky/cx23885 >> >> for the following fixes: >> >> - cx23885: Enable mplayer pvr:// usage > > I'm not too familiar with mpl

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

2009-08-04 Thread Alex Deucher
On Tue, Aug 4, 2009 at 3:33 PM, Michael Krufky wrote: > Mauro, > > Please pull from: > > http://kernellabs.com/hg/~mkrufky/cx23885 > > for the following fixes: > > - cx23885: Enable mplayer pvr:// usage I'm not too familiar with mplayer's v4l support, but why not fix mplayer rather than adding a f

[patch] Added Support for STK7700D (DVB)

2009-08-04 Thread Pete Hildebrandt
Hello, To this mail I attached two patch-files to add support for the STK7700D USB-DVB-Device. lsusb identifies it as: idVendor 0x1164 YUAN High-Tech Development Co., Ltd idProduct 0x1efc iProduct2 STK7700D My two patches mainly just add the new product-ID. I

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

2009-08-04 Thread Michael Krufky
Mauro, Please pull from: http://kernellabs.com/hg/~mkrufky/cx23885 for the following fixes: - cx23885: Enable mplayer pvr:// usage - cx23885-417: Support V4L2 controls as well as MPEG controls cx23885-417.c | 36 cx23885-video.c |2 +- cx23885.h

[cron job] v4l-dvb daily build 2.6.22 and up: WARNINGS, 2.6.16-2.6.21: ERRORS

2009-08-04 Thread Hans Verkuil
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:Tue Aug 4 19:00:02 CEST 2009 path:http://www.linuxtv.org/hg/v4l-dvb changeset: 12375:b15490457d60 gcc version: gcc

Re: Linux Plumbers Conference 2009: V4L2 API discussions

2009-08-04 Thread Hans Verkuil
On Tuesday 04 August 2009 09:12:24 Hans Verkuil wrote: > Hi all, > > During this years Plumbers Conference I will be organizing a session (or > possibly more than one) on what sort of new V4L2 APIs are needed to > support the new SoC devices. These new APIs should also solve the problem > of how t

saa7134 module doesn't load under 64 bit slackware

2009-08-04 Thread Fabrice DELENTE
Hello. I'm trying the saa7134 module to load on my laptop, but when I modprobe it, I get this message: $ modprobe saa7134 i2c_scan=1 Killed and dmesg gives Linux video capture interface: v2.00 saa7130/34: v4l2 driver version 0.2.14 loaded ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 17 saa713

RE: Linux Plumbers Conference 2009: V4L2 API discussions

2009-08-04 Thread Hiremath, Vaibhav
> -Original Message- > From: davinci-linux-open-source-boun...@linux.davincidsp.com > [mailto:davinci-linux-open-source-boun...@linux.davincidsp.com] On > Behalf Of Hans Verkuil > Sent: Tuesday, August 04, 2009 12:42 PM > To: linux-media@vger.kernel.org > Cc: eduardo.valen...@nokia.com; d

[PULL] http://www.kernellabs.com/hg/~dheitmueller/geniatech_x8000

2009-08-04 Thread Devin Heitmueller
Mauro, Please pull from http://www.kernellabs.com/hg/~dheitmueller/geniatech_x8000 for the following: cx88: Disable xc3028 power management for Geniatech x8000 cx88: fix regression in tuning for Geniatech X8000 MT This fixes two regressions - one introduced when the disable_i2c_gate feature was

Re: Hauppauge WinTV usb 1 not working?

2009-08-04 Thread Kaya Saman
Ok, so it is indeed very similar to the USB-live, but with a coax input I guess. Well, what I said before still applies - the 640x480 support was never added to the Linux driver for the usbvision chipset, and it doesn't surprise me that the driver performs poorly for you as it did for me with

[Fwd: Re: Hauppauge WinTV usb 1 not working?]

2009-08-04 Thread Kaya Saman
Again apologies for the inconvenience sent from wrong account! --- Begin Message --- It's the top picture/model from this link: http://www.hauppauge.com/site/support/support_main_usb.html --- End Message ---

Re: Hauppauge WinTV usb 1 not working?

2009-08-04 Thread Kaya Saman
It's the top picture/model from this link: http://www.hauppauge.com/site/support/support_main_usb.html -- 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

[Fwd: Re: Hauppauge WinTV usb 1 not working?]

2009-08-04 Thread Kaya Saman
Sorry I sent from wrong account please reply back here. --- Begin Message --- Hi Devin, sorry for the late reply had to go out to pick up some groceries! the link is here: http://www.hauppauge.com/site/support/support_usb.html It's the WinTV USB which has USB1.1 compliency and 640x480 res

Re: Hauppauge WinTV usb 1 not working?

2009-08-04 Thread Kaya Saman
Hi Devin, sorry for the late reply had to go out to pick up some groceries! the link is here: http://www.hauppauge.com/site/support/support_usb.html It's the WinTV USB which has USB1.1 compliency and 640x480 res for tv watching although can do full screen on it. Pre WinTV USB2 model :-) --

Re: Hauppauge WinTV usb 1 not working?

2009-08-04 Thread Devin Heitmueller
On Tue, Aug 4, 2009 at 10:27 AM, Kaya Saman wrote: > Hi Devin, > > sorry for the late reply had to go out to pick up some groceries! > > the link is here: http://www.hauppauge.com/site/support/support_usb.html > > It's the WinTV USB which has USB1.1 compliency and 640x480 res for tv > watching alth

Re: RFC: adding ISDB-T/ISDB-Tsb to DVB-API 5

2009-08-04 Thread Patrick Boettcher
Hi again, I updated some things in the document, please use the following for your comments: Version 1.2 - 2009-08-04 Changelog = v1.2 - 2009-08-04 - removed DTV_BANDWIDTH from being a necessary parameter - now optional v1.1 - 2009-08-04 - added DTV_FREQUENC

Re: [linux-dvb] Recieving DVB-C with DVB-T units

2009-08-04 Thread Tim Williams
On Tue, 4 Aug 2009, Christian Wattengård wrote: But after doing some research on Wikipedia and such, I can't figure out why a DVB-T unit can't be easily modified to recieve DVB-C? They use the same frequencies, the DVB-T specs support QAM (atleast low QAM). My specific cable network uses 64QAM w

Re: Hauppauge WinTV usb 1 not working?

2009-08-04 Thread Devin Heitmueller
On Tue, Aug 4, 2009 at 9:15 AM, Kaya Saman wrote: > When you say that the device doesn't have an onboard tuner you mean that the > machine that it's attached to does the tuning? My card has S-Video, RCA and > Co-Ax inputs > I thought you are talking about this product (which doesn't have a coa

Re: Hauppauge WinTV usb 1 not working?

2009-08-04 Thread Kaya Saman
I can indeed confirm what you are seeing. I tried out the device a few months ago and hit the same results. The maximum capture resolution is 320x200 so it won't work for tvtime, and I did hit intermittent segfaults with other apps. Note that zapping will not work since the device does not have

Re: Hauppauge WinTV usb 1 not working?

2009-08-04 Thread Devin Heitmueller
On Tue, Aug 4, 2009 at 8:46 AM, Kaya Saman wrote: > Hi, > > I hope I'm in the right place!! > > I have a Hauppauge WinTV usb 1.1 tuner but I don't seem to be able to get it > working. > > I am running Kubuntu 9.04 64-bit edition. > > The tuner detects in the kernel as: > Bus 006 Device 002: ID 0573

Re: Noisy video with Avermedia AVerTV Digi Volar X HD (AF9015) and mythbuntu 9.04

2009-08-04 Thread Jose Alberto Reguero
El Martes, 4 de Agosto de 2009, Cyril Hansen escribió: > Hi all, > > I am trying to solve a noisy video issue with my new avermedia stick > (AF9015). I am receiving french DVB signal, both SD and HD. Viewing SD > is annoying, with the occasional video and audio quirk, and HD is > almost unwatchable

[PATCH] Support for Kaiser Baas ExpressCard Dual HD Tuner

2009-08-04 Thread James A Webb
Second attempt to support recently purchased Kaiser Baas ExpressCard Dual HD Tuner. The card is reported as YUAN High-Tech Development Co., Ltd STK7700D (lsusb -v attached). Err, I don't (yet) have a Developer's Certificate of Origin. Would this mean that someone will (eventually) commit the pat

Re: [PATCH] soc-camera: fix recursive locking in .buf_queue()

2009-08-04 Thread Guennadi Liakhovetski
On Tue, 4 Aug 2009, Antonio Ospite wrote: > On Tue, 4 Aug 2009 11:31:24 +0200 (CEST) > Guennadi Liakhovetski wrote: > > > On Tue, 4 Aug 2009, Antonio Ospite wrote: > > > > > The current patch applies with some fuzzes on vanilla kernels, and it > > > even FAILS to apply for drivers/media/video/s

Re: [PATCH] soc-camera: fix recursive locking in .buf_queue()

2009-08-04 Thread Antonio Ospite
On Tue, 4 Aug 2009 11:31:24 +0200 (CEST) Guennadi Liakhovetski wrote: > On Tue, 4 Aug 2009, Antonio Ospite wrote: > > > The current patch applies with some fuzzes on vanilla kernels, and it > > even FAILS to apply for drivers/media/video/sh_mobile_ceu_camera.c in > > one hunk. > > Yes, I'll pro

Re: [PATCH] soc-camera: fix recursive locking in .buf_queue()

2009-08-04 Thread Guennadi Liakhovetski
On Tue, 4 Aug 2009, Antonio Ospite wrote: > On Tue, 4 Aug 2009 10:30:47 +0200 (CEST) > Guennadi Liakhovetski wrote: > > > On Tue, 4 Aug 2009, Antonio Ospite wrote: > > > > > verified to be present in linux-2.6.31-rc5, here's some info dumped > > > from RAM, since the machine hangs, sorry if it i

Please add patch for support Logitech QuickCam messenger Plus

2009-08-04 Thread Max Kosmach
Hi Please add small patch for support this webcam It is old webcam with Pid/vid = 0x046d 0x08f6 It is supported by current quickcam driver with small patch. Novell ticket - https://bugzilla.novell.com/show_bug.cgi?id=441650 and patch - https://bugzillafiles.novell.org/attachment.cgi?id=297996

Re: [PATCH] soc-camera: fix recursive locking in .buf_queue()

2009-08-04 Thread Antonio Ospite
On Tue, 4 Aug 2009 10:30:47 +0200 (CEST) Guennadi Liakhovetski wrote: > On Tue, 4 Aug 2009, Antonio Ospite wrote: > > > verified to be present in linux-2.6.31-rc5, here's some info dumped > > from RAM, since the machine hangs, sorry if it is not complete but I > > couldn't get anything better for

[PATCH] soc-camera: fix recursive locking in .buf_queue()

2009-08-04 Thread Guennadi Liakhovetski
The .buf_queue() V4L2 driver method is called under spinlock_irqsave(q->irqlock,...), don't take the lock again inside the function. Reported-by: Antonio Ospite Signed-off-by: Guennadi Liakhovetski --- Subject: Re: [BUG] pxa_camera: possible recursive locking detected On Tue, 4 Aug 2009, Ant

Prof Revolution 7301 S2 PCI

2009-08-04 Thread Spence Nichols
Hi I have just receieved a Prof Revolution 7301 S2 PCI dvb-s2 card and cannot get this working.  I am using Ubuntu Jaunty. I am very new to Linux and was hoping to get mythtv working with this card.  I can see drivers for the 7300 version of the card, but not the 7301. Any help appreciated. Spe

Noisy video with Avermedia AVerTV Digi Volar X HD (AF9015) and mythbuntu 9.04

2009-08-04 Thread Cyril Hansen
Hi all, I am trying to solve a noisy video issue with my new avermedia stick (AF9015). I am receiving french DVB signal, both SD and HD. Viewing SD is annoying, with the occasional video and audio quirk, and HD is almost unwatchable. The same usb stick with another computer and Vista gives a perf

Linux Plumbers Conference 2009: V4L2 API discussions

2009-08-04 Thread Hans Verkuil
Hi all, During this years Plumbers Conference I will be organizing a session (or possibly more than one) on what sort of new V4L2 APIs are needed to support the new SoC devices. These new APIs should also solve the problem of how to find all the related alsa/fb/ir/dvb devices that a typical video

Re: Issue with LifeView FlyDVB-T Duo CardBus.

2009-08-04 Thread Francesco Marangoni
Hi Hermann, the card works fine on win2000 on another pc. The pc with linux installed is a pentium 3 800 mhz with RAM 256 MB: I don't think it's a resources problem because when I launch channels scan ram used is always at 70 MB and CPU is at 25%. The card becomes warm after the use, but not ho