Re: [linux-dvb] dib0700 buggy sfn workaround or equivalent

2009-02-09 Thread Alan Knowles
Not sure if it's the same issue, but we had the similar problem with the ASUS 3100 mycinema DVB-TH card killing off this function appeared to fix it.. int dvb_usb_remote_init(struct dvb_usb_device *d) { struct input_dev *input_dev; return 0; } Regards Alan Brett wrote: Hello,

Re: [linux-dvb] dib0700 buggy sfn workaround or equivalent

2009-02-09 Thread Patrick Boettcher
Hi, On Mon, 9 Feb 2009, Brett wrote: I have a dvb_usb_dib0700 (Nova 500 dual) card and it shows similar issues to the dvb_usb_dib3000mc card, ie: This card has an issue (which particularly manifests itself in Australia where a bandwidth of 7MHz is used) with jittery reception - artifacts and

Re: Use ir_keymaps.c for dibcom driver (was: Re: [PATCH] Add Elgato EyeTV Diversity to dibcom driver)

2009-02-09 Thread Devin Heitmueller
On Mon, Feb 9, 2009 at 6:54 AM, Patrick Boettcher patrick.boettc...@desy.de wrote: Hi, On Sun, 8 Feb 2009, Michael Müller wrote: While I am indeed strongly in favor of integrating dib0700 with ir_keymaps.c so it is consistent with the other drivers, I have been tied up in another project

Re: channels.conf file for danish DVB-C provider AFDK (www.afdk.tv)

2009-02-09 Thread Christoph Pfister
2009/2/8 Klaus Agnoletti kl...@agnoletti.dk: Hello again, I sent you the wrong file, it occured to me.. The right one goes here : Added, thanks :) Christoph C 38600 6875000 AUTO QAM64 C 39400 6875000 AUTO QAM64 C 40200 6875000 AUTO QAM64 C 49000 6875000 AUTO QAM64 C

Re: [PATCH 3/3] use the new request_module_nowait() in drivers/media

2009-02-09 Thread Mauro Carvalho Chehab
On Sun, 8 Feb 2009 11:00:52 -0800 Arjan van de Ven ar...@infradead.org wrote: On Sun, 8 Feb 2009 10:43:14 -0800 Arjan van de Ven ar...@infradead.org wrote: blargh I sent an older version of this patch I meant to send this one From 2311993ceed96ec0bb023419120d9aeada205242 Mon Sep 17

Re: CinergyT2 not working with newer alternative driver

2009-02-09 Thread Jason Harvey
Thierry Merle wrote: Another thing, do you know the firmware version of your tuner? I have the 1.06 version. Both are running on firmware 1.08 Wonder if I can downgrade them... will look into that. Look at lsusb -vvv, this is the bcdDevice line for the CinergyT2 device. Sorry but I have no

Re: [PATCH] Support faulty USB IDs on DIBUSB_MC

