- This howto will focus mainly on Gentoo 1.4 configuration. However, the configuration is easily ported to RedHat or Slackware not forgetting Mandrake.
Step 1 - TV Tuner/FM Driver
- Most TV Tuner vendor does not provide Linux driver, fortunately the open source community is so hard working and smart to come out with driver that can be used with large number of tuner card. Of course some new tuner card will not work. As for ACORP Tuner card, it is supported using BTTV driver.
Note: Vanilla kernel must be patched to enable BTTV driver support. Please visit bttv website for patch and patching instruction.
Assuming that all the necessary compiler too is installed, the first step is to configure the kernel to have I2C support and BTTV driver build.
Login to your system as root:
#cp /etc/kernel/default-config /usr/src/linux/.config
#cd /usr/src/linux
#make menuconfig
|
|