File:  [DVB] / DVB / INSTALL
Revision 1.5: download - view: text, annotated - select for diffs
Thu Jul 25 13:05:55 2002 UTC (21 years, 10 months ago) by mocm
Branches: MAIN
CVS tags: TNEWSTRUCT, REL-0-9-2, REL-0-0-2, HEAD
some clarification

Configuration:

- Make sure that the kernel sources of the kernel you are using (NOT the
  sources of some other kernel) are in the directory /usr/src/linux.
  Otherwise, change the path for KERNEL_LOCATION in DVB/driver/Makefile.
  Note that the configuration of the driver sources also has to match that
  of the kernel you are running.
  You have to have the i2c and videodev drivers enabled in your kernel
  to use the DVB driver.

- Login as root, change to the directory DVB/driver and type "make".

- If everything compiled without errors, type "make insmod" to install
  the modules.
  During the installation of the modules your PC can "hang" for one or
  two seconds. This happens during the loading of the ARM application
  ("firmware") into the DRAM of the AV7110 and is normal.
  If you have a DVB card with hardware MPEG decoder, you should also 
  see a picture of Pro7 on the composite output now  (only if you have 
  an LNB pointing on Astra 1e connected to the antenna input of course).
  If you do not get a picture this might be the fault of a still unresolved
  timing problem on some hardware. But the driver should still work with the
  tuxzap application.

- Change to DVB/libdvb and type "make"

- Now change to DVB/apps/tuxzap and read the instructions

- The tuxzap package contains several gtk applications for DVB-S reception
  read the instructions in the apps/tuxzap directory for more information
  Sample config files for the tuxzap applications are in DVB/apps/
  copy them to .dvbrc in your home directory.


LinuxTV legacy CVS <linuxtv.org/cvs>