root@iptv# cd /usr/src/ root@iptv# wget http://mercurial.intuxication.org/hg/scan-s2/archive/tip.tar.gz root@iptv# tar xfz tip.tar.gz root@iptv# mv scan-s2-7effc68db255 scan-s2 root@iptv# ln -s s2-liplianin s2
В файле scan.c меняем:
#if DVB_API_VERSION != 5 || DVB_API_VERSION_MINOR != 0 #error scan-s2 requires Linux DVB driver API version 5.0! #endif
на
#if DVB_API_VERSION < 5 #error scan-s2 requires Linux DVB driver API version 5.0! #endif
В файле Makefile меняем на:
BIND=/usr/local/bin/ INCLUDE=/usr/src/s2/linux/include
cd scan-s2 make make install cd /usr/src/scan-s2/dvb-s/Ku-band #scan-s2 -O -a0 -l 10750,10750,10750 S36.0E.ini nano test
Записываем туда S 12073000 L 27500000 AUTO AUTO 8PSK
Запуск сканирования:
scan-s2 test -a0 -l 10750,10750,10750 scan-s2 -a3 -o vdr -l 9750,10600,11700 /usr/src/scan-s2/dvb-s/Ku-band/S75.0E.ini