Commit 2343a8c0 authored by Michael Hunold's avatar Michael Hunold Committed by Linus Torvalds

[PATCH] DVB: Documentation and Kconfig updazes

 - [DVB] misc. documentation updates, KConfig help file updates
 - [DVB] make Twinhan driver depend on bt8xx
parent 9dab501b
...@@ -50,6 +50,8 @@ o Cards based on the Phillips saa7146 multimedia PCI bridge chip: ...@@ -50,6 +50,8 @@ o Cards based on the Phillips saa7146 multimedia PCI bridge chip:
- Technotrend Budget / Hauppauge WinTV-Nova PCI Cards - Technotrend Budget / Hauppauge WinTV-Nova PCI Cards
- SATELCO Multimedia PCI - SATELCO Multimedia PCI
- KNC1 DVB-S - KNC1 DVB-S
- Typhoon DVB-S budget
- Fujitsu-Siemens Activy DVB-S budget card
o Cards based on the B2C2 Inc. FlexCopII/IIb/III: o Cards based on the B2C2 Inc. FlexCopII/IIb/III:
- Technisat SkyStar2 PCI DVB card revision 2.3, 2.6B, 2.6C - Technisat SkyStar2 PCI DVB card revision 2.3, 2.6B, 2.6C
......
...@@ -62,5 +62,13 @@ Hans-Frieder Vogt <hfvogt@arcor.de> ...@@ -62,5 +62,13 @@ Hans-Frieder Vogt <hfvogt@arcor.de>
for his work on calculating and checking the crc's for the for his work on calculating and checking the crc's for the
TechnoTrend/Hauppauge DEC driver firmware TechnoTrend/Hauppauge DEC driver firmware
Michael Dreher <michael@5dot1.de>
Andreas 'randy' Weinberger
for the support of the Fujitsu-Siemens Activy budget DVB-S
Kenneth Aafløy <ke-aa@frisurf.no>
for adding support for Typhoon DVB-S budget card
(If you think you should be in this list, but you are not, drop a (If you think you should be in this list, but you are not, drop a
line to the DVB mailing list) line to the DVB mailing list)
...@@ -94,6 +94,11 @@ Some very frequently asked questions about linuxtv-dvb ...@@ -94,6 +94,11 @@ Some very frequently asked questions about linuxtv-dvb
MythTV - analog TV PVR, but now with DVB support, too MythTV - analog TV PVR, but now with DVB support, too
(with software MPEG decode) (with software MPEG decode)
http://dvbsnoop.sourceforge.net/
DVB sniffer program to monitor, analyze, debug, dump
or view dvb/mpeg/dsm-cc/mhp stream information (TS,
PES, SECTION)
4. Can't get a signal tuned correctly 4. Can't get a signal tuned correctly
If you are using a Technotrend/Hauppauge DVB-C card *without* analog If you are using a Technotrend/Hauppauge DVB-C card *without* analog
......
...@@ -18,12 +18,11 @@ config DVB ...@@ -18,12 +18,11 @@ config DVB
Please report problems regarding this driver to the LinuxDVB Please report problems regarding this driver to the LinuxDVB
mailing list. mailing list.
You might want add the following lines to your /etc/modprobe.conf: You might want add the following lines to your /etc/modules.conf:
alias char-major-250 dvb alias char-major-250 dvb
alias dvb dvb-ttpci alias dvb dvb-ttpci
install dvb-ttpci /sbin/modprobe --first-time -i dvb-ttpci && \ below dvb-ttpci alps_bsru6 alps_bsrv2 \
/sbin/modprobe -a alps_bsru6 alps_bsrv2 \
grundig_29504-401 grundig_29504-491 \ grundig_29504-401 grundig_29504-491 \
ves1820 ves1820
......
...@@ -3,7 +3,7 @@ comment "Supported Frontend Modules" ...@@ -3,7 +3,7 @@ comment "Supported Frontend Modules"
config DVB_TWINHAN_DST config DVB_TWINHAN_DST
tristate "TWINHAN DST based DVB-S frontend (QPSK)" tristate "TWINHAN DST based DVB-S frontend (QPSK)"
depends on DVB_CORE depends on DVB_CORE && DVB_BT8XX
help help
Used in such cards as the VP-1020/1030, Twinhan DST, Used in such cards as the VP-1020/1030, Twinhan DST,
VVmer TV@SAT. Say Y when you want to support frontends VVmer TV@SAT. Say Y when you want to support frontends
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment