#! /bin/bash # $Id$ # $URL$ rm -f smoketest.log lcd4linux make distclean ./bootstrap for driver in BeckmannEgle BWCT CrystalFontz Curses Cwlinux D4D EA232graphic G15 HD44780 IRLCD LCD2USB LCDLinux LCDTerm LEDMatrix LPH7508 LUIse M50530 MatrixOrbital MilfordInstruments Noritake NULL Pertelian PHAnderson picoLCD picoLCDGraphic PNG PPM RouterBoard Sample serdisplib SimpleLCD T6963 Trefon ULA200 USBHUB USBLCD WincorNixdorf X11; do make distclean ./configure --with-drivers=$driver make -s -j 2 if [ -x lcd4linux ]; then echo "Success: drv_$driver" >>smoketest.log else echo "FAILED: drv_$driver" >>smoketest.log fi done for plugin in apm asterisk button_exec cpuinfo diskstats dvb exec fifo file hddtemp i2c_sensors iconv imon isdn kvv loadavg meminfo mpd mysql netdev netinfo pop3 ppp proc_stat python sample seti statfs uname uptime w1retap wireless xmms; do make distclean ./configure --with-drivers=NULL --with-plugins=$plugin make -s -j 2 if [ -x lcd4linux ]; then echo "Success: plugin_$plugin" >>smoketest.log else echo "FAILED: plugin_$plugin" >>smoketest.log fi done make distclean ./configure >refslogtreecommitdiffstats
path: root/dvb-t/se-Kungsberget_GI
blob: 8d34e202371a106524c6a7a37b4aa0b81887c8aa (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
# Sweden - Kungsberget/GI
[CHANNEL]
	DELIVERY_SYSTEM = DVBT
	FREQUENCY = 738000000
	BANDWIDTH_HZ = 8000000
	CODE_RATE_HP = 2/3
	CODE_RATE_LP = NONE
	MODULATION = QAM/64
	TRANSMISSION_MODE = 8K
	GUARD_INTERVAL = 1/8
	HIERARCHY = NONE
	INVERSION = AUTO