Re: cx8802.ko module not being built with current HG tree

2009-02-13 Thread Trent Piepho
On Wed, 11 Feb 2009, Mauro Carvalho Chehab wrote: On Tue, 10 Feb 2009 17:20:52 -0800 (PST) Trent Piepho xy...@speakeasy.org wrote: I still think using select is better. What Roman Zippel was talking about was the mess with select and the tuner drivers. I agree that's a mess and there are

Re: cx8802.ko module not being built with current HG tree

2009-02-10 Thread Mauro Carvalho Chehab
On Thu, 5 Feb 2009 16:59:16 +0100 Eduard Huguet eduar...@gmail.com wrote: Hi, Maybe I'm wrong, but I think there is something wrong in current Kconfig file for cx88 drivers. I've been struggling for some hours trying to find why, after compiling a fresh copy of the LinuxTV HG drivers, I

Re: cx8802.ko module not being built with current HG tree

2009-02-10 Thread Eduard Huguet
Hi, I don't have yet the buggy config, but the steps I was following when I encounter the problem were the following: · hg clone http://linuxtv.org/hg/v4l-dvb · cd v4l-dvb · make menuconfig (I mostly uncheck here most of the modules, as I really was needing

Re: cx8802.ko module not being built with current HG tree

2009-02-10 Thread Eduard Huguet
Hi, Just tried it right now, with these simple steps: · hg clone http://linuxtv.org/hg/v4l-dvb · cd v4l-dvb · make menuconfig exit from it without touching anything I attach the resulting v4l/.config file generated. As you can see, CX88_MPEG is being marked as 'Y' instead

Re: cx8802.ko module not being built with current HG tree

2009-02-10 Thread Mauro Carvalho Chehab
On Tue, 10 Feb 2009 12:57:47 +0100 Eduard Huguet eduar...@gmail.com wrote: Hi, Just tried it right now, with these simple steps: · hg clone http://linuxtv.org/hg/v4l-dvb · cd v4l-dvb · make menuconfig exit from it without touching anything I attach the resulting

Re: cx8802.ko module not being built with current HG tree

2009-02-10 Thread Mauro Carvalho Chehab
On Tue, 10 Feb 2009 10:09:55 -0200 Mauro Carvalho Chehab mche...@infradead.org wrote: On Tue, 10 Feb 2009 12:57:47 +0100 Eduard Huguet eduar...@gmail.com wrote: Hi, Just tried it right now, with these simple steps: · hg clone http://linuxtv.org/hg/v4l-dvb · cd

Re: cx8802.ko module not being built with current HG tree

2009-02-10 Thread Eduard Huguet
I'll give it a try, thanks. Regards, Eduard 2009/2/10 Mauro Carvalho Chehab mche...@infradead.org: On Tue, 10 Feb 2009 12:57:47 +0100 Eduard Huguet eduar...@gmail.com wrote: Hi, Just tried it right now, with these simple steps: · hg clone http://linuxtv.org/hg/v4l-dvb ·

Re: cx8802.ko module not being built with current HG tree

2009-02-10 Thread Mauro Carvalho Chehab
On Tue, 10 Feb 2009 10:25:26 -0800 (PST) Trent Piepho xy...@speakeasy.org wrote: On Tue, 10 Feb 2009, Eduard Huguet wrote: I don't have yet the buggy config, but the steps I was following when I encounter the problem were the following: · hg clone http://linuxtv.org/hg/v4l-dvb

Re: cx8802.ko module not being built with current HG tree

2009-02-10 Thread Hans Verkuil
On Tuesday 10 February 2009 19:47:40 Mauro Carvalho Chehab wrote: On Tue, 10 Feb 2009 10:25:26 -0800 (PST) Trent Piepho xy...@speakeasy.org wrote: On Tue, 10 Feb 2009, Eduard Huguet wrote: I don't have yet the buggy config, but the steps I was following when I encounter the problem

Re: cx8802.ko module not being built with current HG tree

2009-02-10 Thread Mauro Carvalho Chehab
On Tue, 10 Feb 2009 21:31:59 +0100 Hans Verkuil hverk...@xs4all.nl wrote: On Tuesday 10 February 2009 19:47:40 Mauro Carvalho Chehab wrote: On Tue, 10 Feb 2009 10:25:26 -0800 (PST) Trent Piepho xy...@speakeasy.org wrote: On Tue, 10 Feb 2009, Eduard Huguet wrote: I don't have yet

Re: cx8802.ko module not being built with current HG tree

2009-02-10 Thread Mauro Carvalho Chehab
On Tue, 10 Feb 2009 22:21:39 +0100 Hans Verkuil hverk...@xs4all.nl wrote: $ grep CONFIG_HAS_DMA /usr/src/kernels/2.6.18-125.el5-x86_64/.config CONFIG_HAS_DMA=y Oops, this fixes a different bug. It is still a bug fix, though, since it prevents CX88 from being build at all on any vanilla

Re: cx8802.ko module not being built with current HG tree

2009-02-10 Thread Trent Piepho
On Tue, 10 Feb 2009, Mauro Carvalho Chehab wrote: I did some more testing and the bug disappears in kernel 2.6.25. Also, if I just run 'make', then the .config file it produces is fine. I wonder if it isn't a bug in menuconfig itself. It seems to be a bug at the Kbuild, fixed on Feb, 2008,

Re: cx8802.ko module not being built with current HG tree

2009-02-10 Thread Mauro Carvalho Chehab
On Tue, 10 Feb 2009 17:20:52 -0800 (PST) Trent Piepho xy...@speakeasy.org wrote: On Tue, 10 Feb 2009, Mauro Carvalho Chehab wrote: I did some more testing and the bug disappears in kernel 2.6.25. Also, if I just run 'make', then the .config file it produces is fine. I wonder if it

cx8802.ko module not being built with current HG tree

2009-02-05 Thread Eduard Huguet
Hi, Maybe I'm wrong, but I think there is something wrong in current Kconfig file for cx88 drivers. I've been struggling for some hours trying to find why, after compiling a fresh copy of the LinuxTV HG drivers, I wasn't unable to modprobe cx88-dvb module, which I need for HVR-3000. The module