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

Installing the latest V4L TV tuner drivers for Ubuntu 10.04

Author(s)

Bill Giannikos (Home Page)

Introduction

While Ubuntu 10.04 already includes a version of the V4L driver drivers, these drivers are under constant development and your TV Tuner card may require a later version to function properly than the one included in Ubuntu. Here we will guide you in the necessary steps in installing the latest developmental V4L drivers.

Notes

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. Although it is highly unlikely this procedure will damage your Ubuntu installation it is still recommended you run a backup of your important data beforehand.

Prerequisites

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

Installing the latest development V4L driver

Here are the steps in installing the latest V4L drivers.

1. Load up a terminal window if you are in the graphic interface.

2. Type in the following to install gcc, mercurial and the kernel headers:

sudo apt-get install build-essential git-core linux-headers-`uname -r`

You may be asked for your password with the above commands, type it in and press Enter.

3. Move to the /usr/src/ folder with:

cd /usr/src

4. Download the latest V4L drivers with:

sudo hg clone http://linuxtv.org/hg/v4l-dvb

5. Move into the newly created folder with

cd v4l-dvb

6. Now start the building process with:

sudo make

This will take a while.

7. And finally we install these drivers with:

sudo make install

8. Reboot your computer and the newer V4L drivers will be used.

Please note that if Ubuntu release a updated kernel you will have to go through the above steps again.





Discussion

Enter your comment
RZRAZ
 
Last modified: Tuesday 05 of October, 2010 [00:15:29]
Contact Us Sister Sites Privacy Policy Terms of Use
Copyright © 2006-2012 Linwik.com and other authors