[PATCH] Add Freescale MC44S803 tuner driver

2009-01-14 Thread Jochen Friedrich
Signed-off-by: Jochen Friedrich joc...@scram.de --- drivers/media/common/tuners/Kconfig |8 + drivers/media/common/tuners/Makefile|1 + drivers/media/common/tuners/mc44s803.c | 366 +++ drivers/media/common/tuners/mc44s803.h | 46

[PATCH] Add MC44S803 support to AF9015 driver.

2009-01-14 Thread Jochen Friedrich
Signed-off-by: Jochen Friedrich joc...@scram.de --- drivers/media/dvb/dvb-usb/Kconfig |1 + drivers/media/dvb/dvb-usb/af9015.c | 40 --- 2 files changed, 28 insertions(+), 13 deletions(-) diff --git a/drivers/media/dvb/dvb-usb/Kconfig

Any progress on Lifeview DVB-T Hybrid Ex?

2009-01-14 Thread Jakob
Hi all, I recently bought a better used mediacenter PC (XP-MCE) that included 2 tuners. Since I have a Mythbox since before I thought I'll give it a go. But so far no luck. I have been reading up on the matter because the cards seem to have onboard mpeg4 analog encoding. Here are som info

Re: [PULL] http://linuxtv.org/hg/~mcisely/pvrusb2

2009-01-14 Thread Mike Isely
On Wed, 14 Jan 2009, Mike Isely wrote: On Wed, 14 Jan 2009, Mauro Carvalho Chehab wrote: [...] I can see some troubles here: 1) The bus info helps to identify the place where you'll find the device info at sysfs; 2) This is a V4L2 API non-compliance. All drivers should

[PATCHv2] Add Freescale MC44S803 tuner driver

2009-01-14 Thread Jochen Friedrich
Signed-off-by: Jochen Friedrich joc...@scram.de --- Changes since v1: - rebase against official linux tree. v1 was based against a local tree and didn't apply cleanly. drivers/media/common/tuners/Kconfig |8 + drivers/media/common/tuners/Makefile|1 +

Re: [PATCHv2] Add Freescale MC44S803 tuner driver

2009-01-14 Thread Antti Palosaari
hi Jochen, Jochen Friedrich wrote: Changes since v1: - rebase against official linux tree. v1 was based against a local tree and didn't apply cleanly. Now it applies cleanly, but didn't compile. Some header file is missing. Antti CC [M]

RE: Building v4l2spec docbook problems

2009-01-14 Thread Aguirre Rodriguez, Sergio Alberto
-Original Message- From: video4linux-list-boun...@redhat.com [mailto:video4linux-list- boun...@redhat.com] On Behalf Of Hans Verkuil Sent: Sunday, December 07, 2008 6:48 AM To: v4l Subject: Building v4l2spec docbook problems Hi all, I'm trying to build the v4l2spec:

Re: MC44S803 frontend (it works)

2009-01-14 Thread Jochen Friedrich
Hi Detlef, I wonder if there is any progress including/merging the frontend-driver MC44S803 i.o. to get my Cinergy T USB XE running under Linux? Currently I can use it on a WXP-VM, but I guess it's not the best solution making this detour.. Work is going on to merge this driver. However,

Re: Building v4l2spec docbook problems

2009-01-14 Thread Hans Verkuil
On Wednesday 14 January 2009 19:11:31 Aguirre Rodriguez, Sergio Alberto wrote: -Original Message- From: video4linux-list-boun...@redhat.com [mailto:video4linux-list- boun...@redhat.com] On Behalf Of Hans Verkuil Sent: Sunday, December 07, 2008 6:48 AM To: v4l Subject: Building

Re: KWorld ATSC 115 all static

2009-01-14 Thread Hans Verkuil
On Wednesday 14 January 2009 08:37:43 Hans Verkuil wrote: On Wednesday 14 January 2009 05:41:26 CityK wrote: hermann pitton wrote: Hi, Am Montag, den 12.01.2009, 21:10 -0500 schrieb CityK: Hans Verkuil wrote: Yes, I can. I'll do saa7134 since I have an empress card anyway. It

Re: [PATCHv2] Add Freescale MC44S803 tuner driver

2009-01-14 Thread Jochen Friedrich
Hi Antti, Now it applies cleanly, but didn't compile. /home/crope/linuxtv/code/af9015/81/v4l-dvb/v4l/mc44s803.c:339: error: 'KERN_ERROR' undeclared (first use in this function) Ouch, forgot to commit the fix for this typo: s/KERN_ERROR/KERN_ERR/ v3 will follow. Thanks, Jochen -- To

[PATCHv3] Add Freescale MC44S803 tuner driver

2009-01-14 Thread Jochen Friedrich
Signed-off-by: Jochen Friedrich joc...@scram.de --- Changes since v1: - rebase against official linux tree. v1 was based against a local tree and didn't apply cleanly. Changes since v2: - fix typo KERN_ERROR - KERN_ERR drivers/media/common/tuners/Kconfig |8 +

[cron job] ERRORS: armv5 armv5-ixp armv5-omap2 i686 m32r mips powerpc64 x86_64 v4l-dvb build

2009-01-14 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:Wed Jan 14 19:00:08 CET 2009 path:http://www.linuxtv.org/hg/v4l-dvb changeset: 10235:6896782d783d gcc version:

Re: MC44S803 frontend (it works)

2009-01-14 Thread Detlef Rohde
Hi Jochen, thanks for your work. It's a bit stupid to put so much effort in getting a 20 €-device running. Easier way is buying another one which is better supported. On the other hand I learned much abt Linux. Will try your snapshot within the next few days and report on it. Regards, Detlef

Re: [PULL] http://linuxtv.org/hg/~mcisely/pvrusb2

2009-01-14 Thread Hans Verkuil
On Wednesday 14 January 2009 17:44:38 Mike Isely wrote: On Wed, 14 Jan 2009, Mike Isely wrote: On Wed, 14 Jan 2009, Mauro Carvalho Chehab wrote: [...] I can see some troubles here: 1) The bus info helps to identify the place where you'll find the device info at sysfs;

Re: [PATCHv2] Add Freescale MC44S803 tuner driver

2009-01-14 Thread Alexey Klimov
On Wed, Jan 14, 2009 at 9:04 PM, Jochen Friedrich joc...@scram.de wrote: Signed-off-by: Jochen Friedrich joc...@scram.de --- Changes since v1: - rebase against official linux tree. v1 was based against a local tree and didn't apply cleanly. drivers/media/common/tuners/Kconfig |

Re: KWorld ATSC 115 all static

2009-01-14 Thread hermann pitton
Am Donnerstag, den 15.01.2009, 00:54 -0200 schrieb Mauro Carvalho Chehab: On Thu, 15 Jan 2009 03:32:41 +0100 hermann pitton hermann-pit...@arcor.de wrote: Consulting on irc, both Eric and myself can confirm that DVB is working fine for the device (I can only test cable currently, but

Re: KWorld ATSC 115 all static

2009-01-14 Thread CityK
Hans Verkuil wrote: OK, I couldn't help myself and went ahead and tested it. It seems fine, so please test my tree: http://www.linuxtv.org/hg/~hverkuil/v4l-dvb-saa7134 Let me know if it works. Hi Hans, It didn't work. No analog reception on either RF input. (as Mauro noted, DVB is