Re: v4l-dvb - nxt2004 question

2009-04-09 Thread Michael Krufky
Edwin Windes wrote: Mike - don't know if you still exist at this address... Once upon a time you wrote this: http://lists-archives.org/video4linux/10378-kworld-atsc110-philips-tuv1236d-f-h-multiple-inputs.html I used that information to hack the driver for my ATSC-110 card - swapping the d

Keymap for TeVii S650's remote control

2009-04-09 Thread Carsten Meier
Hi, I've created a keymap for the remote control that ships with the TeVii S650. It is just a hack, I simply replaced the previous keymap in linux/drivers/media/dvb/dvb-usb/dw2102.c (line 527) Here's the code: static struct dvb_usb_rc_key dw210x_rc_keys[] = { { 0xf8, 0x00, KEY_UP },

Re: Userspace issue with DVB driver includes

2009-04-09 Thread Tobi
Mauro Carvalho Chehab wrote: > persists? If the problem will still persist, then the better procedure is to > open a > bugzilla at bugzilla.kernel.org, and post an email about this at LKML, keeping > LMML c/c, for us to follow the discussions. Just for the record: Arnd Bergmann already prepared

[RFC] White Balance control for digital camera

2009-04-09 Thread Dongsoo, Nathaniel Kim
Hello everyone, I'm posting this RFC one more time because it seems to everyone has been forgot this, and I'll be appreciated if any of you who is reading this mailing list give me comment. I'm adding some choices for you to make it easier. (even the option for that this is a pointless discussion

Re: [PATCH 2/5] pcm990 baseboard: add camera bus width switch setting

2009-04-09 Thread Guennadi Liakhovetski
Hi Sascha, something, that skipped both of us: On Thu, 12 Mar 2009, Sascha Hauer wrote: > Some Phytec cameras have a I2C GPIO expander which allows it to > switch between different sensor bus widths. This was previously > handled in the camera driver. Since handling of this switch > varies on se

[PULL] http://www.linuxtv.org/hg/~dougsland/v4l-dvb

2009-04-09 Thread Douglas Schilling Landgraf
Hello Mauro, Please pull from http://www.linuxtv.org/hg/~dougsland/v4l-dvb for the following: - em28xx: Add EmpireTV board support - em28xx: fix typo em28xx_errdev message - get_dvb_firmware: trivial url change Thanks, Douglas -- To unsubscribe from this list: send the line "

Re: [PATCH 6/6] saa7134: Simplify handling of IR on AVerMedia Cardbus

2009-04-09 Thread Oldrich Jedlicka
Hi Jean, On Saturday 04 of April 2009 at 14:31:37, Jean Delvare wrote: > Now that we instantiate I2C IR devices explicitly, we can skip probing > altogether on boards where the I2C IR device address is known. The > AVerMedia Cardbus are two of these boards. > > Signed-off-by: Jean Delvare > --- >

Re: [PATCH 3/6] ir-kbd-i2c: Switch to the new-style device binding model

2009-04-09 Thread Oldrich Jedlicka
On Monday 06 of April 2009 at 23:10:36, hermann pitton wrote: > Hi Jean, > > Am Montag, den 06.04.2009, 10:40 +0200 schrieb Jean Delvare: > > On Sun, 05 Apr 2009 23:22:03 +0200, drunk and tired hermann pitton wrote: > > don't tell me the French vine is always better. > You likely know who introduce

Re: [PATCH] Add Conceptronic USB2.0 DVB-T CTVDIGRCU V3.0

2009-04-09 Thread Antti Palosaari
Antti Palosaari wrote: moi Marcel, This patch is not OK. Marcel Jueling wrote: +++ b/linux/drivers/media/dvb/dvb-usb/af9015.cTue Apr 07 00:03:36 2009 +0200 +.num_device_descs = 10, Max value is 9, and thats why you have go wrong. You should copy & paste whole device struct and

Re: [linux-dvb] AVerTV Volar DVB-T USB GPS 805

2009-04-09 Thread Antti Palosaari
Antti Palosaari wrote: Chris Brown wrote: This device doesnt seem to work I've tried several different modules referenced in the dvb-t usb page on linuxtv Any ideas? Bus 001 Device 003: ID 07ca:a805 AVerMedia Technologies, Inc. Bus 001 Device 004: ID 0471:082d Philips Bus 001 Device 002: ID 0

Re: [PATCH/RFC] soc-camera: Convert to a platform driver

2009-04-09 Thread Guennadi Liakhovetski
On Thu, 9 Apr 2009, Robert Jarzmik wrote: > Guennadi Liakhovetski writes: > > > Try with the patch-stack I mentioned in the previous mail, will see then. > Euh, which mail ? I can't find a reference to it. http://www.mail-archive.com/linux-media@vger.kernel.org/msg04213.html > As a preparation

Re: [PATCH/RFC] soc-camera: Convert to a platform driver

2009-04-09 Thread Robert Jarzmik
Guennadi Liakhovetski writes: > Try with the patch-stack I mentioned in the previous mail, will see then. Euh, which mail ? I can't find a reference to it. As a preparation for the weekend, my first try revealed that oops. I must admit I made that test without any involvement of my brain. Cheer

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

2009-04-09 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:Thu Apr 9 19:00:04 CEST 2009 path:http://www.linuxtv.org/hg/v4l-dvb changeset: 11445:dba0b6fae413 gcc version: gcc

Re: Userspace issue with DVB driver includes

2009-04-09 Thread Tobi
Mauro Carvalho Chehab wrote: > If you're compiling with a new kernel, you'll be expected to have installed > the > new kernel headers at /usr/include/linux. Of course I've installed the kernel headers. After all these headers are causing the trouble. The change from asm/types.h to linux/types.h

Re: Userspace issue with DVB driver includes

2009-04-09 Thread Tobi
Tobi wrote: > I've applied both patches to 2.6.29.1, but the problem still remains. > > It's hard to figure out, who to blame for this. The root of the problem seems to be a clash between linux/types.h which defines some POSIX types also defined in glibc's stdint.h. I'm not sure, who to blame fo

Re: Userspace issue with DVB driver includes

2009-04-09 Thread Mauro Carvalho Chehab
On Thu, 09 Apr 2009 18:32:01 +0200 Tobi wrote: > Hi Mauro, > > Mauro Carvalho Chehab wrote: > > > I suspect that this were the upstream change that affected your work, right? > > http://git.kernel.org/?p=linux/kernel/git/torvalds/linux-2.6.git;a=commit;h=b852d36b86902abb272b0f2dd7a56dd2d17ea88c

Re: Multiple em28xx devices

2009-04-09 Thread Steven Toth
Obviously you'll need to make those changes to the community. Where can I download these? The framework will be opened when it's time to be opened, right now it's only available to interested developers. Sorry, I meant to ask the obvious question in my last email... Why is this being discusse

Re: Multiple em28xx devices

2009-04-09 Thread Markus Rechberger
On Thu, Apr 9, 2009 at 6:56 PM, Steven Toth wrote: >>> Obviously you'll need to make those changes to the community. Where can I >>> download these? >> >> The framework will be opened when it's time to be opened, right now >> it's only available to interested developers. > > Sorry, I meant to ask

Re: Multiple em28xx devices

2009-04-09 Thread Markus Rechberger
On Thu, Apr 9, 2009 at 6:52 PM, Steven Toth wrote: > Markus Rechberger wrote: >> >> On Thu, Apr 9, 2009 at 6:28 PM, Steven Toth wrote: >>> >>> Markus Rechberger wrote: On Thu, Apr 9, 2009 at 5:48 PM, Mauro Carvalho Chehab wrote: > > On Thu, 9 Apr 2009 11:39:47 -0400 >

Re: Multiple em28xx devices

2009-04-09 Thread Steven Toth
Markus Rechberger wrote: On Thu, Apr 9, 2009 at 6:28 PM, Steven Toth wrote: Markus Rechberger wrote: On Thu, Apr 9, 2009 at 5:48 PM, Mauro Carvalho Chehab wrote: On Thu, 9 Apr 2009 11:39:47 -0400 Devin Heitmueller wrote: 2009/4/9 rvf16 : So does the upstream driver support all the rest ?

Re: Multiple em28xx devices

2009-04-09 Thread Markus Rechberger
On Thu, Apr 9, 2009 at 6:28 PM, Steven Toth wrote: > Markus Rechberger wrote: >> >> On Thu, Apr 9, 2009 at 5:48 PM, Mauro Carvalho Chehab >> wrote: >>> >>> On Thu, 9 Apr 2009 11:39:47 -0400 >>> Devin Heitmueller wrote: >>> 2009/4/9 rvf16 : > > So does the upstream driver support all

Re: Userspace issue with DVB driver includes

2009-04-09 Thread Tobi
Hi Mauro, Mauro Carvalho Chehab wrote: > I suspect that this were the upstream change that affected your work, right? > http://git.kernel.org/?p=linux/kernel/git/torvalds/linux-2.6.git;a=commit;h=b852d36b86902abb272b0f2dd7a56dd2d17ea88c Yes, at least I thought so. > There are two changesets tha

Re: Multiple em28xx devices

2009-04-09 Thread Steven Toth
Markus Rechberger wrote: On Thu, Apr 9, 2009 at 5:48 PM, Mauro Carvalho Chehab wrote: On Thu, 9 Apr 2009 11:39:47 -0400 Devin Heitmueller wrote: 2009/4/9 rvf16 : So does the upstream driver support all the rest ? Analog TV Yes FM radio No Yes, it does support FM radio, provided that yo

Re: Multiple em28xx devices

2009-04-09 Thread Markus Rechberger
On Thu, Apr 9, 2009 at 5:48 PM, Mauro Carvalho Chehab wrote: > On Thu, 9 Apr 2009 11:39:47 -0400 > Devin Heitmueller wrote: > >> 2009/4/9 rvf16 : >> > So does the upstream driver support all the rest ? >> > Analog TV >> Yes >> >> > FM radio >> No > > Yes, it does support FM radio, provided that y

Re: Multiple em28xx devices

2009-04-09 Thread Devin Heitmueller
On Thu, Apr 9, 2009 at 11:48 AM, Mauro Carvalho Chehab wrote: > On Thu, 9 Apr 2009 11:39:47 -0400 > Devin Heitmueller wrote: > >> 2009/4/9 rvf16 : >> > So does the upstream driver support all the rest ? >> > Analog TV >> Yes >> >> > FM radio >> No > > Yes, it does support FM radio, provided that

Re: Multiple em28xx devices

2009-04-09 Thread Mauro Carvalho Chehab
On Thu, 9 Apr 2009 11:39:47 -0400 Devin Heitmueller wrote: > 2009/4/9 rvf16 : > > So does the upstream driver support all the rest ? > > Analog TV > Yes > > > FM radio > No Yes, it does support FM radio, provided that you proper add radio specific configuration at em28xx-cards.c. Cheers, Mauro

Re: Multiple em28xx devices

2009-04-09 Thread Devin Heitmueller
2009/4/9 rvf16 : > So does the upstream driver support all the rest ? > Analog TV Yes > FM radio No > Remote Control Yes > Composite Input Yes > TeleText No > Also will it compile on a 2.6.22 kernel or does it depend on a much later > kernel? Yes. It will compile fine with 2.6.22. Devin --

Multiple em28xx devices

2009-04-09 Thread rvf16
Hello. I am trying to use two Terratec Cinergy Hybrid T USB XS FM tuners, at the same time, on the same system. Both work great when used solely. When used simultaneously the second one gives the following error : v4l2: unable to open '/dev/video1': No space left on device I am using the em28

Re: Multiple em28xx devices

2009-04-09 Thread Markus Rechberger
2009/4/9 rvf16 : > Thanks for the interest. > > So does the upstream driver support all the rest ? > Analog TV > FM radio > Remote Control > Composite Input > TeleText > > Also will it compile on a 2.6.22 kernel or does it depend on a much later > kernel? > only the em28xx-new driver supports all

Re: [linux-dvb] Multiple em28xx devices

2009-04-09 Thread Markus Rechberger
On Thu, Apr 9, 2009 at 4:05 PM, rvf16 wrote: > Hello. > > I am trying to use two Terratec Cinergy Hybrid T USB XS FM tuners, at > the same time, on the same system. > Both work great when used solely. > When used simultaneously the second one gives the following error : > > v4l2: unable to open '/

Re: [linux-dvb] Multiple em28xx devices

2009-04-09 Thread Douglas Schilling Landgraf
Hello Devin, On Thu, 9 Apr 2009 10:20:33 -0400 Devin Heitmueller wrote: > On Thu, Apr 9, 2009 at 10:14 AM, Douglas Schilling Landgraf > > Please use upstream repository, we do not support sources from > > http://mcentral.de/hg/~mrec/em28xx-new this is a parallel project. > > > > For additional i

Re: [linux-dvb] Multiple em28xx devices

2009-04-09 Thread Devin Heitmueller
On Thu, Apr 9, 2009 at 10:14 AM, Douglas Schilling Landgraf > Please use upstream repository, we do not support sources from > http://mcentral.de/hg/~mrec/em28xx-new this is a parallel project. > > For additional info how to download upstream tree see: > http://www.linuxtv.org/wiki/index.php/How_to

Re: [linux-dvb] Multiple em28xx devices

2009-04-09 Thread Douglas Schilling Landgraf
Hello rvf16, On Thu, 09 Apr 2009 17:05:36 +0300 rvf16 wrote: > Hello. > > I am trying to use two Terratec Cinergy Hybrid T USB XS FM tuners, at > the same time, on the same system. > Both work great when used solely. > When used simultaneously the second one gives the following error : > > v4

Re: [linux-dvb] HVR-1700 - can't open or scan

2009-04-09 Thread Steven Toth
Alastair Bain wrote: I'm trying to get the Hauppauge HVR-1700 working on a Mythbuntu 9.04 b install. Looks like the modules are all loading, firmware is being loaded, device appears in /dev etc, but I can't seem to do anything with it. dvbscan fails around ln 315, dvbfe_get_info(fe, DVBFE_INF

Re: [linux-dvb] AVerTV Volar DVB-T USB GPS 805

2009-04-09 Thread Antti Palosaari
Chris Brown wrote: Hello This device doesnt seem to work I've tried several different modules referenced in the dvb-t usb page on linuxtv Any ideas? Bus 001 Device 003: ID 07ca:a805 AVerMedia Technologies, Inc. Bus 001 Device 004: ID 0471:082d Philips Bus 001 Device 002: ID 0409:005a NEC Corp

Re: Userspace issue with DVB driver includes

2009-04-09 Thread Mauro Carvalho Chehab
On Thu, 09 Apr 2009 09:17:20 +0200 Tobi wrote: > Hello! > > I think it was the change from asm/types.h to linux/types.h: > > -#include > +#include > > ...which somehow broke the VDR build with recent DVB driver releases (see > snippet A below). > > The common workaround/solution to this see

Re: Next April 9 : x86 allmodconfig media/video/cx88 build break

2009-04-09 Thread Mauro Carvalho Chehab
On Thu, 09 Apr 2009 15:38:59 +0530 Sachin Sant wrote: > Today's Next tree allmodconfig build on x86 failed with > > ERROR: __divdi3 [drivers/media/video/cx88/cx88xx.ko] undefined! > > Thanks > -Sachin > Hi Sachin, Thanks for warning about this. This error happens only with some gcc versions.

Next April 9 : x86 allmodconfig media/video/cx88 build break

2009-04-09 Thread Sachin Sant
Today's Next tree allmodconfig build on x86 failed with ERROR: __divdi3 [drivers/media/video/cx88/cx88xx.ko] undefined! Thanks -Sachin -- - Sachin Sant IBM Linux Technology Center India Systems and Technology Labs Bangalore, India ---

firedtv and ca-module

2009-04-09 Thread Johannes Tang Kristensen
Hi, I'm having trouble using the firedtv driver to watch scrambled channels using a ca-module. Here's my setup: I have a firedtv c/ci tuner with an irdeto cam, and am running Fedora 10 with a 2.6.29.1 kernel. In general I have no problems with FTA channels, but scrambled channels do not always wor

Re: Question about ci drivers in dvb

2009-04-09 Thread loody
Hi: 2009/4/8 Sharwan Joram : > Luc was working on to provide the support for this device on Linux in Year > 2008. I'am not sure about it's current status but you can visit the project > home page andĀ  check theĀ  status : http://www.bsc-bvba.be/linux/dvb/ > > Regards > Sharwan thanks for your kind

Userspace issue with DVB driver includes

2009-04-09 Thread Tobi
Hello! I think it was the change from asm/types.h to linux/types.h: -#include +#include ...which somehow broke the VDR build with recent DVB driver releases (see snippet A below). The common workaround/solution to this seems to be to add a "-D__KERNEL_STRICT_NAMES". But this feels wrong to m