[Home] [Credit Search] [Category Browser] [Staff Roll Call] | The LINUX.COM Article Archive |
Originally Published: Monday, 18 June 2001 | Author: Dave Madeley |
Published to: develop_articles/Development Articles | Page: 2/4 - [Printable] |
Using Your Brooktree Chipset TV Card in Linux
This week Linux.com contributor Dave Madeley looks at what it takes to watch TV on your Linux box equipped with a TV capture card. We take a look at kernel compilation, video devices and configuration. Finally Dave takes a look at some applications you can use to watch TV, listen to the radio or even check out Teletext.
|
<< Page 2 of 4 >> | |
Upgrade Xfree86 and create Video Devices
If everything goes to plan we're almost there. If you are using a S3 Trio 64 chipset video card (like my ASUS) then it is also recommended that you upgrade to Xfree86 4.0 (do this anyway). You can get the new version of XFree86 (4.03) from http://xfree86.org. When downloading XFree86 download the script Xinstall.sh from /linux-libc5/ first. This will tell you which distribution to download.
It will tell you your running Linux, kernel 2.4.4 on an i586 or something similar and then indicate which distribution you should download. In my case it was linux-glibc21. The files FILES will tell you which files you need, because you don't need them all! Follow the documentation to install XFree86. Video DevicesNext we need to create video devices in our /dev directory and add options to modules.conf for the bttv modules.
This will create quite a number of v4l devices. Now we need to edit modules.conf to add our bttv options.
Copy the lines from the example to the real thing. You might want to add some comments so this section is easily identifiable later. In your terminal type:
On the line that says:
change it to:
in my case:
Here is my modules.conf:
Save and exit then check the module dependencies:
If you have chosen a wrong value then you may have to fiddle around till you get it right. Go to a terminal (no in X, X is not very verbose when dealing with modules)
You should receive a screen of data informing you of the events taking place and that everything happened successfully. It may inform you that overlaying has been disabled, take note of this.
| |
<< Page 2 of 4 >> |