2004-10-22 17:25:21

by bob

[permalink] [raw]
Subject: BT878 drivers, where did you go?

Hi. I recently built 2.6.9-bk7. Everything works as 2.6.9 except for
my TV tuner card (which needs a bt878 driver). The problem is that
there is no bt878 driver. There was one in 2.6.9-bk3 which worked (3
days ago!!!). Where did the driver go? There doesn't seem to be '878
support in "make menuconfig" either. Was support for bt878 tv tuner
cards dropped from the kernel?

(To contact me you will have to mail me as I'm not on the list)

Thanks,

Bob


2004-10-23 08:38:15

by Markus Trippelsdorf

[permalink] [raw]
Subject: Re: BT878 drivers, where did you go?

On Fri, 2004-10-22 at 11:10 -0600, Bob Gill wrote:
> Hi. I recently built 2.6.9-bk7. Everything works as 2.6.9 except for
> my TV tuner card (which needs a bt878 driver). The problem is that
> there is no bt878 driver. There was one in 2.6.9-bk3 which worked (3
> days ago!!!). Where did the driver go? There doesn't seem to be '878
> support in "make menuconfig" either. Was support for bt878 tv tuner
> cards dropped from the kernel?
>

I had the same problem. It is caused by a new dependency on FW_LOADER,
which was not there before.
Just edit drivers/media/video/Kconfig and replace FW_LOADER with SOUND
in the VIDEO_BT848 dependency line.

HTH, Markus