Ivtv: Difference between revisions
From CBLFS
Jump to navigationJump to search
No edit summary |
No edit summary |
||
| Line 18: | Line 18: | ||
make | make | ||
Install | Install the package: | ||
make install | make install | ||
If you would like to load the module now, run the following command: | |||
modprobe ivtv | modprobe ivtv | ||
| Line 27: | Line 30: | ||
Compile the Package: | Compile the Package: | ||
make KDIR="/lib64/modules/ | make KDIR="/lib64/modules/$(uname -r)/build" PREFIX="/usr" | ||
Install the package: | |||
make KDIR="/lib64/modules/$(uname -r)/build" PREFIX="/usr" install | |||
If you would like to load the module now, run the following command: | |||
modprobe ivtv | modprobe ivtv | ||
Revision as of 06:04, 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 the package:
make install
If you would like to load the module now, run the following command:
modprobe ivtv
Multilib
Compile the Package:
make KDIR="/lib64/modules/$(uname -r)/build" PREFIX="/usr"
Install the package:
make KDIR="/lib64/modules/$(uname -r)/build" PREFIX="/usr" install
If you would like to load the module now, run the following command:
modprobe ivtv