Annotation of DVB/INSTALL, revision 1.4

1.1       cvs         1: Configuration:
                      2: 
                      3: - Make sure that the kernel sources of the kernel you are using (NOT the
                      4:   sources of some other kernel) are in the directory /usr/src/linux.
                      5:   Otherwise, change the path for KERNEL_LOCATION in DVB/driver/Makefile.
                      6:   Note that the configuration of the driver sources also has to match that
                      7:   of the kernel you are running.
1.4     ! mocm        8:   You have to have the i2c and videodev drivers enabled in your kernel
        !             9:   to use the DVB driver.
1.1       cvs        10: 
                     11: - Login as root, change to the directory DVB/driver and type "make".
                     12: 
                     13: - If everything compiled without errors, type "make insmod" to install
                     14:   the modules.
                     15:   During the installation of the modules your PC can "hang" for one or
1.4     ! mocm       16:   two seconds. This happens during the loading of the ARM application
        !            17:   ("firmware") into the DRAM of the AV7110 and is normal.
1.1       cvs        18:   You should also see a picture of Pro7 on the composite output now
                     19:   (only if you have an LNB pointing on Astra 1e connected to the antenna   
                     20:    input of course).
                     21:   If you do not get a picture this might be the fault of a still unresolved
                     22:   timing problem on some hardware. But the driver should still work with the
1.4     ! mocm       23:   tuxzap application.
1.1       cvs        24: 
1.2       cvs        25: - Change to DVB/libdvb and type "make"
                     26: 
1.4     ! mocm       27: - Now change to DVB/apps/tuxzap and read the instructions
1.1       cvs        28: 
1.4     ! mocm       29: - The tuxzap package contains several gtk applications for DVB-S reception
        !            30:   read the instructions in the apps/tuxzap directory for more information
        !            31:   Sample config files for the tuxzap applications are in DVB/apps/
        !            32:   copy them to .dvbrc.
1.1       cvs        33: 

LinuxTV legacy CVS <linuxtv.org/cvs>