Table of Contents

Installing the latest V4L TV tuner drivers for Ubuntu 7.10

Author(s)

Bill Giannikos

Introduction

While Ubuntu 7.10 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 than the one included in Ubuntu. Here we will guide you in the necessary steps in installing the latest developmental V4L drivers.

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 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 mercurial linux-headers-`uname -r`

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.





Discussion

Ken , Saturday 24 of October, 2009 [17:56:35]

Ok Now that i have the drivers installed how do i get my video capture card to work?

Rupesh, Friday 25 of December, 2009 [10:47:38]

Ok Now that i have the drivers installed how do i get my video capture card to work?

Enter your comment
JNAWH
 
installing+the+latest+v4l+tv+tuner+drivers+for+ubuntu+7.10.txt · Last modified: Thursday 12 of February, 2009 [04:29:48] by billg
Contact Us Sister Sites Privacy Policy Terms of Use
Copyright © 2006-2010 Linwik.com and other authors