From 2343a8c0b4f9a572c4753801bdc1da4badc131ff Mon Sep 17 00:00:00 2001 From: Michael Hunold Date: Sun, 25 Apr 2004 18:52:35 -0700 Subject: [PATCH] [PATCH] DVB: Documentation and Kconfig updazes - [DVB] misc. documentation updates, KConfig help file updates - [DVB] make Twinhan driver depend on bt8xx --- Documentation/dvb/cards.txt | 2 ++ Documentation/dvb/contributors.txt | 8 ++++++++ Documentation/dvb/faq.txt | 5 +++++ drivers/media/dvb/Kconfig | 5 ++--- drivers/media/dvb/frontends/Kconfig | 2 +- 5 files changed, 18 insertions(+), 4 deletions(-) diff --git a/Documentation/dvb/cards.txt b/Documentation/dvb/cards.txt index 5e07f18308b..695f174d859 100644 --- a/Documentation/dvb/cards.txt +++ b/Documentation/dvb/cards.txt @@ -50,6 +50,8 @@ o Cards based on the Phillips saa7146 multimedia PCI bridge chip: - Technotrend Budget / Hauppauge WinTV-Nova PCI Cards - SATELCO Multimedia PCI - KNC1 DVB-S + - Typhoon DVB-S budget + - Fujitsu-Siemens Activy DVB-S budget card o Cards based on the B2C2 Inc. FlexCopII/IIb/III: - Technisat SkyStar2 PCI DVB card revision 2.3, 2.6B, 2.6C diff --git a/Documentation/dvb/contributors.txt b/Documentation/dvb/contributors.txt index 86c9270da14..12026e93397 100644 --- a/Documentation/dvb/contributors.txt +++ b/Documentation/dvb/contributors.txt @@ -62,5 +62,13 @@ Hans-Frieder Vogt for his work on calculating and checking the crc's for the TechnoTrend/Hauppauge DEC driver firmware +Michael Dreher +Andreas 'randy' Weinberger + for the support of the Fujitsu-Siemens Activy budget DVB-S + +Kenneth Aafløy + for adding support for Typhoon DVB-S budget card + + (If you think you should be in this list, but you are not, drop a line to the DVB mailing list) diff --git a/Documentation/dvb/faq.txt b/Documentation/dvb/faq.txt index d3457495b54..79c2ce4ca04 100644 --- a/Documentation/dvb/faq.txt +++ b/Documentation/dvb/faq.txt @@ -94,6 +94,11 @@ Some very frequently asked questions about linuxtv-dvb MythTV - analog TV PVR, but now with DVB support, too (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 If you are using a Technotrend/Hauppauge DVB-C card *without* analog diff --git a/drivers/media/dvb/Kconfig b/drivers/media/dvb/Kconfig index ad3e82859f5..f0f1520130c 100644 --- a/drivers/media/dvb/Kconfig +++ b/drivers/media/dvb/Kconfig @@ -18,12 +18,11 @@ config DVB Please report problems regarding this driver to the LinuxDVB 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 dvb dvb-ttpci - install dvb-ttpci /sbin/modprobe --first-time -i dvb-ttpci && \ - /sbin/modprobe -a alps_bsru6 alps_bsrv2 \ + below dvb-ttpci alps_bsru6 alps_bsrv2 \ grundig_29504-401 grundig_29504-491 \ ves1820 diff --git a/drivers/media/dvb/frontends/Kconfig b/drivers/media/dvb/frontends/Kconfig index 325e3feebf5..812fff15c09 100644 --- a/drivers/media/dvb/frontends/Kconfig +++ b/drivers/media/dvb/frontends/Kconfig @@ -3,7 +3,7 @@ comment "Supported Frontend Modules" config DVB_TWINHAN_DST tristate "TWINHAN DST based DVB-S frontend (QPSK)" - depends on DVB_CORE + depends on DVB_CORE && DVB_BT8XX help Used in such cards as the VP-1020/1030, Twinhan DST, VVmer TV@SAT. Say Y when you want to support frontends -- 2.11.4.GIT