diff options
author | Michael Hunold <devnull@localhost> | 2004-01-29 10:37:46 +0000 |
---|---|---|
committer | Michael Hunold <devnull@localhost> | 2004-01-29 10:37:46 +0000 |
commit | bbf7250b0097d6047027ed8dcea5b1dbc8c2ec03 (patch) | |
tree | f63fb39ad1d090fbd15c7ef8cbb9ea4d75d39c9b /linux/Documentation/dvb/faq.txt | |
parent | e346cd9a39a6041a65f2af5237f3189a0c1daf0f (diff) | |
download | mediapointer-dvb-s2-bbf7250b0097d6047027ed8dcea5b1dbc8c2ec03.tar.gz mediapointer-dvb-s2-bbf7250b0097d6047027ed8dcea5b1dbc8c2ec03.tar.bz2 |
- strip README-2.6 to the bare minimum. Move interesing stuff to faq.txt
- add alps_bsrv2 => ves1x93 transition to main README
- minor cleanup in README
Diffstat (limited to 'linux/Documentation/dvb/faq.txt')
-rw-r--r-- | linux/Documentation/dvb/faq.txt | 29 |
1 files changed, 29 insertions, 0 deletions
diff --git a/linux/Documentation/dvb/faq.txt b/linux/Documentation/dvb/faq.txt index 28e63ec30..bc8b5990b 100644 --- a/linux/Documentation/dvb/faq.txt +++ b/linux/Documentation/dvb/faq.txt @@ -106,4 +106,33 @@ Some very frequently asked questions about linuxtv-dvb lookup" is disabled: $ "echo 0 > /proc/sys/net/ipv4/conf/dvb0/rp_filter" +6. What the hell are all those modules that need to be loaded? + + For a dvb-ttpci av7110 based full-featured card the following + modules are loaded: + + - videodev: Video4Linux core module. This is the base module that + gives you access to the "analog" tv picture of the av7110 mpeg2 + decoder. + + - v4l2-common: common functions for Video4Linux-2 drivers + + - v4l1-compat: backward compatiblity layer for Video4Linux-1 legacy + applications + + - dvb-core: DVB core module. This provides you with the + /dev/dvb/adapter entries + + - saa7146: SAA7146 core driver. This is need to access any SAA7146 + based card in your system. + + - saa7146_vv: SAA7146 video and vbi functions. These are only needed + for full-featured cards. + + - video-buf: capture helper module for the saa7146_vv driver. This + one is responsible to handle capture buffers. + + - dvb-ttpci: The main driver for AV7110 based, full-featued + DVB-S/C/T cards + eof |