Difference between revisions of "Ivtv"

From CBLFS
Jump to navigationJump to search
(New page: {| style="text-align: left; background-color: AliceBlue;" |-valign="top" !Download Source: | http://dl.ivtvdriver.org/ivtv/stable/ivtv-0.10.1.tar.gz |} ---- {{Package-Introduction|The I...)
 
Line 14: Line 14:
 
== Non-Multilib ==
 
== Non-Multilib ==
  
 +
Compile the Pakcage:
  
== Multilib ==
+
make
 +
 
 +
Install and Load the Package:
  
 +
make install
 +
modprobe ivtv
  
=== 32Bit ===
+
== Multilib ==
  
 +
Compile the Package:
  
=== N32 ===
+
make KDIR="/lib64/modules/2.6.20.1/build" PREFIX="/usr"
  
 +
Install and Load the Package:
  
=== 64Bit ===
+
make KDIR="/lib64/modules/2.6.20.1/build" PREFIX="/usr" install
 +
modprobe ivtv

Revision as of 00:31, 2 June 2007

Download Source: http://dl.ivtvdriver.org/ivtv/stable/ivtv-0.10.1.tar.gz


Introduction to Ivtv

The IVTV project develops a kernel driver for Linux and a driver for X11 for hardware based on Conexant's CX23415/CX23416 codec chip such as the Hauppauge PVR 150/250/350/500 models and other supported hardware.

Project Homepage: http://ivtvdriver.org/index.php/Main_Page

Dependencies

Non-Multilib

Compile the Pakcage:

make

Install and Load the Package:

make install
modprobe ivtv

Multilib

Compile the Package:

make KDIR="/lib64/modules/2.6.20.1/build" PREFIX="/usr"

Install and Load the Package:

make KDIR="/lib64/modules/2.6.20.1/build" PREFIX="/usr" install
modprobe ivtv