Popular Guides
Laptop Guides at
LinLap.com
Bill Giannikos (Home Page)
This guide will help you install the latest development V4L TV tuner drivers under Fedora 13. Fedora already includes a older but better tested driver set with its kernel however you may need to update to the latest version for (better) support of your TV tuner card.
This guide installs the “up to the minute” development drivers. These drivers have not been fully tested yet so may cause unexpected results in some cases.
You should run a full update for your installation of Fedora to ensure you have all the latest packages installed. You should also restart your computer after installing updates before continuing on with this guide.
Here are the steps involved for installing the V4L drivers.
1. Load up a terminal window if you are in the graphic interface.
2. Switch to the root user by entering the command “su -” (without the quotes) and typing in your root password.
3. Type in the following to install gcc, mercurial and the kernel headers:
yum install gcc kernel-devel mercurial patch make
4. Move to the /usr/src/ folder with:
cd /usr/src
5. Download the latest drivers with:
hg clone http://linuxtv.org/hg/v4l-dvb
6. Move into the newly created folder with
cd v4l-dvb
7. Now start the building process with:
make
This will take a while.
8. And finally install these drivers with:
make install
9. Reboot your computer and the newer V4L drivers will be used.
Discussion