(M)  s i s t e m a   o p e r a c i o n a l   m a g n u x   l i n u x ~/ · documentação · suporte · sobre

  Next Previous Contents

3. Files

First things first, you need to get a kernel with MTRR (more on this later) and DVD ioctl support. While MTRR's have been in the kernel since 2.2.11 (correct me if I'm wrong), you will probably need to update your kernel to get DVD ioctls. There are two ways to skin this cat, you can either download a development kernel (v2.3.x), or patch a stable release kernel (v2.2.x), the patches are at http://www.kernel.dk/, and the kernel can be found on your favorite mirror of ftp://ftp.kernel.org/.

Next, you need to get the LiViD utilities. This can be done two ways:

  • Get the LiViD utilities from CVS, so you can update it as it is being updated by the developers. (recommended)

 
       The following commands will retrieve them:
   
       # mkdir ~/livid
       # cd ~/livid
       # export CVSROOT=:pserver:anonymous@cvs.linuxvideo.org:/cvs/livid
       # cvs login
       (Logging in to anonymous@cvs.linuxvideo.org)
       CVS password:
        
       There is no password for anonymous, just press enter.
         
       # cvs -z3 co -P ac3dec oms mpeg2dec mgadvd

       They should download into their respective directories.

  • If you don't like CVS (freak!), you can download the most recent nightly tarball of LiViD. This contains more than you need, but if you are really afraid of using CVS for some reason, suit yourself.

       It can be found at:

       http://linuxvideo.org/developer/data/livid.tar.gz

Next Previous Contents