diff options
author | Johannes Stezenbach <devnull@localhost> | 2004-05-01 22:30:09 +0000 |
---|---|---|
committer | Johannes Stezenbach <devnull@localhost> | 2004-05-01 22:30:09 +0000 |
commit | 011acc8dffe6a7f0050359c5fbc9766077b1d4b7 (patch) | |
tree | f931b9873bb81ae8676508e73458285bc598b8ab /linux/drivers/media | |
parent | 1a13004f03befeafe972d8c806833f3f7b89c13e (diff) | |
download | mediapointer-dvb-s2-011acc8dffe6a7f0050359c5fbc9766077b1d4b7.tar.gz mediapointer-dvb-s2-011acc8dffe6a7f0050359c5fbc9766077b1d4b7.tar.bz2 |
updates help text for 2.6
Diffstat (limited to 'linux/drivers/media')
-rw-r--r-- | linux/drivers/media/dvb/Kconfig | 17 |
1 files changed, 8 insertions, 9 deletions
diff --git a/linux/drivers/media/dvb/Kconfig b/linux/drivers/media/dvb/Kconfig index f0f152013..32f9d5079 100644 --- a/linux/drivers/media/dvb/Kconfig +++ b/linux/drivers/media/dvb/Kconfig @@ -7,24 +7,23 @@ menu "Digital Video Broadcasting Devices" config DVB bool "DVB For Linux" depends on NET && INET - ---help--- + help Support Digital Video Broadcasting hardware. Enable this if you own a DVB adapter and want to use it or if you compile Linux for a digital SetTopBox. - API specs and user tools are available from - <http://www.linuxtv.org/>. + API specs and user tools are available from http://www.linuxtv.org/. Please report problems regarding this driver to the LinuxDVB mailing list. - You might want add the following lines to your /etc/modules.conf: + You might want add the following lines to your /etc/modprobe.conf: - alias char-major-250 dvb - alias dvb dvb-ttpci - below dvb-ttpci alps_bsru6 alps_bsrv2 \ - grundig_29504-401 grundig_29504-491 \ - ves1820 + alias char-major-250 dvb + alias dvb dvb-ttpci + install dvb-ttpci /sbin/modprobe --first-time -i dvb-ttpci && \ + /sbin/modprobe -a alps_bsru6 alps_bsrv2 \ + grundig_29504-401 grundig_29504-491 ves1820 If unsure say N. |