Share this page with: Bookmark "Installing the latest V4L TV tuner drivers for Fedora 9" at del.icio.us Bookmark "Installing the latest V4L TV tuner drivers for Fedora 9" at Digg Bookmark "Installing the latest V4L TV tuner drivers for Fedora 9" at Furl Bookmark "Installing the latest V4L TV tuner drivers for Fedora 9" at Reddit Bookmark "Installing the latest V4L TV tuner drivers for Fedora 9" at Google Bookmark "Installing the latest V4L TV tuner drivers for Fedora 9" at StumbleUpon Bookmark "Installing the latest V4L TV tuner drivers for Fedora 9" at Facebook Bookmark "Installing the latest V4L TV tuner drivers for Fedora 9" at Twitter Bookmark "Installing the latest V4L TV tuner drivers for Fedora 9" at Slashdot
Table of Contents

Installing the latest V4L TV tuner drivers for Fedora 9

Author(s)

Bill Giannikos

Introduction

This guide will help you install the latest development V4L TV tuner drivers under Fedora 9. Fedora already includes a older driver set with its kernel however you may need to update to the latest version for (better) support for your TV tuner card.

Notes

While this guide is mainly focused to laptop users there isn't any difference for desktop users.

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.

Prerequisites

You should run a full update for your installation of Fedora to ensure you have all the latest packages installed.

Installing the latest V4L drivers

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

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

rjp, Saturday 25 of October, 2008 [01:48:43]

GXine didn't show up on Applications menu anywhere

Being a newb I was able to execute all your instructions and all appeared to work successfully, however GXine did not show up on my applications menu at all. Any thougts?

Bill Giannikos, Friday 28 of November, 2008 [09:40:55]

Have you installed it? As root type:

yum install gxine
Enter your comment
CDPNU
 
installing+the+latest+v4l+tv+tuner+drivers+for+fedora+9.txt · Last modified: Thursday 12 of February, 2009 [04:01:31] by billg
Contact Us Sister Sites Privacy Policy Terms of Use
Copyright © 2006-2010 Linwik.com and other authors