On Wed, 11 Feb 2009, Mauro Carvalho Chehab wrote:
> On Tue, 10 Feb 2009 17:20:52 -0800 (PST)
> Trent Piepho 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 better ways
On Tue, 10 Feb 2009 17:20:52 -0800 (PST)
Trent Piepho 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
> > > isn't a
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
On Tue, 10 Feb 2009 22:21:39 +0100
Hans Verkuil 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 kernels < 2.
On Tuesday 10 February 2009 21:41:47 Mauro Carvalho Chehab wrote:
> On Tue, 10 Feb 2009 21:31:59 +0100
>
> Hans Verkuil 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 wrote:
> > > > On Tue, 10 Fe
On Tue, 10 Feb 2009 21:31:59 +0100
Hans Verkuil 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 wrote:
> > > On Tue, 10 Feb 2009, Eduard Huguet wrote:
> > > > I don't have yet the buggy config, but t
On Tuesday 10 February 2009 19:47:40 Mauro Carvalho Chehab wrote:
> On Tue, 10 Feb 2009 10:25:26 -0800 (PST)
>
> Trent Piepho 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
On Tue, 10 Feb 2009 10:25:26 -0800 (PST)
Trent Piepho 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
> > ·
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
> ? cd v4l-dvb
> ? make menuconfig
This is what I did too. Just us
I'll give it a try, thanks.
Regards,
Eduard
2009/2/10 Mauro Carvalho Chehab :
> On Tue, 10 Feb 2009 12:57:47 +0100
> Eduard Huguet wrote:
>
>> Hi,
>> Just tried it right now, with these simple steps:
>>
>> · hg clone http://linuxtv.org/hg/v4l-dvb
>> · cd v4l-dvb
>> · make
On Tue, 10 Feb 2009 10:09:55 -0200
Mauro Carvalho Chehab wrote:
> On Tue, 10 Feb 2009 12:57:47 +0100
> Eduard Huguet wrote:
>
> > Hi,
> > Just tried it right now, with these simple steps:
> >
> > · hg clone http://linuxtv.org/hg/v4l-dvb
> > · cd v4l-dvb
> > · make menucon
On Tue, 10 Feb 2009 12:57:47 +0100
Eduard Huguet 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 v4l/.config
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
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 onl
On Thu, 5 Feb 2009 16:59:16 +0100
Eduard Huguet 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 wasn't unable to
A Dijous, 5 de febrer de 2009 19:33:21, Trent Piepho va escriure:
> On Thu, 5 Feb 2009, Eduard Huguet wrote:
> > The module was not being load because kernel was failing to find
> > cx8802_get_driver, etc... entry points, which are exported by
> > cx88-mpeg.c.
> >
> > After a 'make menuconfig' in H
On Thu, 5 Feb 2009, Eduard Huguet wrote:
> The module was not being load because kernel was failing to find
> cx8802_get_driver, etc... entry points, which are exported by
> cx88-mpeg.c.
>
> After a 'make menuconfig' in HG tree the kernel configuration
> contained these lines (this was using the de
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 w
18 matches
Mail list logo