summaryrefslogtreecommitdiff
path: root/linux/drivers
diff options
context:
space:
mode:
authorHolger Waechtler <devnull@localhost>2002-10-16 19:16:05 +0000
committerHolger Waechtler <devnull@localhost>2002-10-16 19:16:05 +0000
commit33fc82af5d4b941e8fb648b3679c079590437387 (patch)
tree1ec84cf871f6e159180473bf27a3ec0087419a55 /linux/drivers
parent52e0f715a3431be004f4e00fec027ab1ee1390c9 (diff)
downloadmediapointer-dvb-s2-33fc82af5d4b941e8fb648b3679c079590437387.tar.gz
mediapointer-dvb-s2-33fc82af5d4b941e8fb648b3679c079590437387.tar.bz2
more help texts
Diffstat (limited to 'linux/drivers')
-rw-r--r--linux/drivers/media/dvb/Config.help9
-rw-r--r--linux/drivers/media/dvb/av7110/Config.help11
-rw-r--r--linux/drivers/media/dvb/av7110/Config.in3
-rw-r--r--linux/drivers/media/dvb/frontends/Config.help29
4 files changed, 33 insertions, 19 deletions
diff --git a/linux/drivers/media/dvb/Config.help b/linux/drivers/media/dvb/Config.help
index d60840121..ec7748502 100644
--- a/linux/drivers/media/dvb/Config.help
+++ b/linux/drivers/media/dvb/Config.help
@@ -2,13 +2,14 @@ CONFIG_DVB
Support Digital Video Broadcasting hardware. User tools are available
for example from <http://www.linuxtv.org/>.
- Enable this if you own a DVB adapter and want to use it or if you compile
- Linux for a digital SetTopBox.
+ Enable this if you own a DVB adapter and want to use it or if you
+ compile Linux for a digital SetTopBox.
If unsure say N.
You might want add the following lines to your /etc/modules.conf or
- (if you use debian) create a file called /etc/modutils/dvb
+ (if you use debian) create a file called /etc/modutils/dvb containing
+ this:
alias char-major-250 dvb
alias dvb dvb-ttpci
@@ -16,3 +17,5 @@ CONFIG_DVB
grundig_29504-401 grundig_29504-491 \
ves1820
+ Debian users have to execute the update-modules script thenafter.
+
diff --git a/linux/drivers/media/dvb/av7110/Config.help b/linux/drivers/media/dvb/av7110/Config.help
index 826246f77..f80ed5cd8 100644
--- a/linux/drivers/media/dvb/av7110/Config.help
+++ b/linux/drivers/media/dvb/av7110/Config.help
@@ -1,12 +1,15 @@
CONFIG_DVB_AV7110
- Support for SAA7146 and AV7110 based DVB cards as produced by
- Fujitsu-Siemens, Technotrend, Hauppauge and others.
+ Support for SAA7146 and AV7110 based DVB cards as produced
+ by Fujitsu-Siemens, Technotrend, Hauppauge and others.
Simple cards like so called Budget- or Nova-PCI cards are
- supported as well as fullfeatured cards with onboard MPEG2 decoder.
+ supported as well as fullfeatured cards with onboard MPEG2
+ decoder.
Say Y if you own such a card and want to use it.
-
+
+ Remember to enable CONFIG_VIDEO_DEV.
+
CONFIG_DVB_AV7110_OSD
The AV7110 firmware provides some code to generate an OnScreenDisplay
diff --git a/linux/drivers/media/dvb/av7110/Config.in b/linux/drivers/media/dvb/av7110/Config.in
index 91faf6b63..0a09f9fcf 100644
--- a/linux/drivers/media/dvb/av7110/Config.in
+++ b/linux/drivers/media/dvb/av7110/Config.in
@@ -1,4 +1,5 @@
-dep_tristate ' SAA7146 based AV7110 and Nova/budget cards' CONFIG_DVB_AV7110
+dep_tristate ' SAA7146 based AV7110 and Nova/budget cards' CONFIG_DVB_AV7110 $CONFIG_VIDEO_DEV
+
if [ "$CONFIG_DVB_AV7110" != "n" ]; then
bool ' AV7110 OSD support' CONFIG_DVB_AV7110_OSD
fi
diff --git a/linux/drivers/media/dvb/frontends/Config.help b/linux/drivers/media/dvb/frontends/Config.help
index 443a0c7cb..dd7cdc2d8 100644
--- a/linux/drivers/media/dvb/frontends/Config.help
+++ b/linux/drivers/media/dvb/frontends/Config.help
@@ -1,32 +1,39 @@
CONFIG_DVB_ALPS_BSRU6
- A DVB-S tuner module. Say Y when you want to support this frontend.
+ A DVB-S tuner module.
+
+ Say Y when you want to support this frontend.
- If you don't know what tuner module is soldered on your DVB adapter simply
- enable all supported frontends, the right one will get autodetected.
+ If you don't know what tuner module is soldered on your
+ DVB adapter simply enable all supported frontends, the
+ right one will get autodetected.
CONFIG_DVB_ALPS_BSRV2
A DVB-S tuner module. Say Y when you want to support this frontend.
- If you don't know what tuner module is soldered on your DVB adapter simply
- enable all supported frontends, the right one will get autodetected.
+ If you don't know what tuner module is soldered on your
+ DVB adapter simply enable all supported frontends, the
+ right one will get autodetected.
CONFIG_DVB_GRUNDIG_29504_491
A DVB-S tuner module. Say Y when you want to support this frontend.
- If you don't know what tuner module is soldered on your DVB adapter simply
- enable all supported frontends, the right one will get autodetected.
+ If you don't know what tuner module is soldered on your
+ DVB adapter simply enable all supported frontends, the
+ right one will get autodetected.
CONFIG_DVB_GRUNDIG_29504_401
A DVB-T tuner module. Say Y when you want to support this frontend.
- If you don't know what tuner module is soldered on your DVB adapter simply
- enable all supported frontends, the right one will get autodetected.
+ If you don't know what tuner module is soldered on your
+ DVB adapter simply enable all supported frontends, the
+ right one will get autodetected.
CONFIG_DVB_VES1820
The VES1820 Demodulator is used on many DVB-C PCI cards and in some
DVB-C SetTopBoxes. Say Y when you see this demodulator chip near your
tuner module.
- If you don't know what tuner module is soldered on your DVB adapter simply
- enable all supported frontends, the right one will get autodetected.
+ If you don't know what tuner module is soldered on your
+ DVB adapter simply enable all supported frontends, the
+ right one will get autodetected.