2009-02-09 Thread matthieu castet
Hi, matthieu castet wrote: matthieu castet wrote: Hi Patrick, Patrick Boettcher wrote: Hi, sorry for not answering ealier, recently I became the master of postponing things. :( On Thu, 29 Jan 2009, Mauro Carvalho Chehab wrote: +/* 14 */{ USB_DEVICE(USB_VID_CYPRESS,

Re: CinergyT2 not working with newer alternative driver

2009-02-09 Thread Thierry Merle
Jason Harvey wrote: Thierry Merle wrote: Another thing, do you know the firmware version of your tuner? I have the 1.06 version. Both are running on firmware 1.08 Wonder if I can downgrade them... will look into that. Yes, and I will try to find time to upgrade mine. Look at lsusb -vvv,

Re: [linux-dvb] [PATCH] Support faulty USB IDs on DIBUSB_MC

2009-02-09 Thread Devin Heitmueller
On Mon, Feb 9, 2009 at 3:16 PM, matthieu castet castet.matth...@free.fr wrote: Devin Heitmueller wrote: On Mon, Feb 9, 2009 at 2:40 PM, matthieu castet castet.matth...@free.fr wrote: Hi, matthieu castet wrote: matthieu castet wrote: Hi Patrick, Patrick Boettcher wrote: Hi, The

Aw: Re: Driver for this DVB-T tuner?

2009-02-09 Thread schollsky
Wow that was fast! Thanks!!! You should use driver from http://linuxtv.org/hg/~anttip/mc44s803/ I managed to do that. af9013: firmware version:4.65.0 Use 4.95.0 instead. How do I insert it correctly into the source tree? A short hint (to a readme) should help. Thanks again! Stefan

Re: [PULL] gspca

2009-02-09 Thread Mauro Carvalho Chehab
On Thu, 5 Feb 2009 10:32:31 +0100 Jean-Francois Moine moin...@free.fr wrote: Hi Mauro, The changes relative to 'gspca - main' should go to the kernel 2.6.29. Please pull from http://linuxtv.org/hg/~jfrancois/gspca/ for: changeset: 10433:fd2cb3b7916e gspca - vc032x: Remove the vc0321

Re: [PULL] http://linuxtv.org/hg/~tap/v4l-dvb

2009-02-09 Thread Mauro Carvalho Chehab
On Thu, 5 Feb 2009 10:57:21 -0800 (PST) Trent Piepho xy...@speakeasy.org wrote: Mauro, Please pull from http://linuxtv.org/hg/~tap/v4l-dvb for the following 3 changesets: 01/03: cx88: Fix MPEG kconfig dependencies http://linuxtv.org/hg/~tap/v4l-dvb?cmd=changeset;node=2e05fd69e6b6

[PATCH] V4L: Storage class should be before const qualifier

2009-02-09 Thread Tobias Klauser
The C99 specification states in section 6.11.5: The placement of a storage-class specifier other than at the beginning of the declaration specifiers in a declaration is an obsolescent feature. Signed-off-by: Tobias Klauser tklau...@distanz.ch --- drivers/media/video/gspca/t613.c |2 +-

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

2009-02-09 Thread Hans Verkuil
Hi Mauro, Please pull from http://www.linuxtv.org/hg/~hverkuil/v4l-dvb-spec for the following: - v4l-dvb: add compiled fw files to .hgignore - v4l2: add note on testing the spec when modifying videodev2.h Thanks, Hans diffstat: .hgignore |6 ++ README.patches | 53

Re: [PULL] http://www.linuxtv.org/hg/~hverkuil/v4l-dvb-spec

2009-02-09 Thread Hans Verkuil
On Monday 09 February 2009 23:18:25 Mauro Carvalho Chehab wrote: On Mon, 9 Feb 2009 23:08:41 +0100 Hans Verkuil hverk...@xs4all.nl wrote: On Monday 09 February 2009 22:53:25 Mauro Carvalho Chehab wrote: On Wed, 21 Jan 2009 21:33:41 +0100 Hans Verkuil hverk...@xs4all.nl wrote: Hi

Re: cx18, HVR-1600 Clear qam tuning

2009-02-09 Thread Williams, Phil A
I'm using an HVR-1600, having a heck of a time, and wanted to give this patch a try. Can someone point me to a good wiki or howto on how to incorporate this patch? Devin just commited a patch to improve the lock time of the cx24227/s5h1409 demodulator:

Re: cx18, HVR-1600 Clear qam tuning

2009-02-09 Thread Andy Walls
On Mon, 2009-02-09 at 16:14 -0800, Williams, Phil A wrote: I'm using an HVR-1600, having a heck of a time, and wanted to give this patch a try. Can someone point me to a good wiki or howto on how to incorporate this patch? Devin just commited a patch to improve the lock time of the

Re: [PULL] http://linuxtv.org/hg/~tap/v4l-dvb

2009-02-09 Thread Trent Piepho
On Mon, 9 Feb 2009, Mauro Carvalho Chehab wrote: On Thu, 5 Feb 2009 10:57:21 -0800 (PST) Trent Piepho xy...@speakeasy.org wrote: 01/03: cx88: Fix MPEG kconfig dependencies http://linuxtv.org/hg/~tap/v4l-dvb?cmd=changeset;node=2e05fd69e6b6 Hmm... This patch converts a depends on into a

Re: KWorld ATSC 115 all static

2009-02-09 Thread hermann pitton
Am Dienstag, den 10.02.2009, 01:37 +0100 schrieb hermann pitton: Am Montag, den 09.02.2009, 00:43 -0200 schrieb Mauro Carvalho Chehab: On Tue, 03 Feb 2009 01:03:58 -0500 CityK ci...@rogers.com wrote: David Engel wrote: As far as I can tell, this thread petered out without a

Re: KWorld ATSC 115 all static

2009-02-09 Thread hermann pitton
Am Dienstag, den 10.02.2009, 01:54 +0100 schrieb hermann pitton: Am Dienstag, den 10.02.2009, 01:37 +0100 schrieb hermann pitton: Am Montag, den 09.02.2009, 00:43 -0200 schrieb Mauro Carvalho Chehab: On Tue, 03 Feb 2009 01:03:58 -0500 CityK ci...@rogers.com wrote: David Engel

Re: [PULL] http://linuxtv.org/hg/~tap/v4l-dvb

2009-02-09 Thread Mauro Carvalho Chehab
On Mon, 9 Feb 2009 16:48:27 -0800 (PST) Trent Piepho xy...@speakeasy.org wrote: On Mon, 9 Feb 2009, Mauro Carvalho Chehab wrote: On Thu, 5 Feb 2009 10:57:21 -0800 (PST) Trent Piepho xy...@speakeasy.org wrote: 01/03: cx88: Fix MPEG kconfig dependencies

DAB SFN (was: Re: [linux-dvb] dib0700 buggy sfn workaround or equivalent)

2009-02-09 Thread BOUWSMA Barry
On Mon, 9 Feb 2009, Patrick Boettcher wrote: It has nothing to with the channel bandwidth. In Australia, and maybe in other places too, the DVB-T radio-channels (not to mix up with a radio service) which are used in single-frequency-networks (SFNs) are transmitted buggy: different

Re: KWorld ATSC 115 all static

2009-02-09 Thread hermann pitton
Am Dienstag, den 10.02.2009, 04:14 +0100 schrieb hermann pitton: Am Dienstag, den 10.02.2009, 00:35 -0200 schrieb Mauro Carvalho Chehab: On Tue, 10 Feb 2009 02:31:00 +0100 hermann pitton hermann-pit...@arcor.de wrote: BTW, just to remember. Tvtime with signal detection on

Re: [PULL] http://linuxtv.org/hg/~tap/v4l-dvb

2009-02-09 Thread Trent Piepho
On Tue, 10 Feb 2009, Mauro Carvalho Chehab wrote: On Mon, 9 Feb 2009, Mauro Carvalho Chehab wrote: On Thu, 5 Feb 2009 10:57:21 -0800 (PST) Trent Piepho xy...@speakeasy.org wrote: 01/03: cx88: Fix MPEG kconfig dependencies

RE: [PATCH] v4l/tvp514x: try_count reaches 0, not -1

2009-02-09 Thread Hiremath, Vaibhav
Thanks, Vaibhav Hiremath -Original Message- From: Roel Kluin [mailto:roel.kl...@gmail.com] Sent: Tuesday, February 10, 2009 3:27 AM To: Hiremath, Vaibhav; mche...@redhat.com Cc: linux-media@vger.kernel.org; video4linux-l...@redhat.com Subject: [PATCH] v4l/tvp514x: try_count

Re: Siano's patches

2009-02-09 Thread Michael Krufky
Mauro Carvalho Chehab wrote: Michael, On Sun, 18 Jan 2009 13:07:34 -0500 Michael Krufky mkru...@linuxtv.org wrote: Once I have reviewed merged your changes and after I can restore the proper functionality to the hauppauge devices, then I will post a new mercurial tree for testing

Please fix trivial GPL violation in dvb/ttpci/av7110_hw.c

2009-02-09 Thread Alexandre Oliva
Object code for http://www.linuxtv.org/downloads/firmware/Boot.S (GPLv2+) is distributed as part of drivers/media/dvb/ttpci/av7110_hw.c in Linux, in the definition for 'static u8 bootcode[]'. I couldn't find the corresponding source code anywhere in the Linux source tarball or the v4l-dvb

Re: KWorld ATSC 115 all static

2009-02-09 Thread Mauro Carvalho Chehab
On Tue, 10 Feb 2009 04:43:15 +0100 hermann pitton hermann-pit...@arcor.de wrote: Am Dienstag, den 10.02.2009, 04:14 +0100 schrieb hermann pitton: Am Dienstag, den 10.02.2009, 00:35 -0200 schrieb Mauro Carvalho Chehab: On Tue, 10 Feb 2009 02:31:00 +0100 hermann pitton

Re: KWorld ATSC 115 all static

2009-02-09 Thread Mauro Carvalho Chehab
On Tue, 10 Feb 2009 04:14:03 +0100 hermann pitton hermann-pit...@arcor.de wrote: Am Dienstag, den 10.02.2009, 00:35 -0200 schrieb Mauro Carvalho Chehab: On Tue, 10 Feb 2009 02:31:00 +0100 hermann pitton hermann-pit...@arcor.de wrote: Mauro, I know you are waiting for CityK, but I

Re: [PULL] http://linuxtv.org/hg/~tap/v4l-dvb

2009-02-09 Thread Mauro Carvalho Chehab
On Mon, 9 Feb 2009 20:01:05 -0800 (PST) Trent Piepho xy...@speakeasy.org wrote: ... I took some time during this kernel cycle trying to fix mpeg dependencies. One issue that I had to deal with is that some possible configurations with CX88, CX88_BLACKBIRD and CX88_DVB causes