aboutsummaryrefslogtreecommitdiffstats
path: root/dvb-t
diff options
context:
space:
mode:
authorChristoph Pfister <pfister@linuxtv.org>2007-11-09 20:25:56 +0100
committerMauro Carvalho Chehab <mchehab@redhat.com>2007-11-09 20:25:56 +0100
commit675dcd28d20b4c65f3917ae6ae0bfab97b2184a9 (patch)
tree3e79e49b620b2e7318cf508efaebbcef5144c66a /dvb-t
parent24a9c9338a8d4d44d5f717f7970df458259af7cd (diff)
downloaddtv-scan-tables-675dcd28d20b4c65f3917ae6ae0bfab97b2184a9.tar.gz
update scan file for fr-Nancy
http://linuxtv.org/pipermail/linux-dvb/2007-November/021688.html
Diffstat (limited to 'dvb-t')
-rw-r--r--dvb-t/fr-Nancy17
1 files changed, 6 insertions, 11 deletions
diff --git a/dvb-t/fr-Nancy b/dvb-t/fr-Nancy
index 3254861a..f4ff7b85 100644
--- a/dvb-t/fr-Nancy
+++ b/dvb-t/fr-Nancy
@@ -12,19 +12,14 @@
# T freq bw fec_hi fec_lo mod transmission-mode guard-interval hierarchy
#### Nancy - Nondéfini ####
#R1
-#T FREQ1 8MHz AUTO NONE QAM64 8k AUTO NONE
+T 522166000 8MHz 2/3 NONE QAM64 8k 1/32 NONE
#R2
-#T FREQ2 8MHz AUTO NONE QAM64 8k AUTO NONE
+T 682166000 8MHz 2/3 NONE QAM64 8k 1/32 NONE
#R3
-#T FREQ3 8MHz AUTO NONE QAM64 8k AUTO NONE
+T 794166000 8MHz 2/3 NONE QAM64 8k 1/32 NONE
#R4
-#T FREQ4 8MHz AUTO NONE QAM64 8k AUTO NONE
+T 770166000 8MHz 2/3 NONE QAM64 8k 1/32 NONE
#R5
-#T FREQ5 8MHz AUTO NONE QAM64 8k AUTO NONE
+T 498166000 8MHz 2/3 NONE QAM64 8k 1/32 NONE
#R6
-#T FREQ6 8MHz AUTO NONE QAM64 8k AUTO NONE
-##############################################################
-# en Avril 2006, l'emetteur pour Nancy n'etait pas defini
-# Vous devez donc modifier les frequences manuellement.
-# SVP Renvoyez le fichier mis a jour aux contacts ci-dessus.
-##############################################################
+T 826166000 8MHz 2/3 NONE QAM64 8k 1/32 NONE
.dl { color: #dd2200; background-color: #fff0f0 } /* Literal.String.Delimiter */ .highlight .sd { color: #dd2200; background-color: #fff0f0 } /* Literal.String.Doc */ .highlight .s2 { color: #dd2200; background-color: #fff0f0 } /* Literal.String.Double */ .highlight .se { color: #0044dd; background-color: #fff0f0 } /* Literal.String.Escape */ .highlight .sh { color: #dd2200; background-color: #fff0f0 } /* Literal.String.Heredoc */ .highlight .si { color: #3333bb; background-color: #fff0f0 } /* Literal.String.Interpol */ .highlight .sx { color: #22bb22; background-color: #f0fff0 } /* Literal.String.Other */ .highlight .sr { color: #008800; background-color: #fff0ff } /* Literal.String.Regex */ .highlight .s1 { color: #dd2200; background-color: #fff0f0 } /* Literal.String.Single */ .highlight .ss { color: #aa6600; background-color: #fff0f0 } /* Literal.String.Symbol */ .highlight .bp { color: #003388 } /* Name.Builtin.Pseudo */ .highlight .fm { color: #0066bb; font-weight: bold } /* Name.Function.Magic */ .highlight .vc { color: #336699 } /* Name.Variable.Class */ .highlight .vg { color: #dd7700 } /* Name.Variable.Global */ .highlight .vi { color: #3333bb } /* Name.Variable.Instance */ .highlight .vm { color: #336699 } /* Name.Variable.Magic */ .highlight .il { color: #0000DD; font-weight: bold } /* Literal.Number.Integer.Long */
linuxtv-dvb-apps-1.?
======================

Linux DVB API applications and utilities.

All applications support the DVB-S, DVB-C, DVB-T, and ATSC standards.

Main User Applications:
util/scan	- Scan for channels on your digital TV device.
util/gnutv	- Tune, watch and stream your TV.

General Utilities:
util/dvbdate	- Set your clock from digital TV.
util/dvbnet	- Control digital data network interfaces.
util/dvbtraffic	- Monitor traffic on a digital device.
util/femon	- Monitor the tuning on a digital TV device.
util/zap	- *Just* tunes a digital device - really intended for developers.

Hardware Specific Utilities:
util/av7110_loadkeys	- Load remote keys into an av7110 based card
util/dib3000-watch	- Monitor DIB3000 demodulators
util/dst-utils		- Utilities for DST based cards.
util/ttusb_dec_reset	- Reset a TechnoTrends TTUSB DEC device.

Libraries:
lib/libdvbapi	- Interface library to digital TV devices.
lib/libdvbcfg	- Library to parse/create digital TV channel configuration files.
lib/libdvbsec	- Library for Satellite Equipment Control operations.
lib/libucsi	- Fast MPEG2 Transport Stream SI table parsing library.
lib/libdvben50221- Complete implementation of a Cenelec EN 50221 CAM stack.
lib/libdvbmisc	- Miscellaneous utilities used by the other libraries.

Various testing applications also live in test.

For convenience, dvb-apps contains a copy of the DVB API include
files as they are contained in the linuxtv-dvb-1.? release
and the 2.6.x Linux kernel.

Johannes Stezenbach <js@convergence.de>
Andrew de Quincey <adq_dvb@lidskialf.net>