On 20/07/13 04:42, Richard Melville wrote:
> I'm trying to use a BT878 video capture card with my BLFS system.
> Unfortunately I chose, in a moment of parsimony, a cheap version that does
> not have an eeprom.  This means that although I have added the correct
> driver information to the kernel tree the card won't work.

Are there any devices under /dev/dvb/?

  The only way
> I've been able to test it was to run Linux Mint from a USB flash drive and
> create the following bttv.conf file to add to the Linux Mint
> /etc/modprobe.d directory:-
> 
> alias char-major-81 bttv
> options bttv gbuffers=16 card=133,132,133,133 tuner=4,4,4,4
> options i2c-algo-bit bit_test=1
> 
> This forces the BTTV driver into the correct configuration.
> 
> As I'd really like to maintain a static kernel, rather than a modular
> version, does anybody know how I can add the above driver information
> directly into the kernel tree so that I can keep my static kernel and not
> have to bother with modules.
> 
> Any help would be much appreciated.
> 
> Richard
> 
> 
> 

I've recently retired my DVBT project, but just to compare, this are the
kernel options I had to set above the default values to get my BT878
card to work.
CONFIG_MEDIA_SUPPORT=y
CONFIG_VIDEO_DEV=y
CONFIG_DVB_CORE=y
CONFIG_DVB_NET=y
CONFIG_RC_CORE=y
CONFIG_V4L_PCI_DRIVERS=y
CONFIG_VIDEO_CAPTURE_DRIVERS=y
CONFIG_VIDEO_BT848=y
CONFIG_VIDEO_BT848_DVB=y
CONFIG_DVB_CAPTURE_DRIVERS=y
CONFIG_I2C_CHARDEV=y
CONFIG_I2C=y

I'm not sure if my 2 cards had eproms or not, but I did not require an
extra options. However, I do know that when I first started using these
cards many years ago, I initial had to use modules and some tweaks, but
over the years the kernel drivers had improved to such a point where I
could just statically build everything into the kernel.

Regards,
Wayne.

-- 
http://linuxfromscratch.org/mailman/listinfo/blfs-support
FAQ: http://www.linuxfromscratch.org/blfs/faq.html
Unsubscribe: See the above information page

Reply via email to