WScan

w_scan is an application that greatly simplifies the task of scanning for DVB-T and DVB-C channel information. Winfried Köhler’s w_scan is special because it does not require any region-specific initial transponder data for operation. It will create configuration files for VDR and Kaffeine.
free.pages.at/wirbel4vdr/

Installing w_scan

Begin by downloading the source for the w_scan application and unpacking the tarball:

root@ubuntu:~# wget "http://free.pages.at/wirbel4vdr/w_scan/w_scan-20070909.tar.bz2"
root@ubuntu:~# tar xfvj w_scan-20070909.tar.bz2

A pre-compiled version of w_scan is included in the tarball.

Compiling from Source

If you want to compile w_scan from source, move the directory w_scan-20070909 to /usr/local/src/ and create a symbolic link:

root@ubuntu:~# mv w_scan-20070909/ /usr/local/src/
root@ubuntu:~# cd /usr/local/src/
root@ubuntu:/usr/local/src# ln -s w_scan-20070909/ w_scan

Build the application with the following two commands:

root@ubuntu:/usr/local/src# cd w_scan
root@ubuntu:/usr/local/src/w_scan# make
root@ubuntu:/usr/local/src/w_scan# cp w_scan /usr/local/bin/

Continue by copying w_scan to /usr/local/bin/:

root@ubuntu:/usr/local/src/w_scan# cp w_scan /usr/local/bin/

Examples for Using w_scan

Show Options

root@ubuntu:~# w_scan -h

DVB-T for VDR

root@ubuntu:~# w_scan >> /etc/vdr/channels.conf

DVB-C for VDR

root@ubuntu:~# w_scan -fc >> /etc/vdr/channels.conf

DVB-T and DVB-C for VDR

root@ubuntu:~# w_scan >> /etc/vdr/channels.conf && w_scan -fc >> /etc/vdr/channels.conf

DVB-C Channels for VDR, Ignoring Radio and Pay-TV

root@ubuntu:~# w_scan -R0 -E0 -fc >> /etc/vdr/channels.conf

Create DVB-T Initial-Tuning-Data

root@ubuntu:~# w_scan -x > initial-tuning-data.txt

Create DVB-C Initial-Tuning-Data

root@ubuntu:~# w_scan -fc -x > initial-tuning-data.txt

DVB-T Channels for Kaffeine

root@ubuntu:~# w_scan -k > channels.dvb

DVB-C Channels for Kaffeine

root@ubuntu:~# w_scan -fc -k > channels.dvb