<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>https://tucnak.nagano.cz/wiki/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=Dk1hj</id>
	<title>Tučňák Wiki - User contributions [en]</title>
	<link rel="self" type="application/atom+xml" href="https://tucnak.nagano.cz/wiki/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=Dk1hj"/>
	<link rel="alternate" type="text/html" href="https://tucnak.nagano.cz/wiki/Special:Contributions/Dk1hj"/>
	<updated>2026-05-14T14:41:02Z</updated>
	<subtitle>User contributions</subtitle>
	<generator>MediaWiki 1.42.1</generator>
	<entry>
		<id>https://tucnak.nagano.cz/wiki/index.php?title=Install&amp;diff=1074</id>
		<title>Install</title>
		<link rel="alternate" type="text/html" href="https://tucnak.nagano.cz/wiki/index.php?title=Install&amp;diff=1074"/>
		<updated>2009-08-28T12:06:15Z</updated>

		<summary type="html">&lt;p&gt;Dk1hj: /* Install on Gentoo */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{Languages}}&lt;br /&gt;
&lt;br /&gt;
=Install=&lt;br /&gt;
The primary URL for tucnak downloading is http://tucnak.nagano.cz/download.php .&lt;br /&gt;
&lt;br /&gt;
Download first source code or binary packages of Tucnak. There are maybe binary packages for your distribution but it can be out of date.&lt;br /&gt;
&lt;br /&gt;
Tucnak requires glib 2 library. It&#039;s probably part of your distribution. If you want to compile Tucnak from source code you must have installed development version of glib library too (devel package - libglib2.0-dev*.deb (Debian), glib-devel*.rpm (RedHat), libglib2.0*.rpm (Mandrake)). The library you can download from www.gtk.org (not glib.org :-)&lt;br /&gt;
&lt;br /&gt;
Since 2.0 it&#039;s mandatory to have installed SDL library (if you can compile it from source code you must have install devel packages too - libsdl1.2-dev*.deb (Debian), SDL-devel-1.2*.rpm (RedHat), libSDL1.2-devel*.rpm (Mandrake).&lt;br /&gt;
&lt;br /&gt;
=Installation from source code=&lt;br /&gt;
&lt;br /&gt;
Installation from source code is universal way to install program. There must be installed developments tools for C language on your PC.&lt;br /&gt;
&lt;br /&gt;
 tar xzf tucnak2-2.07.tar.gz&lt;br /&gt;
 cd tucnak2-2.07&lt;br /&gt;
 ./configure&lt;br /&gt;
 make&lt;br /&gt;
 make install&lt;br /&gt;
&lt;br /&gt;
Program is normally installed into directory /usr/local/bin. Maybe you will need to add path to Tucnak binary. You can add line export HOME=/usr/local/bin:$HOME to end of file /etc/rc.local in bash shell and then restart rc.local (or restart system).&lt;br /&gt;
&lt;br /&gt;
Configuration files are allways saved in ~/tucnak directory.&lt;br /&gt;
&lt;br /&gt;
=Install on Debian=&lt;br /&gt;
&lt;br /&gt;
==Repository==&lt;br /&gt;
&lt;br /&gt;
Simplest way is to add lines&lt;br /&gt;
&lt;br /&gt;
 deb &amp;lt;nowiki&amp;gt;http://ok1zia.nagano.cz/debian/ok1zia&amp;lt;/nowiki&amp;gt; binary-i386/&lt;br /&gt;
 deb-src &amp;lt;nowiki&amp;gt;http://ok1zia.nagano.cz/debian/ok1zia source/&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
&lt;br /&gt;
to your /etc/apt/sources.list . After it use&lt;br /&gt;
&lt;br /&gt;
 apt-get update&lt;br /&gt;
 apt-get install tucnak2&lt;br /&gt;
&lt;br /&gt;
==Download manually and install==&lt;br /&gt;
&lt;br /&gt;
Download package tucnak2-2.07*_i386.deb. Install it by command:&lt;br /&gt;
&lt;br /&gt;
 dpkg --install tucnak2-2.07*_i386.deb&lt;br /&gt;
&lt;br /&gt;
==Download sources and create package==&lt;br /&gt;
&lt;br /&gt;
If binary package doesn&#039;t present, create them by extracting source code by commnad:&lt;br /&gt;
&lt;br /&gt;
 ./configure&lt;br /&gt;
 make deb&lt;br /&gt;
&lt;br /&gt;
=Install on RedHat like distribution=&lt;br /&gt;
&lt;br /&gt;
Download package tucnak2-2.07*.i386.rpm, and install it by command:&lt;br /&gt;
&lt;br /&gt;
 rpm -i tucnak2-2.07*.i386.rpm&lt;br /&gt;
&lt;br /&gt;
If rpm binary package doesn&#039;t exists, create them by extracting source code and execute commnads: (you must install package rpm-build first on Mandrake)&lt;br /&gt;
&lt;br /&gt;
 ./configure&lt;br /&gt;
 make rpm&lt;br /&gt;
&lt;br /&gt;
Source package RPM (SRPM) you can create by:&lt;br /&gt;
&lt;br /&gt;
 ./configure&lt;br /&gt;
 make srpm&lt;br /&gt;
&lt;br /&gt;
Files are saved in /usr/src/[redhat|RPM|packages|rpm]/* (depending on your distribution). Is necessary to have a write right to this directory.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;Remark: Creating RPM packages isn&#039;t perfectly tested. If you have any question for function or you know how to fix any mistake then write me, please.&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
=Install on Gentoo=&lt;br /&gt;
&lt;br /&gt;
You can find Tucnak also on Gentoo Linux. You can find it in the portage main tree in category &#039;&#039;media-radio&#039;&#039;.&lt;br /&gt;
&lt;br /&gt;
Just use&lt;br /&gt;
&lt;br /&gt;
  emerge -av tucnak2&lt;br /&gt;
&lt;br /&gt;
to build it for your system. You can set USE-flags &#039;alsa&#039;, &#039;ftdi&#039;, &#039;gpm&#039; and &#039;hamlib&#039;&lt;br /&gt;
to enable the support for Audio I/O via Alsa, USB support for coming DAVAC-4 device, console based mouse-driver and hamlib support.&lt;br /&gt;
&lt;br /&gt;
At the moment it only supports x86 and amd64 architectures. If you want to use it&lt;br /&gt;
on other architectures (ppc, ...) please contact me by mail.&lt;br /&gt;
&lt;br /&gt;
                        &lt;br /&gt;
DL1JBE&lt;/div&gt;</summary>
		<author><name>Dk1hj</name></author>
	</entry>
	<entry>
		<id>https://tucnak.nagano.cz/wiki/index.php?title=Install&amp;diff=1073</id>
		<title>Install</title>
		<link rel="alternate" type="text/html" href="https://tucnak.nagano.cz/wiki/index.php?title=Install&amp;diff=1073"/>
		<updated>2009-08-28T12:05:59Z</updated>

		<summary type="html">&lt;p&gt;Dk1hj: /* Install on Gentoo */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{Languages}}&lt;br /&gt;
&lt;br /&gt;
=Install=&lt;br /&gt;
The primary URL for tucnak downloading is http://tucnak.nagano.cz/download.php .&lt;br /&gt;
&lt;br /&gt;
Download first source code or binary packages of Tucnak. There are maybe binary packages for your distribution but it can be out of date.&lt;br /&gt;
&lt;br /&gt;
Tucnak requires glib 2 library. It&#039;s probably part of your distribution. If you want to compile Tucnak from source code you must have installed development version of glib library too (devel package - libglib2.0-dev*.deb (Debian), glib-devel*.rpm (RedHat), libglib2.0*.rpm (Mandrake)). The library you can download from www.gtk.org (not glib.org :-)&lt;br /&gt;
&lt;br /&gt;
Since 2.0 it&#039;s mandatory to have installed SDL library (if you can compile it from source code you must have install devel packages too - libsdl1.2-dev*.deb (Debian), SDL-devel-1.2*.rpm (RedHat), libSDL1.2-devel*.rpm (Mandrake).&lt;br /&gt;
&lt;br /&gt;
=Installation from source code=&lt;br /&gt;
&lt;br /&gt;
Installation from source code is universal way to install program. There must be installed developments tools for C language on your PC.&lt;br /&gt;
&lt;br /&gt;
 tar xzf tucnak2-2.07.tar.gz&lt;br /&gt;
 cd tucnak2-2.07&lt;br /&gt;
 ./configure&lt;br /&gt;
 make&lt;br /&gt;
 make install&lt;br /&gt;
&lt;br /&gt;
Program is normally installed into directory /usr/local/bin. Maybe you will need to add path to Tucnak binary. You can add line export HOME=/usr/local/bin:$HOME to end of file /etc/rc.local in bash shell and then restart rc.local (or restart system).&lt;br /&gt;
&lt;br /&gt;
Configuration files are allways saved in ~/tucnak directory.&lt;br /&gt;
&lt;br /&gt;
=Install on Debian=&lt;br /&gt;
&lt;br /&gt;
==Repository==&lt;br /&gt;
&lt;br /&gt;
Simplest way is to add lines&lt;br /&gt;
&lt;br /&gt;
 deb &amp;lt;nowiki&amp;gt;http://ok1zia.nagano.cz/debian/ok1zia&amp;lt;/nowiki&amp;gt; binary-i386/&lt;br /&gt;
 deb-src &amp;lt;nowiki&amp;gt;http://ok1zia.nagano.cz/debian/ok1zia source/&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
&lt;br /&gt;
to your /etc/apt/sources.list . After it use&lt;br /&gt;
&lt;br /&gt;
 apt-get update&lt;br /&gt;
 apt-get install tucnak2&lt;br /&gt;
&lt;br /&gt;
==Download manually and install==&lt;br /&gt;
&lt;br /&gt;
Download package tucnak2-2.07*_i386.deb. Install it by command:&lt;br /&gt;
&lt;br /&gt;
 dpkg --install tucnak2-2.07*_i386.deb&lt;br /&gt;
&lt;br /&gt;
==Download sources and create package==&lt;br /&gt;
&lt;br /&gt;
If binary package doesn&#039;t present, create them by extracting source code by commnad:&lt;br /&gt;
&lt;br /&gt;
 ./configure&lt;br /&gt;
 make deb&lt;br /&gt;
&lt;br /&gt;
=Install on RedHat like distribution=&lt;br /&gt;
&lt;br /&gt;
Download package tucnak2-2.07*.i386.rpm, and install it by command:&lt;br /&gt;
&lt;br /&gt;
 rpm -i tucnak2-2.07*.i386.rpm&lt;br /&gt;
&lt;br /&gt;
If rpm binary package doesn&#039;t exists, create them by extracting source code and execute commnads: (you must install package rpm-build first on Mandrake)&lt;br /&gt;
&lt;br /&gt;
 ./configure&lt;br /&gt;
 make rpm&lt;br /&gt;
&lt;br /&gt;
Source package RPM (SRPM) you can create by:&lt;br /&gt;
&lt;br /&gt;
 ./configure&lt;br /&gt;
 make srpm&lt;br /&gt;
&lt;br /&gt;
Files are saved in /usr/src/[redhat|RPM|packages|rpm]/* (depending on your distribution). Is necessary to have a write right to this directory.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;Remark: Creating RPM packages isn&#039;t perfectly tested. If you have any question for function or you know how to fix any mistake then write me, please.&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
=Install on Gentoo=&lt;br /&gt;
&lt;br /&gt;
You can find Tucnak also on Gentoo Linux. You can find it in the portage main tree in category &#039;&#039;media-radio&#039;&#039;.&lt;br /&gt;
&lt;br /&gt;
Just use&lt;br /&gt;
&lt;br /&gt;
  ACCECPT_KEYWORDS=~x86 emerge tucnak2&lt;br /&gt;
&lt;br /&gt;
to build it for your system. You can set USE-flags &#039;alsa&#039;, &#039;ftdi&#039;, &#039;gpm&#039; and &#039;hamlib&#039;&lt;br /&gt;
to enable the support for Audio I/O via Alsa, USB support for coming DAVAC-4 device, console based mouse-driver and hamlib support.&lt;br /&gt;
&lt;br /&gt;
At the moment it only supports x86 and amd64 architectures. If you want to use it&lt;br /&gt;
on other architectures (ppc, ...) please contact me by mail.&lt;br /&gt;
&lt;br /&gt;
                        &lt;br /&gt;
DL1JBE&lt;/div&gt;</summary>
		<author><name>Dk1hj</name></author>
	</entry>
	<entry>
		<id>https://tucnak.nagano.cz/wiki/index.php?title=DE_Install&amp;diff=1072</id>
		<title>DE Install</title>
		<link rel="alternate" type="text/html" href="https://tucnak.nagano.cz/wiki/index.php?title=DE_Install&amp;diff=1072"/>
		<updated>2009-08-28T12:05:30Z</updated>

		<summary type="html">&lt;p&gt;Dk1hj: /* Installation unter Gentoo */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{Languages|Install}}&lt;br /&gt;
&lt;br /&gt;
=Installation=&lt;br /&gt;
Der bevorzugte Download-Link ist http://tucnak.nagano.cz/download.php.&lt;br /&gt;
&lt;br /&gt;
Lade am Besten den Quellcode oder die Binary-Packages runter. Es gibt vielleicht Binary-Packages für deine Distribution, diese könnten aber nicht aktuell sein.&lt;br /&gt;
&lt;br /&gt;
Tucnak benötigt die glib 2 Bibliothek. Eventuell ist diese bereits Teil deiner Distribution. Wenn du Tucnak vom Quellcode bilden willst benötigst du auch die Entwicklungs-Version von glib. (Entwicklungs-Paket: libglib2.0-dev*.deb (Debian), glib-devel*.rpm (RedHat), libglib2.0*.rpm (Mandrake)).&lt;br /&gt;
Du kannst diese Bibliothek von www.gtk.org runterladen (nicht glib.org ;-) )&lt;br /&gt;
&lt;br /&gt;
Seit Version 2.0 ist es nötig, dass die SDL-Bibliothek installiert ist. (Auch hier gilt wieder: Wenn du vom Quellcode bilden willst benötigst du die Entwicklungs-Version - libsdl1.2-dev*.deb (Debian), SDL-devel-1.2*.rpm (RedHat), libSDL1.2-devel*.rpm (Mandrake)).&lt;br /&gt;
&lt;br /&gt;
=Installation vom Quellcode=&lt;br /&gt;
&lt;br /&gt;
Die Installation vom Quellcode ist eine universelle Art um Tucnak zu installieren. Hierfür werden die Entwicklungstools für C benötigt.&lt;br /&gt;
&lt;br /&gt;
 tar xzf tucnak2-2.27.tar.gz&lt;br /&gt;
 cd tucnak2-2.27&lt;br /&gt;
 ./configure&lt;br /&gt;
 make&lt;br /&gt;
 make install (als root)&lt;br /&gt;
&lt;br /&gt;
Das Programm wird normalerweise nach /usr/local/bin installiert. Eventuell musst du diesen Pfad für Binary-Packages angeben. Dies geht über das hinzufügen von &amp;quot;export HOME=/usr/local/bin:$HOME&amp;quot; zur Datei /etc/rc.local.&lt;br /&gt;
Konfigurationsdateien werden immer in ~/tucnak/ gespeichert.&lt;br /&gt;
&lt;br /&gt;
=Installation unter Debian=&lt;br /&gt;
&lt;br /&gt;
==Repository==&lt;br /&gt;
&lt;br /&gt;
Der einfachste Weg ist das Hinzufügen der Zeilen&lt;br /&gt;
&lt;br /&gt;
 deb &amp;lt;nowiki&amp;gt;http://ok1zia.nagano.cz/debian/ok1zia&amp;lt;/nowiki&amp;gt; binary-i386/&lt;br /&gt;
 deb-src &amp;lt;nowiki&amp;gt;http://ok1zia.nagano.cz/debian/ok1zia source/&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
&lt;br /&gt;
zu /etc/apt/sources.list.&lt;br /&gt;
&lt;br /&gt;
Danach benutze&lt;br /&gt;
&lt;br /&gt;
 apt-get update&lt;br /&gt;
 apt-get install tucnak2&lt;br /&gt;
&lt;br /&gt;
==Manueller Download und Installation==&lt;br /&gt;
&lt;br /&gt;
Lade das Paket tucnak2-2.27*_i386.deb herunter. Installiere es mit dem Befehl:&lt;br /&gt;
&lt;br /&gt;
 dpkg --install tucnak2-2.27*_i386.deb&lt;br /&gt;
&lt;br /&gt;
==Download des Quellcodes und erzeugen von Paketen==&lt;br /&gt;
&lt;br /&gt;
Wenn keine Binary-Packages zur Verfügung stehen, kannst du diese mit folgenden Befehlen erzeugen:&lt;br /&gt;
&lt;br /&gt;
 ./configure&lt;br /&gt;
 make deb&lt;br /&gt;
&lt;br /&gt;
=Installation auf RedHat-ähnlichen Distributionen=&lt;br /&gt;
&lt;br /&gt;
Lade das Paket tucnak2-2.27*.i386.rpm herunter und installiere es mit dem Befehl:&lt;br /&gt;
&lt;br /&gt;
 rpm -i tucnak2-2.07*.i386.rpm&lt;br /&gt;
&lt;br /&gt;
Wenn keine Binary-Packages zur Verfügung stehen, kannst du diese mit folgenden Befehlen erzeugen: (Unter Mandrake musst du zuerst rpm-build installieren)&lt;br /&gt;
&lt;br /&gt;
 ./configure&lt;br /&gt;
 make rpm&lt;br /&gt;
&lt;br /&gt;
Quellcode-Paket-RPM (SRPM) kannst du so erzeugen:&lt;br /&gt;
&lt;br /&gt;
 ./configure&lt;br /&gt;
 make srpm&lt;br /&gt;
&lt;br /&gt;
Dateien werden unter /usr/src/[redhat|RPM|packages|rpm]/* gespeichert (Abhängig von deiner Distribution). Es ist notwendig, dass du in diesen Verzeichnissen Schreibrechte hast!&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;Bemerkung: Die Erzeugung von RPM-Paketen ist nicht vollständig getestet. Wenn du Fragen hast oder irgendwelche Vorschläge zum Beheben von Fehlern hast: Bitte bei mir melden!&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
=Installation unter Gentoo=&lt;br /&gt;
&lt;br /&gt;
Du kannst Tucnak auch bei Gentoo-Linux finden! Es befindet sich im Portage-Tree in der Kategory &#039;&#039;media-radio&#039;&#039;.&lt;br /&gt;
&lt;br /&gt;
Die Installation ist ganz einfach:&lt;br /&gt;
&lt;br /&gt;
  emerge -av tucnak2&lt;br /&gt;
&lt;br /&gt;
Du kannst die USE-flags &#039;alsa&#039;, &#039;ftdi&#039;, &#039;gpm&#039; und &#039;hamlib&#039; setzen um Tucnak mit Audio I/O über Alsa, USB über FTDI, konsolenbasiertem Mauszeiger und hamlib-Unterstützung zu bilden.&lt;br /&gt;
&lt;br /&gt;
Im Moment werden nur x86 und amd64-Architekturen unterstützt. Für andere Architekturen (ppc, ...) kontaktiere mich bitte per Mail.&lt;/div&gt;</summary>
		<author><name>Dk1hj</name></author>
	</entry>
	<entry>
		<id>https://tucnak.nagano.cz/wiki/index.php?title=Setup&amp;diff=1071</id>
		<title>Setup</title>
		<link rel="alternate" type="text/html" href="https://tucnak.nagano.cz/wiki/index.php?title=Setup&amp;diff=1071"/>
		<updated>2009-08-04T19:38:52Z</updated>

		<summary type="html">&lt;p&gt;Dk1hj: /* Autosave */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{Languages}}&lt;br /&gt;
&lt;br /&gt;
[[Image:menusetup.png|none|frame|Setup menu]]&lt;br /&gt;
&lt;br /&gt;
All configuration changes are in memory only until you [[Setup#Save_configuration|save configuration]].&lt;br /&gt;
&lt;br /&gt;
=Contest defaults=&lt;br /&gt;
&lt;br /&gt;
[[Image:Contestdefaults.png|none|frame|Contest defaults]]&lt;br /&gt;
&lt;br /&gt;
There is possible to set these items in this menu: callsign in contest, club callsign (use only if you can export contest log in EDI format), locator (6 characters), contest QTH (is equal items PAdr1 and PAdr2 in EDI, Optional Exchange and standard proposed reports for SSB and CW.&lt;br /&gt;
&lt;br /&gt;
=Band defaults=&lt;br /&gt;
&lt;br /&gt;
[[Image:Bandsettings.png|none|frame|Band defaults]]&lt;br /&gt;
&lt;br /&gt;
This submenu contains setting of all bands. Active bands (QRV is checked) are separated from other bands. You can take away bands which are never used (as 220MHz in Europe).&lt;br /&gt;
&lt;br /&gt;
You can enter single band setting by pressing ENTER key. Item `QRV on this band&#039; is usually set for all bands where are permit transmittes.&lt;br /&gt;
&lt;br /&gt;
This setting is the only one which must be set. Other items are better set here too but it isn&#039;t necessary. &lt;br /&gt;
&lt;br /&gt;
QRV setting in this contest isn&#039;t effect on this place. Category can be one of Multi/Single/Check.&lt;br /&gt;
&lt;br /&gt;
TX and RX Equip settings contains description of equipments. Power is written with units. ASL and AGL means a height between antenna and sea/ground. Inserted values are in meters, delimiter is semicolon.&lt;br /&gt;
&lt;br /&gt;
Fill operator&#039;s callsigns into Operators field delimitely by semicolon. It is possible to fill it by Fill operators in menu [[Contest]].&lt;br /&gt;
&lt;br /&gt;
Remark field is assigned for remarks to contest commitee.&lt;br /&gt;
&lt;br /&gt;
Single/Multi categories are categories valid (probably) only in Czech republic. They are used mostly for EDI files naming.&lt;br /&gt;
&lt;br /&gt;
Band boundaries are entered in kilohertz. At this time they are used for DX-cluster spot filtration.&lt;br /&gt;
&lt;br /&gt;
Adif band name is band description used in ADIF format.&lt;br /&gt;
&lt;br /&gt;
QRG for skeds is initial frequency entered by operator to inform other operators about clean/CQ frequency on which they should take skeds. Format is not limited, you can use any string like &amp;quot;.120&amp;quot; etc.&lt;br /&gt;
&lt;br /&gt;
Transverter&#039;s LO QRG is frequency which tucnak adds to frequency read from transceiver&#039;s CAT and result shows on the screen:&lt;br /&gt;
&amp;lt;math&amp;gt;f_\mathrm{display}=f_\mathrm{CAT} + f_\mathrm{lo} [Hz]&amp;lt;/math&amp;gt;&lt;br /&gt;
Note some radios support transceiver mode for example radio is tuned on 14 MHz, CAT reports also 14 MHz but transceiver&#039;s display shows 144 MHz.&lt;br /&gt;
LO frequency must be computed by operator, you can use Fix QRG in [[Edit]] menu.&lt;br /&gt;
&lt;br /&gt;
This is local frequency for one band. Normally enter 0 to use [[Setup#Rig options|Global LO frequency]].&lt;br /&gt;
&lt;br /&gt;
=Responsible operator=&lt;br /&gt;
&lt;br /&gt;
[[Image:Responsibleoperator.png|none|frame|Responsible operator]]&lt;br /&gt;
&lt;br /&gt;
There are set information of responsible operator for communication with contest commitee in this dialogue. All items are in free format and don&#039;t need commentary.&lt;br /&gt;
&lt;br /&gt;
=CW keying=&lt;br /&gt;
&lt;br /&gt;
[[Image:Cwdaemon.png|none|frame|CW daemon]]&lt;br /&gt;
&lt;br /&gt;
Since version 2.0 Tucnak does not use the external program &#039;cwdaemon&#039; for keying and transmitting CW. Its functions are included in Tucnak. &lt;br /&gt;
&lt;br /&gt;
Keying methods are:&lt;br /&gt;
* None - no CW output is used&lt;br /&gt;
* lp - uses kernel module ppdev for keying. Recommended device is http://ok1zia.nagano.cz/web/davac3. Pin configuration is:&lt;br /&gt;
** 1 STROBE - grounded when active.&lt;br /&gt;
** 14 AUTOLF - switch TRX modulation input to microphone or soundcard output&lt;br /&gt;
** 16 INIT - PTT&lt;br /&gt;
** 17 SELECT IN - CW&lt;br /&gt;
* ttys - uses control pins of serial port. Pinout for D-SUB9:&lt;br /&gt;
** 4 DTR - CW&lt;br /&gt;
** 5 GND - ground&lt;br /&gt;
** 7 RTS - PTT&lt;br /&gt;
* davac4 - USB SSB/CW keyer [[Davac4]] by OK1ZIA&lt;br /&gt;
* cwdaemon - controls [http://www.qsl.net/pg4i/linux/cwdaemon.html cwdaemon] by Joop PG4I&lt;br /&gt;
* winkey - uses [[Winkey]] by [http://www.k1el.com K1EL]]&lt;br /&gt;
&lt;br /&gt;
Keying device f.e. /dev/parport0, /dev/ttyS0, /dev/ttyUSB0&lt;br /&gt;
&lt;br /&gt;
Hostname, UDP port are reserved.&lt;br /&gt;
&lt;br /&gt;
Initial speed says keying speed in WPM after program start. You can change it using PageUp or PageDown keys.&lt;br /&gt;
&lt;br /&gt;
Weighting - changes ratio of mark and space in CW. &lt;br /&gt;
&lt;br /&gt;
&amp;lt;math&amp;gt;t_\mathrm{mark}=\frac{1\,200\,000}{\mathrm{speed}}+500 * \mathrm{weight}\ [\mu s]&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;math&amp;gt;t_\mathrm{space}=\frac{1\,200\,000}{\mathrm{speed}}-500 * \mathrm{weight}\ [\mu s]&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
WPM range describes the speed that can be set with PageUp/PageDown keys. Minimal WPM is also used for Winkey - it can handle only 31 speed steps. Normally minimal speed is set to 10 WPM which means winkey range 10-41 WPM. If you need for example 50 WPM, set minimal WPM to at least 19.&lt;br /&gt;
&lt;br /&gt;
Use speaker - beeps using program soundwrapper.&lt;br /&gt;
&lt;br /&gt;
PTT lead in - (experimental feature) Tucnak turns on PTT some time before CW to key on TRX and PA&#039;s to prevent &amp;quot;eating&amp;quot; of begin of code. It also allows the TX chain to stabilise before sending. Suggest 100 -&amp;gt; 250 ms.&lt;br /&gt;
&lt;br /&gt;
=Winkey options=&lt;br /&gt;
&lt;br /&gt;
[[Image:Winkeyoptions.png|none|frame|Winkey options]]&lt;br /&gt;
&lt;br /&gt;
Fast initialisation means that Tucnak doesn&#039;t wait for Winkey initialisation. It can be used mostly for winkey2 which is commonly supplied from USB. It has no effect for other version-depending commands (buttons), tucnak reads winkey version.&lt;br /&gt;
&lt;br /&gt;
Use speed pot/use buttons - doesn&#039;t need comment. Normally is no reason to turn they off.&lt;br /&gt;
&lt;br /&gt;
Curtis A/B, Ultimate, hand bug - set&#039;s paddle mode. I think optimal is Curtis B.&lt;br /&gt;
&lt;br /&gt;
Paddle swap - also without comment :-)&lt;br /&gt;
&lt;br /&gt;
=Audio=&lt;br /&gt;
&lt;br /&gt;
[[Image:Audio.png|none|frame|Audio options]]&lt;br /&gt;
&lt;br /&gt;
Since 2.0 Tucnak takes also SSB functionality for CQs and traffic recording. &lt;br /&gt;
&lt;br /&gt;
==Common options==&lt;br /&gt;
Alsa, OSS, SSBD are supported &amp;quot;audio drivers&amp;quot;.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Record traffic&#039;&#039;&#039; switches on/off recording band activity on receiving. If this option isn&#039;t active then all next options are irrelevant. To prevent consuming of all free space, use options &#039;&#039;&#039;Max. record duration&#039;&#039;&#039; and &#039;&#039;&#039;Minimal disk free space&#039;&#039;&#039;.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Record format&#039;&#039;&#039; option describe coding of output file. Supported options are.&lt;br /&gt;
&lt;br /&gt;
* PCM 8 and 16 bits&lt;br /&gt;
* Logarithmic PCM u-law and A-law&lt;br /&gt;
* IMA and MS adaptation PCM&lt;br /&gt;
* GSM version 6.10 (preferred for me)&lt;br /&gt;
&lt;br /&gt;
PCM coding is suitable for conversion to other formats (MP3, Ogg). GSM coding has low size. One minute of recording have size about 130 kB of disk space. That is less then 200 MB for 24 hours. This coding doesn&#039;t have to supported by your favourite player! GSM format replay for example mplayer (with codec) or sndfile-play distributed with libsndfile.&lt;br /&gt;
&lt;br /&gt;
Option &#039;&#039;&#039;Channels&#039;&#039;&#039; sets number of sound channels. Set it to 1 (mono). You can set it to 2 or 4 it depends on your sound card capability.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Sample rate&#039;&#039;&#039; sets the number of sample per second. `CD&#039; quality has value 44100. This value is needless for radio activity. It&#039;s recommended to lower value to half (22050) or quarter (11025) because some programs or sound cards can&#039;t work with other values. &lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Playback volume&#039;&#039;&#039; provides possibility to set playback volume for SSB CQ. Enter -1 to disable this feature. Common valid volumes are 0 to 100 but can be different if you use some special hardware with fancy cost-down. &lt;br /&gt;
&lt;br /&gt;
Note in versions prior 2.26 is bug that doesn&#039;t allow to load negative value from rc file. As workaround you can try to enter invalid mixer device.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Capture volume&#039;&#039;&#039; the same for traffic recording.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Template for recorded filename&#039;&#039;&#039; is template for naming recording files. Description of possible macros you can find in section [[Setup#CQ_macros|CQ macros]].&lt;br /&gt;
&lt;br /&gt;
==Alsa options==&lt;br /&gt;
&#039;&#039;&#039;Alsa playback revice&#039;&#039;&#039; and &#039;&#039;&#039;Alsa capture device&#039;&#039;&#039; hold Alsa devices, plugs etc. Valid values are for example:&lt;br /&gt;
* default - default device in your configuration&lt;br /&gt;
* hw0,0 - first card, first PCM (first DAC)&lt;br /&gt;
* hw0,1 - first card, second PCM (second DAC, f.e. Ensonic ES1371)&lt;br /&gt;
* hw1,0 - second card ...&lt;br /&gt;
* plughw0,0 - see Alsa documentation&lt;br /&gt;
* dmix&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Period time&#039;&#039;&#039; is maximal amount of time for holding samples in card buffer for capture. Rasonable values are in hundreds (tenth of second).&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Buffer time&#039;&#039;&#039; is maximal total size of buffer. Must be greater than Period time, f.e. 4*Buffer timer.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Alsa mixer device&#039;&#039;&#039; f.e. hw0, hw1, ...&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Capture source&#039;&#039;&#039; button shows submnenu for capture. In menu are all detected sources on specified soundcard.&lt;br /&gt;
&lt;br /&gt;
==OSS options==&lt;br /&gt;
&#039;&#039;&#039;OSS DSP&#039;&#039;&#039; describes path to special file which is connected with sound card kernel driver. Typically is /dev/dsp.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Max. num of fragments&#039;&#039;&#039; tells number of buffer fragment which can be holded in buffer. If you have problems with recording or witdh transition RX -&amp;gt; TX, try to set to 4 or similar small number. Then check recorded files for buffer underruns.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;OSS mixer&#039;&#039;&#039; path to OSS mixer. typically /dev/mixer.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Record source&#039;&#039;&#039; - input for recording signal.&lt;br /&gt;
&lt;br /&gt;
==SSBD options==&lt;br /&gt;
&#039;&#039;&#039;Currently unimplemented!&#039;&#039;&#039; SSBD is now obsolete. Settings is here for eventual future control of other software/devices (PowerSDR, digimodes...)&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;SSBD hostname&#039;&#039;&#039; and &#039;&#039;&#039;UDP port&#039;&#039;&#039; - set IP address and UDP port of ssb daemon.&lt;br /&gt;
&lt;br /&gt;
=CW CQ=&lt;br /&gt;
&lt;br /&gt;
The list of all CW texts are showed after selecting this item. There is showed the key for running the message in brakes. Character `R&#039; means that the message is repeated (CQ). Also is showing start of text.&lt;br /&gt;
&lt;br /&gt;
[[Image:Cwcq.png|none|frame|CW CQ]]&lt;br /&gt;
&lt;br /&gt;
There are these items in dialoque for setting CQ: &lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;text&#039;&#039;&#039; of CQ. You can use plain text and macros&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;speed&#039;&#039;&#039; is normally undefined but you can define speed only for this CQ (f.e. for fast 73)&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;repeat&#039;&#039;&#039; CQ will be repeated until you press ESC, TAB or other CQ key&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;delay&#039;&#039;&#039; determines time between CQ messages &lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;allow if...&#039;&#039;&#039; allows to run message if there is any macro undefined. Typically you don&#039;t want to give empty string if you have no callsign entered.&lt;br /&gt;
&lt;br /&gt;
=SSB CQ=&lt;br /&gt;
&lt;br /&gt;
[[Image:ssbcq.png|none|frame|SSB CQ]]&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;filename&#039;&#039;&#039; - file which is played as CQ. You can use macros f.e. /home/user/tucnak/cq/$MC_$O.wav to have multiple files for more callsign and more operators. Some audio output devices can have limitations to the audio format - samplerate, channels.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;repeat&#039;&#039;&#039; and &#039;&#039;&#039;delay&#039;&#039;&#039; has same effect as in previous chapter&lt;br /&gt;
&lt;br /&gt;
=CQ macros=&lt;br /&gt;
&lt;br /&gt;
It&#039;s possible to define macros in texts of CW CQ and in name of SSB CQ file. Macros are case insensitive.&lt;br /&gt;
&lt;br /&gt;
* $$ - character $&lt;br /&gt;
* $C - callsign of opposite station. Warning! Callsign may contains stroke then can be problem to use macros in filename of CQ SSB. Look at $V&lt;br /&gt;
* $D - date of contest (20031228)&lt;br /&gt;
* $N - contest number from opposite station&lt;br /&gt;
* $O - operator&#039;s callsign (for SSB CQ filenames)&lt;br /&gt;
* $R - report from opposite station.&lt;br /&gt;
* $S - serial number of record sample&lt;br /&gt;
* $T - contest directory (/home/ok1zia/tucnak/20031004.2)&lt;br /&gt;
* $V - callsign of opposite station, the stroke character is exchanged by the underline character&lt;br /&gt;
* $W - locator of opposite station&lt;br /&gt;
* $X - optional exchange from opposite station&lt;br /&gt;
* $MC - my callsign&lt;br /&gt;
* $MN - contest number to opposite station.&lt;br /&gt;
* $MR - report to opposite station&lt;br /&gt;
* $MW - my locator&lt;br /&gt;
* $MX - my optional exchange&lt;br /&gt;
&lt;br /&gt;
You can also use case sensitive macros from strftime(3) for example:&lt;br /&gt;
&lt;br /&gt;
* %d - day of month 01..31&lt;br /&gt;
* %H - hours 01..24&lt;br /&gt;
* %M - minutes 00..59&lt;br /&gt;
* %m - month 00..12&lt;br /&gt;
* %S - seconds 00-59&lt;br /&gt;
* %Y - year 1970-2038&lt;br /&gt;
&lt;br /&gt;
For others use command:&lt;br /&gt;
&lt;br /&gt;
 man 3 strftime&lt;br /&gt;
&lt;br /&gt;
Macros has not effect in all context.&lt;br /&gt;
&lt;br /&gt;
=Rig options=&lt;br /&gt;
&lt;br /&gt;
Tucnak uses [http://hamlib.sourceforge.net hamlib] for accessing rig (transceiver) via CAT interface. You can use probably any interface which is working with other programs. Good helper is [http://tucnak.nagano.cz/Interfaces.pdf HB9DRV&#039;s guide to HRD]. Or you can build one of [[RIG interface|my RIG interfaces]].&lt;br /&gt;
&lt;br /&gt;
[[Image:Rigoptions.png|none|frame|Rig options]]&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Device&#039;&#039;&#039; device where the interface is connected. Typically /dev/ttyS0, /dev/ttyUSB0&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Model&#039;&#039;&#039; model of rig. It is number defined by hamlib. You can obtain it by running command &#039;&#039;&#039;rigctl -l&#039;&#039;&#039; or you can use:&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Choose&#039;&#039;&#039; Press button to show menu. In the first level you will choose manufacturer, in second level rig model. Model number is written to the previous field.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;CIV address&#039;&#039;&#039; address of rig if you have more Icom radios connected via one interface. Enter 0 for default address.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Freq. shift SSB-&amp;gt;CW&#039;&#039;&#039; some old radios (Icom, Kenwood) shifts frequency when changing mode SSB &amp;lt;--&amp;gt; CW. If you call CQ on SSB and someone calls you in CW, you must switch to CW and tune for about 800Hz up. Tucnak can compensate this shift when you use Alt+M to switch mode.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Transverter&#039;s LO QRG&#039;&#039;&#039; is frequency which tucnak adds to frequency read from transceiver&#039;s CAT and result shows on the screen:&lt;br /&gt;
&amp;lt;math&amp;gt;f_\mathrm{display}=f_\mathrm{CAT} + f_\mathrm{lo} [Hz]&amp;lt;/math&amp;gt;&lt;br /&gt;
Note some radios support transceiver mode for example radio is tuned on 14 MHz, CAT reports also 14 MHz but transceiver&#039;s display shows 144 MHz.&lt;br /&gt;
LO frequency must be computed by operator, you can use Fix QRG in [[Edit]] menu. This is global LO freq, if you use more transceivers, you can set more frequencies in [[Setup#Band defaults|Band defaults menu]].&lt;br /&gt;
&lt;br /&gt;
=Autosave=&lt;br /&gt;
&lt;br /&gt;
[[Image:Autosave.png|none|frame|Autosave options]]&lt;br /&gt;
&lt;br /&gt;
It sets and saves parameters of QSO to disk. Option &#039;&#039;&#039;Save to disk after QSO&#039;&#039;&#039; is recommended set to 1 to save all reports. &#039;&#039;&#039;Fsync&#039;&#039;&#039; option immediately saves QSOs from cache to disk.&lt;br /&gt;
&lt;br /&gt;
Default setting of option &#039;&#039;&#039;Save to disk after QSO&#039;&#039;&#039; is 4. Zero disables saving to floppy disk. &#039;&#039;&#039;Path to floppy&#039;&#039;&#039; item sets path to floppy&#039;s mount point. Tucnak doesn&#039;t test if floppy disk is mounted or not.&lt;br /&gt;
&lt;br /&gt;
Other items are ignored.&lt;br /&gt;
&lt;br /&gt;
=Network &amp;amp; trace=&lt;br /&gt;
&lt;br /&gt;
[[Image:Networktrace.png|none|frame|Network &amp;amp; trace options]]&lt;br /&gt;
&lt;br /&gt;
Ignore interfaces - list of network interfaces which would be ignored when searching for more instances of Tucnak on the network (transmit broadcasts) as connect to Internet, public IP address from provider, AX.25 interface. The delimiter between interfaces is space character. Broadcasts loads slow nets.&lt;br /&gt;
&lt;br /&gt;
Ignore networks - the purpose this option is the same as Ignore interface option. You can determinate subnet address.&lt;br /&gt;
&lt;br /&gt;
Announce to nets - it&#039;s an inverse function of previous options. There is specification of IP address where have been sending broadcasts in this option. The routers usually have disabled forward broadcastings.&lt;br /&gt;
&lt;br /&gt;
=Miscellaneous options=&lt;br /&gt;
&lt;br /&gt;
[[Image:Miscoptions.png|none|frame|Miscellaneous options]]&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Log lines&#039;&#039;&#039; are last lines of tucnak&#039;s screen on which tucnak writes informations for users.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Sked shift&#039;&#039;&#039; time added to current time filled in the Sked dialog.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Starting band&#039;&#039;&#039; Band character (f.e. C=144 MHz) of band, which will be activated after contest open.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Screen resolution&#039;&#039;&#039; Only for SDL mode - you can set resolution of tucnak&#039;s window in characters or in pixels&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Double font&#039;&#039;&#039; for very-high-resolution displays and bad eyes - fonts are resized from usual 9x16 to 18x32 pixels. It is not very usable but on IARU VHF 2008 I had nothing to do so I&#039;ve imlpemented it.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Slash key&#039;&#039;&#039; Slash key on some national keyboards is not easily accessible (only with shift). Here you can remap it to any other character. Use with care!&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Disable screensaver&#039;&#039;&#039; if you only test Tucnak at home, you probably don&#039;t want to disable screensaver. So turn these checkbox off.&lt;br /&gt;
&lt;br /&gt;
=Terminal options=&lt;br /&gt;
&lt;br /&gt;
[[Image:Terminal.png|none|frame|Terminal options]]&lt;br /&gt;
&lt;br /&gt;
These options come from [http://links.sourceforge.net links browser] so I&#039;m not able to tell what they exactly mean. Try to make some experiments or look at source code :-)&lt;br /&gt;
&lt;br /&gt;
=Language=&lt;br /&gt;
&lt;br /&gt;
Set language of Tucnak&#039;s GUI. I think English is very good for contest log but some people like to have their mother tongue set.&lt;br /&gt;
&lt;br /&gt;
=Character set=&lt;br /&gt;
&lt;br /&gt;
This menu is used for setting characteristic of terminal as window frames. It&#039;s a legacy of links (as above), I don&#039;t have detailed knowledge about these options.&lt;br /&gt;
&lt;br /&gt;
=Load cfg from net=&lt;br /&gt;
&lt;br /&gt;
It shows addresses of all Tucnaks on the local network. If one is selected you will read his complete configuration (tucnakrc).&lt;br /&gt;
&lt;br /&gt;
=Load C_W from net=&lt;br /&gt;
&lt;br /&gt;
It loads complete C_W database from selected Tucnak and saves it to ~/tucnak/tucnakcw. In database are saved two newest locators for each callsign.&lt;br /&gt;
&lt;br /&gt;
=Save configuration=&lt;br /&gt;
&lt;br /&gt;
It saves current configuration to file ~/tucnak/tucnakrc . You &#039;&#039;&#039;MUST&#039;&#039;&#039; do it to preserve any configuration changes !!&lt;/div&gt;</summary>
		<author><name>Dk1hj</name></author>
	</entry>
	<entry>
		<id>https://tucnak.nagano.cz/wiki/index.php?title=DE_Setup&amp;diff=1070</id>
		<title>DE Setup</title>
		<link rel="alternate" type="text/html" href="https://tucnak.nagano.cz/wiki/index.php?title=DE_Setup&amp;diff=1070"/>
		<updated>2009-08-04T19:38:11Z</updated>

		<summary type="html">&lt;p&gt;Dk1hj: /* Automatisch speichern */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{Languages|Setup}}&lt;br /&gt;
&lt;br /&gt;
[[Image:menusetup_DE.png|none|frame|Einstellungs-Menü]]&lt;br /&gt;
&lt;br /&gt;
All configuration changes are in memory only until you [[Setup#Save_configuration|save configuration]].&lt;br /&gt;
&lt;br /&gt;
=Contestvorgaben=&lt;br /&gt;
&lt;br /&gt;
[[Image:Contestdefaults_DE.png|none|frame|Contestvorgaben]]&lt;br /&gt;
&lt;br /&gt;
In diesem Menü kann man folgende Dinge einstellen: Rufzeichen im Contest, Clubrufzeichen (verwende das nur, wenn du das LOG im EDI-Format exportieren kannst), Locator (6 Buchstaben), Contest-QTH (Entspricht den Einträgen PAdr1 und PAdr2 im EDI-Format), optionaler Austausch (Exchange) und Standardwerte für RS und RST.&lt;br /&gt;
&lt;br /&gt;
=Bandeinstellungen=&lt;br /&gt;
&lt;br /&gt;
[[Image:Bandsettings_DE.png|none|frame|Bandeinstellungen]]&lt;br /&gt;
&lt;br /&gt;
Das Untermenü enthält die Einstellungen für alle Bänder. Aktive Bänder (Als QRV markiert) sind ganz oben und von den anderen Bändern getrennt. Du kannst Bändern, die du nie benötigst einfach entfernen (wie zB 220MHz in Europa).&lt;br /&gt;
Der Punk &amp;quot;QRV auf diesem Band&amp;quot; sollte bei allen Bändern an denen man funken will markiert sein.&lt;br /&gt;
&lt;br /&gt;
Dies ist auch schon die einzige Einstellung die man hier setzen muss. Die anderen Dinge kann man hier auch eingeben, ist aber nicht notwendig.&lt;br /&gt;
&lt;br /&gt;
&amp;quot;QRV in diesem Contest&amp;quot; hat hier keinen Effekt. Als Kategorie stehen Mehrmann, Einmann und Kontrolllog zur Auswahl.&lt;br /&gt;
&lt;br /&gt;
TX und RX-Ausrüstungseinstellungen beschreiben die Station. Leistung wir mit Einheiten angegeben. ASL und AGL bezieht sich auf die Antennenhöhe bezogen auf Seehöhe (ASL) und Boden (AGL).&lt;br /&gt;
Angegebene Werte sind in Meter, als Trenner zwischen den Werten dient ein Semikolon.&lt;br /&gt;
&lt;br /&gt;
Bei Operator werden die Rufzeichen der Leute, die am Contest teilhaben, eingetragen, wieder mit Semikolon getrennt. Dies kann auch im Operator-Menü [[Contest]] gemacht werden.&lt;br /&gt;
&lt;br /&gt;
Das Bemerkungenfeld ist für Bemerkungen an den Contestausschuss.&lt;br /&gt;
&lt;br /&gt;
Die Klassennummern für Einmann- und Mehrmannbetrieb sind eventuell von Contest zu Contest verschieden und werden eigentlich nur beim Dateinamen des EDI-Exports verwendet.&lt;br /&gt;
&lt;br /&gt;
Bandgrenzen werden in Kilohertz angegeben. Diese werden zur Filterung im DX-Cluster verwendet.&lt;br /&gt;
&lt;br /&gt;
ADIF Bandname beschreibt den Bandnamen im ADIF-Format.&lt;br /&gt;
&lt;br /&gt;
QRG für Skeds ist die Frequenz, die vom Operator eingegeben wird, auf der andere Operatoren im Netz Skeds entgegen nehmen sollen. Das Format ist nicht begrenzt, du kannst zB &amp;quot;.120&amp;quot; oder ähnliches eingeben.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Transverter LO QRG ist die Frequenz, die Tucnak zur Frequenz addiert welche die CAT-Schnittstelle des Funkgerätes liefert:&lt;br /&gt;
&amp;lt;math&amp;gt;f_\mathrm{display}=f_\mathrm{CAT} + f_\mathrm{lo} [Hz]&amp;lt;/math&amp;gt;&lt;br /&gt;
Beachte bitte, dass manche Funkgeräte den Transceiver-Mode unterstützen, als Beispiel: Funkgerät ist auf 14MHz eingestellt, CAT gibt auch 14MHz aus, das Display zeigt aber 144MHz.&lt;br /&gt;
LO-Frequenz muss vom Operator berechnet werden, dazu kannst du &amp;quot;Fix QRG&amp;quot; im [[Edit]] Menü verwenden.&lt;br /&gt;
&lt;br /&gt;
Diese Frequenz ist nur für dieses Band. Normalerweise steht hier 0 damit die [[Setup#Rig options|globale LO Frequenz]] verwendet wird.&lt;br /&gt;
&lt;br /&gt;
=Verantwortlicher Operator=&lt;br /&gt;
&lt;br /&gt;
[[Image:Responsibleoperator_DE.png|none|frame|Verantwortlicher OP]]&lt;br /&gt;
&lt;br /&gt;
Hier stehen die Informationen für den verantwortlichen Operator welche dann dem Contestausschuss übermittelt werden. Alle Elemente können frei formatiert werden und benötigen keine weiteren Kommentare...&lt;br /&gt;
&lt;br /&gt;
=CW keying=&lt;br /&gt;
&lt;br /&gt;
[[Image:Cwdaemon_DE.png|none|frame|CW daemon]]&lt;br /&gt;
&lt;br /&gt;
Seit Version 2.0 verwendet Tucnak nichtmehr das externe Programm &#039;cwdaemon&#039; zum Geben und Senden von CW. Alle Funktionen sind direkt in Tucnak implementiert.&lt;br /&gt;
&lt;br /&gt;
Folgende Schnittstellen stehen zum Geben zur Verfügung:&lt;br /&gt;
* None - keine CW-Ausgabe&lt;br /&gt;
* parport - verwendet das Kernelmodul ppdev zum Geben. Empfohlenes Gerät hierfür ist http://ok1zia.nagano.cz/web/davac3. Die Pinbelegung lautet:&lt;br /&gt;
** 1 STROBE - auf Masse wenn aktiv.&lt;br /&gt;
** 14 AUTOLF - Schaltet zwischen Mikrofon und Soundkarte um.&lt;br /&gt;
** 16 INIT - PTT&lt;br /&gt;
** 17 SELECT IN - CW&lt;br /&gt;
* ttys - uses control pins of serial port. Pinout for D-SUB9:&lt;br /&gt;
** 4 DTR - CW&lt;br /&gt;
** 5 GND - ground&lt;br /&gt;
** 7 RTS - PTT&lt;br /&gt;
* davac4 - USB SSB/CW keyer [[Davac4]] by OK1ZIA&lt;br /&gt;
* cwdaemon - für [http://www.qsl.net/pg4i/linux/cwdaemon.html cwdaemon] von Joop PG4I&lt;br /&gt;
* winkey - verwendet [[Winkey]] von [http://www.k1el.com K1EL]]&lt;br /&gt;
&lt;br /&gt;
Keyer ist zB /dev/parport0, /dev/ttyS0, /dev/ttyUSB0&lt;br /&gt;
&lt;br /&gt;
Hostname und UDP-Port sind reserviert.&lt;br /&gt;
&lt;br /&gt;
Startgeschwindigkeit gibt die Gebe-Geschwindigkeit in WPM nach dem Programmstart an. Dies kann nachträglich mit den Tasten &amp;quot;Bild auf&amp;quot; und &amp;quot;Bild ab&amp;quot; verändert werden.&lt;br /&gt;
&lt;br /&gt;
Gewichtung - Stellt das Verhältnis zwischen Signal und Pause ein.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;math&amp;gt;t_\mathrm{Signal}=\frac{1\,200\,000}{\mathrm{Geschwindigkeit}}+500 * \mathrm{Gewichtung}\ [\mu s]&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;math&amp;gt;t_\mathrm{Pause}=\frac{1\,200\,000}{\mathrm{Geschwindigkeit}}-500 * \mathrm{Gewichtung}\ [\mu s]&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Der WPM-Bereich beschreibt den Bereich, den man mit der &amp;quot;Bild auf&amp;quot; und &amp;quot;Bild ab&amp;quot; Taste einstellen kann. Die minimalen WPM werden auch für Winkey verwendet - Winkey kann nur 31 Geschwindigkeitsschritte.&lt;br /&gt;
Normalerweise ist die untere Grenze bei 10 WPM, bedeutet also, dass man mit Winkey einen Bereich von 10-41WPM abdecken kann. Wenn du als maximale Geschwindigkeit zB 50WPM willst musst du die minimale Grenze mindestens 19 stellen.&lt;br /&gt;
&lt;br /&gt;
Benutze Lautsprecher - Piept die Morsezeichen über die Soundausgabe.&lt;br /&gt;
&lt;br /&gt;
PTT-Verzögerung - (experimentelles Feature) Tucnak beginnt erst dann mit der Aussendung des CW-Codes nachdem die PTT-Taste für den eingestellten Wert gedrückt ist. Dies soll verhindern, dass der Beginn einer Aussendung abgeschnitten wird und dass sich die Sendekette eingeschwungen hat. Empfohlen sind 100 bis 250 ms.&lt;br /&gt;
&lt;br /&gt;
=Winkey-Optionen=&lt;br /&gt;
&lt;br /&gt;
[[Image:Winkeyoptions_DE.png|none|frame|Winkey-Optionen]]&lt;br /&gt;
&lt;br /&gt;
Winkey2 Schnellinitialisierung bedeutet, dass Tucnak beim Start nicht auf die Initialisierung des Winkeys wartet. Diese Option wir hauptsächlich bei Winkey2 verwendet, welcher die Versorgungsspannung über USB bekommt. Sie hat keine Einflüsse auf andere versionsabhängige Kommandos (Tasten), Tucnak liest die Winkey-Version aus!&lt;br /&gt;
&lt;br /&gt;
Benutze Geschwindigkeitspoti/Benutze Knöpfe - benötigt kein Kommentar. Normalerweise gibt es keinen Grund dies abzuschalten.&lt;br /&gt;
&lt;br /&gt;
Curtis A/B, Ultimatic, Bug - Setzt den Paddle-Modus. Ich denke Curtis B ist optimal.&lt;br /&gt;
&lt;br /&gt;
Paddle-Swap - Vertauscht die Paddles.&lt;br /&gt;
&lt;br /&gt;
=Audio=&lt;br /&gt;
&lt;br /&gt;
[[Image:Audio_DE.png|none|frame|Audio-Optionen]]&lt;br /&gt;
&lt;br /&gt;
Seit Version 2.0 unterstützt Tucnak SSB-CQ und Funkgespräch-Aufzeichnung.&lt;br /&gt;
&lt;br /&gt;
==Allgemeine Optionen==&lt;br /&gt;
Es werden Alsa, OSS und SSBD als Sound-Treiber unterstützt.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Audio aufnehmen&#039;&#039;&#039; schaltet die Aufnahme von Bandaktivitäten beim Empfangen an oder aus. Wenn dies nich aktiviert ist sind alle folgenden Optionen irrelevant. Um zu verhindern, dass der komplette freie Speicher von Sounddateien belegt wird solltest du die Optionen &#039;&#039;&#039;Max Aufnahmezeit&#039;&#039;&#039; und &#039;&#039;&#039;Minimaler freier Festplattenspeicher&#039;&#039;&#039; verwenden.&lt;br /&gt;
&lt;br /&gt;
Das &#039;&#039;&#039;Aufzeichnungsformat&#039;&#039;&#039; beschreibt die Codierung der Ausgabedatei. Unterstütze Formate sind:&lt;br /&gt;
&lt;br /&gt;
* PCM 8 und 16 Bit&lt;br /&gt;
* Logarithmische PCM u-law und A-law&lt;br /&gt;
* IMA und MS adaptierte PCM&lt;br /&gt;
* GSM Version 6.10 (mein Favorit)&lt;br /&gt;
&lt;br /&gt;
PCM ist passend für Weiterkonvertierung in andere Formate (mp3, OGG). GSM-Codierung benötigt wenig Speicherplatz. Eine Minute entspricht etwa 130kB Festplattenspeicher. Das sind dann also weniger als 200MB für 24h. Es ist aber nicht sicher, dass diese Codierung von deinem bevorzugtem Musik-Player unterstützt wird. Das GSM-Format kann zB von mplayer (mit Codec) oder sndfile-play (kommt mit libsndfile mit) abgespielt werden.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Kanäle&#039;&#039;&#039; stellt die Anzahl der Soundkanäle ein. 1 bedeutet Mono. Du kannst dies auch auf 2 oder 4 setzen, abhängig von deiner Soundkarte.&lt;br /&gt;
&lt;br /&gt;
Die &#039;&#039;&#039;Abtastrate&#039;&#039;&#039; legt die Nummer der Abtastungen pro Sekunde fest. &#039;CD&#039;-Qualität hat 44100. Dieser Wert ist für das Senden irrelevant. Es ist empfehlenswert einen Bruchteil der CD-Qualität zu wählen: 22050 oder 11025. Manche Soundkarten unterstützen keine anderen Abtastraten.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Playback volume&#039;&#039;&#039; ermöglicht die Einstellung der Lautstärke für SSB-CQ. -1 schaltet diese Funktion ab. Übliche Werte liegen zwischen 0 und 100, können aber stark von der verwendeten Hardware variieren.&lt;br /&gt;
&lt;br /&gt;
Notiz: Versionen &amp;lt;2.26 unterstützen keine negativen Werte. Um die Lautstärkeregelung zu deaktivieren kann man versuchen ein falsches Mixer-Gerät anzugeben.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Capture volume&#039;&#039;&#039; das selbe für die Aufnahme.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Vorgabe für Dateiname der Aufnahme&#039;&#039;&#039; ist die Vorlage zum Benennen der aufgezeichneten Dateien. Eine Beschreibung der möglichen Makros findest du unter  [[DE_Setup#CQ_Makros|CQ Makros]].&lt;br /&gt;
&lt;br /&gt;
==Alsa Optionen==&lt;br /&gt;
&#039;&#039;&#039;Alsa Abspielgerät&#039;&#039;&#039; und &#039;&#039;&#039;Alsa Aufzeichengerät&#039;&#039;&#039; gibt die Alsa-Geräte bzw. Anschlüsse an. Mögliche Werte sind zum Beispiel:&lt;br /&gt;
* default - Standardgerät aus der Konfiguration&lt;br /&gt;
* hw0,0 - Erste Soundkarte, erste PCM (erster DAC)&lt;br /&gt;
* hw0,1 - Erste Karte, zweite PCM (zweiter DAC, zB Ensonic ES1371)&lt;br /&gt;
* hw1,0 - Zweite Karte, ...&lt;br /&gt;
* plughw0,0 - Näheres in der Alsa-Dokumentation&lt;br /&gt;
* dmix&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Wiederholzeit&#039;&#039;&#039; ist die maximale Zeit für die aufgezeichnete Samples im Kartenpuffer bleiben. Mögliche Werte sind Vielfache von Hundert (Zehntelsekunden).&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Bufferzeit&#039;&#039;&#039; ist die maximale Buffergröße. Muss größer als die Wiederholzeit sein, z.B. 4*Wiederholzeit.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Alsa Mixergerät&#039;&#039;&#039; z.B. hw0, hw1, ...&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Aufnahmegerät&#039;&#039;&#039; zeigt ein Untermenü zur Auswahl des Aufnahmegeräts. Im Untermenü sind alle von der Soundkarte unterstützten Geräte gelistet.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==OSS Optionen==&lt;br /&gt;
&#039;&#039;&#039;Pfad zu /dev/dsp&#039;&#039;&#039; beschreibt dem Pfad an den der Soundkartetreiber gebunden ist. Normalerweise /dev/dsp.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Max. Nr. von Teilen&#039;&#039;&#039; gibt die Anzahl der Bufferfragmente an die im Buffer sind. Wenn du Probleme bei der Aufzeichnung oder beim Wechsel von TX auf TX hast solltest du 4 bzw. eine andere kleine Zahl verwenden. Überprüfe danach die aufgezeichneten Dateien nach Bufferunterläufen.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Pfad zu /dev/mixer&#039;&#039;&#039; Üblicherweise /dev/mixer.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Aufnahmegerät&#039;&#039;&#039; - Eingang für das Aufnahmesignal.&lt;br /&gt;
&lt;br /&gt;
==SSBD Optionen==&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Zurzeit nicht implementiert!&#039;&#039;&#039; SSBD ist veraltet. Die Einstellungen werden vielleicht in Zukunft wieder benötigt (PowerSRD, digimodes, ...)&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;SSBD Hostname&#039;&#039;&#039; und &#039;&#039;&#039;UDP Port&#039;&#039;&#039; - Setzt IP-Adresse und UDP-Port für den SSB-Daemon.&lt;br /&gt;
&lt;br /&gt;
=CW CQ=&lt;br /&gt;
&lt;br /&gt;
Beim Auswählen dieses Menüs erscheint eine Liste der verfügbaren CW-CQs. In Klammer steht die Kurztaste um den Morsetext auszugeben. &#039;R&#039; bedeutet, dass dieser Text wiederholt wird (CQ). Am Ende steht der Anfang des Textes.&lt;br /&gt;
&lt;br /&gt;
[[Image:Cwcq_DE.png|none|frame|CW CQ]]&lt;br /&gt;
&lt;br /&gt;
Folgendes kann man beim Klicken auf einen Text einstellen:&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Text&#039;&#039;&#039; für CQ. Du kannst hier Text eingeben oder Makros verwenden.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Geschw.&#039;&#039;&#039; ist normalerweise nicht definiert. Du kannst hier aber eine Geschwindigkeit für diesen CQ einstellen (zB schnelles 73)&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Wiederholen&#039;&#039;&#039; CQ wird wiederholt bis man ESC, TAB oder eine andere CQ-Taste drückt.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Verzögerung&#039;&#039;&#039; Abstand zwischen den CQ-Rufen (bei Wiederholung)&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Erlauben falls...&#039;&#039;&#039; Erlaubt das Senden der Nachricht auch dann, wenn ein Makro undefiniert ist. Normalerweise willst du keine leeren Folgen geben wenn zB noch kein Rufzeichen eingegeben wurde.&lt;br /&gt;
&lt;br /&gt;
=SSB CQ=&lt;br /&gt;
&lt;br /&gt;
[[Image:ssbcq_DE.png|none|frame|SSB CQ]]&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Pfad&#039;&#039;&#039; - Datei die für den CQ-Ruf abgespielt wird. Du kannst auch Makros wie zB /home/user/tucnak/cq/$MC_$O.wav verwenden.&lt;br /&gt;
Manche Ausgabegeräte können Einschränkungen im Audioformat haben - Samplerate, Kanäle.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Wiederholen&#039;&#039;&#039; und &#039;&#039;&#039;Verzögerung&#039;&#039;&#039; hat den selben Effekt wie im Kapitel zuvor.&lt;br /&gt;
&lt;br /&gt;
=CQ Makros=&lt;br /&gt;
&lt;br /&gt;
Es ist möglich Makros in den Dateinamen für CW CQ und SSB CQ zu verwenden. Makros sind unabhängig von der Groß- und Kleinschreibung.&lt;br /&gt;
&lt;br /&gt;
* $$ - das Zeichen $&lt;br /&gt;
* $C - Rufzeichen der Gegenstation. Achtung! Das Rufzeichen könnte einen Schrägstrich enthalten was sich als Problem beim Dateinamen herausstellt. Siehe dazu $V.&lt;br /&gt;
* $D - Datum vom Contest (20031228)&lt;br /&gt;
* $N - Contest-Nummer der Gegenstation&lt;br /&gt;
* $O - Operator-Rufzeichen (für SSB-CQ Dateinamen)&lt;br /&gt;
* $R - Report der Gegenstation.&lt;br /&gt;
* $S - Laufende Nummer der Aufzeichnung.&lt;br /&gt;
* $T - Contest-Verzeichnis (/home/ok1zia/tucnak/20031004.2)&lt;br /&gt;
* $V - Rufzeichen der Gegenstation, Schrägstrich wird duch einen Unterstrich ersetzt.&lt;br /&gt;
* $W - Locator der Gegenstation.&lt;br /&gt;
* $X - Möglicher Austausch der Gegenstation.&lt;br /&gt;
* $MC - Eigenes Rufzeichen.&lt;br /&gt;
* $MN - Contest-Nummer für die Gegenstation.&lt;br /&gt;
* $MR - Report für die Gegenstation.&lt;br /&gt;
* $MW - Eigener Locator.&lt;br /&gt;
* $MX - Eigener optionaler Austausch.&lt;br /&gt;
&lt;br /&gt;
Du kannst auch folgende Makros von strftime(3) verwenden (Groß-/Kleinschreibung ist hier allerdings von Bedeutung!)&lt;br /&gt;
&lt;br /&gt;
* %d - Tag des Monats 01..31&lt;br /&gt;
* %H - Stunde 01..24&lt;br /&gt;
* %M - Minute 00..59&lt;br /&gt;
* %m - Monat 00..12&lt;br /&gt;
* %S - Sekunde 00-59&lt;br /&gt;
* %Y - Jahr 1970-2038&lt;br /&gt;
&lt;br /&gt;
Für andere Befehle:&lt;br /&gt;
&lt;br /&gt;
 man 3 strftime&lt;br /&gt;
&lt;br /&gt;
Makros werden nicht überall erkannt!&lt;br /&gt;
&lt;br /&gt;
=Funkgerätoptionen=&lt;br /&gt;
&lt;br /&gt;
Tucnak verwendet die [http://hamlib.sourceforge.net Hamlib] um über das CAT-Interface auf Funkgeräte zuzugreifen. Du kannst quasi alle Schnittstellen benutzen die auch bei anderen Programmen funktionieren. Ein guter Einstieg ist [http://tucnak.nagano.cz/Interfaces.pdf HB9DRV&#039;s Wegweiser für HRD]. Natürlich kannst du auch eines [[RIG interface|meiner RIG Interfaces]] nachbauen.&lt;br /&gt;
&lt;br /&gt;
[[Image:Rigoptions_DE.png|none|frame|Funkgerätoptionen]]&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Gerät&#039;&#039;&#039; an dem das Interface angeschlossen ist. Typischerweise /dev/ttyS0, /dev/ttyUSB0&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Modell&#039;&#039;&#039; des Geräts. Diese Nummer wird von der Hamlib vorgegeben. Du kannst sie mit dem Befehl &#039;&#039;&#039;rigctl -l&#039;&#039;&#039; herausfinden oder mit folgender Auswahl:&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Wählen&#039;&#039;&#039; drücken um ein Menü anzuzeigen. Im ersten Level wird der Hersteller ausgewählt, im zweiten das Funkgerät. Die Modellnummer wird dann automatisch in das Feld davor geschrieben.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;CIV-Adresse&#039;&#039;&#039; für den Fall, dass du mehr Icom-Geräge an einer Schnittstelle angeschlossen hast. Standardadresse ist 0.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Freq.versatz SSB-&amp;gt;CW&#039;&#039;&#039; Manche Funkgeräte (Icom, Kenwood) ändern die Frequenz beim Wechsel von SSB &amp;lt;--&amp;gt; CW. Wenn du in SSB einen CQ-Ruf abgibst und dir jemand in CW antwortet kann es sein, dass das Funkgerät die Frequenz ändert. Dann musst du wieder 800Hz nachjustieren. Tucnak kann dies automatisch nachstellen wenn du mit Alt+M die Betriebsart änderst.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Transverter LO QRG&#039;&#039;&#039; ist die Frequenz, die Tucnak zur gelesenen Frequenz des Funkgeräts addiert und dann wie folgt darstellt:&lt;br /&gt;
&amp;lt;math&amp;gt;f_\mathrm{display}=f_\mathrm{CAT} + f_\mathrm{lo} [Hz]&amp;lt;/math&amp;gt;&lt;br /&gt;
Beachte: Manche Funkgeräte unterstützen den Transceiver-Modues. Als Beispiel: Der Radio ist auf 14MHz eingestellt, CAT sendet auch 14MHz, das Display zeigt aber 144MHz an. die LO-Frequenz muss vom Operator berechnet werden, dazu kannst du &#039;&#039;&#039;Fix QRG&#039;&#039;&#039; im [[DE_Edit|Bearbeiten]]-Menü verwenden. Das ist die globale LO-Frequenz, wenn du mehrere Transceiver verwendest kannst du dies im [[DE_Setup#Bandeinstellungen|Bandeinstellungen-Menü]] eintellen.&lt;br /&gt;
&lt;br /&gt;
=Automatisch speichern=&lt;br /&gt;
&lt;br /&gt;
[[Image:Autosave_DE.png|none|frame|Optionen für automatisches Speichern]]&lt;br /&gt;
&lt;br /&gt;
Hiermit werden QSOs auf Diskette gespeichert. Die Option &#039;&#039;&#039;Speichere auf Diskette nach QSOs&#039;&#039;&#039; sollte auf 1 stehen damit alle QSOs gespeichert werden. &#039;&#039;&#039;Fsync&#039;&#039;&#039; speichert QSOs sofort vom Cache auf die Disk.&lt;br /&gt;
Standardwerte für die Anzahl der QSOs ist 4. Null schaltet die Funktion ab. &#039;&#039;&#039;Pfad zur Diskette&#039;&#039;&#039; gibt den Mountpunkt an. Tucnak sieht nicht nach, ob die Diskette wirklich gemountet ist!&lt;br /&gt;
Die anderen Einstellungen werden ingoriert!&lt;br /&gt;
&lt;br /&gt;
=Network &amp;amp; trace=&lt;br /&gt;
&lt;br /&gt;
[[Image:Networktrace_DE.png|none|frame|Network &amp;amp; Verfolgungs-Optionen]]&lt;br /&gt;
&lt;br /&gt;
Ignore interfaces - list of network interfaces which would be ignored when searching for more instances of Tucnak on the network (transmit broadcasts) as connect to Internet, public IP address from provider, AX.25 interface. The delimiter between interfaces is space character. Broadcasts loads slow nets.&lt;br /&gt;
&lt;br /&gt;
Ignore networks - the purpose this option is the same as Ignore interface option. You can determinate subnet address.&lt;br /&gt;
&lt;br /&gt;
Announce to nets - it&#039;s an inverse function of previous options. There is specification of IP address where have been sending broadcasts in this option. The routers usually have disabled forward broadcastings.&lt;br /&gt;
&lt;br /&gt;
=Miscellaneous options=&lt;br /&gt;
&lt;br /&gt;
[[Image:Miscoptions_DE.png|none|frame|Verschiedene Optionen]]&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Log lines&#039;&#039;&#039; are last lines of tucnak&#039;s screen on which tucnak writes informations for users.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Sked shift&#039;&#039;&#039; time added to current time filled in the Sked dialog.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Starting band&#039;&#039;&#039; Band character (f.e. C=144 MHz) of band, which will be activated after contest open.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Screen resolution&#039;&#039;&#039; Only for SDL mode - you can set resolution of tucnak&#039;s window in characters or in pixels&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Double font&#039;&#039;&#039; for very-high-resolution displays and bad eyes - fonts are resized from usual 9x16 to 18x32 pixels. It is not very usable but on IARU VHF 2008 I had nothing to do so I&#039;ve imlpemented it.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Slash key&#039;&#039;&#039; Slash key on some national keyboards is not easily accessible (only with shift). Here you can remap it to any other character. Use with care!&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Disable screensaver&#039;&#039;&#039; if you only test Tucnak at home, you probably don&#039;t want to disable screensaver. So turn these checkbox off.&lt;br /&gt;
&lt;br /&gt;
=Terminal options=&lt;br /&gt;
&lt;br /&gt;
[[Image:Terminal_DE.png|none|frame|Terminal-Optionen]]&lt;br /&gt;
&lt;br /&gt;
These options come from [http://links.sourceforge.net links browser] so I&#039;m not able to tell what they exactly mean. Try to make some experiments or look at source code :-)&lt;br /&gt;
&lt;br /&gt;
=Language=&lt;br /&gt;
&lt;br /&gt;
Set language of Tucnak&#039;s GUI. I think English is very good for contest log but some people like to have their mother tongue set.&lt;br /&gt;
&lt;br /&gt;
=Character set=&lt;br /&gt;
&lt;br /&gt;
This menu is used for setting characteristic of terminal as window frames. It&#039;s a legacy of links (as above), I don&#039;t have detailed knowledge about these options.&lt;br /&gt;
&lt;br /&gt;
=Load cfg from net=&lt;br /&gt;
&lt;br /&gt;
It shows addresses of all Tucnaks on the local network. If one is selected you will read his complete configuration (tucnakrc).&lt;br /&gt;
&lt;br /&gt;
=Load C_W from net=&lt;br /&gt;
&lt;br /&gt;
It loads complete C_W database from selected Tucnak and saves it to ~/tucnak/tucnakcw. In database are saved two newest locators for each callsign.&lt;br /&gt;
&lt;br /&gt;
=Save configuration=&lt;br /&gt;
&lt;br /&gt;
It saves current configuration to file ~/tucnak/tucnakrc . You &#039;&#039;&#039;MUST&#039;&#039;&#039; do it to preserve any configuration changes !!&lt;/div&gt;</summary>
		<author><name>Dk1hj</name></author>
	</entry>
	<entry>
		<id>https://tucnak.nagano.cz/wiki/index.php?title=Setup&amp;diff=1069</id>
		<title>Setup</title>
		<link rel="alternate" type="text/html" href="https://tucnak.nagano.cz/wiki/index.php?title=Setup&amp;diff=1069"/>
		<updated>2009-08-04T19:36:39Z</updated>

		<summary type="html">&lt;p&gt;Dk1hj: /* Autosave */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{Languages}}&lt;br /&gt;
&lt;br /&gt;
[[Image:menusetup.png|none|frame|Setup menu]]&lt;br /&gt;
&lt;br /&gt;
All configuration changes are in memory only until you [[Setup#Save_configuration|save configuration]].&lt;br /&gt;
&lt;br /&gt;
=Contest defaults=&lt;br /&gt;
&lt;br /&gt;
[[Image:Contestdefaults.png|none|frame|Contest defaults]]&lt;br /&gt;
&lt;br /&gt;
There is possible to set these items in this menu: callsign in contest, club callsign (use only if you can export contest log in EDI format), locator (6 characters), contest QTH (is equal items PAdr1 and PAdr2 in EDI, Optional Exchange and standard proposed reports for SSB and CW.&lt;br /&gt;
&lt;br /&gt;
=Band defaults=&lt;br /&gt;
&lt;br /&gt;
[[Image:Bandsettings.png|none|frame|Band defaults]]&lt;br /&gt;
&lt;br /&gt;
This submenu contains setting of all bands. Active bands (QRV is checked) are separated from other bands. You can take away bands which are never used (as 220MHz in Europe).&lt;br /&gt;
&lt;br /&gt;
You can enter single band setting by pressing ENTER key. Item `QRV on this band&#039; is usually set for all bands where are permit transmittes.&lt;br /&gt;
&lt;br /&gt;
This setting is the only one which must be set. Other items are better set here too but it isn&#039;t necessary. &lt;br /&gt;
&lt;br /&gt;
QRV setting in this contest isn&#039;t effect on this place. Category can be one of Multi/Single/Check.&lt;br /&gt;
&lt;br /&gt;
TX and RX Equip settings contains description of equipments. Power is written with units. ASL and AGL means a height between antenna and sea/ground. Inserted values are in meters, delimiter is semicolon.&lt;br /&gt;
&lt;br /&gt;
Fill operator&#039;s callsigns into Operators field delimitely by semicolon. It is possible to fill it by Fill operators in menu [[Contest]].&lt;br /&gt;
&lt;br /&gt;
Remark field is assigned for remarks to contest commitee.&lt;br /&gt;
&lt;br /&gt;
Single/Multi categories are categories valid (probably) only in Czech republic. They are used mostly for EDI files naming.&lt;br /&gt;
&lt;br /&gt;
Band boundaries are entered in kilohertz. At this time they are used for DX-cluster spot filtration.&lt;br /&gt;
&lt;br /&gt;
Adif band name is band description used in ADIF format.&lt;br /&gt;
&lt;br /&gt;
QRG for skeds is initial frequency entered by operator to inform other operators about clean/CQ frequency on which they should take skeds. Format is not limited, you can use any string like &amp;quot;.120&amp;quot; etc.&lt;br /&gt;
&lt;br /&gt;
Transverter&#039;s LO QRG is frequency which tucnak adds to frequency read from transceiver&#039;s CAT and result shows on the screen:&lt;br /&gt;
&amp;lt;math&amp;gt;f_\mathrm{display}=f_\mathrm{CAT} + f_\mathrm{lo} [Hz]&amp;lt;/math&amp;gt;&lt;br /&gt;
Note some radios support transceiver mode for example radio is tuned on 14 MHz, CAT reports also 14 MHz but transceiver&#039;s display shows 144 MHz.&lt;br /&gt;
LO frequency must be computed by operator, you can use Fix QRG in [[Edit]] menu.&lt;br /&gt;
&lt;br /&gt;
This is local frequency for one band. Normally enter 0 to use [[Setup#Rig options|Global LO frequency]].&lt;br /&gt;
&lt;br /&gt;
=Responsible operator=&lt;br /&gt;
&lt;br /&gt;
[[Image:Responsibleoperator.png|none|frame|Responsible operator]]&lt;br /&gt;
&lt;br /&gt;
There are set information of responsible operator for communication with contest commitee in this dialogue. All items are in free format and don&#039;t need commentary.&lt;br /&gt;
&lt;br /&gt;
=CW keying=&lt;br /&gt;
&lt;br /&gt;
[[Image:Cwdaemon.png|none|frame|CW daemon]]&lt;br /&gt;
&lt;br /&gt;
Since version 2.0 Tucnak does not use the external program &#039;cwdaemon&#039; for keying and transmitting CW. Its functions are included in Tucnak. &lt;br /&gt;
&lt;br /&gt;
Keying methods are:&lt;br /&gt;
* None - no CW output is used&lt;br /&gt;
* lp - uses kernel module ppdev for keying. Recommended device is http://ok1zia.nagano.cz/web/davac3. Pin configuration is:&lt;br /&gt;
** 1 STROBE - grounded when active.&lt;br /&gt;
** 14 AUTOLF - switch TRX modulation input to microphone or soundcard output&lt;br /&gt;
** 16 INIT - PTT&lt;br /&gt;
** 17 SELECT IN - CW&lt;br /&gt;
* ttys - uses control pins of serial port. Pinout for D-SUB9:&lt;br /&gt;
** 4 DTR - CW&lt;br /&gt;
** 5 GND - ground&lt;br /&gt;
** 7 RTS - PTT&lt;br /&gt;
* davac4 - USB SSB/CW keyer [[Davac4]] by OK1ZIA&lt;br /&gt;
* cwdaemon - controls [http://www.qsl.net/pg4i/linux/cwdaemon.html cwdaemon] by Joop PG4I&lt;br /&gt;
* winkey - uses [[Winkey]] by [http://www.k1el.com K1EL]]&lt;br /&gt;
&lt;br /&gt;
Keying device f.e. /dev/parport0, /dev/ttyS0, /dev/ttyUSB0&lt;br /&gt;
&lt;br /&gt;
Hostname, UDP port are reserved.&lt;br /&gt;
&lt;br /&gt;
Initial speed says keying speed in WPM after program start. You can change it using PageUp or PageDown keys.&lt;br /&gt;
&lt;br /&gt;
Weighting - changes ratio of mark and space in CW. &lt;br /&gt;
&lt;br /&gt;
&amp;lt;math&amp;gt;t_\mathrm{mark}=\frac{1\,200\,000}{\mathrm{speed}}+500 * \mathrm{weight}\ [\mu s]&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;math&amp;gt;t_\mathrm{space}=\frac{1\,200\,000}{\mathrm{speed}}-500 * \mathrm{weight}\ [\mu s]&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
WPM range describes the speed that can be set with PageUp/PageDown keys. Minimal WPM is also used for Winkey - it can handle only 31 speed steps. Normally minimal speed is set to 10 WPM which means winkey range 10-41 WPM. If you need for example 50 WPM, set minimal WPM to at least 19.&lt;br /&gt;
&lt;br /&gt;
Use speaker - beeps using program soundwrapper.&lt;br /&gt;
&lt;br /&gt;
PTT lead in - (experimental feature) Tucnak turns on PTT some time before CW to key on TRX and PA&#039;s to prevent &amp;quot;eating&amp;quot; of begin of code. It also allows the TX chain to stabilise before sending. Suggest 100 -&amp;gt; 250 ms.&lt;br /&gt;
&lt;br /&gt;
=Winkey options=&lt;br /&gt;
&lt;br /&gt;
[[Image:Winkeyoptions.png|none|frame|Winkey options]]&lt;br /&gt;
&lt;br /&gt;
Fast initialisation means that Tucnak doesn&#039;t wait for Winkey initialisation. It can be used mostly for winkey2 which is commonly supplied from USB. It has no effect for other version-depending commands (buttons), tucnak reads winkey version.&lt;br /&gt;
&lt;br /&gt;
Use speed pot/use buttons - doesn&#039;t need comment. Normally is no reason to turn they off.&lt;br /&gt;
&lt;br /&gt;
Curtis A/B, Ultimate, hand bug - set&#039;s paddle mode. I think optimal is Curtis B.&lt;br /&gt;
&lt;br /&gt;
Paddle swap - also without comment :-)&lt;br /&gt;
&lt;br /&gt;
=Audio=&lt;br /&gt;
&lt;br /&gt;
[[Image:Audio.png|none|frame|Audio options]]&lt;br /&gt;
&lt;br /&gt;
Since 2.0 Tucnak takes also SSB functionality for CQs and traffic recording. &lt;br /&gt;
&lt;br /&gt;
==Common options==&lt;br /&gt;
Alsa, OSS, SSBD are supported &amp;quot;audio drivers&amp;quot;.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Record traffic&#039;&#039;&#039; switches on/off recording band activity on receiving. If this option isn&#039;t active then all next options are irrelevant. To prevent consuming of all free space, use options &#039;&#039;&#039;Max. record duration&#039;&#039;&#039; and &#039;&#039;&#039;Minimal disk free space&#039;&#039;&#039;.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Record format&#039;&#039;&#039; option describe coding of output file. Supported options are.&lt;br /&gt;
&lt;br /&gt;
* PCM 8 and 16 bits&lt;br /&gt;
* Logarithmic PCM u-law and A-law&lt;br /&gt;
* IMA and MS adaptation PCM&lt;br /&gt;
* GSM version 6.10 (preferred for me)&lt;br /&gt;
&lt;br /&gt;
PCM coding is suitable for conversion to other formats (MP3, Ogg). GSM coding has low size. One minute of recording have size about 130 kB of disk space. That is less then 200 MB for 24 hours. This coding doesn&#039;t have to supported by your favourite player! GSM format replay for example mplayer (with codec) or sndfile-play distributed with libsndfile.&lt;br /&gt;
&lt;br /&gt;
Option &#039;&#039;&#039;Channels&#039;&#039;&#039; sets number of sound channels. Set it to 1 (mono). You can set it to 2 or 4 it depends on your sound card capability.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Sample rate&#039;&#039;&#039; sets the number of sample per second. `CD&#039; quality has value 44100. This value is needless for radio activity. It&#039;s recommended to lower value to half (22050) or quarter (11025) because some programs or sound cards can&#039;t work with other values. &lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Playback volume&#039;&#039;&#039; provides possibility to set playback volume for SSB CQ. Enter -1 to disable this feature. Common valid volumes are 0 to 100 but can be different if you use some special hardware with fancy cost-down. &lt;br /&gt;
&lt;br /&gt;
Note in versions prior 2.26 is bug that doesn&#039;t allow to load negative value from rc file. As workaround you can try to enter invalid mixer device.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Capture volume&#039;&#039;&#039; the same for traffic recording.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Template for recorded filename&#039;&#039;&#039; is template for naming recording files. Description of possible macros you can find in section [[Setup#CQ_macros|CQ macros]].&lt;br /&gt;
&lt;br /&gt;
==Alsa options==&lt;br /&gt;
&#039;&#039;&#039;Alsa playback revice&#039;&#039;&#039; and &#039;&#039;&#039;Alsa capture device&#039;&#039;&#039; hold Alsa devices, plugs etc. Valid values are for example:&lt;br /&gt;
* default - default device in your configuration&lt;br /&gt;
* hw0,0 - first card, first PCM (first DAC)&lt;br /&gt;
* hw0,1 - first card, second PCM (second DAC, f.e. Ensonic ES1371)&lt;br /&gt;
* hw1,0 - second card ...&lt;br /&gt;
* plughw0,0 - see Alsa documentation&lt;br /&gt;
* dmix&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Period time&#039;&#039;&#039; is maximal amount of time for holding samples in card buffer for capture. Rasonable values are in hundreds (tenth of second).&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Buffer time&#039;&#039;&#039; is maximal total size of buffer. Must be greater than Period time, f.e. 4*Buffer timer.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Alsa mixer device&#039;&#039;&#039; f.e. hw0, hw1, ...&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Capture source&#039;&#039;&#039; button shows submnenu for capture. In menu are all detected sources on specified soundcard.&lt;br /&gt;
&lt;br /&gt;
==OSS options==&lt;br /&gt;
&#039;&#039;&#039;OSS DSP&#039;&#039;&#039; describes path to special file which is connected with sound card kernel driver. Typically is /dev/dsp.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Max. num of fragments&#039;&#039;&#039; tells number of buffer fragment which can be holded in buffer. If you have problems with recording or witdh transition RX -&amp;gt; TX, try to set to 4 or similar small number. Then check recorded files for buffer underruns.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;OSS mixer&#039;&#039;&#039; path to OSS mixer. typically /dev/mixer.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Record source&#039;&#039;&#039; - input for recording signal.&lt;br /&gt;
&lt;br /&gt;
==SSBD options==&lt;br /&gt;
&#039;&#039;&#039;Currently unimplemented!&#039;&#039;&#039; SSBD is now obsolete. Settings is here for eventual future control of other software/devices (PowerSDR, digimodes...)&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;SSBD hostname&#039;&#039;&#039; and &#039;&#039;&#039;UDP port&#039;&#039;&#039; - set IP address and UDP port of ssb daemon.&lt;br /&gt;
&lt;br /&gt;
=CW CQ=&lt;br /&gt;
&lt;br /&gt;
The list of all CW texts are showed after selecting this item. There is showed the key for running the message in brakes. Character `R&#039; means that the message is repeated (CQ). Also is showing start of text.&lt;br /&gt;
&lt;br /&gt;
[[Image:Cwcq.png|none|frame|CW CQ]]&lt;br /&gt;
&lt;br /&gt;
There are these items in dialoque for setting CQ: &lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;text&#039;&#039;&#039; of CQ. You can use plain text and macros&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;speed&#039;&#039;&#039; is normally undefined but you can define speed only for this CQ (f.e. for fast 73)&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;repeat&#039;&#039;&#039; CQ will be repeated until you press ESC, TAB or other CQ key&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;delay&#039;&#039;&#039; determines time between CQ messages &lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;allow if...&#039;&#039;&#039; allows to run message if there is any macro undefined. Typically you don&#039;t want to give empty string if you have no callsign entered.&lt;br /&gt;
&lt;br /&gt;
=SSB CQ=&lt;br /&gt;
&lt;br /&gt;
[[Image:ssbcq.png|none|frame|SSB CQ]]&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;filename&#039;&#039;&#039; - file which is played as CQ. You can use macros f.e. /home/user/tucnak/cq/$MC_$O.wav to have multiple files for more callsign and more operators. Some audio output devices can have limitations to the audio format - samplerate, channels.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;repeat&#039;&#039;&#039; and &#039;&#039;&#039;delay&#039;&#039;&#039; has same effect as in previous chapter&lt;br /&gt;
&lt;br /&gt;
=CQ macros=&lt;br /&gt;
&lt;br /&gt;
It&#039;s possible to define macros in texts of CW CQ and in name of SSB CQ file. Macros are case insensitive.&lt;br /&gt;
&lt;br /&gt;
* $$ - character $&lt;br /&gt;
* $C - callsign of opposite station. Warning! Callsign may contains stroke then can be problem to use macros in filename of CQ SSB. Look at $V&lt;br /&gt;
* $D - date of contest (20031228)&lt;br /&gt;
* $N - contest number from opposite station&lt;br /&gt;
* $O - operator&#039;s callsign (for SSB CQ filenames)&lt;br /&gt;
* $R - report from opposite station.&lt;br /&gt;
* $S - serial number of record sample&lt;br /&gt;
* $T - contest directory (/home/ok1zia/tucnak/20031004.2)&lt;br /&gt;
* $V - callsign of opposite station, the stroke character is exchanged by the underline character&lt;br /&gt;
* $W - locator of opposite station&lt;br /&gt;
* $X - optional exchange from opposite station&lt;br /&gt;
* $MC - my callsign&lt;br /&gt;
* $MN - contest number to opposite station.&lt;br /&gt;
* $MR - report to opposite station&lt;br /&gt;
* $MW - my locator&lt;br /&gt;
* $MX - my optional exchange&lt;br /&gt;
&lt;br /&gt;
You can also use case sensitive macros from strftime(3) for example:&lt;br /&gt;
&lt;br /&gt;
* %d - day of month 01..31&lt;br /&gt;
* %H - hours 01..24&lt;br /&gt;
* %M - minutes 00..59&lt;br /&gt;
* %m - month 00..12&lt;br /&gt;
* %S - seconds 00-59&lt;br /&gt;
* %Y - year 1970-2038&lt;br /&gt;
&lt;br /&gt;
For others use command:&lt;br /&gt;
&lt;br /&gt;
 man 3 strftime&lt;br /&gt;
&lt;br /&gt;
Macros has not effect in all context.&lt;br /&gt;
&lt;br /&gt;
=Rig options=&lt;br /&gt;
&lt;br /&gt;
Tucnak uses [http://hamlib.sourceforge.net hamlib] for accessing rig (transceiver) via CAT interface. You can use probably any interface which is working with other programs. Good helper is [http://tucnak.nagano.cz/Interfaces.pdf HB9DRV&#039;s guide to HRD]. Or you can build one of [[RIG interface|my RIG interfaces]].&lt;br /&gt;
&lt;br /&gt;
[[Image:Rigoptions.png|none|frame|Rig options]]&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Device&#039;&#039;&#039; device where the interface is connected. Typically /dev/ttyS0, /dev/ttyUSB0&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Model&#039;&#039;&#039; model of rig. It is number defined by hamlib. You can obtain it by running command &#039;&#039;&#039;rigctl -l&#039;&#039;&#039; or you can use:&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Choose&#039;&#039;&#039; Press button to show menu. In the first level you will choose manufacturer, in second level rig model. Model number is written to the previous field.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;CIV address&#039;&#039;&#039; address of rig if you have more Icom radios connected via one interface. Enter 0 for default address.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Freq. shift SSB-&amp;gt;CW&#039;&#039;&#039; some old radios (Icom, Kenwood) shifts frequency when changing mode SSB &amp;lt;--&amp;gt; CW. If you call CQ on SSB and someone calls you in CW, you must switch to CW and tune for about 800Hz up. Tucnak can compensate this shift when you use Alt+M to switch mode.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Transverter&#039;s LO QRG&#039;&#039;&#039; is frequency which tucnak adds to frequency read from transceiver&#039;s CAT and result shows on the screen:&lt;br /&gt;
&amp;lt;math&amp;gt;f_\mathrm{display}=f_\mathrm{CAT} + f_\mathrm{lo} [Hz]&amp;lt;/math&amp;gt;&lt;br /&gt;
Note some radios support transceiver mode for example radio is tuned on 14 MHz, CAT reports also 14 MHz but transceiver&#039;s display shows 144 MHz.&lt;br /&gt;
LO frequency must be computed by operator, you can use Fix QRG in [[Edit]] menu. This is global LO freq, if you use more transceivers, you can set more frequencies in [[Setup#Band defaults|Band defaults menu]].&lt;br /&gt;
&lt;br /&gt;
=Autosave=&lt;br /&gt;
&lt;br /&gt;
[[Image:Autosave.png|none|frame|Autosave options]]&lt;br /&gt;
&lt;br /&gt;
It sets and saves parameters of QSO to disk. Option &#039;Save to disk after QSO&#039; is recommended set to 1 to save all reports. &#039;Fsync&#039; option immediately saves QSOs from cache to disk.&lt;br /&gt;
&lt;br /&gt;
Default setting of option &#039;Save to disk after QSO&#039; is 4. Zero disables saving to floppy disk. Path to floppy item sets path to floppy&#039;s mount point. Tucnak doesn&#039;t test if floppy disk is mounted or not.&lt;br /&gt;
&lt;br /&gt;
Other items are ignored.&lt;br /&gt;
&lt;br /&gt;
=Network &amp;amp; trace=&lt;br /&gt;
&lt;br /&gt;
[[Image:Networktrace.png|none|frame|Network &amp;amp; trace options]]&lt;br /&gt;
&lt;br /&gt;
Ignore interfaces - list of network interfaces which would be ignored when searching for more instances of Tucnak on the network (transmit broadcasts) as connect to Internet, public IP address from provider, AX.25 interface. The delimiter between interfaces is space character. Broadcasts loads slow nets.&lt;br /&gt;
&lt;br /&gt;
Ignore networks - the purpose this option is the same as Ignore interface option. You can determinate subnet address.&lt;br /&gt;
&lt;br /&gt;
Announce to nets - it&#039;s an inverse function of previous options. There is specification of IP address where have been sending broadcasts in this option. The routers usually have disabled forward broadcastings.&lt;br /&gt;
&lt;br /&gt;
=Miscellaneous options=&lt;br /&gt;
&lt;br /&gt;
[[Image:Miscoptions.png|none|frame|Miscellaneous options]]&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Log lines&#039;&#039;&#039; are last lines of tucnak&#039;s screen on which tucnak writes informations for users.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Sked shift&#039;&#039;&#039; time added to current time filled in the Sked dialog.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Starting band&#039;&#039;&#039; Band character (f.e. C=144 MHz) of band, which will be activated after contest open.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Screen resolution&#039;&#039;&#039; Only for SDL mode - you can set resolution of tucnak&#039;s window in characters or in pixels&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Double font&#039;&#039;&#039; for very-high-resolution displays and bad eyes - fonts are resized from usual 9x16 to 18x32 pixels. It is not very usable but on IARU VHF 2008 I had nothing to do so I&#039;ve imlpemented it.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Slash key&#039;&#039;&#039; Slash key on some national keyboards is not easily accessible (only with shift). Here you can remap it to any other character. Use with care!&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Disable screensaver&#039;&#039;&#039; if you only test Tucnak at home, you probably don&#039;t want to disable screensaver. So turn these checkbox off.&lt;br /&gt;
&lt;br /&gt;
=Terminal options=&lt;br /&gt;
&lt;br /&gt;
[[Image:Terminal.png|none|frame|Terminal options]]&lt;br /&gt;
&lt;br /&gt;
These options come from [http://links.sourceforge.net links browser] so I&#039;m not able to tell what they exactly mean. Try to make some experiments or look at source code :-)&lt;br /&gt;
&lt;br /&gt;
=Language=&lt;br /&gt;
&lt;br /&gt;
Set language of Tucnak&#039;s GUI. I think English is very good for contest log but some people like to have their mother tongue set.&lt;br /&gt;
&lt;br /&gt;
=Character set=&lt;br /&gt;
&lt;br /&gt;
This menu is used for setting characteristic of terminal as window frames. It&#039;s a legacy of links (as above), I don&#039;t have detailed knowledge about these options.&lt;br /&gt;
&lt;br /&gt;
=Load cfg from net=&lt;br /&gt;
&lt;br /&gt;
It shows addresses of all Tucnaks on the local network. If one is selected you will read his complete configuration (tucnakrc).&lt;br /&gt;
&lt;br /&gt;
=Load C_W from net=&lt;br /&gt;
&lt;br /&gt;
It loads complete C_W database from selected Tucnak and saves it to ~/tucnak/tucnakcw. In database are saved two newest locators for each callsign.&lt;br /&gt;
&lt;br /&gt;
=Save configuration=&lt;br /&gt;
&lt;br /&gt;
It saves current configuration to file ~/tucnak/tucnakrc . You &#039;&#039;&#039;MUST&#039;&#039;&#039; do it to preserve any configuration changes !!&lt;/div&gt;</summary>
		<author><name>Dk1hj</name></author>
	</entry>
	<entry>
		<id>https://tucnak.nagano.cz/wiki/index.php?title=DE_Setup&amp;diff=1068</id>
		<title>DE Setup</title>
		<link rel="alternate" type="text/html" href="https://tucnak.nagano.cz/wiki/index.php?title=DE_Setup&amp;diff=1068"/>
		<updated>2009-08-04T19:35:38Z</updated>

		<summary type="html">&lt;p&gt;Dk1hj: /* Autosave */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{Languages|Setup}}&lt;br /&gt;
&lt;br /&gt;
[[Image:menusetup_DE.png|none|frame|Einstellungs-Menü]]&lt;br /&gt;
&lt;br /&gt;
All configuration changes are in memory only until you [[Setup#Save_configuration|save configuration]].&lt;br /&gt;
&lt;br /&gt;
=Contestvorgaben=&lt;br /&gt;
&lt;br /&gt;
[[Image:Contestdefaults_DE.png|none|frame|Contestvorgaben]]&lt;br /&gt;
&lt;br /&gt;
In diesem Menü kann man folgende Dinge einstellen: Rufzeichen im Contest, Clubrufzeichen (verwende das nur, wenn du das LOG im EDI-Format exportieren kannst), Locator (6 Buchstaben), Contest-QTH (Entspricht den Einträgen PAdr1 und PAdr2 im EDI-Format), optionaler Austausch (Exchange) und Standardwerte für RS und RST.&lt;br /&gt;
&lt;br /&gt;
=Bandeinstellungen=&lt;br /&gt;
&lt;br /&gt;
[[Image:Bandsettings_DE.png|none|frame|Bandeinstellungen]]&lt;br /&gt;
&lt;br /&gt;
Das Untermenü enthält die Einstellungen für alle Bänder. Aktive Bänder (Als QRV markiert) sind ganz oben und von den anderen Bändern getrennt. Du kannst Bändern, die du nie benötigst einfach entfernen (wie zB 220MHz in Europa).&lt;br /&gt;
Der Punk &amp;quot;QRV auf diesem Band&amp;quot; sollte bei allen Bändern an denen man funken will markiert sein.&lt;br /&gt;
&lt;br /&gt;
Dies ist auch schon die einzige Einstellung die man hier setzen muss. Die anderen Dinge kann man hier auch eingeben, ist aber nicht notwendig.&lt;br /&gt;
&lt;br /&gt;
&amp;quot;QRV in diesem Contest&amp;quot; hat hier keinen Effekt. Als Kategorie stehen Mehrmann, Einmann und Kontrolllog zur Auswahl.&lt;br /&gt;
&lt;br /&gt;
TX und RX-Ausrüstungseinstellungen beschreiben die Station. Leistung wir mit Einheiten angegeben. ASL und AGL bezieht sich auf die Antennenhöhe bezogen auf Seehöhe (ASL) und Boden (AGL).&lt;br /&gt;
Angegebene Werte sind in Meter, als Trenner zwischen den Werten dient ein Semikolon.&lt;br /&gt;
&lt;br /&gt;
Bei Operator werden die Rufzeichen der Leute, die am Contest teilhaben, eingetragen, wieder mit Semikolon getrennt. Dies kann auch im Operator-Menü [[Contest]] gemacht werden.&lt;br /&gt;
&lt;br /&gt;
Das Bemerkungenfeld ist für Bemerkungen an den Contestausschuss.&lt;br /&gt;
&lt;br /&gt;
Die Klassennummern für Einmann- und Mehrmannbetrieb sind eventuell von Contest zu Contest verschieden und werden eigentlich nur beim Dateinamen des EDI-Exports verwendet.&lt;br /&gt;
&lt;br /&gt;
Bandgrenzen werden in Kilohertz angegeben. Diese werden zur Filterung im DX-Cluster verwendet.&lt;br /&gt;
&lt;br /&gt;
ADIF Bandname beschreibt den Bandnamen im ADIF-Format.&lt;br /&gt;
&lt;br /&gt;
QRG für Skeds ist die Frequenz, die vom Operator eingegeben wird, auf der andere Operatoren im Netz Skeds entgegen nehmen sollen. Das Format ist nicht begrenzt, du kannst zB &amp;quot;.120&amp;quot; oder ähnliches eingeben.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Transverter LO QRG ist die Frequenz, die Tucnak zur Frequenz addiert welche die CAT-Schnittstelle des Funkgerätes liefert:&lt;br /&gt;
&amp;lt;math&amp;gt;f_\mathrm{display}=f_\mathrm{CAT} + f_\mathrm{lo} [Hz]&amp;lt;/math&amp;gt;&lt;br /&gt;
Beachte bitte, dass manche Funkgeräte den Transceiver-Mode unterstützen, als Beispiel: Funkgerät ist auf 14MHz eingestellt, CAT gibt auch 14MHz aus, das Display zeigt aber 144MHz.&lt;br /&gt;
LO-Frequenz muss vom Operator berechnet werden, dazu kannst du &amp;quot;Fix QRG&amp;quot; im [[Edit]] Menü verwenden.&lt;br /&gt;
&lt;br /&gt;
Diese Frequenz ist nur für dieses Band. Normalerweise steht hier 0 damit die [[Setup#Rig options|globale LO Frequenz]] verwendet wird.&lt;br /&gt;
&lt;br /&gt;
=Verantwortlicher Operator=&lt;br /&gt;
&lt;br /&gt;
[[Image:Responsibleoperator_DE.png|none|frame|Verantwortlicher OP]]&lt;br /&gt;
&lt;br /&gt;
Hier stehen die Informationen für den verantwortlichen Operator welche dann dem Contestausschuss übermittelt werden. Alle Elemente können frei formatiert werden und benötigen keine weiteren Kommentare...&lt;br /&gt;
&lt;br /&gt;
=CW keying=&lt;br /&gt;
&lt;br /&gt;
[[Image:Cwdaemon_DE.png|none|frame|CW daemon]]&lt;br /&gt;
&lt;br /&gt;
Seit Version 2.0 verwendet Tucnak nichtmehr das externe Programm &#039;cwdaemon&#039; zum Geben und Senden von CW. Alle Funktionen sind direkt in Tucnak implementiert.&lt;br /&gt;
&lt;br /&gt;
Folgende Schnittstellen stehen zum Geben zur Verfügung:&lt;br /&gt;
* None - keine CW-Ausgabe&lt;br /&gt;
* parport - verwendet das Kernelmodul ppdev zum Geben. Empfohlenes Gerät hierfür ist http://ok1zia.nagano.cz/web/davac3. Die Pinbelegung lautet:&lt;br /&gt;
** 1 STROBE - auf Masse wenn aktiv.&lt;br /&gt;
** 14 AUTOLF - Schaltet zwischen Mikrofon und Soundkarte um.&lt;br /&gt;
** 16 INIT - PTT&lt;br /&gt;
** 17 SELECT IN - CW&lt;br /&gt;
* ttys - uses control pins of serial port. Pinout for D-SUB9:&lt;br /&gt;
** 4 DTR - CW&lt;br /&gt;
** 5 GND - ground&lt;br /&gt;
** 7 RTS - PTT&lt;br /&gt;
* davac4 - USB SSB/CW keyer [[Davac4]] by OK1ZIA&lt;br /&gt;
* cwdaemon - für [http://www.qsl.net/pg4i/linux/cwdaemon.html cwdaemon] von Joop PG4I&lt;br /&gt;
* winkey - verwendet [[Winkey]] von [http://www.k1el.com K1EL]]&lt;br /&gt;
&lt;br /&gt;
Keyer ist zB /dev/parport0, /dev/ttyS0, /dev/ttyUSB0&lt;br /&gt;
&lt;br /&gt;
Hostname und UDP-Port sind reserviert.&lt;br /&gt;
&lt;br /&gt;
Startgeschwindigkeit gibt die Gebe-Geschwindigkeit in WPM nach dem Programmstart an. Dies kann nachträglich mit den Tasten &amp;quot;Bild auf&amp;quot; und &amp;quot;Bild ab&amp;quot; verändert werden.&lt;br /&gt;
&lt;br /&gt;
Gewichtung - Stellt das Verhältnis zwischen Signal und Pause ein.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;math&amp;gt;t_\mathrm{Signal}=\frac{1\,200\,000}{\mathrm{Geschwindigkeit}}+500 * \mathrm{Gewichtung}\ [\mu s]&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;math&amp;gt;t_\mathrm{Pause}=\frac{1\,200\,000}{\mathrm{Geschwindigkeit}}-500 * \mathrm{Gewichtung}\ [\mu s]&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Der WPM-Bereich beschreibt den Bereich, den man mit der &amp;quot;Bild auf&amp;quot; und &amp;quot;Bild ab&amp;quot; Taste einstellen kann. Die minimalen WPM werden auch für Winkey verwendet - Winkey kann nur 31 Geschwindigkeitsschritte.&lt;br /&gt;
Normalerweise ist die untere Grenze bei 10 WPM, bedeutet also, dass man mit Winkey einen Bereich von 10-41WPM abdecken kann. Wenn du als maximale Geschwindigkeit zB 50WPM willst musst du die minimale Grenze mindestens 19 stellen.&lt;br /&gt;
&lt;br /&gt;
Benutze Lautsprecher - Piept die Morsezeichen über die Soundausgabe.&lt;br /&gt;
&lt;br /&gt;
PTT-Verzögerung - (experimentelles Feature) Tucnak beginnt erst dann mit der Aussendung des CW-Codes nachdem die PTT-Taste für den eingestellten Wert gedrückt ist. Dies soll verhindern, dass der Beginn einer Aussendung abgeschnitten wird und dass sich die Sendekette eingeschwungen hat. Empfohlen sind 100 bis 250 ms.&lt;br /&gt;
&lt;br /&gt;
=Winkey-Optionen=&lt;br /&gt;
&lt;br /&gt;
[[Image:Winkeyoptions_DE.png|none|frame|Winkey-Optionen]]&lt;br /&gt;
&lt;br /&gt;
Winkey2 Schnellinitialisierung bedeutet, dass Tucnak beim Start nicht auf die Initialisierung des Winkeys wartet. Diese Option wir hauptsächlich bei Winkey2 verwendet, welcher die Versorgungsspannung über USB bekommt. Sie hat keine Einflüsse auf andere versionsabhängige Kommandos (Tasten), Tucnak liest die Winkey-Version aus!&lt;br /&gt;
&lt;br /&gt;
Benutze Geschwindigkeitspoti/Benutze Knöpfe - benötigt kein Kommentar. Normalerweise gibt es keinen Grund dies abzuschalten.&lt;br /&gt;
&lt;br /&gt;
Curtis A/B, Ultimatic, Bug - Setzt den Paddle-Modus. Ich denke Curtis B ist optimal.&lt;br /&gt;
&lt;br /&gt;
Paddle-Swap - Vertauscht die Paddles.&lt;br /&gt;
&lt;br /&gt;
=Audio=&lt;br /&gt;
&lt;br /&gt;
[[Image:Audio_DE.png|none|frame|Audio-Optionen]]&lt;br /&gt;
&lt;br /&gt;
Seit Version 2.0 unterstützt Tucnak SSB-CQ und Funkgespräch-Aufzeichnung.&lt;br /&gt;
&lt;br /&gt;
==Allgemeine Optionen==&lt;br /&gt;
Es werden Alsa, OSS und SSBD als Sound-Treiber unterstützt.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Audio aufnehmen&#039;&#039;&#039; schaltet die Aufnahme von Bandaktivitäten beim Empfangen an oder aus. Wenn dies nich aktiviert ist sind alle folgenden Optionen irrelevant. Um zu verhindern, dass der komplette freie Speicher von Sounddateien belegt wird solltest du die Optionen &#039;&#039;&#039;Max Aufnahmezeit&#039;&#039;&#039; und &#039;&#039;&#039;Minimaler freier Festplattenspeicher&#039;&#039;&#039; verwenden.&lt;br /&gt;
&lt;br /&gt;
Das &#039;&#039;&#039;Aufzeichnungsformat&#039;&#039;&#039; beschreibt die Codierung der Ausgabedatei. Unterstütze Formate sind:&lt;br /&gt;
&lt;br /&gt;
* PCM 8 und 16 Bit&lt;br /&gt;
* Logarithmische PCM u-law und A-law&lt;br /&gt;
* IMA und MS adaptierte PCM&lt;br /&gt;
* GSM Version 6.10 (mein Favorit)&lt;br /&gt;
&lt;br /&gt;
PCM ist passend für Weiterkonvertierung in andere Formate (mp3, OGG). GSM-Codierung benötigt wenig Speicherplatz. Eine Minute entspricht etwa 130kB Festplattenspeicher. Das sind dann also weniger als 200MB für 24h. Es ist aber nicht sicher, dass diese Codierung von deinem bevorzugtem Musik-Player unterstützt wird. Das GSM-Format kann zB von mplayer (mit Codec) oder sndfile-play (kommt mit libsndfile mit) abgespielt werden.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Kanäle&#039;&#039;&#039; stellt die Anzahl der Soundkanäle ein. 1 bedeutet Mono. Du kannst dies auch auf 2 oder 4 setzen, abhängig von deiner Soundkarte.&lt;br /&gt;
&lt;br /&gt;
Die &#039;&#039;&#039;Abtastrate&#039;&#039;&#039; legt die Nummer der Abtastungen pro Sekunde fest. &#039;CD&#039;-Qualität hat 44100. Dieser Wert ist für das Senden irrelevant. Es ist empfehlenswert einen Bruchteil der CD-Qualität zu wählen: 22050 oder 11025. Manche Soundkarten unterstützen keine anderen Abtastraten.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Playback volume&#039;&#039;&#039; ermöglicht die Einstellung der Lautstärke für SSB-CQ. -1 schaltet diese Funktion ab. Übliche Werte liegen zwischen 0 und 100, können aber stark von der verwendeten Hardware variieren.&lt;br /&gt;
&lt;br /&gt;
Notiz: Versionen &amp;lt;2.26 unterstützen keine negativen Werte. Um die Lautstärkeregelung zu deaktivieren kann man versuchen ein falsches Mixer-Gerät anzugeben.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Capture volume&#039;&#039;&#039; das selbe für die Aufnahme.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Vorgabe für Dateiname der Aufnahme&#039;&#039;&#039; ist die Vorlage zum Benennen der aufgezeichneten Dateien. Eine Beschreibung der möglichen Makros findest du unter  [[DE_Setup#CQ_Makros|CQ Makros]].&lt;br /&gt;
&lt;br /&gt;
==Alsa Optionen==&lt;br /&gt;
&#039;&#039;&#039;Alsa Abspielgerät&#039;&#039;&#039; und &#039;&#039;&#039;Alsa Aufzeichengerät&#039;&#039;&#039; gibt die Alsa-Geräte bzw. Anschlüsse an. Mögliche Werte sind zum Beispiel:&lt;br /&gt;
* default - Standardgerät aus der Konfiguration&lt;br /&gt;
* hw0,0 - Erste Soundkarte, erste PCM (erster DAC)&lt;br /&gt;
* hw0,1 - Erste Karte, zweite PCM (zweiter DAC, zB Ensonic ES1371)&lt;br /&gt;
* hw1,0 - Zweite Karte, ...&lt;br /&gt;
* plughw0,0 - Näheres in der Alsa-Dokumentation&lt;br /&gt;
* dmix&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Wiederholzeit&#039;&#039;&#039; ist die maximale Zeit für die aufgezeichnete Samples im Kartenpuffer bleiben. Mögliche Werte sind Vielfache von Hundert (Zehntelsekunden).&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Bufferzeit&#039;&#039;&#039; ist die maximale Buffergröße. Muss größer als die Wiederholzeit sein, z.B. 4*Wiederholzeit.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Alsa Mixergerät&#039;&#039;&#039; z.B. hw0, hw1, ...&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Aufnahmegerät&#039;&#039;&#039; zeigt ein Untermenü zur Auswahl des Aufnahmegeräts. Im Untermenü sind alle von der Soundkarte unterstützten Geräte gelistet.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==OSS Optionen==&lt;br /&gt;
&#039;&#039;&#039;Pfad zu /dev/dsp&#039;&#039;&#039; beschreibt dem Pfad an den der Soundkartetreiber gebunden ist. Normalerweise /dev/dsp.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Max. Nr. von Teilen&#039;&#039;&#039; gibt die Anzahl der Bufferfragmente an die im Buffer sind. Wenn du Probleme bei der Aufzeichnung oder beim Wechsel von TX auf TX hast solltest du 4 bzw. eine andere kleine Zahl verwenden. Überprüfe danach die aufgezeichneten Dateien nach Bufferunterläufen.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Pfad zu /dev/mixer&#039;&#039;&#039; Üblicherweise /dev/mixer.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Aufnahmegerät&#039;&#039;&#039; - Eingang für das Aufnahmesignal.&lt;br /&gt;
&lt;br /&gt;
==SSBD Optionen==&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Zurzeit nicht implementiert!&#039;&#039;&#039; SSBD ist veraltet. Die Einstellungen werden vielleicht in Zukunft wieder benötigt (PowerSRD, digimodes, ...)&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;SSBD Hostname&#039;&#039;&#039; und &#039;&#039;&#039;UDP Port&#039;&#039;&#039; - Setzt IP-Adresse und UDP-Port für den SSB-Daemon.&lt;br /&gt;
&lt;br /&gt;
=CW CQ=&lt;br /&gt;
&lt;br /&gt;
Beim Auswählen dieses Menüs erscheint eine Liste der verfügbaren CW-CQs. In Klammer steht die Kurztaste um den Morsetext auszugeben. &#039;R&#039; bedeutet, dass dieser Text wiederholt wird (CQ). Am Ende steht der Anfang des Textes.&lt;br /&gt;
&lt;br /&gt;
[[Image:Cwcq_DE.png|none|frame|CW CQ]]&lt;br /&gt;
&lt;br /&gt;
Folgendes kann man beim Klicken auf einen Text einstellen:&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Text&#039;&#039;&#039; für CQ. Du kannst hier Text eingeben oder Makros verwenden.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Geschw.&#039;&#039;&#039; ist normalerweise nicht definiert. Du kannst hier aber eine Geschwindigkeit für diesen CQ einstellen (zB schnelles 73)&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Wiederholen&#039;&#039;&#039; CQ wird wiederholt bis man ESC, TAB oder eine andere CQ-Taste drückt.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Verzögerung&#039;&#039;&#039; Abstand zwischen den CQ-Rufen (bei Wiederholung)&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Erlauben falls...&#039;&#039;&#039; Erlaubt das Senden der Nachricht auch dann, wenn ein Makro undefiniert ist. Normalerweise willst du keine leeren Folgen geben wenn zB noch kein Rufzeichen eingegeben wurde.&lt;br /&gt;
&lt;br /&gt;
=SSB CQ=&lt;br /&gt;
&lt;br /&gt;
[[Image:ssbcq_DE.png|none|frame|SSB CQ]]&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Pfad&#039;&#039;&#039; - Datei die für den CQ-Ruf abgespielt wird. Du kannst auch Makros wie zB /home/user/tucnak/cq/$MC_$O.wav verwenden.&lt;br /&gt;
Manche Ausgabegeräte können Einschränkungen im Audioformat haben - Samplerate, Kanäle.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Wiederholen&#039;&#039;&#039; und &#039;&#039;&#039;Verzögerung&#039;&#039;&#039; hat den selben Effekt wie im Kapitel zuvor.&lt;br /&gt;
&lt;br /&gt;
=CQ Makros=&lt;br /&gt;
&lt;br /&gt;
Es ist möglich Makros in den Dateinamen für CW CQ und SSB CQ zu verwenden. Makros sind unabhängig von der Groß- und Kleinschreibung.&lt;br /&gt;
&lt;br /&gt;
* $$ - das Zeichen $&lt;br /&gt;
* $C - Rufzeichen der Gegenstation. Achtung! Das Rufzeichen könnte einen Schrägstrich enthalten was sich als Problem beim Dateinamen herausstellt. Siehe dazu $V.&lt;br /&gt;
* $D - Datum vom Contest (20031228)&lt;br /&gt;
* $N - Contest-Nummer der Gegenstation&lt;br /&gt;
* $O - Operator-Rufzeichen (für SSB-CQ Dateinamen)&lt;br /&gt;
* $R - Report der Gegenstation.&lt;br /&gt;
* $S - Laufende Nummer der Aufzeichnung.&lt;br /&gt;
* $T - Contest-Verzeichnis (/home/ok1zia/tucnak/20031004.2)&lt;br /&gt;
* $V - Rufzeichen der Gegenstation, Schrägstrich wird duch einen Unterstrich ersetzt.&lt;br /&gt;
* $W - Locator der Gegenstation.&lt;br /&gt;
* $X - Möglicher Austausch der Gegenstation.&lt;br /&gt;
* $MC - Eigenes Rufzeichen.&lt;br /&gt;
* $MN - Contest-Nummer für die Gegenstation.&lt;br /&gt;
* $MR - Report für die Gegenstation.&lt;br /&gt;
* $MW - Eigener Locator.&lt;br /&gt;
* $MX - Eigener optionaler Austausch.&lt;br /&gt;
&lt;br /&gt;
Du kannst auch folgende Makros von strftime(3) verwenden (Groß-/Kleinschreibung ist hier allerdings von Bedeutung!)&lt;br /&gt;
&lt;br /&gt;
* %d - Tag des Monats 01..31&lt;br /&gt;
* %H - Stunde 01..24&lt;br /&gt;
* %M - Minute 00..59&lt;br /&gt;
* %m - Monat 00..12&lt;br /&gt;
* %S - Sekunde 00-59&lt;br /&gt;
* %Y - Jahr 1970-2038&lt;br /&gt;
&lt;br /&gt;
Für andere Befehle:&lt;br /&gt;
&lt;br /&gt;
 man 3 strftime&lt;br /&gt;
&lt;br /&gt;
Makros werden nicht überall erkannt!&lt;br /&gt;
&lt;br /&gt;
=Funkgerätoptionen=&lt;br /&gt;
&lt;br /&gt;
Tucnak verwendet die [http://hamlib.sourceforge.net Hamlib] um über das CAT-Interface auf Funkgeräte zuzugreifen. Du kannst quasi alle Schnittstellen benutzen die auch bei anderen Programmen funktionieren. Ein guter Einstieg ist [http://tucnak.nagano.cz/Interfaces.pdf HB9DRV&#039;s Wegweiser für HRD]. Natürlich kannst du auch eines [[RIG interface|meiner RIG Interfaces]] nachbauen.&lt;br /&gt;
&lt;br /&gt;
[[Image:Rigoptions_DE.png|none|frame|Funkgerätoptionen]]&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Gerät&#039;&#039;&#039; an dem das Interface angeschlossen ist. Typischerweise /dev/ttyS0, /dev/ttyUSB0&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Modell&#039;&#039;&#039; des Geräts. Diese Nummer wird von der Hamlib vorgegeben. Du kannst sie mit dem Befehl &#039;&#039;&#039;rigctl -l&#039;&#039;&#039; herausfinden oder mit folgender Auswahl:&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Wählen&#039;&#039;&#039; drücken um ein Menü anzuzeigen. Im ersten Level wird der Hersteller ausgewählt, im zweiten das Funkgerät. Die Modellnummer wird dann automatisch in das Feld davor geschrieben.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;CIV-Adresse&#039;&#039;&#039; für den Fall, dass du mehr Icom-Geräge an einer Schnittstelle angeschlossen hast. Standardadresse ist 0.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Freq.versatz SSB-&amp;gt;CW&#039;&#039;&#039; Manche Funkgeräte (Icom, Kenwood) ändern die Frequenz beim Wechsel von SSB &amp;lt;--&amp;gt; CW. Wenn du in SSB einen CQ-Ruf abgibst und dir jemand in CW antwortet kann es sein, dass das Funkgerät die Frequenz ändert. Dann musst du wieder 800Hz nachjustieren. Tucnak kann dies automatisch nachstellen wenn du mit Alt+M die Betriebsart änderst.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Transverter LO QRG&#039;&#039;&#039; ist die Frequenz, die Tucnak zur gelesenen Frequenz des Funkgeräts addiert und dann wie folgt darstellt:&lt;br /&gt;
&amp;lt;math&amp;gt;f_\mathrm{display}=f_\mathrm{CAT} + f_\mathrm{lo} [Hz]&amp;lt;/math&amp;gt;&lt;br /&gt;
Beachte: Manche Funkgeräte unterstützen den Transceiver-Modues. Als Beispiel: Der Radio ist auf 14MHz eingestellt, CAT sendet auch 14MHz, das Display zeigt aber 144MHz an. die LO-Frequenz muss vom Operator berechnet werden, dazu kannst du &#039;&#039;&#039;Fix QRG&#039;&#039;&#039; im [[DE_Edit|Bearbeiten]]-Menü verwenden. Das ist die globale LO-Frequenz, wenn du mehrere Transceiver verwendest kannst du dies im [[DE_Setup#Bandeinstellungen|Bandeinstellungen-Menü]] eintellen.&lt;br /&gt;
&lt;br /&gt;
=Automatisch speichern=&lt;br /&gt;
&lt;br /&gt;
[[Image:Autosave_DE.png|none|frame|Optionen für automatisches Speichern]]&lt;br /&gt;
&lt;br /&gt;
Hiermit werden QSOs auf Diskette gespeichert. Die Option &#039;Speicher auf Diskette nach QSOs&#039; sollte auf 1 stehen damit alle QSOs gespeichert werden. &#039;Fsync&#039; speichert QSOs sofort vom Cache auf die Disk.&lt;br /&gt;
Standardwerte für die Anzahl der QSOs ist 4. Null schaltet die Funktion ab. &#039;Pfad zur Diskette&#039; gibt den Mountpunkt an. Tucnak sieht nicht nach, ob die Diskette wirklich gemountet ist!&lt;br /&gt;
Die anderen Einstellungen werden ingoriert!&lt;br /&gt;
&lt;br /&gt;
=Network &amp;amp; trace=&lt;br /&gt;
&lt;br /&gt;
[[Image:Networktrace_DE.png|none|frame|Network &amp;amp; Verfolgungs-Optionen]]&lt;br /&gt;
&lt;br /&gt;
Ignore interfaces - list of network interfaces which would be ignored when searching for more instances of Tucnak on the network (transmit broadcasts) as connect to Internet, public IP address from provider, AX.25 interface. The delimiter between interfaces is space character. Broadcasts loads slow nets.&lt;br /&gt;
&lt;br /&gt;
Ignore networks - the purpose this option is the same as Ignore interface option. You can determinate subnet address.&lt;br /&gt;
&lt;br /&gt;
Announce to nets - it&#039;s an inverse function of previous options. There is specification of IP address where have been sending broadcasts in this option. The routers usually have disabled forward broadcastings.&lt;br /&gt;
&lt;br /&gt;
=Miscellaneous options=&lt;br /&gt;
&lt;br /&gt;
[[Image:Miscoptions_DE.png|none|frame|Verschiedene Optionen]]&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Log lines&#039;&#039;&#039; are last lines of tucnak&#039;s screen on which tucnak writes informations for users.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Sked shift&#039;&#039;&#039; time added to current time filled in the Sked dialog.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Starting band&#039;&#039;&#039; Band character (f.e. C=144 MHz) of band, which will be activated after contest open.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Screen resolution&#039;&#039;&#039; Only for SDL mode - you can set resolution of tucnak&#039;s window in characters or in pixels&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Double font&#039;&#039;&#039; for very-high-resolution displays and bad eyes - fonts are resized from usual 9x16 to 18x32 pixels. It is not very usable but on IARU VHF 2008 I had nothing to do so I&#039;ve imlpemented it.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Slash key&#039;&#039;&#039; Slash key on some national keyboards is not easily accessible (only with shift). Here you can remap it to any other character. Use with care!&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Disable screensaver&#039;&#039;&#039; if you only test Tucnak at home, you probably don&#039;t want to disable screensaver. So turn these checkbox off.&lt;br /&gt;
&lt;br /&gt;
=Terminal options=&lt;br /&gt;
&lt;br /&gt;
[[Image:Terminal_DE.png|none|frame|Terminal-Optionen]]&lt;br /&gt;
&lt;br /&gt;
These options come from [http://links.sourceforge.net links browser] so I&#039;m not able to tell what they exactly mean. Try to make some experiments or look at source code :-)&lt;br /&gt;
&lt;br /&gt;
=Language=&lt;br /&gt;
&lt;br /&gt;
Set language of Tucnak&#039;s GUI. I think English is very good for contest log but some people like to have their mother tongue set.&lt;br /&gt;
&lt;br /&gt;
=Character set=&lt;br /&gt;
&lt;br /&gt;
This menu is used for setting characteristic of terminal as window frames. It&#039;s a legacy of links (as above), I don&#039;t have detailed knowledge about these options.&lt;br /&gt;
&lt;br /&gt;
=Load cfg from net=&lt;br /&gt;
&lt;br /&gt;
It shows addresses of all Tucnaks on the local network. If one is selected you will read his complete configuration (tucnakrc).&lt;br /&gt;
&lt;br /&gt;
=Load C_W from net=&lt;br /&gt;
&lt;br /&gt;
It loads complete C_W database from selected Tucnak and saves it to ~/tucnak/tucnakcw. In database are saved two newest locators for each callsign.&lt;br /&gt;
&lt;br /&gt;
=Save configuration=&lt;br /&gt;
&lt;br /&gt;
It saves current configuration to file ~/tucnak/tucnakrc . You &#039;&#039;&#039;MUST&#039;&#039;&#039; do it to preserve any configuration changes !!&lt;/div&gt;</summary>
		<author><name>Dk1hj</name></author>
	</entry>
	<entry>
		<id>https://tucnak.nagano.cz/wiki/index.php?title=DE_Setup&amp;diff=1067</id>
		<title>DE Setup</title>
		<link rel="alternate" type="text/html" href="https://tucnak.nagano.cz/wiki/index.php?title=DE_Setup&amp;diff=1067"/>
		<updated>2009-08-04T19:29:49Z</updated>

		<summary type="html">&lt;p&gt;Dk1hj: /* Funkgerätoptionen */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{Languages|Setup}}&lt;br /&gt;
&lt;br /&gt;
[[Image:menusetup_DE.png|none|frame|Einstellungs-Menü]]&lt;br /&gt;
&lt;br /&gt;
All configuration changes are in memory only until you [[Setup#Save_configuration|save configuration]].&lt;br /&gt;
&lt;br /&gt;
=Contestvorgaben=&lt;br /&gt;
&lt;br /&gt;
[[Image:Contestdefaults_DE.png|none|frame|Contestvorgaben]]&lt;br /&gt;
&lt;br /&gt;
In diesem Menü kann man folgende Dinge einstellen: Rufzeichen im Contest, Clubrufzeichen (verwende das nur, wenn du das LOG im EDI-Format exportieren kannst), Locator (6 Buchstaben), Contest-QTH (Entspricht den Einträgen PAdr1 und PAdr2 im EDI-Format), optionaler Austausch (Exchange) und Standardwerte für RS und RST.&lt;br /&gt;
&lt;br /&gt;
=Bandeinstellungen=&lt;br /&gt;
&lt;br /&gt;
[[Image:Bandsettings_DE.png|none|frame|Bandeinstellungen]]&lt;br /&gt;
&lt;br /&gt;
Das Untermenü enthält die Einstellungen für alle Bänder. Aktive Bänder (Als QRV markiert) sind ganz oben und von den anderen Bändern getrennt. Du kannst Bändern, die du nie benötigst einfach entfernen (wie zB 220MHz in Europa).&lt;br /&gt;
Der Punk &amp;quot;QRV auf diesem Band&amp;quot; sollte bei allen Bändern an denen man funken will markiert sein.&lt;br /&gt;
&lt;br /&gt;
Dies ist auch schon die einzige Einstellung die man hier setzen muss. Die anderen Dinge kann man hier auch eingeben, ist aber nicht notwendig.&lt;br /&gt;
&lt;br /&gt;
&amp;quot;QRV in diesem Contest&amp;quot; hat hier keinen Effekt. Als Kategorie stehen Mehrmann, Einmann und Kontrolllog zur Auswahl.&lt;br /&gt;
&lt;br /&gt;
TX und RX-Ausrüstungseinstellungen beschreiben die Station. Leistung wir mit Einheiten angegeben. ASL und AGL bezieht sich auf die Antennenhöhe bezogen auf Seehöhe (ASL) und Boden (AGL).&lt;br /&gt;
Angegebene Werte sind in Meter, als Trenner zwischen den Werten dient ein Semikolon.&lt;br /&gt;
&lt;br /&gt;
Bei Operator werden die Rufzeichen der Leute, die am Contest teilhaben, eingetragen, wieder mit Semikolon getrennt. Dies kann auch im Operator-Menü [[Contest]] gemacht werden.&lt;br /&gt;
&lt;br /&gt;
Das Bemerkungenfeld ist für Bemerkungen an den Contestausschuss.&lt;br /&gt;
&lt;br /&gt;
Die Klassennummern für Einmann- und Mehrmannbetrieb sind eventuell von Contest zu Contest verschieden und werden eigentlich nur beim Dateinamen des EDI-Exports verwendet.&lt;br /&gt;
&lt;br /&gt;
Bandgrenzen werden in Kilohertz angegeben. Diese werden zur Filterung im DX-Cluster verwendet.&lt;br /&gt;
&lt;br /&gt;
ADIF Bandname beschreibt den Bandnamen im ADIF-Format.&lt;br /&gt;
&lt;br /&gt;
QRG für Skeds ist die Frequenz, die vom Operator eingegeben wird, auf der andere Operatoren im Netz Skeds entgegen nehmen sollen. Das Format ist nicht begrenzt, du kannst zB &amp;quot;.120&amp;quot; oder ähnliches eingeben.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Transverter LO QRG ist die Frequenz, die Tucnak zur Frequenz addiert welche die CAT-Schnittstelle des Funkgerätes liefert:&lt;br /&gt;
&amp;lt;math&amp;gt;f_\mathrm{display}=f_\mathrm{CAT} + f_\mathrm{lo} [Hz]&amp;lt;/math&amp;gt;&lt;br /&gt;
Beachte bitte, dass manche Funkgeräte den Transceiver-Mode unterstützen, als Beispiel: Funkgerät ist auf 14MHz eingestellt, CAT gibt auch 14MHz aus, das Display zeigt aber 144MHz.&lt;br /&gt;
LO-Frequenz muss vom Operator berechnet werden, dazu kannst du &amp;quot;Fix QRG&amp;quot; im [[Edit]] Menü verwenden.&lt;br /&gt;
&lt;br /&gt;
Diese Frequenz ist nur für dieses Band. Normalerweise steht hier 0 damit die [[Setup#Rig options|globale LO Frequenz]] verwendet wird.&lt;br /&gt;
&lt;br /&gt;
=Verantwortlicher Operator=&lt;br /&gt;
&lt;br /&gt;
[[Image:Responsibleoperator_DE.png|none|frame|Verantwortlicher OP]]&lt;br /&gt;
&lt;br /&gt;
Hier stehen die Informationen für den verantwortlichen Operator welche dann dem Contestausschuss übermittelt werden. Alle Elemente können frei formatiert werden und benötigen keine weiteren Kommentare...&lt;br /&gt;
&lt;br /&gt;
=CW keying=&lt;br /&gt;
&lt;br /&gt;
[[Image:Cwdaemon_DE.png|none|frame|CW daemon]]&lt;br /&gt;
&lt;br /&gt;
Seit Version 2.0 verwendet Tucnak nichtmehr das externe Programm &#039;cwdaemon&#039; zum Geben und Senden von CW. Alle Funktionen sind direkt in Tucnak implementiert.&lt;br /&gt;
&lt;br /&gt;
Folgende Schnittstellen stehen zum Geben zur Verfügung:&lt;br /&gt;
* None - keine CW-Ausgabe&lt;br /&gt;
* parport - verwendet das Kernelmodul ppdev zum Geben. Empfohlenes Gerät hierfür ist http://ok1zia.nagano.cz/web/davac3. Die Pinbelegung lautet:&lt;br /&gt;
** 1 STROBE - auf Masse wenn aktiv.&lt;br /&gt;
** 14 AUTOLF - Schaltet zwischen Mikrofon und Soundkarte um.&lt;br /&gt;
** 16 INIT - PTT&lt;br /&gt;
** 17 SELECT IN - CW&lt;br /&gt;
* ttys - uses control pins of serial port. Pinout for D-SUB9:&lt;br /&gt;
** 4 DTR - CW&lt;br /&gt;
** 5 GND - ground&lt;br /&gt;
** 7 RTS - PTT&lt;br /&gt;
* davac4 - USB SSB/CW keyer [[Davac4]] by OK1ZIA&lt;br /&gt;
* cwdaemon - für [http://www.qsl.net/pg4i/linux/cwdaemon.html cwdaemon] von Joop PG4I&lt;br /&gt;
* winkey - verwendet [[Winkey]] von [http://www.k1el.com K1EL]]&lt;br /&gt;
&lt;br /&gt;
Keyer ist zB /dev/parport0, /dev/ttyS0, /dev/ttyUSB0&lt;br /&gt;
&lt;br /&gt;
Hostname und UDP-Port sind reserviert.&lt;br /&gt;
&lt;br /&gt;
Startgeschwindigkeit gibt die Gebe-Geschwindigkeit in WPM nach dem Programmstart an. Dies kann nachträglich mit den Tasten &amp;quot;Bild auf&amp;quot; und &amp;quot;Bild ab&amp;quot; verändert werden.&lt;br /&gt;
&lt;br /&gt;
Gewichtung - Stellt das Verhältnis zwischen Signal und Pause ein.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;math&amp;gt;t_\mathrm{Signal}=\frac{1\,200\,000}{\mathrm{Geschwindigkeit}}+500 * \mathrm{Gewichtung}\ [\mu s]&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;math&amp;gt;t_\mathrm{Pause}=\frac{1\,200\,000}{\mathrm{Geschwindigkeit}}-500 * \mathrm{Gewichtung}\ [\mu s]&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Der WPM-Bereich beschreibt den Bereich, den man mit der &amp;quot;Bild auf&amp;quot; und &amp;quot;Bild ab&amp;quot; Taste einstellen kann. Die minimalen WPM werden auch für Winkey verwendet - Winkey kann nur 31 Geschwindigkeitsschritte.&lt;br /&gt;
Normalerweise ist die untere Grenze bei 10 WPM, bedeutet also, dass man mit Winkey einen Bereich von 10-41WPM abdecken kann. Wenn du als maximale Geschwindigkeit zB 50WPM willst musst du die minimale Grenze mindestens 19 stellen.&lt;br /&gt;
&lt;br /&gt;
Benutze Lautsprecher - Piept die Morsezeichen über die Soundausgabe.&lt;br /&gt;
&lt;br /&gt;
PTT-Verzögerung - (experimentelles Feature) Tucnak beginnt erst dann mit der Aussendung des CW-Codes nachdem die PTT-Taste für den eingestellten Wert gedrückt ist. Dies soll verhindern, dass der Beginn einer Aussendung abgeschnitten wird und dass sich die Sendekette eingeschwungen hat. Empfohlen sind 100 bis 250 ms.&lt;br /&gt;
&lt;br /&gt;
=Winkey-Optionen=&lt;br /&gt;
&lt;br /&gt;
[[Image:Winkeyoptions_DE.png|none|frame|Winkey-Optionen]]&lt;br /&gt;
&lt;br /&gt;
Winkey2 Schnellinitialisierung bedeutet, dass Tucnak beim Start nicht auf die Initialisierung des Winkeys wartet. Diese Option wir hauptsächlich bei Winkey2 verwendet, welcher die Versorgungsspannung über USB bekommt. Sie hat keine Einflüsse auf andere versionsabhängige Kommandos (Tasten), Tucnak liest die Winkey-Version aus!&lt;br /&gt;
&lt;br /&gt;
Benutze Geschwindigkeitspoti/Benutze Knöpfe - benötigt kein Kommentar. Normalerweise gibt es keinen Grund dies abzuschalten.&lt;br /&gt;
&lt;br /&gt;
Curtis A/B, Ultimatic, Bug - Setzt den Paddle-Modus. Ich denke Curtis B ist optimal.&lt;br /&gt;
&lt;br /&gt;
Paddle-Swap - Vertauscht die Paddles.&lt;br /&gt;
&lt;br /&gt;
=Audio=&lt;br /&gt;
&lt;br /&gt;
[[Image:Audio_DE.png|none|frame|Audio-Optionen]]&lt;br /&gt;
&lt;br /&gt;
Seit Version 2.0 unterstützt Tucnak SSB-CQ und Funkgespräch-Aufzeichnung.&lt;br /&gt;
&lt;br /&gt;
==Allgemeine Optionen==&lt;br /&gt;
Es werden Alsa, OSS und SSBD als Sound-Treiber unterstützt.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Audio aufnehmen&#039;&#039;&#039; schaltet die Aufnahme von Bandaktivitäten beim Empfangen an oder aus. Wenn dies nich aktiviert ist sind alle folgenden Optionen irrelevant. Um zu verhindern, dass der komplette freie Speicher von Sounddateien belegt wird solltest du die Optionen &#039;&#039;&#039;Max Aufnahmezeit&#039;&#039;&#039; und &#039;&#039;&#039;Minimaler freier Festplattenspeicher&#039;&#039;&#039; verwenden.&lt;br /&gt;
&lt;br /&gt;
Das &#039;&#039;&#039;Aufzeichnungsformat&#039;&#039;&#039; beschreibt die Codierung der Ausgabedatei. Unterstütze Formate sind:&lt;br /&gt;
&lt;br /&gt;
* PCM 8 und 16 Bit&lt;br /&gt;
* Logarithmische PCM u-law und A-law&lt;br /&gt;
* IMA und MS adaptierte PCM&lt;br /&gt;
* GSM Version 6.10 (mein Favorit)&lt;br /&gt;
&lt;br /&gt;
PCM ist passend für Weiterkonvertierung in andere Formate (mp3, OGG). GSM-Codierung benötigt wenig Speicherplatz. Eine Minute entspricht etwa 130kB Festplattenspeicher. Das sind dann also weniger als 200MB für 24h. Es ist aber nicht sicher, dass diese Codierung von deinem bevorzugtem Musik-Player unterstützt wird. Das GSM-Format kann zB von mplayer (mit Codec) oder sndfile-play (kommt mit libsndfile mit) abgespielt werden.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Kanäle&#039;&#039;&#039; stellt die Anzahl der Soundkanäle ein. 1 bedeutet Mono. Du kannst dies auch auf 2 oder 4 setzen, abhängig von deiner Soundkarte.&lt;br /&gt;
&lt;br /&gt;
Die &#039;&#039;&#039;Abtastrate&#039;&#039;&#039; legt die Nummer der Abtastungen pro Sekunde fest. &#039;CD&#039;-Qualität hat 44100. Dieser Wert ist für das Senden irrelevant. Es ist empfehlenswert einen Bruchteil der CD-Qualität zu wählen: 22050 oder 11025. Manche Soundkarten unterstützen keine anderen Abtastraten.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Playback volume&#039;&#039;&#039; ermöglicht die Einstellung der Lautstärke für SSB-CQ. -1 schaltet diese Funktion ab. Übliche Werte liegen zwischen 0 und 100, können aber stark von der verwendeten Hardware variieren.&lt;br /&gt;
&lt;br /&gt;
Notiz: Versionen &amp;lt;2.26 unterstützen keine negativen Werte. Um die Lautstärkeregelung zu deaktivieren kann man versuchen ein falsches Mixer-Gerät anzugeben.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Capture volume&#039;&#039;&#039; das selbe für die Aufnahme.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Vorgabe für Dateiname der Aufnahme&#039;&#039;&#039; ist die Vorlage zum Benennen der aufgezeichneten Dateien. Eine Beschreibung der möglichen Makros findest du unter  [[DE_Setup#CQ_Makros|CQ Makros]].&lt;br /&gt;
&lt;br /&gt;
==Alsa Optionen==&lt;br /&gt;
&#039;&#039;&#039;Alsa Abspielgerät&#039;&#039;&#039; und &#039;&#039;&#039;Alsa Aufzeichengerät&#039;&#039;&#039; gibt die Alsa-Geräte bzw. Anschlüsse an. Mögliche Werte sind zum Beispiel:&lt;br /&gt;
* default - Standardgerät aus der Konfiguration&lt;br /&gt;
* hw0,0 - Erste Soundkarte, erste PCM (erster DAC)&lt;br /&gt;
* hw0,1 - Erste Karte, zweite PCM (zweiter DAC, zB Ensonic ES1371)&lt;br /&gt;
* hw1,0 - Zweite Karte, ...&lt;br /&gt;
* plughw0,0 - Näheres in der Alsa-Dokumentation&lt;br /&gt;
* dmix&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Wiederholzeit&#039;&#039;&#039; ist die maximale Zeit für die aufgezeichnete Samples im Kartenpuffer bleiben. Mögliche Werte sind Vielfache von Hundert (Zehntelsekunden).&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Bufferzeit&#039;&#039;&#039; ist die maximale Buffergröße. Muss größer als die Wiederholzeit sein, z.B. 4*Wiederholzeit.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Alsa Mixergerät&#039;&#039;&#039; z.B. hw0, hw1, ...&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Aufnahmegerät&#039;&#039;&#039; zeigt ein Untermenü zur Auswahl des Aufnahmegeräts. Im Untermenü sind alle von der Soundkarte unterstützten Geräte gelistet.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==OSS Optionen==&lt;br /&gt;
&#039;&#039;&#039;Pfad zu /dev/dsp&#039;&#039;&#039; beschreibt dem Pfad an den der Soundkartetreiber gebunden ist. Normalerweise /dev/dsp.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Max. Nr. von Teilen&#039;&#039;&#039; gibt die Anzahl der Bufferfragmente an die im Buffer sind. Wenn du Probleme bei der Aufzeichnung oder beim Wechsel von TX auf TX hast solltest du 4 bzw. eine andere kleine Zahl verwenden. Überprüfe danach die aufgezeichneten Dateien nach Bufferunterläufen.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Pfad zu /dev/mixer&#039;&#039;&#039; Üblicherweise /dev/mixer.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Aufnahmegerät&#039;&#039;&#039; - Eingang für das Aufnahmesignal.&lt;br /&gt;
&lt;br /&gt;
==SSBD Optionen==&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Zurzeit nicht implementiert!&#039;&#039;&#039; SSBD ist veraltet. Die Einstellungen werden vielleicht in Zukunft wieder benötigt (PowerSRD, digimodes, ...)&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;SSBD Hostname&#039;&#039;&#039; und &#039;&#039;&#039;UDP Port&#039;&#039;&#039; - Setzt IP-Adresse und UDP-Port für den SSB-Daemon.&lt;br /&gt;
&lt;br /&gt;
=CW CQ=&lt;br /&gt;
&lt;br /&gt;
Beim Auswählen dieses Menüs erscheint eine Liste der verfügbaren CW-CQs. In Klammer steht die Kurztaste um den Morsetext auszugeben. &#039;R&#039; bedeutet, dass dieser Text wiederholt wird (CQ). Am Ende steht der Anfang des Textes.&lt;br /&gt;
&lt;br /&gt;
[[Image:Cwcq_DE.png|none|frame|CW CQ]]&lt;br /&gt;
&lt;br /&gt;
Folgendes kann man beim Klicken auf einen Text einstellen:&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Text&#039;&#039;&#039; für CQ. Du kannst hier Text eingeben oder Makros verwenden.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Geschw.&#039;&#039;&#039; ist normalerweise nicht definiert. Du kannst hier aber eine Geschwindigkeit für diesen CQ einstellen (zB schnelles 73)&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Wiederholen&#039;&#039;&#039; CQ wird wiederholt bis man ESC, TAB oder eine andere CQ-Taste drückt.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Verzögerung&#039;&#039;&#039; Abstand zwischen den CQ-Rufen (bei Wiederholung)&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Erlauben falls...&#039;&#039;&#039; Erlaubt das Senden der Nachricht auch dann, wenn ein Makro undefiniert ist. Normalerweise willst du keine leeren Folgen geben wenn zB noch kein Rufzeichen eingegeben wurde.&lt;br /&gt;
&lt;br /&gt;
=SSB CQ=&lt;br /&gt;
&lt;br /&gt;
[[Image:ssbcq_DE.png|none|frame|SSB CQ]]&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Pfad&#039;&#039;&#039; - Datei die für den CQ-Ruf abgespielt wird. Du kannst auch Makros wie zB /home/user/tucnak/cq/$MC_$O.wav verwenden.&lt;br /&gt;
Manche Ausgabegeräte können Einschränkungen im Audioformat haben - Samplerate, Kanäle.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Wiederholen&#039;&#039;&#039; und &#039;&#039;&#039;Verzögerung&#039;&#039;&#039; hat den selben Effekt wie im Kapitel zuvor.&lt;br /&gt;
&lt;br /&gt;
=CQ Makros=&lt;br /&gt;
&lt;br /&gt;
Es ist möglich Makros in den Dateinamen für CW CQ und SSB CQ zu verwenden. Makros sind unabhängig von der Groß- und Kleinschreibung.&lt;br /&gt;
&lt;br /&gt;
* $$ - das Zeichen $&lt;br /&gt;
* $C - Rufzeichen der Gegenstation. Achtung! Das Rufzeichen könnte einen Schrägstrich enthalten was sich als Problem beim Dateinamen herausstellt. Siehe dazu $V.&lt;br /&gt;
* $D - Datum vom Contest (20031228)&lt;br /&gt;
* $N - Contest-Nummer der Gegenstation&lt;br /&gt;
* $O - Operator-Rufzeichen (für SSB-CQ Dateinamen)&lt;br /&gt;
* $R - Report der Gegenstation.&lt;br /&gt;
* $S - Laufende Nummer der Aufzeichnung.&lt;br /&gt;
* $T - Contest-Verzeichnis (/home/ok1zia/tucnak/20031004.2)&lt;br /&gt;
* $V - Rufzeichen der Gegenstation, Schrägstrich wird duch einen Unterstrich ersetzt.&lt;br /&gt;
* $W - Locator der Gegenstation.&lt;br /&gt;
* $X - Möglicher Austausch der Gegenstation.&lt;br /&gt;
* $MC - Eigenes Rufzeichen.&lt;br /&gt;
* $MN - Contest-Nummer für die Gegenstation.&lt;br /&gt;
* $MR - Report für die Gegenstation.&lt;br /&gt;
* $MW - Eigener Locator.&lt;br /&gt;
* $MX - Eigener optionaler Austausch.&lt;br /&gt;
&lt;br /&gt;
Du kannst auch folgende Makros von strftime(3) verwenden (Groß-/Kleinschreibung ist hier allerdings von Bedeutung!)&lt;br /&gt;
&lt;br /&gt;
* %d - Tag des Monats 01..31&lt;br /&gt;
* %H - Stunde 01..24&lt;br /&gt;
* %M - Minute 00..59&lt;br /&gt;
* %m - Monat 00..12&lt;br /&gt;
* %S - Sekunde 00-59&lt;br /&gt;
* %Y - Jahr 1970-2038&lt;br /&gt;
&lt;br /&gt;
Für andere Befehle:&lt;br /&gt;
&lt;br /&gt;
 man 3 strftime&lt;br /&gt;
&lt;br /&gt;
Makros werden nicht überall erkannt!&lt;br /&gt;
&lt;br /&gt;
=Funkgerätoptionen=&lt;br /&gt;
&lt;br /&gt;
Tucnak verwendet die [http://hamlib.sourceforge.net Hamlib] um über das CAT-Interface auf Funkgeräte zuzugreifen. Du kannst quasi alle Schnittstellen benutzen die auch bei anderen Programmen funktionieren. Ein guter Einstieg ist [http://tucnak.nagano.cz/Interfaces.pdf HB9DRV&#039;s Wegweiser für HRD]. Natürlich kannst du auch eines [[RIG interface|meiner RIG Interfaces]] nachbauen.&lt;br /&gt;
&lt;br /&gt;
[[Image:Rigoptions_DE.png|none|frame|Funkgerätoptionen]]&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Gerät&#039;&#039;&#039; an dem das Interface angeschlossen ist. Typischerweise /dev/ttyS0, /dev/ttyUSB0&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Modell&#039;&#039;&#039; des Geräts. Diese Nummer wird von der Hamlib vorgegeben. Du kannst sie mit dem Befehl &#039;&#039;&#039;rigctl -l&#039;&#039;&#039; herausfinden oder mit folgender Auswahl:&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Wählen&#039;&#039;&#039; drücken um ein Menü anzuzeigen. Im ersten Level wird der Hersteller ausgewählt, im zweiten das Funkgerät. Die Modellnummer wird dann automatisch in das Feld davor geschrieben.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;CIV-Adresse&#039;&#039;&#039; für den Fall, dass du mehr Icom-Geräge an einer Schnittstelle angeschlossen hast. Standardadresse ist 0.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Freq.versatz SSB-&amp;gt;CW&#039;&#039;&#039; Manche Funkgeräte (Icom, Kenwood) ändern die Frequenz beim Wechsel von SSB &amp;lt;--&amp;gt; CW. Wenn du in SSB einen CQ-Ruf abgibst und dir jemand in CW antwortet kann es sein, dass das Funkgerät die Frequenz ändert. Dann musst du wieder 800Hz nachjustieren. Tucnak kann dies automatisch nachstellen wenn du mit Alt+M die Betriebsart änderst.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Transverter LO QRG&#039;&#039;&#039; ist die Frequenz, die Tucnak zur gelesenen Frequenz des Funkgeräts addiert und dann wie folgt darstellt:&lt;br /&gt;
&amp;lt;math&amp;gt;f_\mathrm{display}=f_\mathrm{CAT} + f_\mathrm{lo} [Hz]&amp;lt;/math&amp;gt;&lt;br /&gt;
Beachte: Manche Funkgeräte unterstützen den Transceiver-Modues. Als Beispiel: Der Radio ist auf 14MHz eingestellt, CAT sendet auch 14MHz, das Display zeigt aber 144MHz an. die LO-Frequenz muss vom Operator berechnet werden, dazu kannst du &#039;&#039;&#039;Fix QRG&#039;&#039;&#039; im [[DE_Edit|Bearbeiten]]-Menü verwenden. Das ist die globale LO-Frequenz, wenn du mehrere Transceiver verwendest kannst du dies im [[DE_Setup#Bandeinstellungen|Bandeinstellungen-Menü]] eintellen.&lt;br /&gt;
&lt;br /&gt;
=Autosave=&lt;br /&gt;
&lt;br /&gt;
[[Image:Autosave_DE.png|none|frame|Optionen für automatisches Speichern]]&lt;br /&gt;
&lt;br /&gt;
It sets and saves parameters of QSO to disk. Option `Save to disk after QSO&#039; is recommended set to 1 to save all reports. Fsync option immediately saves QSOs from cache to disk.&lt;br /&gt;
&lt;br /&gt;
Default setting of option Save to floppy after QSO is 4. Zero disables saving to floppy disk. Path to floppy item sets path to floppy&#039;s mount point. Tucnak don&#039;t test if floppy disk is mounted.&lt;br /&gt;
&lt;br /&gt;
Other items are ignored.&lt;br /&gt;
&lt;br /&gt;
=Network &amp;amp; trace=&lt;br /&gt;
&lt;br /&gt;
[[Image:Networktrace_DE.png|none|frame|Network &amp;amp; Verfolgungs-Optionen]]&lt;br /&gt;
&lt;br /&gt;
Ignore interfaces - list of network interfaces which would be ignored when searching for more instances of Tucnak on the network (transmit broadcasts) as connect to Internet, public IP address from provider, AX.25 interface. The delimiter between interfaces is space character. Broadcasts loads slow nets.&lt;br /&gt;
&lt;br /&gt;
Ignore networks - the purpose this option is the same as Ignore interface option. You can determinate subnet address.&lt;br /&gt;
&lt;br /&gt;
Announce to nets - it&#039;s an inverse function of previous options. There is specification of IP address where have been sending broadcasts in this option. The routers usually have disabled forward broadcastings.&lt;br /&gt;
&lt;br /&gt;
=Miscellaneous options=&lt;br /&gt;
&lt;br /&gt;
[[Image:Miscoptions_DE.png|none|frame|Verschiedene Optionen]]&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Log lines&#039;&#039;&#039; are last lines of tucnak&#039;s screen on which tucnak writes informations for users.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Sked shift&#039;&#039;&#039; time added to current time filled in the Sked dialog.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Starting band&#039;&#039;&#039; Band character (f.e. C=144 MHz) of band, which will be activated after contest open.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Screen resolution&#039;&#039;&#039; Only for SDL mode - you can set resolution of tucnak&#039;s window in characters or in pixels&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Double font&#039;&#039;&#039; for very-high-resolution displays and bad eyes - fonts are resized from usual 9x16 to 18x32 pixels. It is not very usable but on IARU VHF 2008 I had nothing to do so I&#039;ve imlpemented it.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Slash key&#039;&#039;&#039; Slash key on some national keyboards is not easily accessible (only with shift). Here you can remap it to any other character. Use with care!&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Disable screensaver&#039;&#039;&#039; if you only test Tucnak at home, you probably don&#039;t want to disable screensaver. So turn these checkbox off.&lt;br /&gt;
&lt;br /&gt;
=Terminal options=&lt;br /&gt;
&lt;br /&gt;
[[Image:Terminal_DE.png|none|frame|Terminal-Optionen]]&lt;br /&gt;
&lt;br /&gt;
These options come from [http://links.sourceforge.net links browser] so I&#039;m not able to tell what they exactly mean. Try to make some experiments or look at source code :-)&lt;br /&gt;
&lt;br /&gt;
=Language=&lt;br /&gt;
&lt;br /&gt;
Set language of Tucnak&#039;s GUI. I think English is very good for contest log but some people like to have their mother tongue set.&lt;br /&gt;
&lt;br /&gt;
=Character set=&lt;br /&gt;
&lt;br /&gt;
This menu is used for setting characteristic of terminal as window frames. It&#039;s a legacy of links (as above), I don&#039;t have detailed knowledge about these options.&lt;br /&gt;
&lt;br /&gt;
=Load cfg from net=&lt;br /&gt;
&lt;br /&gt;
It shows addresses of all Tucnaks on the local network. If one is selected you will read his complete configuration (tucnakrc).&lt;br /&gt;
&lt;br /&gt;
=Load C_W from net=&lt;br /&gt;
&lt;br /&gt;
It loads complete C_W database from selected Tucnak and saves it to ~/tucnak/tucnakcw. In database are saved two newest locators for each callsign.&lt;br /&gt;
&lt;br /&gt;
=Save configuration=&lt;br /&gt;
&lt;br /&gt;
It saves current configuration to file ~/tucnak/tucnakrc . You &#039;&#039;&#039;MUST&#039;&#039;&#039; do it to preserve any configuration changes !!&lt;/div&gt;</summary>
		<author><name>Dk1hj</name></author>
	</entry>
	<entry>
		<id>https://tucnak.nagano.cz/wiki/index.php?title=DE_Setup&amp;diff=1066</id>
		<title>DE Setup</title>
		<link rel="alternate" type="text/html" href="https://tucnak.nagano.cz/wiki/index.php?title=DE_Setup&amp;diff=1066"/>
		<updated>2009-08-04T19:29:20Z</updated>

		<summary type="html">&lt;p&gt;Dk1hj: /* Funkgerätoptionen */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{Languages|Setup}}&lt;br /&gt;
&lt;br /&gt;
[[Image:menusetup_DE.png|none|frame|Einstellungs-Menü]]&lt;br /&gt;
&lt;br /&gt;
All configuration changes are in memory only until you [[Setup#Save_configuration|save configuration]].&lt;br /&gt;
&lt;br /&gt;
=Contestvorgaben=&lt;br /&gt;
&lt;br /&gt;
[[Image:Contestdefaults_DE.png|none|frame|Contestvorgaben]]&lt;br /&gt;
&lt;br /&gt;
In diesem Menü kann man folgende Dinge einstellen: Rufzeichen im Contest, Clubrufzeichen (verwende das nur, wenn du das LOG im EDI-Format exportieren kannst), Locator (6 Buchstaben), Contest-QTH (Entspricht den Einträgen PAdr1 und PAdr2 im EDI-Format), optionaler Austausch (Exchange) und Standardwerte für RS und RST.&lt;br /&gt;
&lt;br /&gt;
=Bandeinstellungen=&lt;br /&gt;
&lt;br /&gt;
[[Image:Bandsettings_DE.png|none|frame|Bandeinstellungen]]&lt;br /&gt;
&lt;br /&gt;
Das Untermenü enthält die Einstellungen für alle Bänder. Aktive Bänder (Als QRV markiert) sind ganz oben und von den anderen Bändern getrennt. Du kannst Bändern, die du nie benötigst einfach entfernen (wie zB 220MHz in Europa).&lt;br /&gt;
Der Punk &amp;quot;QRV auf diesem Band&amp;quot; sollte bei allen Bändern an denen man funken will markiert sein.&lt;br /&gt;
&lt;br /&gt;
Dies ist auch schon die einzige Einstellung die man hier setzen muss. Die anderen Dinge kann man hier auch eingeben, ist aber nicht notwendig.&lt;br /&gt;
&lt;br /&gt;
&amp;quot;QRV in diesem Contest&amp;quot; hat hier keinen Effekt. Als Kategorie stehen Mehrmann, Einmann und Kontrolllog zur Auswahl.&lt;br /&gt;
&lt;br /&gt;
TX und RX-Ausrüstungseinstellungen beschreiben die Station. Leistung wir mit Einheiten angegeben. ASL und AGL bezieht sich auf die Antennenhöhe bezogen auf Seehöhe (ASL) und Boden (AGL).&lt;br /&gt;
Angegebene Werte sind in Meter, als Trenner zwischen den Werten dient ein Semikolon.&lt;br /&gt;
&lt;br /&gt;
Bei Operator werden die Rufzeichen der Leute, die am Contest teilhaben, eingetragen, wieder mit Semikolon getrennt. Dies kann auch im Operator-Menü [[Contest]] gemacht werden.&lt;br /&gt;
&lt;br /&gt;
Das Bemerkungenfeld ist für Bemerkungen an den Contestausschuss.&lt;br /&gt;
&lt;br /&gt;
Die Klassennummern für Einmann- und Mehrmannbetrieb sind eventuell von Contest zu Contest verschieden und werden eigentlich nur beim Dateinamen des EDI-Exports verwendet.&lt;br /&gt;
&lt;br /&gt;
Bandgrenzen werden in Kilohertz angegeben. Diese werden zur Filterung im DX-Cluster verwendet.&lt;br /&gt;
&lt;br /&gt;
ADIF Bandname beschreibt den Bandnamen im ADIF-Format.&lt;br /&gt;
&lt;br /&gt;
QRG für Skeds ist die Frequenz, die vom Operator eingegeben wird, auf der andere Operatoren im Netz Skeds entgegen nehmen sollen. Das Format ist nicht begrenzt, du kannst zB &amp;quot;.120&amp;quot; oder ähnliches eingeben.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Transverter LO QRG ist die Frequenz, die Tucnak zur Frequenz addiert welche die CAT-Schnittstelle des Funkgerätes liefert:&lt;br /&gt;
&amp;lt;math&amp;gt;f_\mathrm{display}=f_\mathrm{CAT} + f_\mathrm{lo} [Hz]&amp;lt;/math&amp;gt;&lt;br /&gt;
Beachte bitte, dass manche Funkgeräte den Transceiver-Mode unterstützen, als Beispiel: Funkgerät ist auf 14MHz eingestellt, CAT gibt auch 14MHz aus, das Display zeigt aber 144MHz.&lt;br /&gt;
LO-Frequenz muss vom Operator berechnet werden, dazu kannst du &amp;quot;Fix QRG&amp;quot; im [[Edit]] Menü verwenden.&lt;br /&gt;
&lt;br /&gt;
Diese Frequenz ist nur für dieses Band. Normalerweise steht hier 0 damit die [[Setup#Rig options|globale LO Frequenz]] verwendet wird.&lt;br /&gt;
&lt;br /&gt;
=Verantwortlicher Operator=&lt;br /&gt;
&lt;br /&gt;
[[Image:Responsibleoperator_DE.png|none|frame|Verantwortlicher OP]]&lt;br /&gt;
&lt;br /&gt;
Hier stehen die Informationen für den verantwortlichen Operator welche dann dem Contestausschuss übermittelt werden. Alle Elemente können frei formatiert werden und benötigen keine weiteren Kommentare...&lt;br /&gt;
&lt;br /&gt;
=CW keying=&lt;br /&gt;
&lt;br /&gt;
[[Image:Cwdaemon_DE.png|none|frame|CW daemon]]&lt;br /&gt;
&lt;br /&gt;
Seit Version 2.0 verwendet Tucnak nichtmehr das externe Programm &#039;cwdaemon&#039; zum Geben und Senden von CW. Alle Funktionen sind direkt in Tucnak implementiert.&lt;br /&gt;
&lt;br /&gt;
Folgende Schnittstellen stehen zum Geben zur Verfügung:&lt;br /&gt;
* None - keine CW-Ausgabe&lt;br /&gt;
* parport - verwendet das Kernelmodul ppdev zum Geben. Empfohlenes Gerät hierfür ist http://ok1zia.nagano.cz/web/davac3. Die Pinbelegung lautet:&lt;br /&gt;
** 1 STROBE - auf Masse wenn aktiv.&lt;br /&gt;
** 14 AUTOLF - Schaltet zwischen Mikrofon und Soundkarte um.&lt;br /&gt;
** 16 INIT - PTT&lt;br /&gt;
** 17 SELECT IN - CW&lt;br /&gt;
* ttys - uses control pins of serial port. Pinout for D-SUB9:&lt;br /&gt;
** 4 DTR - CW&lt;br /&gt;
** 5 GND - ground&lt;br /&gt;
** 7 RTS - PTT&lt;br /&gt;
* davac4 - USB SSB/CW keyer [[Davac4]] by OK1ZIA&lt;br /&gt;
* cwdaemon - für [http://www.qsl.net/pg4i/linux/cwdaemon.html cwdaemon] von Joop PG4I&lt;br /&gt;
* winkey - verwendet [[Winkey]] von [http://www.k1el.com K1EL]]&lt;br /&gt;
&lt;br /&gt;
Keyer ist zB /dev/parport0, /dev/ttyS0, /dev/ttyUSB0&lt;br /&gt;
&lt;br /&gt;
Hostname und UDP-Port sind reserviert.&lt;br /&gt;
&lt;br /&gt;
Startgeschwindigkeit gibt die Gebe-Geschwindigkeit in WPM nach dem Programmstart an. Dies kann nachträglich mit den Tasten &amp;quot;Bild auf&amp;quot; und &amp;quot;Bild ab&amp;quot; verändert werden.&lt;br /&gt;
&lt;br /&gt;
Gewichtung - Stellt das Verhältnis zwischen Signal und Pause ein.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;math&amp;gt;t_\mathrm{Signal}=\frac{1\,200\,000}{\mathrm{Geschwindigkeit}}+500 * \mathrm{Gewichtung}\ [\mu s]&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;math&amp;gt;t_\mathrm{Pause}=\frac{1\,200\,000}{\mathrm{Geschwindigkeit}}-500 * \mathrm{Gewichtung}\ [\mu s]&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Der WPM-Bereich beschreibt den Bereich, den man mit der &amp;quot;Bild auf&amp;quot; und &amp;quot;Bild ab&amp;quot; Taste einstellen kann. Die minimalen WPM werden auch für Winkey verwendet - Winkey kann nur 31 Geschwindigkeitsschritte.&lt;br /&gt;
Normalerweise ist die untere Grenze bei 10 WPM, bedeutet also, dass man mit Winkey einen Bereich von 10-41WPM abdecken kann. Wenn du als maximale Geschwindigkeit zB 50WPM willst musst du die minimale Grenze mindestens 19 stellen.&lt;br /&gt;
&lt;br /&gt;
Benutze Lautsprecher - Piept die Morsezeichen über die Soundausgabe.&lt;br /&gt;
&lt;br /&gt;
PTT-Verzögerung - (experimentelles Feature) Tucnak beginnt erst dann mit der Aussendung des CW-Codes nachdem die PTT-Taste für den eingestellten Wert gedrückt ist. Dies soll verhindern, dass der Beginn einer Aussendung abgeschnitten wird und dass sich die Sendekette eingeschwungen hat. Empfohlen sind 100 bis 250 ms.&lt;br /&gt;
&lt;br /&gt;
=Winkey-Optionen=&lt;br /&gt;
&lt;br /&gt;
[[Image:Winkeyoptions_DE.png|none|frame|Winkey-Optionen]]&lt;br /&gt;
&lt;br /&gt;
Winkey2 Schnellinitialisierung bedeutet, dass Tucnak beim Start nicht auf die Initialisierung des Winkeys wartet. Diese Option wir hauptsächlich bei Winkey2 verwendet, welcher die Versorgungsspannung über USB bekommt. Sie hat keine Einflüsse auf andere versionsabhängige Kommandos (Tasten), Tucnak liest die Winkey-Version aus!&lt;br /&gt;
&lt;br /&gt;
Benutze Geschwindigkeitspoti/Benutze Knöpfe - benötigt kein Kommentar. Normalerweise gibt es keinen Grund dies abzuschalten.&lt;br /&gt;
&lt;br /&gt;
Curtis A/B, Ultimatic, Bug - Setzt den Paddle-Modus. Ich denke Curtis B ist optimal.&lt;br /&gt;
&lt;br /&gt;
Paddle-Swap - Vertauscht die Paddles.&lt;br /&gt;
&lt;br /&gt;
=Audio=&lt;br /&gt;
&lt;br /&gt;
[[Image:Audio_DE.png|none|frame|Audio-Optionen]]&lt;br /&gt;
&lt;br /&gt;
Seit Version 2.0 unterstützt Tucnak SSB-CQ und Funkgespräch-Aufzeichnung.&lt;br /&gt;
&lt;br /&gt;
==Allgemeine Optionen==&lt;br /&gt;
Es werden Alsa, OSS und SSBD als Sound-Treiber unterstützt.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Audio aufnehmen&#039;&#039;&#039; schaltet die Aufnahme von Bandaktivitäten beim Empfangen an oder aus. Wenn dies nich aktiviert ist sind alle folgenden Optionen irrelevant. Um zu verhindern, dass der komplette freie Speicher von Sounddateien belegt wird solltest du die Optionen &#039;&#039;&#039;Max Aufnahmezeit&#039;&#039;&#039; und &#039;&#039;&#039;Minimaler freier Festplattenspeicher&#039;&#039;&#039; verwenden.&lt;br /&gt;
&lt;br /&gt;
Das &#039;&#039;&#039;Aufzeichnungsformat&#039;&#039;&#039; beschreibt die Codierung der Ausgabedatei. Unterstütze Formate sind:&lt;br /&gt;
&lt;br /&gt;
* PCM 8 und 16 Bit&lt;br /&gt;
* Logarithmische PCM u-law und A-law&lt;br /&gt;
* IMA und MS adaptierte PCM&lt;br /&gt;
* GSM Version 6.10 (mein Favorit)&lt;br /&gt;
&lt;br /&gt;
PCM ist passend für Weiterkonvertierung in andere Formate (mp3, OGG). GSM-Codierung benötigt wenig Speicherplatz. Eine Minute entspricht etwa 130kB Festplattenspeicher. Das sind dann also weniger als 200MB für 24h. Es ist aber nicht sicher, dass diese Codierung von deinem bevorzugtem Musik-Player unterstützt wird. Das GSM-Format kann zB von mplayer (mit Codec) oder sndfile-play (kommt mit libsndfile mit) abgespielt werden.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Kanäle&#039;&#039;&#039; stellt die Anzahl der Soundkanäle ein. 1 bedeutet Mono. Du kannst dies auch auf 2 oder 4 setzen, abhängig von deiner Soundkarte.&lt;br /&gt;
&lt;br /&gt;
Die &#039;&#039;&#039;Abtastrate&#039;&#039;&#039; legt die Nummer der Abtastungen pro Sekunde fest. &#039;CD&#039;-Qualität hat 44100. Dieser Wert ist für das Senden irrelevant. Es ist empfehlenswert einen Bruchteil der CD-Qualität zu wählen: 22050 oder 11025. Manche Soundkarten unterstützen keine anderen Abtastraten.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Playback volume&#039;&#039;&#039; ermöglicht die Einstellung der Lautstärke für SSB-CQ. -1 schaltet diese Funktion ab. Übliche Werte liegen zwischen 0 und 100, können aber stark von der verwendeten Hardware variieren.&lt;br /&gt;
&lt;br /&gt;
Notiz: Versionen &amp;lt;2.26 unterstützen keine negativen Werte. Um die Lautstärkeregelung zu deaktivieren kann man versuchen ein falsches Mixer-Gerät anzugeben.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Capture volume&#039;&#039;&#039; das selbe für die Aufnahme.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Vorgabe für Dateiname der Aufnahme&#039;&#039;&#039; ist die Vorlage zum Benennen der aufgezeichneten Dateien. Eine Beschreibung der möglichen Makros findest du unter  [[DE_Setup#CQ_Makros|CQ Makros]].&lt;br /&gt;
&lt;br /&gt;
==Alsa Optionen==&lt;br /&gt;
&#039;&#039;&#039;Alsa Abspielgerät&#039;&#039;&#039; und &#039;&#039;&#039;Alsa Aufzeichengerät&#039;&#039;&#039; gibt die Alsa-Geräte bzw. Anschlüsse an. Mögliche Werte sind zum Beispiel:&lt;br /&gt;
* default - Standardgerät aus der Konfiguration&lt;br /&gt;
* hw0,0 - Erste Soundkarte, erste PCM (erster DAC)&lt;br /&gt;
* hw0,1 - Erste Karte, zweite PCM (zweiter DAC, zB Ensonic ES1371)&lt;br /&gt;
* hw1,0 - Zweite Karte, ...&lt;br /&gt;
* plughw0,0 - Näheres in der Alsa-Dokumentation&lt;br /&gt;
* dmix&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Wiederholzeit&#039;&#039;&#039; ist die maximale Zeit für die aufgezeichnete Samples im Kartenpuffer bleiben. Mögliche Werte sind Vielfache von Hundert (Zehntelsekunden).&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Bufferzeit&#039;&#039;&#039; ist die maximale Buffergröße. Muss größer als die Wiederholzeit sein, z.B. 4*Wiederholzeit.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Alsa Mixergerät&#039;&#039;&#039; z.B. hw0, hw1, ...&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Aufnahmegerät&#039;&#039;&#039; zeigt ein Untermenü zur Auswahl des Aufnahmegeräts. Im Untermenü sind alle von der Soundkarte unterstützten Geräte gelistet.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==OSS Optionen==&lt;br /&gt;
&#039;&#039;&#039;Pfad zu /dev/dsp&#039;&#039;&#039; beschreibt dem Pfad an den der Soundkartetreiber gebunden ist. Normalerweise /dev/dsp.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Max. Nr. von Teilen&#039;&#039;&#039; gibt die Anzahl der Bufferfragmente an die im Buffer sind. Wenn du Probleme bei der Aufzeichnung oder beim Wechsel von TX auf TX hast solltest du 4 bzw. eine andere kleine Zahl verwenden. Überprüfe danach die aufgezeichneten Dateien nach Bufferunterläufen.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Pfad zu /dev/mixer&#039;&#039;&#039; Üblicherweise /dev/mixer.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Aufnahmegerät&#039;&#039;&#039; - Eingang für das Aufnahmesignal.&lt;br /&gt;
&lt;br /&gt;
==SSBD Optionen==&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Zurzeit nicht implementiert!&#039;&#039;&#039; SSBD ist veraltet. Die Einstellungen werden vielleicht in Zukunft wieder benötigt (PowerSRD, digimodes, ...)&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;SSBD Hostname&#039;&#039;&#039; und &#039;&#039;&#039;UDP Port&#039;&#039;&#039; - Setzt IP-Adresse und UDP-Port für den SSB-Daemon.&lt;br /&gt;
&lt;br /&gt;
=CW CQ=&lt;br /&gt;
&lt;br /&gt;
Beim Auswählen dieses Menüs erscheint eine Liste der verfügbaren CW-CQs. In Klammer steht die Kurztaste um den Morsetext auszugeben. &#039;R&#039; bedeutet, dass dieser Text wiederholt wird (CQ). Am Ende steht der Anfang des Textes.&lt;br /&gt;
&lt;br /&gt;
[[Image:Cwcq_DE.png|none|frame|CW CQ]]&lt;br /&gt;
&lt;br /&gt;
Folgendes kann man beim Klicken auf einen Text einstellen:&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Text&#039;&#039;&#039; für CQ. Du kannst hier Text eingeben oder Makros verwenden.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Geschw.&#039;&#039;&#039; ist normalerweise nicht definiert. Du kannst hier aber eine Geschwindigkeit für diesen CQ einstellen (zB schnelles 73)&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Wiederholen&#039;&#039;&#039; CQ wird wiederholt bis man ESC, TAB oder eine andere CQ-Taste drückt.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Verzögerung&#039;&#039;&#039; Abstand zwischen den CQ-Rufen (bei Wiederholung)&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Erlauben falls...&#039;&#039;&#039; Erlaubt das Senden der Nachricht auch dann, wenn ein Makro undefiniert ist. Normalerweise willst du keine leeren Folgen geben wenn zB noch kein Rufzeichen eingegeben wurde.&lt;br /&gt;
&lt;br /&gt;
=SSB CQ=&lt;br /&gt;
&lt;br /&gt;
[[Image:ssbcq_DE.png|none|frame|SSB CQ]]&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Pfad&#039;&#039;&#039; - Datei die für den CQ-Ruf abgespielt wird. Du kannst auch Makros wie zB /home/user/tucnak/cq/$MC_$O.wav verwenden.&lt;br /&gt;
Manche Ausgabegeräte können Einschränkungen im Audioformat haben - Samplerate, Kanäle.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Wiederholen&#039;&#039;&#039; und &#039;&#039;&#039;Verzögerung&#039;&#039;&#039; hat den selben Effekt wie im Kapitel zuvor.&lt;br /&gt;
&lt;br /&gt;
=CQ Makros=&lt;br /&gt;
&lt;br /&gt;
Es ist möglich Makros in den Dateinamen für CW CQ und SSB CQ zu verwenden. Makros sind unabhängig von der Groß- und Kleinschreibung.&lt;br /&gt;
&lt;br /&gt;
* $$ - das Zeichen $&lt;br /&gt;
* $C - Rufzeichen der Gegenstation. Achtung! Das Rufzeichen könnte einen Schrägstrich enthalten was sich als Problem beim Dateinamen herausstellt. Siehe dazu $V.&lt;br /&gt;
* $D - Datum vom Contest (20031228)&lt;br /&gt;
* $N - Contest-Nummer der Gegenstation&lt;br /&gt;
* $O - Operator-Rufzeichen (für SSB-CQ Dateinamen)&lt;br /&gt;
* $R - Report der Gegenstation.&lt;br /&gt;
* $S - Laufende Nummer der Aufzeichnung.&lt;br /&gt;
* $T - Contest-Verzeichnis (/home/ok1zia/tucnak/20031004.2)&lt;br /&gt;
* $V - Rufzeichen der Gegenstation, Schrägstrich wird duch einen Unterstrich ersetzt.&lt;br /&gt;
* $W - Locator der Gegenstation.&lt;br /&gt;
* $X - Möglicher Austausch der Gegenstation.&lt;br /&gt;
* $MC - Eigenes Rufzeichen.&lt;br /&gt;
* $MN - Contest-Nummer für die Gegenstation.&lt;br /&gt;
* $MR - Report für die Gegenstation.&lt;br /&gt;
* $MW - Eigener Locator.&lt;br /&gt;
* $MX - Eigener optionaler Austausch.&lt;br /&gt;
&lt;br /&gt;
Du kannst auch folgende Makros von strftime(3) verwenden (Groß-/Kleinschreibung ist hier allerdings von Bedeutung!)&lt;br /&gt;
&lt;br /&gt;
* %d - Tag des Monats 01..31&lt;br /&gt;
* %H - Stunde 01..24&lt;br /&gt;
* %M - Minute 00..59&lt;br /&gt;
* %m - Monat 00..12&lt;br /&gt;
* %S - Sekunde 00-59&lt;br /&gt;
* %Y - Jahr 1970-2038&lt;br /&gt;
&lt;br /&gt;
Für andere Befehle:&lt;br /&gt;
&lt;br /&gt;
 man 3 strftime&lt;br /&gt;
&lt;br /&gt;
Makros werden nicht überall erkannt!&lt;br /&gt;
&lt;br /&gt;
=Funkgerätoptionen=&lt;br /&gt;
&lt;br /&gt;
Tucnak verwendet die [http://hamlib.sourceforge.net Hamlib] um über das CAT-Interface auf Funkgeräte zuzugreifen. Du kannst quasi alle Schnittstellen benutzen die auch bei anderen Programmen funktionieren. Ein guter Einstieg ist [http://tucnak.nagano.cz/Interfaces.pdf HB9DRV&#039;s Wegweiser für HRD]. Natürlich kannst du auch eines [[RIG interface|meiner RIG Interfaces]] nachbauen.&lt;br /&gt;
&lt;br /&gt;
[[Image:Rigoptions_DE.png|none|frame|Funkgerätoptionen]]&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Gerät&#039;&#039;&#039; an dem das Interface angeschlossen ist. Typischerweise /dev/ttyS0, /dev/ttyUSB0&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Modell&#039;&#039;&#039; des Geräts. Diese Nummer wird von der Hamlib vorgegeben. Du kannst sie mit dem Befehl &#039;&#039;&#039;rigctl -l&#039;&#039;&#039; herausfinden oder mit folgender Auswahl:&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Wählen&#039;&#039;&#039; drücken um ein Menü anzuzeigen. Im ersten Level wird der Hersteller ausgewählt, im zweiten das Funkgerät. Die Modellnummer wird dann automatisch in das Feld davor geschrieben.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;CIV-Adresse&#039;&#039;&#039; für den Fall, dass du mehr Icom-Geräge an einer Schnittstelle angeschlossen hast. Standardadresse ist 0.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Freq.versatz SSB-&amp;gt;CW&#039;&#039;&#039; Manche Funkgeräte (Icom, Kenwood) ändern die Frequenz beim Wechsel von SSB &amp;lt;--&amp;gt; CW. Wenn du in SSB einen CQ-Ruf abgibst und dir jemand in CW antwortet kann es sein, dass das Funkgerät die Frequenz ändert. Dann musst du wieder 800Hz nachjustieren. Tucnak kann dies automatisch nachstellen wenn du mit Alt+M die Betriebsart änderst.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Transverter LO QRG&#039;&#039;&#039; ist die Frequenz, die Tucnak zur gelesenen Frequenz des Funkgeräts addiert und dann wie folgt darstellt:&lt;br /&gt;
&amp;lt;math&amp;gt;f_\mathrm{display}=f_\mathrm{CAT} + f_\mathrm{lo} [Hz]&amp;lt;/math&amp;gt;&lt;br /&gt;
Beachte: Manche Funkgeräte unterstützen den Transceiver-Modues. Als Beispiel: Der Radio ist auf 14MHz eingestellt, CAT sendet auch 14MHz, das Display zeigt aber 144MHz an. die LO-Frequenz muss vom Operator berechnet werden, dazu kannst du &#039;&#039;&#039;Fix QRG&#039;&#039;&#039; im [[DE_Edit|Bearbeiten]]-Menü verwenden. Das ist die globale LO-Frequenz, wenn du mehrere Transceiver verwendest kannst du dies im [[Setup#Bandeinstellungen|Bandeinstellungen-Menü]] eintellen.&lt;br /&gt;
&lt;br /&gt;
=Autosave=&lt;br /&gt;
&lt;br /&gt;
[[Image:Autosave_DE.png|none|frame|Optionen für automatisches Speichern]]&lt;br /&gt;
&lt;br /&gt;
It sets and saves parameters of QSO to disk. Option `Save to disk after QSO&#039; is recommended set to 1 to save all reports. Fsync option immediately saves QSOs from cache to disk.&lt;br /&gt;
&lt;br /&gt;
Default setting of option Save to floppy after QSO is 4. Zero disables saving to floppy disk. Path to floppy item sets path to floppy&#039;s mount point. Tucnak don&#039;t test if floppy disk is mounted.&lt;br /&gt;
&lt;br /&gt;
Other items are ignored.&lt;br /&gt;
&lt;br /&gt;
=Network &amp;amp; trace=&lt;br /&gt;
&lt;br /&gt;
[[Image:Networktrace_DE.png|none|frame|Network &amp;amp; Verfolgungs-Optionen]]&lt;br /&gt;
&lt;br /&gt;
Ignore interfaces - list of network interfaces which would be ignored when searching for more instances of Tucnak on the network (transmit broadcasts) as connect to Internet, public IP address from provider, AX.25 interface. The delimiter between interfaces is space character. Broadcasts loads slow nets.&lt;br /&gt;
&lt;br /&gt;
Ignore networks - the purpose this option is the same as Ignore interface option. You can determinate subnet address.&lt;br /&gt;
&lt;br /&gt;
Announce to nets - it&#039;s an inverse function of previous options. There is specification of IP address where have been sending broadcasts in this option. The routers usually have disabled forward broadcastings.&lt;br /&gt;
&lt;br /&gt;
=Miscellaneous options=&lt;br /&gt;
&lt;br /&gt;
[[Image:Miscoptions_DE.png|none|frame|Verschiedene Optionen]]&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Log lines&#039;&#039;&#039; are last lines of tucnak&#039;s screen on which tucnak writes informations for users.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Sked shift&#039;&#039;&#039; time added to current time filled in the Sked dialog.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Starting band&#039;&#039;&#039; Band character (f.e. C=144 MHz) of band, which will be activated after contest open.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Screen resolution&#039;&#039;&#039; Only for SDL mode - you can set resolution of tucnak&#039;s window in characters or in pixels&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Double font&#039;&#039;&#039; for very-high-resolution displays and bad eyes - fonts are resized from usual 9x16 to 18x32 pixels. It is not very usable but on IARU VHF 2008 I had nothing to do so I&#039;ve imlpemented it.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Slash key&#039;&#039;&#039; Slash key on some national keyboards is not easily accessible (only with shift). Here you can remap it to any other character. Use with care!&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Disable screensaver&#039;&#039;&#039; if you only test Tucnak at home, you probably don&#039;t want to disable screensaver. So turn these checkbox off.&lt;br /&gt;
&lt;br /&gt;
=Terminal options=&lt;br /&gt;
&lt;br /&gt;
[[Image:Terminal_DE.png|none|frame|Terminal-Optionen]]&lt;br /&gt;
&lt;br /&gt;
These options come from [http://links.sourceforge.net links browser] so I&#039;m not able to tell what they exactly mean. Try to make some experiments or look at source code :-)&lt;br /&gt;
&lt;br /&gt;
=Language=&lt;br /&gt;
&lt;br /&gt;
Set language of Tucnak&#039;s GUI. I think English is very good for contest log but some people like to have their mother tongue set.&lt;br /&gt;
&lt;br /&gt;
=Character set=&lt;br /&gt;
&lt;br /&gt;
This menu is used for setting characteristic of terminal as window frames. It&#039;s a legacy of links (as above), I don&#039;t have detailed knowledge about these options.&lt;br /&gt;
&lt;br /&gt;
=Load cfg from net=&lt;br /&gt;
&lt;br /&gt;
It shows addresses of all Tucnaks on the local network. If one is selected you will read his complete configuration (tucnakrc).&lt;br /&gt;
&lt;br /&gt;
=Load C_W from net=&lt;br /&gt;
&lt;br /&gt;
It loads complete C_W database from selected Tucnak and saves it to ~/tucnak/tucnakcw. In database are saved two newest locators for each callsign.&lt;br /&gt;
&lt;br /&gt;
=Save configuration=&lt;br /&gt;
&lt;br /&gt;
It saves current configuration to file ~/tucnak/tucnakrc . You &#039;&#039;&#039;MUST&#039;&#039;&#039; do it to preserve any configuration changes !!&lt;/div&gt;</summary>
		<author><name>Dk1hj</name></author>
	</entry>
	<entry>
		<id>https://tucnak.nagano.cz/wiki/index.php?title=DE_Setup&amp;diff=1065</id>
		<title>DE Setup</title>
		<link rel="alternate" type="text/html" href="https://tucnak.nagano.cz/wiki/index.php?title=DE_Setup&amp;diff=1065"/>
		<updated>2009-08-04T19:23:49Z</updated>

		<summary type="html">&lt;p&gt;Dk1hj: /* Rig options */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{Languages|Setup}}&lt;br /&gt;
&lt;br /&gt;
[[Image:menusetup_DE.png|none|frame|Einstellungs-Menü]]&lt;br /&gt;
&lt;br /&gt;
All configuration changes are in memory only until you [[Setup#Save_configuration|save configuration]].&lt;br /&gt;
&lt;br /&gt;
=Contestvorgaben=&lt;br /&gt;
&lt;br /&gt;
[[Image:Contestdefaults_DE.png|none|frame|Contestvorgaben]]&lt;br /&gt;
&lt;br /&gt;
In diesem Menü kann man folgende Dinge einstellen: Rufzeichen im Contest, Clubrufzeichen (verwende das nur, wenn du das LOG im EDI-Format exportieren kannst), Locator (6 Buchstaben), Contest-QTH (Entspricht den Einträgen PAdr1 und PAdr2 im EDI-Format), optionaler Austausch (Exchange) und Standardwerte für RS und RST.&lt;br /&gt;
&lt;br /&gt;
=Bandeinstellungen=&lt;br /&gt;
&lt;br /&gt;
[[Image:Bandsettings_DE.png|none|frame|Bandeinstellungen]]&lt;br /&gt;
&lt;br /&gt;
Das Untermenü enthält die Einstellungen für alle Bänder. Aktive Bänder (Als QRV markiert) sind ganz oben und von den anderen Bändern getrennt. Du kannst Bändern, die du nie benötigst einfach entfernen (wie zB 220MHz in Europa).&lt;br /&gt;
Der Punk &amp;quot;QRV auf diesem Band&amp;quot; sollte bei allen Bändern an denen man funken will markiert sein.&lt;br /&gt;
&lt;br /&gt;
Dies ist auch schon die einzige Einstellung die man hier setzen muss. Die anderen Dinge kann man hier auch eingeben, ist aber nicht notwendig.&lt;br /&gt;
&lt;br /&gt;
&amp;quot;QRV in diesem Contest&amp;quot; hat hier keinen Effekt. Als Kategorie stehen Mehrmann, Einmann und Kontrolllog zur Auswahl.&lt;br /&gt;
&lt;br /&gt;
TX und RX-Ausrüstungseinstellungen beschreiben die Station. Leistung wir mit Einheiten angegeben. ASL und AGL bezieht sich auf die Antennenhöhe bezogen auf Seehöhe (ASL) und Boden (AGL).&lt;br /&gt;
Angegebene Werte sind in Meter, als Trenner zwischen den Werten dient ein Semikolon.&lt;br /&gt;
&lt;br /&gt;
Bei Operator werden die Rufzeichen der Leute, die am Contest teilhaben, eingetragen, wieder mit Semikolon getrennt. Dies kann auch im Operator-Menü [[Contest]] gemacht werden.&lt;br /&gt;
&lt;br /&gt;
Das Bemerkungenfeld ist für Bemerkungen an den Contestausschuss.&lt;br /&gt;
&lt;br /&gt;
Die Klassennummern für Einmann- und Mehrmannbetrieb sind eventuell von Contest zu Contest verschieden und werden eigentlich nur beim Dateinamen des EDI-Exports verwendet.&lt;br /&gt;
&lt;br /&gt;
Bandgrenzen werden in Kilohertz angegeben. Diese werden zur Filterung im DX-Cluster verwendet.&lt;br /&gt;
&lt;br /&gt;
ADIF Bandname beschreibt den Bandnamen im ADIF-Format.&lt;br /&gt;
&lt;br /&gt;
QRG für Skeds ist die Frequenz, die vom Operator eingegeben wird, auf der andere Operatoren im Netz Skeds entgegen nehmen sollen. Das Format ist nicht begrenzt, du kannst zB &amp;quot;.120&amp;quot; oder ähnliches eingeben.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Transverter LO QRG ist die Frequenz, die Tucnak zur Frequenz addiert welche die CAT-Schnittstelle des Funkgerätes liefert:&lt;br /&gt;
&amp;lt;math&amp;gt;f_\mathrm{display}=f_\mathrm{CAT} + f_\mathrm{lo} [Hz]&amp;lt;/math&amp;gt;&lt;br /&gt;
Beachte bitte, dass manche Funkgeräte den Transceiver-Mode unterstützen, als Beispiel: Funkgerät ist auf 14MHz eingestellt, CAT gibt auch 14MHz aus, das Display zeigt aber 144MHz.&lt;br /&gt;
LO-Frequenz muss vom Operator berechnet werden, dazu kannst du &amp;quot;Fix QRG&amp;quot; im [[Edit]] Menü verwenden.&lt;br /&gt;
&lt;br /&gt;
Diese Frequenz ist nur für dieses Band. Normalerweise steht hier 0 damit die [[Setup#Rig options|globale LO Frequenz]] verwendet wird.&lt;br /&gt;
&lt;br /&gt;
=Verantwortlicher Operator=&lt;br /&gt;
&lt;br /&gt;
[[Image:Responsibleoperator_DE.png|none|frame|Verantwortlicher OP]]&lt;br /&gt;
&lt;br /&gt;
Hier stehen die Informationen für den verantwortlichen Operator welche dann dem Contestausschuss übermittelt werden. Alle Elemente können frei formatiert werden und benötigen keine weiteren Kommentare...&lt;br /&gt;
&lt;br /&gt;
=CW keying=&lt;br /&gt;
&lt;br /&gt;
[[Image:Cwdaemon_DE.png|none|frame|CW daemon]]&lt;br /&gt;
&lt;br /&gt;
Seit Version 2.0 verwendet Tucnak nichtmehr das externe Programm &#039;cwdaemon&#039; zum Geben und Senden von CW. Alle Funktionen sind direkt in Tucnak implementiert.&lt;br /&gt;
&lt;br /&gt;
Folgende Schnittstellen stehen zum Geben zur Verfügung:&lt;br /&gt;
* None - keine CW-Ausgabe&lt;br /&gt;
* parport - verwendet das Kernelmodul ppdev zum Geben. Empfohlenes Gerät hierfür ist http://ok1zia.nagano.cz/web/davac3. Die Pinbelegung lautet:&lt;br /&gt;
** 1 STROBE - auf Masse wenn aktiv.&lt;br /&gt;
** 14 AUTOLF - Schaltet zwischen Mikrofon und Soundkarte um.&lt;br /&gt;
** 16 INIT - PTT&lt;br /&gt;
** 17 SELECT IN - CW&lt;br /&gt;
* ttys - uses control pins of serial port. Pinout for D-SUB9:&lt;br /&gt;
** 4 DTR - CW&lt;br /&gt;
** 5 GND - ground&lt;br /&gt;
** 7 RTS - PTT&lt;br /&gt;
* davac4 - USB SSB/CW keyer [[Davac4]] by OK1ZIA&lt;br /&gt;
* cwdaemon - für [http://www.qsl.net/pg4i/linux/cwdaemon.html cwdaemon] von Joop PG4I&lt;br /&gt;
* winkey - verwendet [[Winkey]] von [http://www.k1el.com K1EL]]&lt;br /&gt;
&lt;br /&gt;
Keyer ist zB /dev/parport0, /dev/ttyS0, /dev/ttyUSB0&lt;br /&gt;
&lt;br /&gt;
Hostname und UDP-Port sind reserviert.&lt;br /&gt;
&lt;br /&gt;
Startgeschwindigkeit gibt die Gebe-Geschwindigkeit in WPM nach dem Programmstart an. Dies kann nachträglich mit den Tasten &amp;quot;Bild auf&amp;quot; und &amp;quot;Bild ab&amp;quot; verändert werden.&lt;br /&gt;
&lt;br /&gt;
Gewichtung - Stellt das Verhältnis zwischen Signal und Pause ein.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;math&amp;gt;t_\mathrm{Signal}=\frac{1\,200\,000}{\mathrm{Geschwindigkeit}}+500 * \mathrm{Gewichtung}\ [\mu s]&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;math&amp;gt;t_\mathrm{Pause}=\frac{1\,200\,000}{\mathrm{Geschwindigkeit}}-500 * \mathrm{Gewichtung}\ [\mu s]&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Der WPM-Bereich beschreibt den Bereich, den man mit der &amp;quot;Bild auf&amp;quot; und &amp;quot;Bild ab&amp;quot; Taste einstellen kann. Die minimalen WPM werden auch für Winkey verwendet - Winkey kann nur 31 Geschwindigkeitsschritte.&lt;br /&gt;
Normalerweise ist die untere Grenze bei 10 WPM, bedeutet also, dass man mit Winkey einen Bereich von 10-41WPM abdecken kann. Wenn du als maximale Geschwindigkeit zB 50WPM willst musst du die minimale Grenze mindestens 19 stellen.&lt;br /&gt;
&lt;br /&gt;
Benutze Lautsprecher - Piept die Morsezeichen über die Soundausgabe.&lt;br /&gt;
&lt;br /&gt;
PTT-Verzögerung - (experimentelles Feature) Tucnak beginnt erst dann mit der Aussendung des CW-Codes nachdem die PTT-Taste für den eingestellten Wert gedrückt ist. Dies soll verhindern, dass der Beginn einer Aussendung abgeschnitten wird und dass sich die Sendekette eingeschwungen hat. Empfohlen sind 100 bis 250 ms.&lt;br /&gt;
&lt;br /&gt;
=Winkey-Optionen=&lt;br /&gt;
&lt;br /&gt;
[[Image:Winkeyoptions_DE.png|none|frame|Winkey-Optionen]]&lt;br /&gt;
&lt;br /&gt;
Winkey2 Schnellinitialisierung bedeutet, dass Tucnak beim Start nicht auf die Initialisierung des Winkeys wartet. Diese Option wir hauptsächlich bei Winkey2 verwendet, welcher die Versorgungsspannung über USB bekommt. Sie hat keine Einflüsse auf andere versionsabhängige Kommandos (Tasten), Tucnak liest die Winkey-Version aus!&lt;br /&gt;
&lt;br /&gt;
Benutze Geschwindigkeitspoti/Benutze Knöpfe - benötigt kein Kommentar. Normalerweise gibt es keinen Grund dies abzuschalten.&lt;br /&gt;
&lt;br /&gt;
Curtis A/B, Ultimatic, Bug - Setzt den Paddle-Modus. Ich denke Curtis B ist optimal.&lt;br /&gt;
&lt;br /&gt;
Paddle-Swap - Vertauscht die Paddles.&lt;br /&gt;
&lt;br /&gt;
=Audio=&lt;br /&gt;
&lt;br /&gt;
[[Image:Audio_DE.png|none|frame|Audio-Optionen]]&lt;br /&gt;
&lt;br /&gt;
Seit Version 2.0 unterstützt Tucnak SSB-CQ und Funkgespräch-Aufzeichnung.&lt;br /&gt;
&lt;br /&gt;
==Allgemeine Optionen==&lt;br /&gt;
Es werden Alsa, OSS und SSBD als Sound-Treiber unterstützt.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Audio aufnehmen&#039;&#039;&#039; schaltet die Aufnahme von Bandaktivitäten beim Empfangen an oder aus. Wenn dies nich aktiviert ist sind alle folgenden Optionen irrelevant. Um zu verhindern, dass der komplette freie Speicher von Sounddateien belegt wird solltest du die Optionen &#039;&#039;&#039;Max Aufnahmezeit&#039;&#039;&#039; und &#039;&#039;&#039;Minimaler freier Festplattenspeicher&#039;&#039;&#039; verwenden.&lt;br /&gt;
&lt;br /&gt;
Das &#039;&#039;&#039;Aufzeichnungsformat&#039;&#039;&#039; beschreibt die Codierung der Ausgabedatei. Unterstütze Formate sind:&lt;br /&gt;
&lt;br /&gt;
* PCM 8 und 16 Bit&lt;br /&gt;
* Logarithmische PCM u-law und A-law&lt;br /&gt;
* IMA und MS adaptierte PCM&lt;br /&gt;
* GSM Version 6.10 (mein Favorit)&lt;br /&gt;
&lt;br /&gt;
PCM ist passend für Weiterkonvertierung in andere Formate (mp3, OGG). GSM-Codierung benötigt wenig Speicherplatz. Eine Minute entspricht etwa 130kB Festplattenspeicher. Das sind dann also weniger als 200MB für 24h. Es ist aber nicht sicher, dass diese Codierung von deinem bevorzugtem Musik-Player unterstützt wird. Das GSM-Format kann zB von mplayer (mit Codec) oder sndfile-play (kommt mit libsndfile mit) abgespielt werden.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Kanäle&#039;&#039;&#039; stellt die Anzahl der Soundkanäle ein. 1 bedeutet Mono. Du kannst dies auch auf 2 oder 4 setzen, abhängig von deiner Soundkarte.&lt;br /&gt;
&lt;br /&gt;
Die &#039;&#039;&#039;Abtastrate&#039;&#039;&#039; legt die Nummer der Abtastungen pro Sekunde fest. &#039;CD&#039;-Qualität hat 44100. Dieser Wert ist für das Senden irrelevant. Es ist empfehlenswert einen Bruchteil der CD-Qualität zu wählen: 22050 oder 11025. Manche Soundkarten unterstützen keine anderen Abtastraten.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Playback volume&#039;&#039;&#039; ermöglicht die Einstellung der Lautstärke für SSB-CQ. -1 schaltet diese Funktion ab. Übliche Werte liegen zwischen 0 und 100, können aber stark von der verwendeten Hardware variieren.&lt;br /&gt;
&lt;br /&gt;
Notiz: Versionen &amp;lt;2.26 unterstützen keine negativen Werte. Um die Lautstärkeregelung zu deaktivieren kann man versuchen ein falsches Mixer-Gerät anzugeben.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Capture volume&#039;&#039;&#039; das selbe für die Aufnahme.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Vorgabe für Dateiname der Aufnahme&#039;&#039;&#039; ist die Vorlage zum Benennen der aufgezeichneten Dateien. Eine Beschreibung der möglichen Makros findest du unter  [[DE_Setup#CQ_Makros|CQ Makros]].&lt;br /&gt;
&lt;br /&gt;
==Alsa Optionen==&lt;br /&gt;
&#039;&#039;&#039;Alsa Abspielgerät&#039;&#039;&#039; und &#039;&#039;&#039;Alsa Aufzeichengerät&#039;&#039;&#039; gibt die Alsa-Geräte bzw. Anschlüsse an. Mögliche Werte sind zum Beispiel:&lt;br /&gt;
* default - Standardgerät aus der Konfiguration&lt;br /&gt;
* hw0,0 - Erste Soundkarte, erste PCM (erster DAC)&lt;br /&gt;
* hw0,1 - Erste Karte, zweite PCM (zweiter DAC, zB Ensonic ES1371)&lt;br /&gt;
* hw1,0 - Zweite Karte, ...&lt;br /&gt;
* plughw0,0 - Näheres in der Alsa-Dokumentation&lt;br /&gt;
* dmix&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Wiederholzeit&#039;&#039;&#039; ist die maximale Zeit für die aufgezeichnete Samples im Kartenpuffer bleiben. Mögliche Werte sind Vielfache von Hundert (Zehntelsekunden).&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Bufferzeit&#039;&#039;&#039; ist die maximale Buffergröße. Muss größer als die Wiederholzeit sein, z.B. 4*Wiederholzeit.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Alsa Mixergerät&#039;&#039;&#039; z.B. hw0, hw1, ...&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Aufnahmegerät&#039;&#039;&#039; zeigt ein Untermenü zur Auswahl des Aufnahmegeräts. Im Untermenü sind alle von der Soundkarte unterstützten Geräte gelistet.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==OSS Optionen==&lt;br /&gt;
&#039;&#039;&#039;Pfad zu /dev/dsp&#039;&#039;&#039; beschreibt dem Pfad an den der Soundkartetreiber gebunden ist. Normalerweise /dev/dsp.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Max. Nr. von Teilen&#039;&#039;&#039; gibt die Anzahl der Bufferfragmente an die im Buffer sind. Wenn du Probleme bei der Aufzeichnung oder beim Wechsel von TX auf TX hast solltest du 4 bzw. eine andere kleine Zahl verwenden. Überprüfe danach die aufgezeichneten Dateien nach Bufferunterläufen.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Pfad zu /dev/mixer&#039;&#039;&#039; Üblicherweise /dev/mixer.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Aufnahmegerät&#039;&#039;&#039; - Eingang für das Aufnahmesignal.&lt;br /&gt;
&lt;br /&gt;
==SSBD Optionen==&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Zurzeit nicht implementiert!&#039;&#039;&#039; SSBD ist veraltet. Die Einstellungen werden vielleicht in Zukunft wieder benötigt (PowerSRD, digimodes, ...)&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;SSBD Hostname&#039;&#039;&#039; und &#039;&#039;&#039;UDP Port&#039;&#039;&#039; - Setzt IP-Adresse und UDP-Port für den SSB-Daemon.&lt;br /&gt;
&lt;br /&gt;
=CW CQ=&lt;br /&gt;
&lt;br /&gt;
Beim Auswählen dieses Menüs erscheint eine Liste der verfügbaren CW-CQs. In Klammer steht die Kurztaste um den Morsetext auszugeben. &#039;R&#039; bedeutet, dass dieser Text wiederholt wird (CQ). Am Ende steht der Anfang des Textes.&lt;br /&gt;
&lt;br /&gt;
[[Image:Cwcq_DE.png|none|frame|CW CQ]]&lt;br /&gt;
&lt;br /&gt;
Folgendes kann man beim Klicken auf einen Text einstellen:&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Text&#039;&#039;&#039; für CQ. Du kannst hier Text eingeben oder Makros verwenden.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Geschw.&#039;&#039;&#039; ist normalerweise nicht definiert. Du kannst hier aber eine Geschwindigkeit für diesen CQ einstellen (zB schnelles 73)&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Wiederholen&#039;&#039;&#039; CQ wird wiederholt bis man ESC, TAB oder eine andere CQ-Taste drückt.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Verzögerung&#039;&#039;&#039; Abstand zwischen den CQ-Rufen (bei Wiederholung)&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Erlauben falls...&#039;&#039;&#039; Erlaubt das Senden der Nachricht auch dann, wenn ein Makro undefiniert ist. Normalerweise willst du keine leeren Folgen geben wenn zB noch kein Rufzeichen eingegeben wurde.&lt;br /&gt;
&lt;br /&gt;
=SSB CQ=&lt;br /&gt;
&lt;br /&gt;
[[Image:ssbcq_DE.png|none|frame|SSB CQ]]&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Pfad&#039;&#039;&#039; - Datei die für den CQ-Ruf abgespielt wird. Du kannst auch Makros wie zB /home/user/tucnak/cq/$MC_$O.wav verwenden.&lt;br /&gt;
Manche Ausgabegeräte können Einschränkungen im Audioformat haben - Samplerate, Kanäle.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Wiederholen&#039;&#039;&#039; und &#039;&#039;&#039;Verzögerung&#039;&#039;&#039; hat den selben Effekt wie im Kapitel zuvor.&lt;br /&gt;
&lt;br /&gt;
=CQ Makros=&lt;br /&gt;
&lt;br /&gt;
Es ist möglich Makros in den Dateinamen für CW CQ und SSB CQ zu verwenden. Makros sind unabhängig von der Groß- und Kleinschreibung.&lt;br /&gt;
&lt;br /&gt;
* $$ - das Zeichen $&lt;br /&gt;
* $C - Rufzeichen der Gegenstation. Achtung! Das Rufzeichen könnte einen Schrägstrich enthalten was sich als Problem beim Dateinamen herausstellt. Siehe dazu $V.&lt;br /&gt;
* $D - Datum vom Contest (20031228)&lt;br /&gt;
* $N - Contest-Nummer der Gegenstation&lt;br /&gt;
* $O - Operator-Rufzeichen (für SSB-CQ Dateinamen)&lt;br /&gt;
* $R - Report der Gegenstation.&lt;br /&gt;
* $S - Laufende Nummer der Aufzeichnung.&lt;br /&gt;
* $T - Contest-Verzeichnis (/home/ok1zia/tucnak/20031004.2)&lt;br /&gt;
* $V - Rufzeichen der Gegenstation, Schrägstrich wird duch einen Unterstrich ersetzt.&lt;br /&gt;
* $W - Locator der Gegenstation.&lt;br /&gt;
* $X - Möglicher Austausch der Gegenstation.&lt;br /&gt;
* $MC - Eigenes Rufzeichen.&lt;br /&gt;
* $MN - Contest-Nummer für die Gegenstation.&lt;br /&gt;
* $MR - Report für die Gegenstation.&lt;br /&gt;
* $MW - Eigener Locator.&lt;br /&gt;
* $MX - Eigener optionaler Austausch.&lt;br /&gt;
&lt;br /&gt;
Du kannst auch folgende Makros von strftime(3) verwenden (Groß-/Kleinschreibung ist hier allerdings von Bedeutung!)&lt;br /&gt;
&lt;br /&gt;
* %d - Tag des Monats 01..31&lt;br /&gt;
* %H - Stunde 01..24&lt;br /&gt;
* %M - Minute 00..59&lt;br /&gt;
* %m - Monat 00..12&lt;br /&gt;
* %S - Sekunde 00-59&lt;br /&gt;
* %Y - Jahr 1970-2038&lt;br /&gt;
&lt;br /&gt;
Für andere Befehle:&lt;br /&gt;
&lt;br /&gt;
 man 3 strftime&lt;br /&gt;
&lt;br /&gt;
Makros werden nicht überall erkannt!&lt;br /&gt;
&lt;br /&gt;
=Funkgerätoptionen=&lt;br /&gt;
&lt;br /&gt;
Tucnak verwendet die [http://hamlib.sourceforge.net Hamlib] um über das CAT-Interface auf Funkgeräte zuzugreifen. Du kannst quasi alle Schnittstellen benutzen die auch bei anderen Programmen funktionieren. Ein guter Einstieg ist [http://tucnak.nagano.cz/Interfaces.pdf HB9DRV&#039;s Wegweiser für HRD]. Natürlich kannst du auch eines [[RIG interface|meiner RIG Interfaces]] nachbauen.&lt;br /&gt;
&lt;br /&gt;
[[Image:Rigoptions_DE.png|none|frame|Funkgerätoptionen]]&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Gerät&#039;&#039;&#039; an dem das Interface angeschlossen ist. Typischerweise /dev/ttyS0, /dev/ttyUSB0&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Modell&#039;&#039;&#039; des Geräts. Diese Nummer wird von der Hamlib vorgegeben. Du kannst sie mit dem Befehl &#039;&#039;&#039;rigctl -l&#039;&#039;&#039; herausfinden oder mit folgender Auswahl:&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Wählen&#039;&#039;&#039; drücken um ein Menü anzuzeigen. Im ersten Level wird der Hersteller ausgewählt, im zweiten das Funkgerät. Die Modellnummer wird dann automatisch in das Feld davor geschrieben.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;CIV-Adresse&#039;&#039;&#039; für den Fall, dass du mehr Icom-Geräge an einer Schnittstelle angeschlossen hast. Standardadresse ist 0.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Freq.versatz SSB-&amp;gt;CW&#039;&#039;&#039; Manche Funkgeräte (Icom, Kenwood) ändern die Frequenz beim Wechsel von SSB &amp;lt;--&amp;gt; CW. Wenn du in SSB einen CQ-Ruf abgibst und dir jemand in CW antwortet kann es sein, dass das Funkgerät die Frequenz ändert. Dann musst du wieder 800Hz nachjustieren. Tucnak kann dies automatisch nachstellen wenn du mit Alt+M die Betriebsart änderst.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Transverter LO QRG&#039;&#039;&#039; ist die Frequenz, die Tucnak zur gelesenen Frequenz des Funkgeräts addiert und dann wie folgt darstellt:&lt;br /&gt;
&amp;lt;math&amp;gt;f_\mathrm{display}=f_\mathrm{CAT} + f_\mathrm{lo} [Hz]&amp;lt;/math&amp;gt;&lt;br /&gt;
Beachte: Manche Funkgeräte unterstützen den Transceiver-Modues. Als Beispiel: Der Radio ist auf 14MHz eingestellt, CAT sendet auch 14MHz, das Display zeigt aber 144MHz an. die LO-Frequenz muss vom Operator berechnet werden, dazu kannst du &#039;&#039;&#039;Fix QRG&#039;&#039;&#039; im [[Bearbeiten]]-Menü verwenden. Das ist die globale LO-Frequenz, wenn du mehrere Transceiver verwendest kannst du dies im [[Setup#Band defaults|Bandvorgaben-Menü]] eintellen.&lt;br /&gt;
&lt;br /&gt;
=Autosave=&lt;br /&gt;
&lt;br /&gt;
[[Image:Autosave_DE.png|none|frame|Optionen für automatisches Speichern]]&lt;br /&gt;
&lt;br /&gt;
It sets and saves parameters of QSO to disk. Option `Save to disk after QSO&#039; is recommended set to 1 to save all reports. Fsync option immediately saves QSOs from cache to disk.&lt;br /&gt;
&lt;br /&gt;
Default setting of option Save to floppy after QSO is 4. Zero disables saving to floppy disk. Path to floppy item sets path to floppy&#039;s mount point. Tucnak don&#039;t test if floppy disk is mounted.&lt;br /&gt;
&lt;br /&gt;
Other items are ignored.&lt;br /&gt;
&lt;br /&gt;
=Network &amp;amp; trace=&lt;br /&gt;
&lt;br /&gt;
[[Image:Networktrace_DE.png|none|frame|Network &amp;amp; Verfolgungs-Optionen]]&lt;br /&gt;
&lt;br /&gt;
Ignore interfaces - list of network interfaces which would be ignored when searching for more instances of Tucnak on the network (transmit broadcasts) as connect to Internet, public IP address from provider, AX.25 interface. The delimiter between interfaces is space character. Broadcasts loads slow nets.&lt;br /&gt;
&lt;br /&gt;
Ignore networks - the purpose this option is the same as Ignore interface option. You can determinate subnet address.&lt;br /&gt;
&lt;br /&gt;
Announce to nets - it&#039;s an inverse function of previous options. There is specification of IP address where have been sending broadcasts in this option. The routers usually have disabled forward broadcastings.&lt;br /&gt;
&lt;br /&gt;
=Miscellaneous options=&lt;br /&gt;
&lt;br /&gt;
[[Image:Miscoptions_DE.png|none|frame|Verschiedene Optionen]]&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Log lines&#039;&#039;&#039; are last lines of tucnak&#039;s screen on which tucnak writes informations for users.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Sked shift&#039;&#039;&#039; time added to current time filled in the Sked dialog.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Starting band&#039;&#039;&#039; Band character (f.e. C=144 MHz) of band, which will be activated after contest open.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Screen resolution&#039;&#039;&#039; Only for SDL mode - you can set resolution of tucnak&#039;s window in characters or in pixels&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Double font&#039;&#039;&#039; for very-high-resolution displays and bad eyes - fonts are resized from usual 9x16 to 18x32 pixels. It is not very usable but on IARU VHF 2008 I had nothing to do so I&#039;ve imlpemented it.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Slash key&#039;&#039;&#039; Slash key on some national keyboards is not easily accessible (only with shift). Here you can remap it to any other character. Use with care!&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Disable screensaver&#039;&#039;&#039; if you only test Tucnak at home, you probably don&#039;t want to disable screensaver. So turn these checkbox off.&lt;br /&gt;
&lt;br /&gt;
=Terminal options=&lt;br /&gt;
&lt;br /&gt;
[[Image:Terminal_DE.png|none|frame|Terminal-Optionen]]&lt;br /&gt;
&lt;br /&gt;
These options come from [http://links.sourceforge.net links browser] so I&#039;m not able to tell what they exactly mean. Try to make some experiments or look at source code :-)&lt;br /&gt;
&lt;br /&gt;
=Language=&lt;br /&gt;
&lt;br /&gt;
Set language of Tucnak&#039;s GUI. I think English is very good for contest log but some people like to have their mother tongue set.&lt;br /&gt;
&lt;br /&gt;
=Character set=&lt;br /&gt;
&lt;br /&gt;
This menu is used for setting characteristic of terminal as window frames. It&#039;s a legacy of links (as above), I don&#039;t have detailed knowledge about these options.&lt;br /&gt;
&lt;br /&gt;
=Load cfg from net=&lt;br /&gt;
&lt;br /&gt;
It shows addresses of all Tucnaks on the local network. If one is selected you will read his complete configuration (tucnakrc).&lt;br /&gt;
&lt;br /&gt;
=Load C_W from net=&lt;br /&gt;
&lt;br /&gt;
It loads complete C_W database from selected Tucnak and saves it to ~/tucnak/tucnakcw. In database are saved two newest locators for each callsign.&lt;br /&gt;
&lt;br /&gt;
=Save configuration=&lt;br /&gt;
&lt;br /&gt;
It saves current configuration to file ~/tucnak/tucnakrc . You &#039;&#039;&#039;MUST&#039;&#039;&#039; do it to preserve any configuration changes !!&lt;/div&gt;</summary>
		<author><name>Dk1hj</name></author>
	</entry>
	<entry>
		<id>https://tucnak.nagano.cz/wiki/index.php?title=DE_Setup&amp;diff=1064</id>
		<title>DE Setup</title>
		<link rel="alternate" type="text/html" href="https://tucnak.nagano.cz/wiki/index.php?title=DE_Setup&amp;diff=1064"/>
		<updated>2009-08-04T12:02:43Z</updated>

		<summary type="html">&lt;p&gt;Dk1hj: /* CQ macros */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{Languages|Setup}}&lt;br /&gt;
&lt;br /&gt;
[[Image:menusetup_DE.png|none|frame|Einstellungs-Menü]]&lt;br /&gt;
&lt;br /&gt;
All configuration changes are in memory only until you [[Setup#Save_configuration|save configuration]].&lt;br /&gt;
&lt;br /&gt;
=Contestvorgaben=&lt;br /&gt;
&lt;br /&gt;
[[Image:Contestdefaults_DE.png|none|frame|Contestvorgaben]]&lt;br /&gt;
&lt;br /&gt;
In diesem Menü kann man folgende Dinge einstellen: Rufzeichen im Contest, Clubrufzeichen (verwende das nur, wenn du das LOG im EDI-Format exportieren kannst), Locator (6 Buchstaben), Contest-QTH (Entspricht den Einträgen PAdr1 und PAdr2 im EDI-Format), optionaler Austausch (Exchange) und Standardwerte für RS und RST.&lt;br /&gt;
&lt;br /&gt;
=Bandeinstellungen=&lt;br /&gt;
&lt;br /&gt;
[[Image:Bandsettings_DE.png|none|frame|Bandeinstellungen]]&lt;br /&gt;
&lt;br /&gt;
Das Untermenü enthält die Einstellungen für alle Bänder. Aktive Bänder (Als QRV markiert) sind ganz oben und von den anderen Bändern getrennt. Du kannst Bändern, die du nie benötigst einfach entfernen (wie zB 220MHz in Europa).&lt;br /&gt;
Der Punk &amp;quot;QRV auf diesem Band&amp;quot; sollte bei allen Bändern an denen man funken will markiert sein.&lt;br /&gt;
&lt;br /&gt;
Dies ist auch schon die einzige Einstellung die man hier setzen muss. Die anderen Dinge kann man hier auch eingeben, ist aber nicht notwendig.&lt;br /&gt;
&lt;br /&gt;
&amp;quot;QRV in diesem Contest&amp;quot; hat hier keinen Effekt. Als Kategorie stehen Mehrmann, Einmann und Kontrolllog zur Auswahl.&lt;br /&gt;
&lt;br /&gt;
TX und RX-Ausrüstungseinstellungen beschreiben die Station. Leistung wir mit Einheiten angegeben. ASL und AGL bezieht sich auf die Antennenhöhe bezogen auf Seehöhe (ASL) und Boden (AGL).&lt;br /&gt;
Angegebene Werte sind in Meter, als Trenner zwischen den Werten dient ein Semikolon.&lt;br /&gt;
&lt;br /&gt;
Bei Operator werden die Rufzeichen der Leute, die am Contest teilhaben, eingetragen, wieder mit Semikolon getrennt. Dies kann auch im Operator-Menü [[Contest]] gemacht werden.&lt;br /&gt;
&lt;br /&gt;
Das Bemerkungenfeld ist für Bemerkungen an den Contestausschuss.&lt;br /&gt;
&lt;br /&gt;
Die Klassennummern für Einmann- und Mehrmannbetrieb sind eventuell von Contest zu Contest verschieden und werden eigentlich nur beim Dateinamen des EDI-Exports verwendet.&lt;br /&gt;
&lt;br /&gt;
Bandgrenzen werden in Kilohertz angegeben. Diese werden zur Filterung im DX-Cluster verwendet.&lt;br /&gt;
&lt;br /&gt;
ADIF Bandname beschreibt den Bandnamen im ADIF-Format.&lt;br /&gt;
&lt;br /&gt;
QRG für Skeds ist die Frequenz, die vom Operator eingegeben wird, auf der andere Operatoren im Netz Skeds entgegen nehmen sollen. Das Format ist nicht begrenzt, du kannst zB &amp;quot;.120&amp;quot; oder ähnliches eingeben.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Transverter LO QRG ist die Frequenz, die Tucnak zur Frequenz addiert welche die CAT-Schnittstelle des Funkgerätes liefert:&lt;br /&gt;
&amp;lt;math&amp;gt;f_\mathrm{display}=f_\mathrm{CAT} + f_\mathrm{lo} [Hz]&amp;lt;/math&amp;gt;&lt;br /&gt;
Beachte bitte, dass manche Funkgeräte den Transceiver-Mode unterstützen, als Beispiel: Funkgerät ist auf 14MHz eingestellt, CAT gibt auch 14MHz aus, das Display zeigt aber 144MHz.&lt;br /&gt;
LO-Frequenz muss vom Operator berechnet werden, dazu kannst du &amp;quot;Fix QRG&amp;quot; im [[Edit]] Menü verwenden.&lt;br /&gt;
&lt;br /&gt;
Diese Frequenz ist nur für dieses Band. Normalerweise steht hier 0 damit die [[Setup#Rig options|globale LO Frequenz]] verwendet wird.&lt;br /&gt;
&lt;br /&gt;
=Verantwortlicher Operator=&lt;br /&gt;
&lt;br /&gt;
[[Image:Responsibleoperator_DE.png|none|frame|Verantwortlicher OP]]&lt;br /&gt;
&lt;br /&gt;
Hier stehen die Informationen für den verantwortlichen Operator welche dann dem Contestausschuss übermittelt werden. Alle Elemente können frei formatiert werden und benötigen keine weiteren Kommentare...&lt;br /&gt;
&lt;br /&gt;
=CW keying=&lt;br /&gt;
&lt;br /&gt;
[[Image:Cwdaemon_DE.png|none|frame|CW daemon]]&lt;br /&gt;
&lt;br /&gt;
Seit Version 2.0 verwendet Tucnak nichtmehr das externe Programm &#039;cwdaemon&#039; zum Geben und Senden von CW. Alle Funktionen sind direkt in Tucnak implementiert.&lt;br /&gt;
&lt;br /&gt;
Folgende Schnittstellen stehen zum Geben zur Verfügung:&lt;br /&gt;
* None - keine CW-Ausgabe&lt;br /&gt;
* parport - verwendet das Kernelmodul ppdev zum Geben. Empfohlenes Gerät hierfür ist http://ok1zia.nagano.cz/web/davac3. Die Pinbelegung lautet:&lt;br /&gt;
** 1 STROBE - auf Masse wenn aktiv.&lt;br /&gt;
** 14 AUTOLF - Schaltet zwischen Mikrofon und Soundkarte um.&lt;br /&gt;
** 16 INIT - PTT&lt;br /&gt;
** 17 SELECT IN - CW&lt;br /&gt;
* ttys - uses control pins of serial port. Pinout for D-SUB9:&lt;br /&gt;
** 4 DTR - CW&lt;br /&gt;
** 5 GND - ground&lt;br /&gt;
** 7 RTS - PTT&lt;br /&gt;
* davac4 - USB SSB/CW keyer [[Davac4]] by OK1ZIA&lt;br /&gt;
* cwdaemon - für [http://www.qsl.net/pg4i/linux/cwdaemon.html cwdaemon] von Joop PG4I&lt;br /&gt;
* winkey - verwendet [[Winkey]] von [http://www.k1el.com K1EL]]&lt;br /&gt;
&lt;br /&gt;
Keyer ist zB /dev/parport0, /dev/ttyS0, /dev/ttyUSB0&lt;br /&gt;
&lt;br /&gt;
Hostname und UDP-Port sind reserviert.&lt;br /&gt;
&lt;br /&gt;
Startgeschwindigkeit gibt die Gebe-Geschwindigkeit in WPM nach dem Programmstart an. Dies kann nachträglich mit den Tasten &amp;quot;Bild auf&amp;quot; und &amp;quot;Bild ab&amp;quot; verändert werden.&lt;br /&gt;
&lt;br /&gt;
Gewichtung - Stellt das Verhältnis zwischen Signal und Pause ein.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;math&amp;gt;t_\mathrm{Signal}=\frac{1\,200\,000}{\mathrm{Geschwindigkeit}}+500 * \mathrm{Gewichtung}\ [\mu s]&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;math&amp;gt;t_\mathrm{Pause}=\frac{1\,200\,000}{\mathrm{Geschwindigkeit}}-500 * \mathrm{Gewichtung}\ [\mu s]&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Der WPM-Bereich beschreibt den Bereich, den man mit der &amp;quot;Bild auf&amp;quot; und &amp;quot;Bild ab&amp;quot; Taste einstellen kann. Die minimalen WPM werden auch für Winkey verwendet - Winkey kann nur 31 Geschwindigkeitsschritte.&lt;br /&gt;
Normalerweise ist die untere Grenze bei 10 WPM, bedeutet also, dass man mit Winkey einen Bereich von 10-41WPM abdecken kann. Wenn du als maximale Geschwindigkeit zB 50WPM willst musst du die minimale Grenze mindestens 19 stellen.&lt;br /&gt;
&lt;br /&gt;
Benutze Lautsprecher - Piept die Morsezeichen über die Soundausgabe.&lt;br /&gt;
&lt;br /&gt;
PTT-Verzögerung - (experimentelles Feature) Tucnak beginnt erst dann mit der Aussendung des CW-Codes nachdem die PTT-Taste für den eingestellten Wert gedrückt ist. Dies soll verhindern, dass der Beginn einer Aussendung abgeschnitten wird und dass sich die Sendekette eingeschwungen hat. Empfohlen sind 100 bis 250 ms.&lt;br /&gt;
&lt;br /&gt;
=Winkey-Optionen=&lt;br /&gt;
&lt;br /&gt;
[[Image:Winkeyoptions_DE.png|none|frame|Winkey-Optionen]]&lt;br /&gt;
&lt;br /&gt;
Winkey2 Schnellinitialisierung bedeutet, dass Tucnak beim Start nicht auf die Initialisierung des Winkeys wartet. Diese Option wir hauptsächlich bei Winkey2 verwendet, welcher die Versorgungsspannung über USB bekommt. Sie hat keine Einflüsse auf andere versionsabhängige Kommandos (Tasten), Tucnak liest die Winkey-Version aus!&lt;br /&gt;
&lt;br /&gt;
Benutze Geschwindigkeitspoti/Benutze Knöpfe - benötigt kein Kommentar. Normalerweise gibt es keinen Grund dies abzuschalten.&lt;br /&gt;
&lt;br /&gt;
Curtis A/B, Ultimatic, Bug - Setzt den Paddle-Modus. Ich denke Curtis B ist optimal.&lt;br /&gt;
&lt;br /&gt;
Paddle-Swap - Vertauscht die Paddles.&lt;br /&gt;
&lt;br /&gt;
=Audio=&lt;br /&gt;
&lt;br /&gt;
[[Image:Audio_DE.png|none|frame|Audio-Optionen]]&lt;br /&gt;
&lt;br /&gt;
Seit Version 2.0 unterstützt Tucnak SSB-CQ und Funkgespräch-Aufzeichnung.&lt;br /&gt;
&lt;br /&gt;
==Allgemeine Optionen==&lt;br /&gt;
Es werden Alsa, OSS und SSBD als Sound-Treiber unterstützt.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Audio aufnehmen&#039;&#039;&#039; schaltet die Aufnahme von Bandaktivitäten beim Empfangen an oder aus. Wenn dies nich aktiviert ist sind alle folgenden Optionen irrelevant. Um zu verhindern, dass der komplette freie Speicher von Sounddateien belegt wird solltest du die Optionen &#039;&#039;&#039;Max Aufnahmezeit&#039;&#039;&#039; und &#039;&#039;&#039;Minimaler freier Festplattenspeicher&#039;&#039;&#039; verwenden.&lt;br /&gt;
&lt;br /&gt;
Das &#039;&#039;&#039;Aufzeichnungsformat&#039;&#039;&#039; beschreibt die Codierung der Ausgabedatei. Unterstütze Formate sind:&lt;br /&gt;
&lt;br /&gt;
* PCM 8 und 16 Bit&lt;br /&gt;
* Logarithmische PCM u-law und A-law&lt;br /&gt;
* IMA und MS adaptierte PCM&lt;br /&gt;
* GSM Version 6.10 (mein Favorit)&lt;br /&gt;
&lt;br /&gt;
PCM ist passend für Weiterkonvertierung in andere Formate (mp3, OGG). GSM-Codierung benötigt wenig Speicherplatz. Eine Minute entspricht etwa 130kB Festplattenspeicher. Das sind dann also weniger als 200MB für 24h. Es ist aber nicht sicher, dass diese Codierung von deinem bevorzugtem Musik-Player unterstützt wird. Das GSM-Format kann zB von mplayer (mit Codec) oder sndfile-play (kommt mit libsndfile mit) abgespielt werden.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Kanäle&#039;&#039;&#039; stellt die Anzahl der Soundkanäle ein. 1 bedeutet Mono. Du kannst dies auch auf 2 oder 4 setzen, abhängig von deiner Soundkarte.&lt;br /&gt;
&lt;br /&gt;
Die &#039;&#039;&#039;Abtastrate&#039;&#039;&#039; legt die Nummer der Abtastungen pro Sekunde fest. &#039;CD&#039;-Qualität hat 44100. Dieser Wert ist für das Senden irrelevant. Es ist empfehlenswert einen Bruchteil der CD-Qualität zu wählen: 22050 oder 11025. Manche Soundkarten unterstützen keine anderen Abtastraten.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Playback volume&#039;&#039;&#039; ermöglicht die Einstellung der Lautstärke für SSB-CQ. -1 schaltet diese Funktion ab. Übliche Werte liegen zwischen 0 und 100, können aber stark von der verwendeten Hardware variieren.&lt;br /&gt;
&lt;br /&gt;
Notiz: Versionen &amp;lt;2.26 unterstützen keine negativen Werte. Um die Lautstärkeregelung zu deaktivieren kann man versuchen ein falsches Mixer-Gerät anzugeben.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Capture volume&#039;&#039;&#039; das selbe für die Aufnahme.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Vorgabe für Dateiname der Aufnahme&#039;&#039;&#039; ist die Vorlage zum Benennen der aufgezeichneten Dateien. Eine Beschreibung der möglichen Makros findest du unter  [[DE_Setup#CQ_Makros|CQ Makros]].&lt;br /&gt;
&lt;br /&gt;
==Alsa Optionen==&lt;br /&gt;
&#039;&#039;&#039;Alsa Abspielgerät&#039;&#039;&#039; und &#039;&#039;&#039;Alsa Aufzeichengerät&#039;&#039;&#039; gibt die Alsa-Geräte bzw. Anschlüsse an. Mögliche Werte sind zum Beispiel:&lt;br /&gt;
* default - Standardgerät aus der Konfiguration&lt;br /&gt;
* hw0,0 - Erste Soundkarte, erste PCM (erster DAC)&lt;br /&gt;
* hw0,1 - Erste Karte, zweite PCM (zweiter DAC, zB Ensonic ES1371)&lt;br /&gt;
* hw1,0 - Zweite Karte, ...&lt;br /&gt;
* plughw0,0 - Näheres in der Alsa-Dokumentation&lt;br /&gt;
* dmix&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Wiederholzeit&#039;&#039;&#039; ist die maximale Zeit für die aufgezeichnete Samples im Kartenpuffer bleiben. Mögliche Werte sind Vielfache von Hundert (Zehntelsekunden).&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Bufferzeit&#039;&#039;&#039; ist die maximale Buffergröße. Muss größer als die Wiederholzeit sein, z.B. 4*Wiederholzeit.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Alsa Mixergerät&#039;&#039;&#039; z.B. hw0, hw1, ...&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Aufnahmegerät&#039;&#039;&#039; zeigt ein Untermenü zur Auswahl des Aufnahmegeräts. Im Untermenü sind alle von der Soundkarte unterstützten Geräte gelistet.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==OSS Optionen==&lt;br /&gt;
&#039;&#039;&#039;Pfad zu /dev/dsp&#039;&#039;&#039; beschreibt dem Pfad an den der Soundkartetreiber gebunden ist. Normalerweise /dev/dsp.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Max. Nr. von Teilen&#039;&#039;&#039; gibt die Anzahl der Bufferfragmente an die im Buffer sind. Wenn du Probleme bei der Aufzeichnung oder beim Wechsel von TX auf TX hast solltest du 4 bzw. eine andere kleine Zahl verwenden. Überprüfe danach die aufgezeichneten Dateien nach Bufferunterläufen.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Pfad zu /dev/mixer&#039;&#039;&#039; Üblicherweise /dev/mixer.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Aufnahmegerät&#039;&#039;&#039; - Eingang für das Aufnahmesignal.&lt;br /&gt;
&lt;br /&gt;
==SSBD Optionen==&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Zurzeit nicht implementiert!&#039;&#039;&#039; SSBD ist veraltet. Die Einstellungen werden vielleicht in Zukunft wieder benötigt (PowerSRD, digimodes, ...)&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;SSBD Hostname&#039;&#039;&#039; und &#039;&#039;&#039;UDP Port&#039;&#039;&#039; - Setzt IP-Adresse und UDP-Port für den SSB-Daemon.&lt;br /&gt;
&lt;br /&gt;
=CW CQ=&lt;br /&gt;
&lt;br /&gt;
Beim Auswählen dieses Menüs erscheint eine Liste der verfügbaren CW-CQs. In Klammer steht die Kurztaste um den Morsetext auszugeben. &#039;R&#039; bedeutet, dass dieser Text wiederholt wird (CQ). Am Ende steht der Anfang des Textes.&lt;br /&gt;
&lt;br /&gt;
[[Image:Cwcq_DE.png|none|frame|CW CQ]]&lt;br /&gt;
&lt;br /&gt;
Folgendes kann man beim Klicken auf einen Text einstellen:&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Text&#039;&#039;&#039; für CQ. Du kannst hier Text eingeben oder Makros verwenden.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Geschw.&#039;&#039;&#039; ist normalerweise nicht definiert. Du kannst hier aber eine Geschwindigkeit für diesen CQ einstellen (zB schnelles 73)&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Wiederholen&#039;&#039;&#039; CQ wird wiederholt bis man ESC, TAB oder eine andere CQ-Taste drückt.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Verzögerung&#039;&#039;&#039; Abstand zwischen den CQ-Rufen (bei Wiederholung)&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Erlauben falls...&#039;&#039;&#039; Erlaubt das Senden der Nachricht auch dann, wenn ein Makro undefiniert ist. Normalerweise willst du keine leeren Folgen geben wenn zB noch kein Rufzeichen eingegeben wurde.&lt;br /&gt;
&lt;br /&gt;
=SSB CQ=&lt;br /&gt;
&lt;br /&gt;
[[Image:ssbcq_DE.png|none|frame|SSB CQ]]&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Pfad&#039;&#039;&#039; - Datei die für den CQ-Ruf abgespielt wird. Du kannst auch Makros wie zB /home/user/tucnak/cq/$MC_$O.wav verwenden.&lt;br /&gt;
Manche Ausgabegeräte können Einschränkungen im Audioformat haben - Samplerate, Kanäle.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Wiederholen&#039;&#039;&#039; und &#039;&#039;&#039;Verzögerung&#039;&#039;&#039; hat den selben Effekt wie im Kapitel zuvor.&lt;br /&gt;
&lt;br /&gt;
=CQ Makros=&lt;br /&gt;
&lt;br /&gt;
Es ist möglich Makros in den Dateinamen für CW CQ und SSB CQ zu verwenden. Makros sind unabhängig von der Groß- und Kleinschreibung.&lt;br /&gt;
&lt;br /&gt;
* $$ - das Zeichen $&lt;br /&gt;
* $C - Rufzeichen der Gegenstation. Achtung! Das Rufzeichen könnte einen Schrägstrich enthalten was sich als Problem beim Dateinamen herausstellt. Siehe dazu $V.&lt;br /&gt;
* $D - Datum vom Contest (20031228)&lt;br /&gt;
* $N - Contest-Nummer der Gegenstation&lt;br /&gt;
* $O - Operator-Rufzeichen (für SSB-CQ Dateinamen)&lt;br /&gt;
* $R - Report der Gegenstation.&lt;br /&gt;
* $S - Laufende Nummer der Aufzeichnung.&lt;br /&gt;
* $T - Contest-Verzeichnis (/home/ok1zia/tucnak/20031004.2)&lt;br /&gt;
* $V - Rufzeichen der Gegenstation, Schrägstrich wird duch einen Unterstrich ersetzt.&lt;br /&gt;
* $W - Locator der Gegenstation.&lt;br /&gt;
* $X - Möglicher Austausch der Gegenstation.&lt;br /&gt;
* $MC - Eigenes Rufzeichen.&lt;br /&gt;
* $MN - Contest-Nummer für die Gegenstation.&lt;br /&gt;
* $MR - Report für die Gegenstation.&lt;br /&gt;
* $MW - Eigener Locator.&lt;br /&gt;
* $MX - Eigener optionaler Austausch.&lt;br /&gt;
&lt;br /&gt;
Du kannst auch folgende Makros von strftime(3) verwenden (Groß-/Kleinschreibung ist hier allerdings von Bedeutung!)&lt;br /&gt;
&lt;br /&gt;
* %d - Tag des Monats 01..31&lt;br /&gt;
* %H - Stunde 01..24&lt;br /&gt;
* %M - Minute 00..59&lt;br /&gt;
* %m - Monat 00..12&lt;br /&gt;
* %S - Sekunde 00-59&lt;br /&gt;
* %Y - Jahr 1970-2038&lt;br /&gt;
&lt;br /&gt;
Für andere Befehle:&lt;br /&gt;
&lt;br /&gt;
 man 3 strftime&lt;br /&gt;
&lt;br /&gt;
Makros werden nicht überall erkannt!&lt;br /&gt;
&lt;br /&gt;
=Rig options=&lt;br /&gt;
&lt;br /&gt;
Tucnak uses [http://hamlib.sourceforge.net hamlib] for accessing rig (transceiver) via CAT interface. You can use probably any interface which is working with other programs. Good helper is [http://tucnak.nagano.cz/Interfaces.pdf HB9DRV&#039;s guide to HRD]. Or you can build one of [[RIG interface|my RIG interfaces]].&lt;br /&gt;
&lt;br /&gt;
[[Image:Rigoptions_DE.png|none|frame|Funkgerätoptionen]]&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Device&#039;&#039;&#039; device where the interface is connected. Typically /dev/ttyS0, /dev/ttyUSB0&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Model&#039;&#039;&#039; model of rig. It is number defined by hamlib. You can obtain it by running command &#039;&#039;&#039;rigctl -l&#039;&#039;&#039; or you can use:&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Choose&#039;&#039;&#039; Press button to show menu. In the first level you will choose manufacturer, in second level rig model. Model number is written to the previous field.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;CIV address&#039;&#039;&#039; address of rig if you have more Icom radios connected via one interface. Enter 0 for default address.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Freq. shift SSB-&amp;gt;CW&#039;&#039;&#039; some old radios (Icom, Kenwood) shifts frequency when changing mode SSB &amp;lt;--&amp;gt; CW. If you call CQ on SSB and someone calls you in CW, you must switch to CW and tune for about 800Hz up. Tucnak can compensate this shift when you use Alt+M to switch mode.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Transverter&#039;s LO QRG&#039;&#039;&#039; is frequency which tucnak adds to frequency read from transceiver&#039;s CAT and result shows on the screen:&lt;br /&gt;
&amp;lt;math&amp;gt;f_\mathrm{display}=f_\mathrm{CAT} + f_\mathrm{lo} [Hz]&amp;lt;/math&amp;gt;&lt;br /&gt;
Note some radios support transceiver mode for example radio is tuned on 14 MHz, CAT reports also 14 MHz but transceiver&#039;s display shows 144 MHz.&lt;br /&gt;
LO frequency must be computed by operator, you can use Fix QRG in [[Edit]] menu. This is global LO freq, if you use more transceivers, you can set more frequencies in [[Setup#Band defaults|Band defaults menu]].&lt;br /&gt;
&lt;br /&gt;
=Autosave=&lt;br /&gt;
&lt;br /&gt;
[[Image:Autosave_DE.png|none|frame|Optionen für automatisches Speichern]]&lt;br /&gt;
&lt;br /&gt;
It sets and saves parameters of QSO to disk. Option `Save to disk after QSO&#039; is recommended set to 1 to save all reports. Fsync option immediately saves QSOs from cache to disk.&lt;br /&gt;
&lt;br /&gt;
Default setting of option Save to floppy after QSO is 4. Zero disables saving to floppy disk. Path to floppy item sets path to floppy&#039;s mount point. Tucnak don&#039;t test if floppy disk is mounted.&lt;br /&gt;
&lt;br /&gt;
Other items are ignored.&lt;br /&gt;
&lt;br /&gt;
=Network &amp;amp; trace=&lt;br /&gt;
&lt;br /&gt;
[[Image:Networktrace_DE.png|none|frame|Network &amp;amp; Verfolgungs-Optionen]]&lt;br /&gt;
&lt;br /&gt;
Ignore interfaces - list of network interfaces which would be ignored when searching for more instances of Tucnak on the network (transmit broadcasts) as connect to Internet, public IP address from provider, AX.25 interface. The delimiter between interfaces is space character. Broadcasts loads slow nets.&lt;br /&gt;
&lt;br /&gt;
Ignore networks - the purpose this option is the same as Ignore interface option. You can determinate subnet address.&lt;br /&gt;
&lt;br /&gt;
Announce to nets - it&#039;s an inverse function of previous options. There is specification of IP address where have been sending broadcasts in this option. The routers usually have disabled forward broadcastings.&lt;br /&gt;
&lt;br /&gt;
=Miscellaneous options=&lt;br /&gt;
&lt;br /&gt;
[[Image:Miscoptions_DE.png|none|frame|Verschiedene Optionen]]&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Log lines&#039;&#039;&#039; are last lines of tucnak&#039;s screen on which tucnak writes informations for users.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Sked shift&#039;&#039;&#039; time added to current time filled in the Sked dialog.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Starting band&#039;&#039;&#039; Band character (f.e. C=144 MHz) of band, which will be activated after contest open.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Screen resolution&#039;&#039;&#039; Only for SDL mode - you can set resolution of tucnak&#039;s window in characters or in pixels&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Double font&#039;&#039;&#039; for very-high-resolution displays and bad eyes - fonts are resized from usual 9x16 to 18x32 pixels. It is not very usable but on IARU VHF 2008 I had nothing to do so I&#039;ve imlpemented it.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Slash key&#039;&#039;&#039; Slash key on some national keyboards is not easily accessible (only with shift). Here you can remap it to any other character. Use with care!&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Disable screensaver&#039;&#039;&#039; if you only test Tucnak at home, you probably don&#039;t want to disable screensaver. So turn these checkbox off.&lt;br /&gt;
&lt;br /&gt;
=Terminal options=&lt;br /&gt;
&lt;br /&gt;
[[Image:Terminal_DE.png|none|frame|Terminal-Optionen]]&lt;br /&gt;
&lt;br /&gt;
These options come from [http://links.sourceforge.net links browser] so I&#039;m not able to tell what they exactly mean. Try to make some experiments or look at source code :-)&lt;br /&gt;
&lt;br /&gt;
=Language=&lt;br /&gt;
&lt;br /&gt;
Set language of Tucnak&#039;s GUI. I think English is very good for contest log but some people like to have their mother tongue set.&lt;br /&gt;
&lt;br /&gt;
=Character set=&lt;br /&gt;
&lt;br /&gt;
This menu is used for setting characteristic of terminal as window frames. It&#039;s a legacy of links (as above), I don&#039;t have detailed knowledge about these options.&lt;br /&gt;
&lt;br /&gt;
=Load cfg from net=&lt;br /&gt;
&lt;br /&gt;
It shows addresses of all Tucnaks on the local network. If one is selected you will read his complete configuration (tucnakrc).&lt;br /&gt;
&lt;br /&gt;
=Load C_W from net=&lt;br /&gt;
&lt;br /&gt;
It loads complete C_W database from selected Tucnak and saves it to ~/tucnak/tucnakcw. In database are saved two newest locators for each callsign.&lt;br /&gt;
&lt;br /&gt;
=Save configuration=&lt;br /&gt;
&lt;br /&gt;
It saves current configuration to file ~/tucnak/tucnakrc . You &#039;&#039;&#039;MUST&#039;&#039;&#039; do it to preserve any configuration changes !!&lt;/div&gt;</summary>
		<author><name>Dk1hj</name></author>
	</entry>
	<entry>
		<id>https://tucnak.nagano.cz/wiki/index.php?title=DE_Setup&amp;diff=1063</id>
		<title>DE Setup</title>
		<link rel="alternate" type="text/html" href="https://tucnak.nagano.cz/wiki/index.php?title=DE_Setup&amp;diff=1063"/>
		<updated>2009-08-04T11:51:55Z</updated>

		<summary type="html">&lt;p&gt;Dk1hj: /* SSB CQ */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{Languages|Setup}}&lt;br /&gt;
&lt;br /&gt;
[[Image:menusetup_DE.png|none|frame|Einstellungs-Menü]]&lt;br /&gt;
&lt;br /&gt;
All configuration changes are in memory only until you [[Setup#Save_configuration|save configuration]].&lt;br /&gt;
&lt;br /&gt;
=Contestvorgaben=&lt;br /&gt;
&lt;br /&gt;
[[Image:Contestdefaults_DE.png|none|frame|Contestvorgaben]]&lt;br /&gt;
&lt;br /&gt;
In diesem Menü kann man folgende Dinge einstellen: Rufzeichen im Contest, Clubrufzeichen (verwende das nur, wenn du das LOG im EDI-Format exportieren kannst), Locator (6 Buchstaben), Contest-QTH (Entspricht den Einträgen PAdr1 und PAdr2 im EDI-Format), optionaler Austausch (Exchange) und Standardwerte für RS und RST.&lt;br /&gt;
&lt;br /&gt;
=Bandeinstellungen=&lt;br /&gt;
&lt;br /&gt;
[[Image:Bandsettings_DE.png|none|frame|Bandeinstellungen]]&lt;br /&gt;
&lt;br /&gt;
Das Untermenü enthält die Einstellungen für alle Bänder. Aktive Bänder (Als QRV markiert) sind ganz oben und von den anderen Bändern getrennt. Du kannst Bändern, die du nie benötigst einfach entfernen (wie zB 220MHz in Europa).&lt;br /&gt;
Der Punk &amp;quot;QRV auf diesem Band&amp;quot; sollte bei allen Bändern an denen man funken will markiert sein.&lt;br /&gt;
&lt;br /&gt;
Dies ist auch schon die einzige Einstellung die man hier setzen muss. Die anderen Dinge kann man hier auch eingeben, ist aber nicht notwendig.&lt;br /&gt;
&lt;br /&gt;
&amp;quot;QRV in diesem Contest&amp;quot; hat hier keinen Effekt. Als Kategorie stehen Mehrmann, Einmann und Kontrolllog zur Auswahl.&lt;br /&gt;
&lt;br /&gt;
TX und RX-Ausrüstungseinstellungen beschreiben die Station. Leistung wir mit Einheiten angegeben. ASL und AGL bezieht sich auf die Antennenhöhe bezogen auf Seehöhe (ASL) und Boden (AGL).&lt;br /&gt;
Angegebene Werte sind in Meter, als Trenner zwischen den Werten dient ein Semikolon.&lt;br /&gt;
&lt;br /&gt;
Bei Operator werden die Rufzeichen der Leute, die am Contest teilhaben, eingetragen, wieder mit Semikolon getrennt. Dies kann auch im Operator-Menü [[Contest]] gemacht werden.&lt;br /&gt;
&lt;br /&gt;
Das Bemerkungenfeld ist für Bemerkungen an den Contestausschuss.&lt;br /&gt;
&lt;br /&gt;
Die Klassennummern für Einmann- und Mehrmannbetrieb sind eventuell von Contest zu Contest verschieden und werden eigentlich nur beim Dateinamen des EDI-Exports verwendet.&lt;br /&gt;
&lt;br /&gt;
Bandgrenzen werden in Kilohertz angegeben. Diese werden zur Filterung im DX-Cluster verwendet.&lt;br /&gt;
&lt;br /&gt;
ADIF Bandname beschreibt den Bandnamen im ADIF-Format.&lt;br /&gt;
&lt;br /&gt;
QRG für Skeds ist die Frequenz, die vom Operator eingegeben wird, auf der andere Operatoren im Netz Skeds entgegen nehmen sollen. Das Format ist nicht begrenzt, du kannst zB &amp;quot;.120&amp;quot; oder ähnliches eingeben.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Transverter LO QRG ist die Frequenz, die Tucnak zur Frequenz addiert welche die CAT-Schnittstelle des Funkgerätes liefert:&lt;br /&gt;
&amp;lt;math&amp;gt;f_\mathrm{display}=f_\mathrm{CAT} + f_\mathrm{lo} [Hz]&amp;lt;/math&amp;gt;&lt;br /&gt;
Beachte bitte, dass manche Funkgeräte den Transceiver-Mode unterstützen, als Beispiel: Funkgerät ist auf 14MHz eingestellt, CAT gibt auch 14MHz aus, das Display zeigt aber 144MHz.&lt;br /&gt;
LO-Frequenz muss vom Operator berechnet werden, dazu kannst du &amp;quot;Fix QRG&amp;quot; im [[Edit]] Menü verwenden.&lt;br /&gt;
&lt;br /&gt;
Diese Frequenz ist nur für dieses Band. Normalerweise steht hier 0 damit die [[Setup#Rig options|globale LO Frequenz]] verwendet wird.&lt;br /&gt;
&lt;br /&gt;
=Verantwortlicher Operator=&lt;br /&gt;
&lt;br /&gt;
[[Image:Responsibleoperator_DE.png|none|frame|Verantwortlicher OP]]&lt;br /&gt;
&lt;br /&gt;
Hier stehen die Informationen für den verantwortlichen Operator welche dann dem Contestausschuss übermittelt werden. Alle Elemente können frei formatiert werden und benötigen keine weiteren Kommentare...&lt;br /&gt;
&lt;br /&gt;
=CW keying=&lt;br /&gt;
&lt;br /&gt;
[[Image:Cwdaemon_DE.png|none|frame|CW daemon]]&lt;br /&gt;
&lt;br /&gt;
Seit Version 2.0 verwendet Tucnak nichtmehr das externe Programm &#039;cwdaemon&#039; zum Geben und Senden von CW. Alle Funktionen sind direkt in Tucnak implementiert.&lt;br /&gt;
&lt;br /&gt;
Folgende Schnittstellen stehen zum Geben zur Verfügung:&lt;br /&gt;
* None - keine CW-Ausgabe&lt;br /&gt;
* parport - verwendet das Kernelmodul ppdev zum Geben. Empfohlenes Gerät hierfür ist http://ok1zia.nagano.cz/web/davac3. Die Pinbelegung lautet:&lt;br /&gt;
** 1 STROBE - auf Masse wenn aktiv.&lt;br /&gt;
** 14 AUTOLF - Schaltet zwischen Mikrofon und Soundkarte um.&lt;br /&gt;
** 16 INIT - PTT&lt;br /&gt;
** 17 SELECT IN - CW&lt;br /&gt;
* ttys - uses control pins of serial port. Pinout for D-SUB9:&lt;br /&gt;
** 4 DTR - CW&lt;br /&gt;
** 5 GND - ground&lt;br /&gt;
** 7 RTS - PTT&lt;br /&gt;
* davac4 - USB SSB/CW keyer [[Davac4]] by OK1ZIA&lt;br /&gt;
* cwdaemon - für [http://www.qsl.net/pg4i/linux/cwdaemon.html cwdaemon] von Joop PG4I&lt;br /&gt;
* winkey - verwendet [[Winkey]] von [http://www.k1el.com K1EL]]&lt;br /&gt;
&lt;br /&gt;
Keyer ist zB /dev/parport0, /dev/ttyS0, /dev/ttyUSB0&lt;br /&gt;
&lt;br /&gt;
Hostname und UDP-Port sind reserviert.&lt;br /&gt;
&lt;br /&gt;
Startgeschwindigkeit gibt die Gebe-Geschwindigkeit in WPM nach dem Programmstart an. Dies kann nachträglich mit den Tasten &amp;quot;Bild auf&amp;quot; und &amp;quot;Bild ab&amp;quot; verändert werden.&lt;br /&gt;
&lt;br /&gt;
Gewichtung - Stellt das Verhältnis zwischen Signal und Pause ein.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;math&amp;gt;t_\mathrm{Signal}=\frac{1\,200\,000}{\mathrm{Geschwindigkeit}}+500 * \mathrm{Gewichtung}\ [\mu s]&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;math&amp;gt;t_\mathrm{Pause}=\frac{1\,200\,000}{\mathrm{Geschwindigkeit}}-500 * \mathrm{Gewichtung}\ [\mu s]&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Der WPM-Bereich beschreibt den Bereich, den man mit der &amp;quot;Bild auf&amp;quot; und &amp;quot;Bild ab&amp;quot; Taste einstellen kann. Die minimalen WPM werden auch für Winkey verwendet - Winkey kann nur 31 Geschwindigkeitsschritte.&lt;br /&gt;
Normalerweise ist die untere Grenze bei 10 WPM, bedeutet also, dass man mit Winkey einen Bereich von 10-41WPM abdecken kann. Wenn du als maximale Geschwindigkeit zB 50WPM willst musst du die minimale Grenze mindestens 19 stellen.&lt;br /&gt;
&lt;br /&gt;
Benutze Lautsprecher - Piept die Morsezeichen über die Soundausgabe.&lt;br /&gt;
&lt;br /&gt;
PTT-Verzögerung - (experimentelles Feature) Tucnak beginnt erst dann mit der Aussendung des CW-Codes nachdem die PTT-Taste für den eingestellten Wert gedrückt ist. Dies soll verhindern, dass der Beginn einer Aussendung abgeschnitten wird und dass sich die Sendekette eingeschwungen hat. Empfohlen sind 100 bis 250 ms.&lt;br /&gt;
&lt;br /&gt;
=Winkey-Optionen=&lt;br /&gt;
&lt;br /&gt;
[[Image:Winkeyoptions_DE.png|none|frame|Winkey-Optionen]]&lt;br /&gt;
&lt;br /&gt;
Winkey2 Schnellinitialisierung bedeutet, dass Tucnak beim Start nicht auf die Initialisierung des Winkeys wartet. Diese Option wir hauptsächlich bei Winkey2 verwendet, welcher die Versorgungsspannung über USB bekommt. Sie hat keine Einflüsse auf andere versionsabhängige Kommandos (Tasten), Tucnak liest die Winkey-Version aus!&lt;br /&gt;
&lt;br /&gt;
Benutze Geschwindigkeitspoti/Benutze Knöpfe - benötigt kein Kommentar. Normalerweise gibt es keinen Grund dies abzuschalten.&lt;br /&gt;
&lt;br /&gt;
Curtis A/B, Ultimatic, Bug - Setzt den Paddle-Modus. Ich denke Curtis B ist optimal.&lt;br /&gt;
&lt;br /&gt;
Paddle-Swap - Vertauscht die Paddles.&lt;br /&gt;
&lt;br /&gt;
=Audio=&lt;br /&gt;
&lt;br /&gt;
[[Image:Audio_DE.png|none|frame|Audio-Optionen]]&lt;br /&gt;
&lt;br /&gt;
Seit Version 2.0 unterstützt Tucnak SSB-CQ und Funkgespräch-Aufzeichnung.&lt;br /&gt;
&lt;br /&gt;
==Allgemeine Optionen==&lt;br /&gt;
Es werden Alsa, OSS und SSBD als Sound-Treiber unterstützt.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Audio aufnehmen&#039;&#039;&#039; schaltet die Aufnahme von Bandaktivitäten beim Empfangen an oder aus. Wenn dies nich aktiviert ist sind alle folgenden Optionen irrelevant. Um zu verhindern, dass der komplette freie Speicher von Sounddateien belegt wird solltest du die Optionen &#039;&#039;&#039;Max Aufnahmezeit&#039;&#039;&#039; und &#039;&#039;&#039;Minimaler freier Festplattenspeicher&#039;&#039;&#039; verwenden.&lt;br /&gt;
&lt;br /&gt;
Das &#039;&#039;&#039;Aufzeichnungsformat&#039;&#039;&#039; beschreibt die Codierung der Ausgabedatei. Unterstütze Formate sind:&lt;br /&gt;
&lt;br /&gt;
* PCM 8 und 16 Bit&lt;br /&gt;
* Logarithmische PCM u-law und A-law&lt;br /&gt;
* IMA und MS adaptierte PCM&lt;br /&gt;
* GSM Version 6.10 (mein Favorit)&lt;br /&gt;
&lt;br /&gt;
PCM ist passend für Weiterkonvertierung in andere Formate (mp3, OGG). GSM-Codierung benötigt wenig Speicherplatz. Eine Minute entspricht etwa 130kB Festplattenspeicher. Das sind dann also weniger als 200MB für 24h. Es ist aber nicht sicher, dass diese Codierung von deinem bevorzugtem Musik-Player unterstützt wird. Das GSM-Format kann zB von mplayer (mit Codec) oder sndfile-play (kommt mit libsndfile mit) abgespielt werden.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Kanäle&#039;&#039;&#039; stellt die Anzahl der Soundkanäle ein. 1 bedeutet Mono. Du kannst dies auch auf 2 oder 4 setzen, abhängig von deiner Soundkarte.&lt;br /&gt;
&lt;br /&gt;
Die &#039;&#039;&#039;Abtastrate&#039;&#039;&#039; legt die Nummer der Abtastungen pro Sekunde fest. &#039;CD&#039;-Qualität hat 44100. Dieser Wert ist für das Senden irrelevant. Es ist empfehlenswert einen Bruchteil der CD-Qualität zu wählen: 22050 oder 11025. Manche Soundkarten unterstützen keine anderen Abtastraten.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Playback volume&#039;&#039;&#039; ermöglicht die Einstellung der Lautstärke für SSB-CQ. -1 schaltet diese Funktion ab. Übliche Werte liegen zwischen 0 und 100, können aber stark von der verwendeten Hardware variieren.&lt;br /&gt;
&lt;br /&gt;
Notiz: Versionen &amp;lt;2.26 unterstützen keine negativen Werte. Um die Lautstärkeregelung zu deaktivieren kann man versuchen ein falsches Mixer-Gerät anzugeben.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Capture volume&#039;&#039;&#039; das selbe für die Aufnahme.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Vorgabe für Dateiname der Aufnahme&#039;&#039;&#039; ist die Vorlage zum Benennen der aufgezeichneten Dateien. Eine Beschreibung der möglichen Makros findest du unter  [[DE_Setup#CQ_Makros|CQ Makros]].&lt;br /&gt;
&lt;br /&gt;
==Alsa Optionen==&lt;br /&gt;
&#039;&#039;&#039;Alsa Abspielgerät&#039;&#039;&#039; und &#039;&#039;&#039;Alsa Aufzeichengerät&#039;&#039;&#039; gibt die Alsa-Geräte bzw. Anschlüsse an. Mögliche Werte sind zum Beispiel:&lt;br /&gt;
* default - Standardgerät aus der Konfiguration&lt;br /&gt;
* hw0,0 - Erste Soundkarte, erste PCM (erster DAC)&lt;br /&gt;
* hw0,1 - Erste Karte, zweite PCM (zweiter DAC, zB Ensonic ES1371)&lt;br /&gt;
* hw1,0 - Zweite Karte, ...&lt;br /&gt;
* plughw0,0 - Näheres in der Alsa-Dokumentation&lt;br /&gt;
* dmix&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Wiederholzeit&#039;&#039;&#039; ist die maximale Zeit für die aufgezeichnete Samples im Kartenpuffer bleiben. Mögliche Werte sind Vielfache von Hundert (Zehntelsekunden).&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Bufferzeit&#039;&#039;&#039; ist die maximale Buffergröße. Muss größer als die Wiederholzeit sein, z.B. 4*Wiederholzeit.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Alsa Mixergerät&#039;&#039;&#039; z.B. hw0, hw1, ...&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Aufnahmegerät&#039;&#039;&#039; zeigt ein Untermenü zur Auswahl des Aufnahmegeräts. Im Untermenü sind alle von der Soundkarte unterstützten Geräte gelistet.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==OSS Optionen==&lt;br /&gt;
&#039;&#039;&#039;Pfad zu /dev/dsp&#039;&#039;&#039; beschreibt dem Pfad an den der Soundkartetreiber gebunden ist. Normalerweise /dev/dsp.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Max. Nr. von Teilen&#039;&#039;&#039; gibt die Anzahl der Bufferfragmente an die im Buffer sind. Wenn du Probleme bei der Aufzeichnung oder beim Wechsel von TX auf TX hast solltest du 4 bzw. eine andere kleine Zahl verwenden. Überprüfe danach die aufgezeichneten Dateien nach Bufferunterläufen.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Pfad zu /dev/mixer&#039;&#039;&#039; Üblicherweise /dev/mixer.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Aufnahmegerät&#039;&#039;&#039; - Eingang für das Aufnahmesignal.&lt;br /&gt;
&lt;br /&gt;
==SSBD Optionen==&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Zurzeit nicht implementiert!&#039;&#039;&#039; SSBD ist veraltet. Die Einstellungen werden vielleicht in Zukunft wieder benötigt (PowerSRD, digimodes, ...)&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;SSBD Hostname&#039;&#039;&#039; und &#039;&#039;&#039;UDP Port&#039;&#039;&#039; - Setzt IP-Adresse und UDP-Port für den SSB-Daemon.&lt;br /&gt;
&lt;br /&gt;
=CW CQ=&lt;br /&gt;
&lt;br /&gt;
Beim Auswählen dieses Menüs erscheint eine Liste der verfügbaren CW-CQs. In Klammer steht die Kurztaste um den Morsetext auszugeben. &#039;R&#039; bedeutet, dass dieser Text wiederholt wird (CQ). Am Ende steht der Anfang des Textes.&lt;br /&gt;
&lt;br /&gt;
[[Image:Cwcq_DE.png|none|frame|CW CQ]]&lt;br /&gt;
&lt;br /&gt;
Folgendes kann man beim Klicken auf einen Text einstellen:&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Text&#039;&#039;&#039; für CQ. Du kannst hier Text eingeben oder Makros verwenden.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Geschw.&#039;&#039;&#039; ist normalerweise nicht definiert. Du kannst hier aber eine Geschwindigkeit für diesen CQ einstellen (zB schnelles 73)&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Wiederholen&#039;&#039;&#039; CQ wird wiederholt bis man ESC, TAB oder eine andere CQ-Taste drückt.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Verzögerung&#039;&#039;&#039; Abstand zwischen den CQ-Rufen (bei Wiederholung)&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Erlauben falls...&#039;&#039;&#039; Erlaubt das Senden der Nachricht auch dann, wenn ein Makro undefiniert ist. Normalerweise willst du keine leeren Folgen geben wenn zB noch kein Rufzeichen eingegeben wurde.&lt;br /&gt;
&lt;br /&gt;
=SSB CQ=&lt;br /&gt;
&lt;br /&gt;
[[Image:ssbcq_DE.png|none|frame|SSB CQ]]&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Pfad&#039;&#039;&#039; - Datei die für den CQ-Ruf abgespielt wird. Du kannst auch Makros wie zB /home/user/tucnak/cq/$MC_$O.wav verwenden.&lt;br /&gt;
Manche Ausgabegeräte können Einschränkungen im Audioformat haben - Samplerate, Kanäle.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Wiederholen&#039;&#039;&#039; und &#039;&#039;&#039;Verzögerung&#039;&#039;&#039; hat den selben Effekt wie im Kapitel zuvor.&lt;br /&gt;
&lt;br /&gt;
=CQ macros=&lt;br /&gt;
&lt;br /&gt;
It&#039;s possible to define macros in texts of CW CQ and in name of SSB CQ file. Macros are case insensitive.&lt;br /&gt;
&lt;br /&gt;
* $$ - character $&lt;br /&gt;
* $C - callsign of opposite station. Warning! Callsign may contains stroke then can be problem to use macros in filename of CQ SSB. Look at $V&lt;br /&gt;
* $D - date of contest (20031228)&lt;br /&gt;
* $N - contest number from opposite station&lt;br /&gt;
* $O - operator&#039;s callsign (for SSB CQ filenames)&lt;br /&gt;
* $R - report from opposite station.&lt;br /&gt;
* $S - serial number of record sample&lt;br /&gt;
* $T - contest directory (/home/ok1zia/tucnak/20031004.2)&lt;br /&gt;
* $V - callsign of opposite station, the stroke character is exchanged by the underline character&lt;br /&gt;
* $W - locator of opposite station&lt;br /&gt;
* $X - optional exchange from opposite station&lt;br /&gt;
* $MC - my callsign&lt;br /&gt;
* $MN - contest number to opposite station.&lt;br /&gt;
* $MR - report to opposite station&lt;br /&gt;
* $MW - my locator&lt;br /&gt;
* $MX - my optional exchange&lt;br /&gt;
&lt;br /&gt;
You can also use case sensitive macros from strftime(3) for example:&lt;br /&gt;
&lt;br /&gt;
* %d - day of month 01..31&lt;br /&gt;
* %H - hours 01..24&lt;br /&gt;
* %M - minutes 00..59&lt;br /&gt;
* %m - month 00..12&lt;br /&gt;
* %S - seconds 00-59&lt;br /&gt;
* %Y - year 1970-2038&lt;br /&gt;
&lt;br /&gt;
For others use command:&lt;br /&gt;
&lt;br /&gt;
 man 3 strftime&lt;br /&gt;
&lt;br /&gt;
Macros has not effect in all context.&lt;br /&gt;
&lt;br /&gt;
=Rig options=&lt;br /&gt;
&lt;br /&gt;
Tucnak uses [http://hamlib.sourceforge.net hamlib] for accessing rig (transceiver) via CAT interface. You can use probably any interface which is working with other programs. Good helper is [http://tucnak.nagano.cz/Interfaces.pdf HB9DRV&#039;s guide to HRD]. Or you can build one of [[RIG interface|my RIG interfaces]].&lt;br /&gt;
&lt;br /&gt;
[[Image:Rigoptions_DE.png|none|frame|Funkgerätoptionen]]&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Device&#039;&#039;&#039; device where the interface is connected. Typically /dev/ttyS0, /dev/ttyUSB0&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Model&#039;&#039;&#039; model of rig. It is number defined by hamlib. You can obtain it by running command &#039;&#039;&#039;rigctl -l&#039;&#039;&#039; or you can use:&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Choose&#039;&#039;&#039; Press button to show menu. In the first level you will choose manufacturer, in second level rig model. Model number is written to the previous field.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;CIV address&#039;&#039;&#039; address of rig if you have more Icom radios connected via one interface. Enter 0 for default address.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Freq. shift SSB-&amp;gt;CW&#039;&#039;&#039; some old radios (Icom, Kenwood) shifts frequency when changing mode SSB &amp;lt;--&amp;gt; CW. If you call CQ on SSB and someone calls you in CW, you must switch to CW and tune for about 800Hz up. Tucnak can compensate this shift when you use Alt+M to switch mode.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Transverter&#039;s LO QRG&#039;&#039;&#039; is frequency which tucnak adds to frequency read from transceiver&#039;s CAT and result shows on the screen:&lt;br /&gt;
&amp;lt;math&amp;gt;f_\mathrm{display}=f_\mathrm{CAT} + f_\mathrm{lo} [Hz]&amp;lt;/math&amp;gt;&lt;br /&gt;
Note some radios support transceiver mode for example radio is tuned on 14 MHz, CAT reports also 14 MHz but transceiver&#039;s display shows 144 MHz.&lt;br /&gt;
LO frequency must be computed by operator, you can use Fix QRG in [[Edit]] menu. This is global LO freq, if you use more transceivers, you can set more frequencies in [[Setup#Band defaults|Band defaults menu]].&lt;br /&gt;
&lt;br /&gt;
=Autosave=&lt;br /&gt;
&lt;br /&gt;
[[Image:Autosave_DE.png|none|frame|Optionen für automatisches Speichern]]&lt;br /&gt;
&lt;br /&gt;
It sets and saves parameters of QSO to disk. Option `Save to disk after QSO&#039; is recommended set to 1 to save all reports. Fsync option immediately saves QSOs from cache to disk.&lt;br /&gt;
&lt;br /&gt;
Default setting of option Save to floppy after QSO is 4. Zero disables saving to floppy disk. Path to floppy item sets path to floppy&#039;s mount point. Tucnak don&#039;t test if floppy disk is mounted.&lt;br /&gt;
&lt;br /&gt;
Other items are ignored.&lt;br /&gt;
&lt;br /&gt;
=Network &amp;amp; trace=&lt;br /&gt;
&lt;br /&gt;
[[Image:Networktrace_DE.png|none|frame|Network &amp;amp; Verfolgungs-Optionen]]&lt;br /&gt;
&lt;br /&gt;
Ignore interfaces - list of network interfaces which would be ignored when searching for more instances of Tucnak on the network (transmit broadcasts) as connect to Internet, public IP address from provider, AX.25 interface. The delimiter between interfaces is space character. Broadcasts loads slow nets.&lt;br /&gt;
&lt;br /&gt;
Ignore networks - the purpose this option is the same as Ignore interface option. You can determinate subnet address.&lt;br /&gt;
&lt;br /&gt;
Announce to nets - it&#039;s an inverse function of previous options. There is specification of IP address where have been sending broadcasts in this option. The routers usually have disabled forward broadcastings.&lt;br /&gt;
&lt;br /&gt;
=Miscellaneous options=&lt;br /&gt;
&lt;br /&gt;
[[Image:Miscoptions_DE.png|none|frame|Verschiedene Optionen]]&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Log lines&#039;&#039;&#039; are last lines of tucnak&#039;s screen on which tucnak writes informations for users.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Sked shift&#039;&#039;&#039; time added to current time filled in the Sked dialog.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Starting band&#039;&#039;&#039; Band character (f.e. C=144 MHz) of band, which will be activated after contest open.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Screen resolution&#039;&#039;&#039; Only for SDL mode - you can set resolution of tucnak&#039;s window in characters or in pixels&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Double font&#039;&#039;&#039; for very-high-resolution displays and bad eyes - fonts are resized from usual 9x16 to 18x32 pixels. It is not very usable but on IARU VHF 2008 I had nothing to do so I&#039;ve imlpemented it.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Slash key&#039;&#039;&#039; Slash key on some national keyboards is not easily accessible (only with shift). Here you can remap it to any other character. Use with care!&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Disable screensaver&#039;&#039;&#039; if you only test Tucnak at home, you probably don&#039;t want to disable screensaver. So turn these checkbox off.&lt;br /&gt;
&lt;br /&gt;
=Terminal options=&lt;br /&gt;
&lt;br /&gt;
[[Image:Terminal_DE.png|none|frame|Terminal-Optionen]]&lt;br /&gt;
&lt;br /&gt;
These options come from [http://links.sourceforge.net links browser] so I&#039;m not able to tell what they exactly mean. Try to make some experiments or look at source code :-)&lt;br /&gt;
&lt;br /&gt;
=Language=&lt;br /&gt;
&lt;br /&gt;
Set language of Tucnak&#039;s GUI. I think English is very good for contest log but some people like to have their mother tongue set.&lt;br /&gt;
&lt;br /&gt;
=Character set=&lt;br /&gt;
&lt;br /&gt;
This menu is used for setting characteristic of terminal as window frames. It&#039;s a legacy of links (as above), I don&#039;t have detailed knowledge about these options.&lt;br /&gt;
&lt;br /&gt;
=Load cfg from net=&lt;br /&gt;
&lt;br /&gt;
It shows addresses of all Tucnaks on the local network. If one is selected you will read his complete configuration (tucnakrc).&lt;br /&gt;
&lt;br /&gt;
=Load C_W from net=&lt;br /&gt;
&lt;br /&gt;
It loads complete C_W database from selected Tucnak and saves it to ~/tucnak/tucnakcw. In database are saved two newest locators for each callsign.&lt;br /&gt;
&lt;br /&gt;
=Save configuration=&lt;br /&gt;
&lt;br /&gt;
It saves current configuration to file ~/tucnak/tucnakrc . You &#039;&#039;&#039;MUST&#039;&#039;&#039; do it to preserve any configuration changes !!&lt;/div&gt;</summary>
		<author><name>Dk1hj</name></author>
	</entry>
	<entry>
		<id>https://tucnak.nagano.cz/wiki/index.php?title=DE_Setup&amp;diff=1060</id>
		<title>DE Setup</title>
		<link rel="alternate" type="text/html" href="https://tucnak.nagano.cz/wiki/index.php?title=DE_Setup&amp;diff=1060"/>
		<updated>2009-07-29T14:56:35Z</updated>

		<summary type="html">&lt;p&gt;Dk1hj: /* CW CQ */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{Languages|Setup}}&lt;br /&gt;
&lt;br /&gt;
[[Image:menusetup_DE.png|none|frame|Einstellungs-Menü]]&lt;br /&gt;
&lt;br /&gt;
All configuration changes are in memory only until you [[Setup#Save_configuration|save configuration]].&lt;br /&gt;
&lt;br /&gt;
=Contestvorgaben=&lt;br /&gt;
&lt;br /&gt;
[[Image:Contestdefaults_DE.png|none|frame|Contestvorgaben]]&lt;br /&gt;
&lt;br /&gt;
In diesem Menü kann man folgende Dinge einstellen: Rufzeichen im Contest, Clubrufzeichen (verwende das nur, wenn du das LOG im EDI-Format exportieren kannst), Locator (6 Buchstaben), Contest-QTH (Entspricht den Einträgen PAdr1 und PAdr2 im EDI-Format), optionaler Austausch (Exchange) und Standardwerte für RS und RST.&lt;br /&gt;
&lt;br /&gt;
=Bandeinstellungen=&lt;br /&gt;
&lt;br /&gt;
[[Image:Bandsettings_DE.png|none|frame|Bandeinstellungen]]&lt;br /&gt;
&lt;br /&gt;
Das Untermenü enthält die Einstellungen für alle Bänder. Aktive Bänder (Als QRV markiert) sind ganz oben und von den anderen Bändern getrennt. Du kannst Bändern, die du nie benötigst einfach entfernen (wie zB 220MHz in Europa).&lt;br /&gt;
Der Punk &amp;quot;QRV auf diesem Band&amp;quot; sollte bei allen Bändern an denen man funken will markiert sein.&lt;br /&gt;
&lt;br /&gt;
Dies ist auch schon die einzige Einstellung die man hier setzen muss. Die anderen Dinge kann man hier auch eingeben, ist aber nicht notwendig.&lt;br /&gt;
&lt;br /&gt;
&amp;quot;QRV in diesem Contest&amp;quot; hat hier keinen Effekt. Als Kategorie stehen Mehrmann, Einmann und Kontrolllog zur Auswahl.&lt;br /&gt;
&lt;br /&gt;
TX und RX-Ausrüstungseinstellungen beschreiben die Station. Leistung wir mit Einheiten angegeben. ASL und AGL bezieht sich auf die Antennenhöhe bezogen auf Seehöhe (ASL) und Boden (AGL).&lt;br /&gt;
Angegebene Werte sind in Meter, als Trenner zwischen den Werten dient ein Semikolon.&lt;br /&gt;
&lt;br /&gt;
Bei Operator werden die Rufzeichen der Leute, die am Contest teilhaben, eingetragen, wieder mit Semikolon getrennt. Dies kann auch im Operator-Menü [[Contest]] gemacht werden.&lt;br /&gt;
&lt;br /&gt;
Das Bemerkungenfeld ist für Bemerkungen an den Contestausschuss.&lt;br /&gt;
&lt;br /&gt;
Die Klassennummern für Einmann- und Mehrmannbetrieb sind eventuell von Contest zu Contest verschieden und werden eigentlich nur beim Dateinamen des EDI-Exports verwendet.&lt;br /&gt;
&lt;br /&gt;
Bandgrenzen werden in Kilohertz angegeben. Diese werden zur Filterung im DX-Cluster verwendet.&lt;br /&gt;
&lt;br /&gt;
ADIF Bandname beschreibt den Bandnamen im ADIF-Format.&lt;br /&gt;
&lt;br /&gt;
QRG für Skeds ist die Frequenz, die vom Operator eingegeben wird, auf der andere Operatoren im Netz Skeds entgegen nehmen sollen. Das Format ist nicht begrenzt, du kannst zB &amp;quot;.120&amp;quot; oder ähnliches eingeben.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Transverter LO QRG ist die Frequenz, die Tucnak zur Frequenz addiert welche die CAT-Schnittstelle des Funkgerätes liefert:&lt;br /&gt;
&amp;lt;math&amp;gt;f_\mathrm{display}=f_\mathrm{CAT} + f_\mathrm{lo} [Hz]&amp;lt;/math&amp;gt;&lt;br /&gt;
Beachte bitte, dass manche Funkgeräte den Transceiver-Mode unterstützen, als Beispiel: Funkgerät ist auf 14MHz eingestellt, CAT gibt auch 14MHz aus, das Display zeigt aber 144MHz.&lt;br /&gt;
LO-Frequenz muss vom Operator berechnet werden, dazu kannst du &amp;quot;Fix QRG&amp;quot; im [[Edit]] Menü verwenden.&lt;br /&gt;
&lt;br /&gt;
Diese Frequenz ist nur für dieses Band. Normalerweise steht hier 0 damit die [[Setup#Rig options|globale LO Frequenz]] verwendet wird.&lt;br /&gt;
&lt;br /&gt;
=Verantwortlicher Operator=&lt;br /&gt;
&lt;br /&gt;
[[Image:Responsibleoperator_DE.png|none|frame|Verantwortlicher OP]]&lt;br /&gt;
&lt;br /&gt;
Hier stehen die Informationen für den verantwortlichen Operator welche dann dem Contestausschuss übermittelt werden. Alle Elemente können frei formatiert werden und benötigen keine weiteren Kommentare...&lt;br /&gt;
&lt;br /&gt;
=CW keying=&lt;br /&gt;
&lt;br /&gt;
[[Image:Cwdaemon_DE.png|none|frame|CW daemon]]&lt;br /&gt;
&lt;br /&gt;
Seit Version 2.0 verwendet Tucnak nichtmehr das externe Programm &#039;cwdaemon&#039; zum Geben und Senden von CW. Alle Funktionen sind direkt in Tucnak implementiert.&lt;br /&gt;
&lt;br /&gt;
Folgende Schnittstellen stehen zum Geben zur Verfügung:&lt;br /&gt;
* None - keine CW-Ausgabe&lt;br /&gt;
* parport - verwendet das Kernelmodul ppdev zum Geben. Empfohlenes Gerät hierfür ist http://ok1zia.nagano.cz/web/davac3. Die Pinbelegung lautet:&lt;br /&gt;
** 1 STROBE - auf Masse wenn aktiv.&lt;br /&gt;
** 14 AUTOLF - Schaltet zwischen Mikrofon und Soundkarte um.&lt;br /&gt;
** 16 INIT - PTT&lt;br /&gt;
** 17 SELECT IN - CW&lt;br /&gt;
* ttys - uses control pins of serial port. Pinout for D-SUB9:&lt;br /&gt;
** 4 DTR - CW&lt;br /&gt;
** 5 GND - ground&lt;br /&gt;
** 7 RTS - PTT&lt;br /&gt;
* davac4 - USB SSB/CW keyer [[Davac4]] by OK1ZIA&lt;br /&gt;
* cwdaemon - für [http://www.qsl.net/pg4i/linux/cwdaemon.html cwdaemon] von Joop PG4I&lt;br /&gt;
* winkey - verwendet [[Winkey]] von [http://www.k1el.com K1EL]]&lt;br /&gt;
&lt;br /&gt;
Keyer ist zB /dev/parport0, /dev/ttyS0, /dev/ttyUSB0&lt;br /&gt;
&lt;br /&gt;
Hostname und UDP-Port sind reserviert.&lt;br /&gt;
&lt;br /&gt;
Startgeschwindigkeit gibt die Gebe-Geschwindigkeit in WPM nach dem Programmstart an. Dies kann nachträglich mit den Tasten &amp;quot;Bild auf&amp;quot; und &amp;quot;Bild ab&amp;quot; verändert werden.&lt;br /&gt;
&lt;br /&gt;
Gewichtung - Stellt das Verhältnis zwischen Signal und Pause ein.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;math&amp;gt;t_\mathrm{Signal}=\frac{1\,200\,000}{\mathrm{Geschwindigkeit}}+500 * \mathrm{Gewichtung}\ [\mu s]&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;math&amp;gt;t_\mathrm{Pause}=\frac{1\,200\,000}{\mathrm{Geschwindigkeit}}-500 * \mathrm{Gewichtung}\ [\mu s]&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Der WPM-Bereich beschreibt den Bereich, den man mit der &amp;quot;Bild auf&amp;quot; und &amp;quot;Bild ab&amp;quot; Taste einstellen kann. Die minimalen WPM werden auch für Winkey verwendet - Winkey kann nur 31 Geschwindigkeitsschritte.&lt;br /&gt;
Normalerweise ist die untere Grenze bei 10 WPM, bedeutet also, dass man mit Winkey einen Bereich von 10-41WPM abdecken kann. Wenn du als maximale Geschwindigkeit zB 50WPM willst musst du die minimale Grenze mindestens 19 stellen.&lt;br /&gt;
&lt;br /&gt;
Benutze Lautsprecher - Piept die Morsezeichen über die Soundausgabe.&lt;br /&gt;
&lt;br /&gt;
PTT-Verzögerung - (experimentelles Feature) Tucnak beginnt erst dann mit der Aussendung des CW-Codes nachdem die PTT-Taste für den eingestellten Wert gedrückt ist. Dies soll verhindern, dass der Beginn einer Aussendung abgeschnitten wird und dass sich die Sendekette eingeschwungen hat. Empfohlen sind 100 bis 250 ms.&lt;br /&gt;
&lt;br /&gt;
=Winkey-Optionen=&lt;br /&gt;
&lt;br /&gt;
[[Image:Winkeyoptions_DE.png|none|frame|Winkey-Optionen]]&lt;br /&gt;
&lt;br /&gt;
Winkey2 Schnellinitialisierung bedeutet, dass Tucnak beim Start nicht auf die Initialisierung des Winkeys wartet. Diese Option wir hauptsächlich bei Winkey2 verwendet, welcher die Versorgungsspannung über USB bekommt. Sie hat keine Einflüsse auf andere versionsabhängige Kommandos (Tasten), Tucnak liest die Winkey-Version aus!&lt;br /&gt;
&lt;br /&gt;
Benutze Geschwindigkeitspoti/Benutze Knöpfe - benötigt kein Kommentar. Normalerweise gibt es keinen Grund dies abzuschalten.&lt;br /&gt;
&lt;br /&gt;
Curtis A/B, Ultimatic, Bug - Setzt den Paddle-Modus. Ich denke Curtis B ist optimal.&lt;br /&gt;
&lt;br /&gt;
Paddle-Swap - Vertauscht die Paddles.&lt;br /&gt;
&lt;br /&gt;
=Audio=&lt;br /&gt;
&lt;br /&gt;
[[Image:Audio_DE.png|none|frame|Audio-Optionen]]&lt;br /&gt;
&lt;br /&gt;
Seit Version 2.0 unterstützt Tucnak SSB-CQ und Funkgespräch-Aufzeichnung.&lt;br /&gt;
&lt;br /&gt;
==Allgemeine Optionen==&lt;br /&gt;
Es werden Alsa, OSS und SSBD als Sound-Treiber unterstützt.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Audio aufnehmen&#039;&#039;&#039; schaltet die Aufnahme von Bandaktivitäten beim Empfangen an oder aus. Wenn dies nich aktiviert ist sind alle folgenden Optionen irrelevant. Um zu verhindern, dass der komplette freie Speicher von Sounddateien belegt wird solltest du die Optionen &#039;&#039;&#039;Max Aufnahmezeit&#039;&#039;&#039; und &#039;&#039;&#039;Minimaler freier Festplattenspeicher&#039;&#039;&#039; verwenden.&lt;br /&gt;
&lt;br /&gt;
Das &#039;&#039;&#039;Aufzeichnungsformat&#039;&#039;&#039; beschreibt die Codierung der Ausgabedatei. Unterstütze Formate sind:&lt;br /&gt;
&lt;br /&gt;
* PCM 8 und 16 Bit&lt;br /&gt;
* Logarithmische PCM u-law und A-law&lt;br /&gt;
* IMA und MS adaptierte PCM&lt;br /&gt;
* GSM Version 6.10 (mein Favorit)&lt;br /&gt;
&lt;br /&gt;
PCM ist passend für Weiterkonvertierung in andere Formate (mp3, OGG). GSM-Codierung benötigt wenig Speicherplatz. Eine Minute entspricht etwa 130kB Festplattenspeicher. Das sind dann also weniger als 200MB für 24h. Es ist aber nicht sicher, dass diese Codierung von deinem bevorzugtem Musik-Player unterstützt wird. Das GSM-Format kann zB von mplayer (mit Codec) oder sndfile-play (kommt mit libsndfile mit) abgespielt werden.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Kanäle&#039;&#039;&#039; stellt die Anzahl der Soundkanäle ein. 1 bedeutet Mono. Du kannst dies auch auf 2 oder 4 setzen, abhängig von deiner Soundkarte.&lt;br /&gt;
&lt;br /&gt;
Die &#039;&#039;&#039;Abtastrate&#039;&#039;&#039; legt die Nummer der Abtastungen pro Sekunde fest. &#039;CD&#039;-Qualität hat 44100. Dieser Wert ist für das Senden irrelevant. Es ist empfehlenswert einen Bruchteil der CD-Qualität zu wählen: 22050 oder 11025. Manche Soundkarten unterstützen keine anderen Abtastraten.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Playback volume&#039;&#039;&#039; ermöglicht die Einstellung der Lautstärke für SSB-CQ. -1 schaltet diese Funktion ab. Übliche Werte liegen zwischen 0 und 100, können aber stark von der verwendeten Hardware variieren.&lt;br /&gt;
&lt;br /&gt;
Notiz: Versionen &amp;lt;2.26 unterstützen keine negativen Werte. Um die Lautstärkeregelung zu deaktivieren kann man versuchen ein falsches Mixer-Gerät anzugeben.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Capture volume&#039;&#039;&#039; das selbe für die Aufnahme.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Vorgabe für Dateiname der Aufnahme&#039;&#039;&#039; ist die Vorlage zum Benennen der aufgezeichneten Dateien. Eine Beschreibung der möglichen Makros findest du unter  [[DE_Setup#CQ_Makros|CQ Makros]].&lt;br /&gt;
&lt;br /&gt;
==Alsa Optionen==&lt;br /&gt;
&#039;&#039;&#039;Alsa Abspielgerät&#039;&#039;&#039; und &#039;&#039;&#039;Alsa Aufzeichengerät&#039;&#039;&#039; gibt die Alsa-Geräte bzw. Anschlüsse an. Mögliche Werte sind zum Beispiel:&lt;br /&gt;
* default - Standardgerät aus der Konfiguration&lt;br /&gt;
* hw0,0 - Erste Soundkarte, erste PCM (erster DAC)&lt;br /&gt;
* hw0,1 - Erste Karte, zweite PCM (zweiter DAC, zB Ensonic ES1371)&lt;br /&gt;
* hw1,0 - Zweite Karte, ...&lt;br /&gt;
* plughw0,0 - Näheres in der Alsa-Dokumentation&lt;br /&gt;
* dmix&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Wiederholzeit&#039;&#039;&#039; ist die maximale Zeit für die aufgezeichnete Samples im Kartenpuffer bleiben. Mögliche Werte sind Vielfache von Hundert (Zehntelsekunden).&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Bufferzeit&#039;&#039;&#039; ist die maximale Buffergröße. Muss größer als die Wiederholzeit sein, z.B. 4*Wiederholzeit.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Alsa Mixergerät&#039;&#039;&#039; z.B. hw0, hw1, ...&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Aufnahmegerät&#039;&#039;&#039; zeigt ein Untermenü zur Auswahl des Aufnahmegeräts. Im Untermenü sind alle von der Soundkarte unterstützten Geräte gelistet.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==OSS Optionen==&lt;br /&gt;
&#039;&#039;&#039;Pfad zu /dev/dsp&#039;&#039;&#039; beschreibt dem Pfad an den der Soundkartetreiber gebunden ist. Normalerweise /dev/dsp.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Max. Nr. von Teilen&#039;&#039;&#039; gibt die Anzahl der Bufferfragmente an die im Buffer sind. Wenn du Probleme bei der Aufzeichnung oder beim Wechsel von TX auf TX hast solltest du 4 bzw. eine andere kleine Zahl verwenden. Überprüfe danach die aufgezeichneten Dateien nach Bufferunterläufen.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Pfad zu /dev/mixer&#039;&#039;&#039; Üblicherweise /dev/mixer.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Aufnahmegerät&#039;&#039;&#039; - Eingang für das Aufnahmesignal.&lt;br /&gt;
&lt;br /&gt;
==SSBD Optionen==&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Zurzeit nicht implementiert!&#039;&#039;&#039; SSBD ist veraltet. Die Einstellungen werden vielleicht in Zukunft wieder benötigt (PowerSRD, digimodes, ...)&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;SSBD Hostname&#039;&#039;&#039; und &#039;&#039;&#039;UDP Port&#039;&#039;&#039; - Setzt IP-Adresse und UDP-Port für den SSB-Daemon.&lt;br /&gt;
&lt;br /&gt;
=CW CQ=&lt;br /&gt;
&lt;br /&gt;
Beim Auswählen dieses Menüs erscheint eine Liste der verfügbaren CW-CQs. In Klammer steht die Kurztaste um den Morsetext auszugeben. &#039;R&#039; bedeutet, dass dieser Text wiederholt wird (CQ). Am Ende steht der Anfang des Textes.&lt;br /&gt;
&lt;br /&gt;
[[Image:Cwcq_DE.png|none|frame|CW CQ]]&lt;br /&gt;
&lt;br /&gt;
Folgendes kann man beim Klicken auf einen Text einstellen:&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Text&#039;&#039;&#039; für CQ. Du kannst hier Text eingeben oder Makros verwenden.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Geschw.&#039;&#039;&#039; ist normalerweise nicht definiert. Du kannst hier aber eine Geschwindigkeit für diesen CQ einstellen (zB schnelles 73)&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Wiederholen&#039;&#039;&#039; CQ wird wiederholt bis man ESC, TAB oder eine andere CQ-Taste drückt.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Verzögerung&#039;&#039;&#039; Abstand zwischen den CQ-Rufen (bei Wiederholung)&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Erlauben falls...&#039;&#039;&#039; Erlaubt das Senden der Nachricht auch dann, wenn ein Makro undefiniert ist. Normalerweise willst du keine leeren Folgen geben wenn zB noch kein Rufzeichen eingegeben wurde.&lt;br /&gt;
&lt;br /&gt;
=SSB CQ=&lt;br /&gt;
&lt;br /&gt;
[[Image:ssbcq_DE.png|none|frame|SSB CQ]]&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;filename&#039;&#039;&#039; - file which is played as CQ. You can use macros f.e. /home/user/tucnak/cq/$MC_$O.wav to have multiple files for more callsign and more operators. Some audio output devices can have limitations to the audio format - samplerate, channels.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;repeat&#039;&#039;&#039; and &#039;&#039;&#039;delay&#039;&#039;&#039; has same effect as in previous chapter&lt;br /&gt;
&lt;br /&gt;
=CQ macros=&lt;br /&gt;
&lt;br /&gt;
It&#039;s possible to define macros in texts of CW CQ and in name of SSB CQ file. Macros are case insensitive.&lt;br /&gt;
&lt;br /&gt;
* $$ - character $&lt;br /&gt;
* $C - callsign of opposite station. Warning! Callsign may contains stroke then can be problem to use macros in filename of CQ SSB. Look at $V&lt;br /&gt;
* $D - date of contest (20031228)&lt;br /&gt;
* $N - contest number from opposite station&lt;br /&gt;
* $O - operator&#039;s callsign (for SSB CQ filenames)&lt;br /&gt;
* $R - report from opposite station.&lt;br /&gt;
* $S - serial number of record sample&lt;br /&gt;
* $T - contest directory (/home/ok1zia/tucnak/20031004.2)&lt;br /&gt;
* $V - callsign of opposite station, the stroke character is exchanged by the underline character&lt;br /&gt;
* $W - locator of opposite station&lt;br /&gt;
* $X - optional exchange from opposite station&lt;br /&gt;
* $MC - my callsign&lt;br /&gt;
* $MN - contest number to opposite station.&lt;br /&gt;
* $MR - report to opposite station&lt;br /&gt;
* $MW - my locator&lt;br /&gt;
* $MX - my optional exchange&lt;br /&gt;
&lt;br /&gt;
You can also use case sensitive macros from strftime(3) for example:&lt;br /&gt;
&lt;br /&gt;
* %d - day of month 01..31&lt;br /&gt;
* %H - hours 01..24&lt;br /&gt;
* %M - minutes 00..59&lt;br /&gt;
* %m - month 00..12&lt;br /&gt;
* %S - seconds 00-59&lt;br /&gt;
* %Y - year 1970-2038&lt;br /&gt;
&lt;br /&gt;
For others use command:&lt;br /&gt;
&lt;br /&gt;
 man 3 strftime&lt;br /&gt;
&lt;br /&gt;
Macros has not effect in all context.&lt;br /&gt;
&lt;br /&gt;
=Rig options=&lt;br /&gt;
&lt;br /&gt;
Tucnak uses [http://hamlib.sourceforge.net hamlib] for accessing rig (transceiver) via CAT interface. You can use probably any interface which is working with other programs. Good helper is [http://tucnak.nagano.cz/Interfaces.pdf HB9DRV&#039;s guide to HRD]. Or you can build one of [[RIG interface|my RIG interfaces]].&lt;br /&gt;
&lt;br /&gt;
[[Image:Rigoptions_DE.png|none|frame|Funkgerätoptionen]]&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Device&#039;&#039;&#039; device where the interface is connected. Typically /dev/ttyS0, /dev/ttyUSB0&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Model&#039;&#039;&#039; model of rig. It is number defined by hamlib. You can obtain it by running command &#039;&#039;&#039;rigctl -l&#039;&#039;&#039; or you can use:&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Choose&#039;&#039;&#039; Press button to show menu. In the first level you will choose manufacturer, in second level rig model. Model number is written to the previous field.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;CIV address&#039;&#039;&#039; address of rig if you have more Icom radios connected via one interface. Enter 0 for default address.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Freq. shift SSB-&amp;gt;CW&#039;&#039;&#039; some old radios (Icom, Kenwood) shifts frequency when changing mode SSB &amp;lt;--&amp;gt; CW. If you call CQ on SSB and someone calls you in CW, you must switch to CW and tune for about 800Hz up. Tucnak can compensate this shift when you use Alt+M to switch mode.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Transverter&#039;s LO QRG&#039;&#039;&#039; is frequency which tucnak adds to frequency read from transceiver&#039;s CAT and result shows on the screen:&lt;br /&gt;
&amp;lt;math&amp;gt;f_\mathrm{display}=f_\mathrm{CAT} + f_\mathrm{lo} [Hz]&amp;lt;/math&amp;gt;&lt;br /&gt;
Note some radios support transceiver mode for example radio is tuned on 14 MHz, CAT reports also 14 MHz but transceiver&#039;s display shows 144 MHz.&lt;br /&gt;
LO frequency must be computed by operator, you can use Fix QRG in [[Edit]] menu. This is global LO freq, if you use more transceivers, you can set more frequencies in [[Setup#Band defaults|Band defaults menu]].&lt;br /&gt;
&lt;br /&gt;
=Autosave=&lt;br /&gt;
&lt;br /&gt;
[[Image:Autosave_DE.png|none|frame|Optionen für automatisches Speichern]]&lt;br /&gt;
&lt;br /&gt;
It sets and saves parameters of QSO to disk. Option `Save to disk after QSO&#039; is recommended set to 1 to save all reports. Fsync option immediately saves QSOs from cache to disk.&lt;br /&gt;
&lt;br /&gt;
Default setting of option Save to floppy after QSO is 4. Zero disables saving to floppy disk. Path to floppy item sets path to floppy&#039;s mount point. Tucnak don&#039;t test if floppy disk is mounted.&lt;br /&gt;
&lt;br /&gt;
Other items are ignored.&lt;br /&gt;
&lt;br /&gt;
=Network &amp;amp; trace=&lt;br /&gt;
&lt;br /&gt;
[[Image:Networktrace_DE.png|none|frame|Network &amp;amp; Verfolgungs-Optionen]]&lt;br /&gt;
&lt;br /&gt;
Ignore interfaces - list of network interfaces which would be ignored when searching for more instances of Tucnak on the network (transmit broadcasts) as connect to Internet, public IP address from provider, AX.25 interface. The delimiter between interfaces is space character. Broadcasts loads slow nets.&lt;br /&gt;
&lt;br /&gt;
Ignore networks - the purpose this option is the same as Ignore interface option. You can determinate subnet address.&lt;br /&gt;
&lt;br /&gt;
Announce to nets - it&#039;s an inverse function of previous options. There is specification of IP address where have been sending broadcasts in this option. The routers usually have disabled forward broadcastings.&lt;br /&gt;
&lt;br /&gt;
=Miscellaneous options=&lt;br /&gt;
&lt;br /&gt;
[[Image:Miscoptions_DE.png|none|frame|Verschiedene Optionen]]&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Log lines&#039;&#039;&#039; are last lines of tucnak&#039;s screen on which tucnak writes informations for users.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Sked shift&#039;&#039;&#039; time added to current time filled in the Sked dialog.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Starting band&#039;&#039;&#039; Band character (f.e. C=144 MHz) of band, which will be activated after contest open.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Screen resolution&#039;&#039;&#039; Only for SDL mode - you can set resolution of tucnak&#039;s window in characters or in pixels&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Double font&#039;&#039;&#039; for very-high-resolution displays and bad eyes - fonts are resized from usual 9x16 to 18x32 pixels. It is not very usable but on IARU VHF 2008 I had nothing to do so I&#039;ve imlpemented it.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Slash key&#039;&#039;&#039; Slash key on some national keyboards is not easily accessible (only with shift). Here you can remap it to any other character. Use with care!&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Disable screensaver&#039;&#039;&#039; if you only test Tucnak at home, you probably don&#039;t want to disable screensaver. So turn these checkbox off.&lt;br /&gt;
&lt;br /&gt;
=Terminal options=&lt;br /&gt;
&lt;br /&gt;
[[Image:Terminal_DE.png|none|frame|Terminal-Optionen]]&lt;br /&gt;
&lt;br /&gt;
These options come from [http://links.sourceforge.net links browser] so I&#039;m not able to tell what they exactly mean. Try to make some experiments or look at source code :-)&lt;br /&gt;
&lt;br /&gt;
=Language=&lt;br /&gt;
&lt;br /&gt;
Set language of Tucnak&#039;s GUI. I think English is very good for contest log but some people like to have their mother tongue set.&lt;br /&gt;
&lt;br /&gt;
=Character set=&lt;br /&gt;
&lt;br /&gt;
This menu is used for setting characteristic of terminal as window frames. It&#039;s a legacy of links (as above), I don&#039;t have detailed knowledge about these options.&lt;br /&gt;
&lt;br /&gt;
=Load cfg from net=&lt;br /&gt;
&lt;br /&gt;
It shows addresses of all Tucnaks on the local network. If one is selected you will read his complete configuration (tucnakrc).&lt;br /&gt;
&lt;br /&gt;
=Load C_W from net=&lt;br /&gt;
&lt;br /&gt;
It loads complete C_W database from selected Tucnak and saves it to ~/tucnak/tucnakcw. In database are saved two newest locators for each callsign.&lt;br /&gt;
&lt;br /&gt;
=Save configuration=&lt;br /&gt;
&lt;br /&gt;
It saves current configuration to file ~/tucnak/tucnakrc . You &#039;&#039;&#039;MUST&#039;&#039;&#039; do it to preserve any configuration changes !!&lt;/div&gt;</summary>
		<author><name>Dk1hj</name></author>
	</entry>
	<entry>
		<id>https://tucnak.nagano.cz/wiki/index.php?title=DE_Setup&amp;diff=1059</id>
		<title>DE Setup</title>
		<link rel="alternate" type="text/html" href="https://tucnak.nagano.cz/wiki/index.php?title=DE_Setup&amp;diff=1059"/>
		<updated>2009-07-28T08:43:15Z</updated>

		<summary type="html">&lt;p&gt;Dk1hj: /* Audio */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{Languages|Setup}}&lt;br /&gt;
&lt;br /&gt;
[[Image:menusetup_DE.png|none|frame|Einstellungs-Menü]]&lt;br /&gt;
&lt;br /&gt;
All configuration changes are in memory only until you [[Setup#Save_configuration|save configuration]].&lt;br /&gt;
&lt;br /&gt;
=Contestvorgaben=&lt;br /&gt;
&lt;br /&gt;
[[Image:Contestdefaults_DE.png|none|frame|Contestvorgaben]]&lt;br /&gt;
&lt;br /&gt;
In diesem Menü kann man folgende Dinge einstellen: Rufzeichen im Contest, Clubrufzeichen (verwende das nur, wenn du das LOG im EDI-Format exportieren kannst), Locator (6 Buchstaben), Contest-QTH (Entspricht den Einträgen PAdr1 und PAdr2 im EDI-Format), optionaler Austausch (Exchange) und Standardwerte für RS und RST.&lt;br /&gt;
&lt;br /&gt;
=Bandeinstellungen=&lt;br /&gt;
&lt;br /&gt;
[[Image:Bandsettings_DE.png|none|frame|Bandeinstellungen]]&lt;br /&gt;
&lt;br /&gt;
Das Untermenü enthält die Einstellungen für alle Bänder. Aktive Bänder (Als QRV markiert) sind ganz oben und von den anderen Bändern getrennt. Du kannst Bändern, die du nie benötigst einfach entfernen (wie zB 220MHz in Europa).&lt;br /&gt;
Der Punk &amp;quot;QRV auf diesem Band&amp;quot; sollte bei allen Bändern an denen man funken will markiert sein.&lt;br /&gt;
&lt;br /&gt;
Dies ist auch schon die einzige Einstellung die man hier setzen muss. Die anderen Dinge kann man hier auch eingeben, ist aber nicht notwendig.&lt;br /&gt;
&lt;br /&gt;
&amp;quot;QRV in diesem Contest&amp;quot; hat hier keinen Effekt. Als Kategorie stehen Mehrmann, Einmann und Kontrolllog zur Auswahl.&lt;br /&gt;
&lt;br /&gt;
TX und RX-Ausrüstungseinstellungen beschreiben die Station. Leistung wir mit Einheiten angegeben. ASL und AGL bezieht sich auf die Antennenhöhe bezogen auf Seehöhe (ASL) und Boden (AGL).&lt;br /&gt;
Angegebene Werte sind in Meter, als Trenner zwischen den Werten dient ein Semikolon.&lt;br /&gt;
&lt;br /&gt;
Bei Operator werden die Rufzeichen der Leute, die am Contest teilhaben, eingetragen, wieder mit Semikolon getrennt. Dies kann auch im Operator-Menü [[Contest]] gemacht werden.&lt;br /&gt;
&lt;br /&gt;
Das Bemerkungenfeld ist für Bemerkungen an den Contestausschuss.&lt;br /&gt;
&lt;br /&gt;
Die Klassennummern für Einmann- und Mehrmannbetrieb sind eventuell von Contest zu Contest verschieden und werden eigentlich nur beim Dateinamen des EDI-Exports verwendet.&lt;br /&gt;
&lt;br /&gt;
Bandgrenzen werden in Kilohertz angegeben. Diese werden zur Filterung im DX-Cluster verwendet.&lt;br /&gt;
&lt;br /&gt;
ADIF Bandname beschreibt den Bandnamen im ADIF-Format.&lt;br /&gt;
&lt;br /&gt;
QRG für Skeds ist die Frequenz, die vom Operator eingegeben wird, auf der andere Operatoren im Netz Skeds entgegen nehmen sollen. Das Format ist nicht begrenzt, du kannst zB &amp;quot;.120&amp;quot; oder ähnliches eingeben.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Transverter LO QRG ist die Frequenz, die Tucnak zur Frequenz addiert welche die CAT-Schnittstelle des Funkgerätes liefert:&lt;br /&gt;
&amp;lt;math&amp;gt;f_\mathrm{display}=f_\mathrm{CAT} + f_\mathrm{lo} [Hz]&amp;lt;/math&amp;gt;&lt;br /&gt;
Beachte bitte, dass manche Funkgeräte den Transceiver-Mode unterstützen, als Beispiel: Funkgerät ist auf 14MHz eingestellt, CAT gibt auch 14MHz aus, das Display zeigt aber 144MHz.&lt;br /&gt;
LO-Frequenz muss vom Operator berechnet werden, dazu kannst du &amp;quot;Fix QRG&amp;quot; im [[Edit]] Menü verwenden.&lt;br /&gt;
&lt;br /&gt;
Diese Frequenz ist nur für dieses Band. Normalerweise steht hier 0 damit die [[Setup#Rig options|globale LO Frequenz]] verwendet wird.&lt;br /&gt;
&lt;br /&gt;
=Verantwortlicher Operator=&lt;br /&gt;
&lt;br /&gt;
[[Image:Responsibleoperator_DE.png|none|frame|Verantwortlicher OP]]&lt;br /&gt;
&lt;br /&gt;
Hier stehen die Informationen für den verantwortlichen Operator welche dann dem Contestausschuss übermittelt werden. Alle Elemente können frei formatiert werden und benötigen keine weiteren Kommentare...&lt;br /&gt;
&lt;br /&gt;
=CW keying=&lt;br /&gt;
&lt;br /&gt;
[[Image:Cwdaemon_DE.png|none|frame|CW daemon]]&lt;br /&gt;
&lt;br /&gt;
Seit Version 2.0 verwendet Tucnak nichtmehr das externe Programm &#039;cwdaemon&#039; zum Geben und Senden von CW. Alle Funktionen sind direkt in Tucnak implementiert.&lt;br /&gt;
&lt;br /&gt;
Folgende Schnittstellen stehen zum Geben zur Verfügung:&lt;br /&gt;
* None - keine CW-Ausgabe&lt;br /&gt;
* parport - verwendet das Kernelmodul ppdev zum Geben. Empfohlenes Gerät hierfür ist http://ok1zia.nagano.cz/web/davac3. Die Pinbelegung lautet:&lt;br /&gt;
** 1 STROBE - auf Masse wenn aktiv.&lt;br /&gt;
** 14 AUTOLF - Schaltet zwischen Mikrofon und Soundkarte um.&lt;br /&gt;
** 16 INIT - PTT&lt;br /&gt;
** 17 SELECT IN - CW&lt;br /&gt;
* ttys - uses control pins of serial port. Pinout for D-SUB9:&lt;br /&gt;
** 4 DTR - CW&lt;br /&gt;
** 5 GND - ground&lt;br /&gt;
** 7 RTS - PTT&lt;br /&gt;
* davac4 - USB SSB/CW keyer [[Davac4]] by OK1ZIA&lt;br /&gt;
* cwdaemon - für [http://www.qsl.net/pg4i/linux/cwdaemon.html cwdaemon] von Joop PG4I&lt;br /&gt;
* winkey - verwendet [[Winkey]] von [http://www.k1el.com K1EL]]&lt;br /&gt;
&lt;br /&gt;
Keyer ist zB /dev/parport0, /dev/ttyS0, /dev/ttyUSB0&lt;br /&gt;
&lt;br /&gt;
Hostname und UDP-Port sind reserviert.&lt;br /&gt;
&lt;br /&gt;
Startgeschwindigkeit gibt die Gebe-Geschwindigkeit in WPM nach dem Programmstart an. Dies kann nachträglich mit den Tasten &amp;quot;Bild auf&amp;quot; und &amp;quot;Bild ab&amp;quot; verändert werden.&lt;br /&gt;
&lt;br /&gt;
Gewichtung - Stellt das Verhältnis zwischen Signal und Pause ein.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;math&amp;gt;t_\mathrm{Signal}=\frac{1\,200\,000}{\mathrm{Geschwindigkeit}}+500 * \mathrm{Gewichtung}\ [\mu s]&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;math&amp;gt;t_\mathrm{Pause}=\frac{1\,200\,000}{\mathrm{Geschwindigkeit}}-500 * \mathrm{Gewichtung}\ [\mu s]&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Der WPM-Bereich beschreibt den Bereich, den man mit der &amp;quot;Bild auf&amp;quot; und &amp;quot;Bild ab&amp;quot; Taste einstellen kann. Die minimalen WPM werden auch für Winkey verwendet - Winkey kann nur 31 Geschwindigkeitsschritte.&lt;br /&gt;
Normalerweise ist die untere Grenze bei 10 WPM, bedeutet also, dass man mit Winkey einen Bereich von 10-41WPM abdecken kann. Wenn du als maximale Geschwindigkeit zB 50WPM willst musst du die minimale Grenze mindestens 19 stellen.&lt;br /&gt;
&lt;br /&gt;
Benutze Lautsprecher - Piept die Morsezeichen über die Soundausgabe.&lt;br /&gt;
&lt;br /&gt;
PTT-Verzögerung - (experimentelles Feature) Tucnak beginnt erst dann mit der Aussendung des CW-Codes nachdem die PTT-Taste für den eingestellten Wert gedrückt ist. Dies soll verhindern, dass der Beginn einer Aussendung abgeschnitten wird und dass sich die Sendekette eingeschwungen hat. Empfohlen sind 100 bis 250 ms.&lt;br /&gt;
&lt;br /&gt;
=Winkey-Optionen=&lt;br /&gt;
&lt;br /&gt;
[[Image:Winkeyoptions_DE.png|none|frame|Winkey-Optionen]]&lt;br /&gt;
&lt;br /&gt;
Winkey2 Schnellinitialisierung bedeutet, dass Tucnak beim Start nicht auf die Initialisierung des Winkeys wartet. Diese Option wir hauptsächlich bei Winkey2 verwendet, welcher die Versorgungsspannung über USB bekommt. Sie hat keine Einflüsse auf andere versionsabhängige Kommandos (Tasten), Tucnak liest die Winkey-Version aus!&lt;br /&gt;
&lt;br /&gt;
Benutze Geschwindigkeitspoti/Benutze Knöpfe - benötigt kein Kommentar. Normalerweise gibt es keinen Grund dies abzuschalten.&lt;br /&gt;
&lt;br /&gt;
Curtis A/B, Ultimatic, Bug - Setzt den Paddle-Modus. Ich denke Curtis B ist optimal.&lt;br /&gt;
&lt;br /&gt;
Paddle-Swap - Vertauscht die Paddles.&lt;br /&gt;
&lt;br /&gt;
=Audio=&lt;br /&gt;
&lt;br /&gt;
[[Image:Audio_DE.png|none|frame|Audio-Optionen]]&lt;br /&gt;
&lt;br /&gt;
Seit Version 2.0 unterstützt Tucnak SSB-CQ und Funkgespräch-Aufzeichnung.&lt;br /&gt;
&lt;br /&gt;
==Allgemeine Optionen==&lt;br /&gt;
Es werden Alsa, OSS und SSBD als Sound-Treiber unterstützt.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Audio aufnehmen&#039;&#039;&#039; schaltet die Aufnahme von Bandaktivitäten beim Empfangen an oder aus. Wenn dies nich aktiviert ist sind alle folgenden Optionen irrelevant. Um zu verhindern, dass der komplette freie Speicher von Sounddateien belegt wird solltest du die Optionen &#039;&#039;&#039;Max Aufnahmezeit&#039;&#039;&#039; und &#039;&#039;&#039;Minimaler freier Festplattenspeicher&#039;&#039;&#039; verwenden.&lt;br /&gt;
&lt;br /&gt;
Das &#039;&#039;&#039;Aufzeichnungsformat&#039;&#039;&#039; beschreibt die Codierung der Ausgabedatei. Unterstütze Formate sind:&lt;br /&gt;
&lt;br /&gt;
* PCM 8 und 16 Bit&lt;br /&gt;
* Logarithmische PCM u-law und A-law&lt;br /&gt;
* IMA und MS adaptierte PCM&lt;br /&gt;
* GSM Version 6.10 (mein Favorit)&lt;br /&gt;
&lt;br /&gt;
PCM ist passend für Weiterkonvertierung in andere Formate (mp3, OGG). GSM-Codierung benötigt wenig Speicherplatz. Eine Minute entspricht etwa 130kB Festplattenspeicher. Das sind dann also weniger als 200MB für 24h. Es ist aber nicht sicher, dass diese Codierung von deinem bevorzugtem Musik-Player unterstützt wird. Das GSM-Format kann zB von mplayer (mit Codec) oder sndfile-play (kommt mit libsndfile mit) abgespielt werden.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Kanäle&#039;&#039;&#039; stellt die Anzahl der Soundkanäle ein. 1 bedeutet Mono. Du kannst dies auch auf 2 oder 4 setzen, abhängig von deiner Soundkarte.&lt;br /&gt;
&lt;br /&gt;
Die &#039;&#039;&#039;Abtastrate&#039;&#039;&#039; legt die Nummer der Abtastungen pro Sekunde fest. &#039;CD&#039;-Qualität hat 44100. Dieser Wert ist für das Senden irrelevant. Es ist empfehlenswert einen Bruchteil der CD-Qualität zu wählen: 22050 oder 11025. Manche Soundkarten unterstützen keine anderen Abtastraten.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Playback volume&#039;&#039;&#039; ermöglicht die Einstellung der Lautstärke für SSB-CQ. -1 schaltet diese Funktion ab. Übliche Werte liegen zwischen 0 und 100, können aber stark von der verwendeten Hardware variieren.&lt;br /&gt;
&lt;br /&gt;
Notiz: Versionen &amp;lt;2.26 unterstützen keine negativen Werte. Um die Lautstärkeregelung zu deaktivieren kann man versuchen ein falsches Mixer-Gerät anzugeben.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Capture volume&#039;&#039;&#039; das selbe für die Aufnahme.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Vorgabe für Dateiname der Aufnahme&#039;&#039;&#039; ist die Vorlage zum Benennen der aufgezeichneten Dateien. Eine Beschreibung der möglichen Makros findest du unter  [[DE_Setup#CQ_Makros|CQ Makros]].&lt;br /&gt;
&lt;br /&gt;
==Alsa Optionen==&lt;br /&gt;
&#039;&#039;&#039;Alsa Abspielgerät&#039;&#039;&#039; und &#039;&#039;&#039;Alsa Aufzeichengerät&#039;&#039;&#039; gibt die Alsa-Geräte bzw. Anschlüsse an. Mögliche Werte sind zum Beispiel:&lt;br /&gt;
* default - Standardgerät aus der Konfiguration&lt;br /&gt;
* hw0,0 - Erste Soundkarte, erste PCM (erster DAC)&lt;br /&gt;
* hw0,1 - Erste Karte, zweite PCM (zweiter DAC, zB Ensonic ES1371)&lt;br /&gt;
* hw1,0 - Zweite Karte, ...&lt;br /&gt;
* plughw0,0 - Näheres in der Alsa-Dokumentation&lt;br /&gt;
* dmix&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Wiederholzeit&#039;&#039;&#039; ist die maximale Zeit für die aufgezeichnete Samples im Kartenpuffer bleiben. Mögliche Werte sind Vielfache von Hundert (Zehntelsekunden).&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Bufferzeit&#039;&#039;&#039; ist die maximale Buffergröße. Muss größer als die Wiederholzeit sein, z.B. 4*Wiederholzeit.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Alsa Mixergerät&#039;&#039;&#039; z.B. hw0, hw1, ...&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Aufnahmegerät&#039;&#039;&#039; zeigt ein Untermenü zur Auswahl des Aufnahmegeräts. Im Untermenü sind alle von der Soundkarte unterstützten Geräte gelistet.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==OSS Optionen==&lt;br /&gt;
&#039;&#039;&#039;Pfad zu /dev/dsp&#039;&#039;&#039; beschreibt dem Pfad an den der Soundkartetreiber gebunden ist. Normalerweise /dev/dsp.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Max. Nr. von Teilen&#039;&#039;&#039; gibt die Anzahl der Bufferfragmente an die im Buffer sind. Wenn du Probleme bei der Aufzeichnung oder beim Wechsel von TX auf TX hast solltest du 4 bzw. eine andere kleine Zahl verwenden. Überprüfe danach die aufgezeichneten Dateien nach Bufferunterläufen.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Pfad zu /dev/mixer&#039;&#039;&#039; Üblicherweise /dev/mixer.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Aufnahmegerät&#039;&#039;&#039; - Eingang für das Aufnahmesignal.&lt;br /&gt;
&lt;br /&gt;
==SSBD Optionen==&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Zurzeit nicht implementiert!&#039;&#039;&#039; SSBD ist veraltet. Die Einstellungen werden vielleicht in Zukunft wieder benötigt (PowerSRD, digimodes, ...)&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;SSBD Hostname&#039;&#039;&#039; und &#039;&#039;&#039;UDP Port&#039;&#039;&#039; - Setzt IP-Adresse und UDP-Port für den SSB-Daemon.&lt;br /&gt;
&lt;br /&gt;
=CW CQ=&lt;br /&gt;
&lt;br /&gt;
The list of all CW texts are showed after selecting this item. There is showed the key for running the message in brakes. Character `R&#039; means that the message is repeated (CQ). Also is showing start of text.&lt;br /&gt;
&lt;br /&gt;
[[Image:Cwcq_DE.png|none|frame|CW CQ]]&lt;br /&gt;
&lt;br /&gt;
There are these items in dialoque for setting CQ: &lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;text&#039;&#039;&#039; of CQ. You can use plain text and macros&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;speed&#039;&#039;&#039; is normally undefined but you can define speed only for this CQ (f.e. for fast 73)&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;repeat&#039;&#039;&#039; CQ will be repeated until you press ESC, TAB or other CQ key&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;delay&#039;&#039;&#039; determines time between CQ messages &lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;allow if...&#039;&#039;&#039; allows to run message if there is any macro undefined. Typically you don&#039;t want to give empty string if you have no callsign entered.&lt;br /&gt;
&lt;br /&gt;
=SSB CQ=&lt;br /&gt;
&lt;br /&gt;
[[Image:ssbcq_DE.png|none|frame|SSB CQ]]&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;filename&#039;&#039;&#039; - file which is played as CQ. You can use macros f.e. /home/user/tucnak/cq/$MC_$O.wav to have multiple files for more callsign and more operators. Some audio output devices can have limitations to the audio format - samplerate, channels.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;repeat&#039;&#039;&#039; and &#039;&#039;&#039;delay&#039;&#039;&#039; has same effect as in previous chapter&lt;br /&gt;
&lt;br /&gt;
=CQ macros=&lt;br /&gt;
&lt;br /&gt;
It&#039;s possible to define macros in texts of CW CQ and in name of SSB CQ file. Macros are case insensitive.&lt;br /&gt;
&lt;br /&gt;
* $$ - character $&lt;br /&gt;
* $C - callsign of opposite station. Warning! Callsign may contains stroke then can be problem to use macros in filename of CQ SSB. Look at $V&lt;br /&gt;
* $D - date of contest (20031228)&lt;br /&gt;
* $N - contest number from opposite station&lt;br /&gt;
* $O - operator&#039;s callsign (for SSB CQ filenames)&lt;br /&gt;
* $R - report from opposite station.&lt;br /&gt;
* $S - serial number of record sample&lt;br /&gt;
* $T - contest directory (/home/ok1zia/tucnak/20031004.2)&lt;br /&gt;
* $V - callsign of opposite station, the stroke character is exchanged by the underline character&lt;br /&gt;
* $W - locator of opposite station&lt;br /&gt;
* $X - optional exchange from opposite station&lt;br /&gt;
* $MC - my callsign&lt;br /&gt;
* $MN - contest number to opposite station.&lt;br /&gt;
* $MR - report to opposite station&lt;br /&gt;
* $MW - my locator&lt;br /&gt;
* $MX - my optional exchange&lt;br /&gt;
&lt;br /&gt;
You can also use case sensitive macros from strftime(3) for example:&lt;br /&gt;
&lt;br /&gt;
* %d - day of month 01..31&lt;br /&gt;
* %H - hours 01..24&lt;br /&gt;
* %M - minutes 00..59&lt;br /&gt;
* %m - month 00..12&lt;br /&gt;
* %S - seconds 00-59&lt;br /&gt;
* %Y - year 1970-2038&lt;br /&gt;
&lt;br /&gt;
For others use command:&lt;br /&gt;
&lt;br /&gt;
 man 3 strftime&lt;br /&gt;
&lt;br /&gt;
Macros has not effect in all context.&lt;br /&gt;
&lt;br /&gt;
=Rig options=&lt;br /&gt;
&lt;br /&gt;
Tucnak uses [http://hamlib.sourceforge.net hamlib] for accessing rig (transceiver) via CAT interface. You can use probably any interface which is working with other programs. Good helper is [http://tucnak.nagano.cz/Interfaces.pdf HB9DRV&#039;s guide to HRD]. Or you can build one of [[RIG interface|my RIG interfaces]].&lt;br /&gt;
&lt;br /&gt;
[[Image:Rigoptions_DE.png|none|frame|Funkgerätoptionen]]&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Device&#039;&#039;&#039; device where the interface is connected. Typically /dev/ttyS0, /dev/ttyUSB0&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Model&#039;&#039;&#039; model of rig. It is number defined by hamlib. You can obtain it by running command &#039;&#039;&#039;rigctl -l&#039;&#039;&#039; or you can use:&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Choose&#039;&#039;&#039; Press button to show menu. In the first level you will choose manufacturer, in second level rig model. Model number is written to the previous field.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;CIV address&#039;&#039;&#039; address of rig if you have more Icom radios connected via one interface. Enter 0 for default address.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Freq. shift SSB-&amp;gt;CW&#039;&#039;&#039; some old radios (Icom, Kenwood) shifts frequency when changing mode SSB &amp;lt;--&amp;gt; CW. If you call CQ on SSB and someone calls you in CW, you must switch to CW and tune for about 800Hz up. Tucnak can compensate this shift when you use Alt+M to switch mode.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Transverter&#039;s LO QRG&#039;&#039;&#039; is frequency which tucnak adds to frequency read from transceiver&#039;s CAT and result shows on the screen:&lt;br /&gt;
&amp;lt;math&amp;gt;f_\mathrm{display}=f_\mathrm{CAT} + f_\mathrm{lo} [Hz]&amp;lt;/math&amp;gt;&lt;br /&gt;
Note some radios support transceiver mode for example radio is tuned on 14 MHz, CAT reports also 14 MHz but transceiver&#039;s display shows 144 MHz.&lt;br /&gt;
LO frequency must be computed by operator, you can use Fix QRG in [[Edit]] menu. This is global LO freq, if you use more transceivers, you can set more frequencies in [[Setup#Band defaults|Band defaults menu]].&lt;br /&gt;
&lt;br /&gt;
=Autosave=&lt;br /&gt;
&lt;br /&gt;
[[Image:Autosave_DE.png|none|frame|Optionen für automatisches Speichern]]&lt;br /&gt;
&lt;br /&gt;
It sets and saves parameters of QSO to disk. Option `Save to disk after QSO&#039; is recommended set to 1 to save all reports. Fsync option immediately saves QSOs from cache to disk.&lt;br /&gt;
&lt;br /&gt;
Default setting of option Save to floppy after QSO is 4. Zero disables saving to floppy disk. Path to floppy item sets path to floppy&#039;s mount point. Tucnak don&#039;t test if floppy disk is mounted.&lt;br /&gt;
&lt;br /&gt;
Other items are ignored.&lt;br /&gt;
&lt;br /&gt;
=Network &amp;amp; trace=&lt;br /&gt;
&lt;br /&gt;
[[Image:Networktrace_DE.png|none|frame|Network &amp;amp; Verfolgungs-Optionen]]&lt;br /&gt;
&lt;br /&gt;
Ignore interfaces - list of network interfaces which would be ignored when searching for more instances of Tucnak on the network (transmit broadcasts) as connect to Internet, public IP address from provider, AX.25 interface. The delimiter between interfaces is space character. Broadcasts loads slow nets.&lt;br /&gt;
&lt;br /&gt;
Ignore networks - the purpose this option is the same as Ignore interface option. You can determinate subnet address.&lt;br /&gt;
&lt;br /&gt;
Announce to nets - it&#039;s an inverse function of previous options. There is specification of IP address where have been sending broadcasts in this option. The routers usually have disabled forward broadcastings.&lt;br /&gt;
&lt;br /&gt;
=Miscellaneous options=&lt;br /&gt;
&lt;br /&gt;
[[Image:Miscoptions_DE.png|none|frame|Verschiedene Optionen]]&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Log lines&#039;&#039;&#039; are last lines of tucnak&#039;s screen on which tucnak writes informations for users.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Sked shift&#039;&#039;&#039; time added to current time filled in the Sked dialog.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Starting band&#039;&#039;&#039; Band character (f.e. C=144 MHz) of band, which will be activated after contest open.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Screen resolution&#039;&#039;&#039; Only for SDL mode - you can set resolution of tucnak&#039;s window in characters or in pixels&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Double font&#039;&#039;&#039; for very-high-resolution displays and bad eyes - fonts are resized from usual 9x16 to 18x32 pixels. It is not very usable but on IARU VHF 2008 I had nothing to do so I&#039;ve imlpemented it.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Slash key&#039;&#039;&#039; Slash key on some national keyboards is not easily accessible (only with shift). Here you can remap it to any other character. Use with care!&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Disable screensaver&#039;&#039;&#039; if you only test Tucnak at home, you probably don&#039;t want to disable screensaver. So turn these checkbox off.&lt;br /&gt;
&lt;br /&gt;
=Terminal options=&lt;br /&gt;
&lt;br /&gt;
[[Image:Terminal_DE.png|none|frame|Terminal-Optionen]]&lt;br /&gt;
&lt;br /&gt;
These options come from [http://links.sourceforge.net links browser] so I&#039;m not able to tell what they exactly mean. Try to make some experiments or look at source code :-)&lt;br /&gt;
&lt;br /&gt;
=Language=&lt;br /&gt;
&lt;br /&gt;
Set language of Tucnak&#039;s GUI. I think English is very good for contest log but some people like to have their mother tongue set.&lt;br /&gt;
&lt;br /&gt;
=Character set=&lt;br /&gt;
&lt;br /&gt;
This menu is used for setting characteristic of terminal as window frames. It&#039;s a legacy of links (as above), I don&#039;t have detailed knowledge about these options.&lt;br /&gt;
&lt;br /&gt;
=Load cfg from net=&lt;br /&gt;
&lt;br /&gt;
It shows addresses of all Tucnaks on the local network. If one is selected you will read his complete configuration (tucnakrc).&lt;br /&gt;
&lt;br /&gt;
=Load C_W from net=&lt;br /&gt;
&lt;br /&gt;
It loads complete C_W database from selected Tucnak and saves it to ~/tucnak/tucnakcw. In database are saved two newest locators for each callsign.&lt;br /&gt;
&lt;br /&gt;
=Save configuration=&lt;br /&gt;
&lt;br /&gt;
It saves current configuration to file ~/tucnak/tucnakrc . You &#039;&#039;&#039;MUST&#039;&#039;&#039; do it to preserve any configuration changes !!&lt;/div&gt;</summary>
		<author><name>Dk1hj</name></author>
	</entry>
	<entry>
		<id>https://tucnak.nagano.cz/wiki/index.php?title=DE_Setup&amp;diff=1057</id>
		<title>DE Setup</title>
		<link rel="alternate" type="text/html" href="https://tucnak.nagano.cz/wiki/index.php?title=DE_Setup&amp;diff=1057"/>
		<updated>2009-07-27T21:19:04Z</updated>

		<summary type="html">&lt;p&gt;Dk1hj: /* Audio */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{Languages|Setup}}&lt;br /&gt;
&lt;br /&gt;
[[Image:menusetup_DE.png|none|frame|Einstellungs-Menü]]&lt;br /&gt;
&lt;br /&gt;
All configuration changes are in memory only until you [[Setup#Save_configuration|save configuration]].&lt;br /&gt;
&lt;br /&gt;
=Contestvorgaben=&lt;br /&gt;
&lt;br /&gt;
[[Image:Contestdefaults_DE.png|none|frame|Contestvorgaben]]&lt;br /&gt;
&lt;br /&gt;
In diesem Menü kann man folgende Dinge einstellen: Rufzeichen im Contest, Clubrufzeichen (verwende das nur, wenn du das LOG im EDI-Format exportieren kannst), Locator (6 Buchstaben), Contest-QTH (Entspricht den Einträgen PAdr1 und PAdr2 im EDI-Format), optionaler Austausch (Exchange) und Standardwerte für RS und RST.&lt;br /&gt;
&lt;br /&gt;
=Bandeinstellungen=&lt;br /&gt;
&lt;br /&gt;
[[Image:Bandsettings_DE.png|none|frame|Bandeinstellungen]]&lt;br /&gt;
&lt;br /&gt;
Das Untermenü enthält die Einstellungen für alle Bänder. Aktive Bänder (Als QRV markiert) sind ganz oben und von den anderen Bändern getrennt. Du kannst Bändern, die du nie benötigst einfach entfernen (wie zB 220MHz in Europa).&lt;br /&gt;
Der Punk &amp;quot;QRV auf diesem Band&amp;quot; sollte bei allen Bändern an denen man funken will markiert sein.&lt;br /&gt;
&lt;br /&gt;
Dies ist auch schon die einzige Einstellung die man hier setzen muss. Die anderen Dinge kann man hier auch eingeben, ist aber nicht notwendig.&lt;br /&gt;
&lt;br /&gt;
&amp;quot;QRV in diesem Contest&amp;quot; hat hier keinen Effekt. Als Kategorie stehen Mehrmann, Einmann und Kontrolllog zur Auswahl.&lt;br /&gt;
&lt;br /&gt;
TX und RX-Ausrüstungseinstellungen beschreiben die Station. Leistung wir mit Einheiten angegeben. ASL und AGL bezieht sich auf die Antennenhöhe bezogen auf Seehöhe (ASL) und Boden (AGL).&lt;br /&gt;
Angegebene Werte sind in Meter, als Trenner zwischen den Werten dient ein Semikolon.&lt;br /&gt;
&lt;br /&gt;
Bei Operator werden die Rufzeichen der Leute, die am Contest teilhaben, eingetragen, wieder mit Semikolon getrennt. Dies kann auch im Operator-Menü [[Contest]] gemacht werden.&lt;br /&gt;
&lt;br /&gt;
Das Bemerkungenfeld ist für Bemerkungen an den Contestausschuss.&lt;br /&gt;
&lt;br /&gt;
Die Klassennummern für Einmann- und Mehrmannbetrieb sind eventuell von Contest zu Contest verschieden und werden eigentlich nur beim Dateinamen des EDI-Exports verwendet.&lt;br /&gt;
&lt;br /&gt;
Bandgrenzen werden in Kilohertz angegeben. Diese werden zur Filterung im DX-Cluster verwendet.&lt;br /&gt;
&lt;br /&gt;
ADIF Bandname beschreibt den Bandnamen im ADIF-Format.&lt;br /&gt;
&lt;br /&gt;
QRG für Skeds ist die Frequenz, die vom Operator eingegeben wird, auf der andere Operatoren im Netz Skeds entgegen nehmen sollen. Das Format ist nicht begrenzt, du kannst zB &amp;quot;.120&amp;quot; oder ähnliches eingeben.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Transverter LO QRG ist die Frequenz, die Tucnak zur Frequenz addiert welche die CAT-Schnittstelle des Funkgerätes liefert:&lt;br /&gt;
&amp;lt;math&amp;gt;f_\mathrm{display}=f_\mathrm{CAT} + f_\mathrm{lo} [Hz]&amp;lt;/math&amp;gt;&lt;br /&gt;
Beachte bitte, dass manche Funkgeräte den Transceiver-Mode unterstützen, als Beispiel: Funkgerät ist auf 14MHz eingestellt, CAT gibt auch 14MHz aus, das Display zeigt aber 144MHz.&lt;br /&gt;
LO-Frequenz muss vom Operator berechnet werden, dazu kannst du &amp;quot;Fix QRG&amp;quot; im [[Edit]] Menü verwenden.&lt;br /&gt;
&lt;br /&gt;
Diese Frequenz ist nur für dieses Band. Normalerweise steht hier 0 damit die [[Setup#Rig options|globale LO Frequenz]] verwendet wird.&lt;br /&gt;
&lt;br /&gt;
=Verantwortlicher Operator=&lt;br /&gt;
&lt;br /&gt;
[[Image:Responsibleoperator_DE.png|none|frame|Verantwortlicher OP]]&lt;br /&gt;
&lt;br /&gt;
Hier stehen die Informationen für den verantwortlichen Operator welche dann dem Contestausschuss übermittelt werden. Alle Elemente können frei formatiert werden und benötigen keine weiteren Kommentare...&lt;br /&gt;
&lt;br /&gt;
=CW keying=&lt;br /&gt;
&lt;br /&gt;
[[Image:Cwdaemon_DE.png|none|frame|CW daemon]]&lt;br /&gt;
&lt;br /&gt;
Seit Version 2.0 verwendet Tucnak nichtmehr das externe Programm &#039;cwdaemon&#039; zum Geben und Senden von CW. Alle Funktionen sind direkt in Tucnak implementiert.&lt;br /&gt;
&lt;br /&gt;
Folgende Schnittstellen stehen zum Geben zur Verfügung:&lt;br /&gt;
* None - keine CW-Ausgabe&lt;br /&gt;
* parport - verwendet das Kernelmodul ppdev zum Geben. Empfohlenes Gerät hierfür ist http://ok1zia.nagano.cz/web/davac3. Die Pinbelegung lautet:&lt;br /&gt;
** 1 STROBE - auf Masse wenn aktiv.&lt;br /&gt;
** 14 AUTOLF - Schaltet zwischen Mikrofon und Soundkarte um.&lt;br /&gt;
** 16 INIT - PTT&lt;br /&gt;
** 17 SELECT IN - CW&lt;br /&gt;
* ttys - uses control pins of serial port. Pinout for D-SUB9:&lt;br /&gt;
** 4 DTR - CW&lt;br /&gt;
** 5 GND - ground&lt;br /&gt;
** 7 RTS - PTT&lt;br /&gt;
* davac4 - USB SSB/CW keyer [[Davac4]] by OK1ZIA&lt;br /&gt;
* cwdaemon - für [http://www.qsl.net/pg4i/linux/cwdaemon.html cwdaemon] von Joop PG4I&lt;br /&gt;
* winkey - verwendet [[Winkey]] von [http://www.k1el.com K1EL]]&lt;br /&gt;
&lt;br /&gt;
Keyer ist zB /dev/parport0, /dev/ttyS0, /dev/ttyUSB0&lt;br /&gt;
&lt;br /&gt;
Hostname und UDP-Port sind reserviert.&lt;br /&gt;
&lt;br /&gt;
Startgeschwindigkeit gibt die Gebe-Geschwindigkeit in WPM nach dem Programmstart an. Dies kann nachträglich mit den Tasten &amp;quot;Bild auf&amp;quot; und &amp;quot;Bild ab&amp;quot; verändert werden.&lt;br /&gt;
&lt;br /&gt;
Gewichtung - Stellt das Verhältnis zwischen Signal und Pause ein.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;math&amp;gt;t_\mathrm{Signal}=\frac{1\,200\,000}{\mathrm{Geschwindigkeit}}+500 * \mathrm{Gewichtung}\ [\mu s]&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;math&amp;gt;t_\mathrm{Pause}=\frac{1\,200\,000}{\mathrm{Geschwindigkeit}}-500 * \mathrm{Gewichtung}\ [\mu s]&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Der WPM-Bereich beschreibt den Bereich, den man mit der &amp;quot;Bild auf&amp;quot; und &amp;quot;Bild ab&amp;quot; Taste einstellen kann. Die minimalen WPM werden auch für Winkey verwendet - Winkey kann nur 31 Geschwindigkeitsschritte.&lt;br /&gt;
Normalerweise ist die untere Grenze bei 10 WPM, bedeutet also, dass man mit Winkey einen Bereich von 10-41WPM abdecken kann. Wenn du als maximale Geschwindigkeit zB 50WPM willst musst du die minimale Grenze mindestens 19 stellen.&lt;br /&gt;
&lt;br /&gt;
Benutze Lautsprecher - Piept die Morsezeichen über die Soundausgabe.&lt;br /&gt;
&lt;br /&gt;
PTT-Verzögerung - (experimentelles Feature) Tucnak beginnt erst dann mit der Aussendung des CW-Codes nachdem die PTT-Taste für den eingestellten Wert gedrückt ist. Dies soll verhindern, dass der Beginn einer Aussendung abgeschnitten wird und dass sich die Sendekette eingeschwungen hat. Empfohlen sind 100 bis 250 ms.&lt;br /&gt;
&lt;br /&gt;
=Winkey-Optionen=&lt;br /&gt;
&lt;br /&gt;
[[Image:Winkeyoptions_DE.png|none|frame|Winkey-Optionen]]&lt;br /&gt;
&lt;br /&gt;
Winkey2 Schnellinitialisierung bedeutet, dass Tucnak beim Start nicht auf die Initialisierung des Winkeys wartet. Diese Option wir hauptsächlich bei Winkey2 verwendet, welcher die Versorgungsspannung über USB bekommt. Sie hat keine Einflüsse auf andere versionsabhängige Kommandos (Tasten), Tucnak liest die Winkey-Version aus!&lt;br /&gt;
&lt;br /&gt;
Benutze Geschwindigkeitspoti/Benutze Knöpfe - benötigt kein Kommentar. Normalerweise gibt es keinen Grund dies abzuschalten.&lt;br /&gt;
&lt;br /&gt;
Curtis A/B, Ultimatic, Bug - Setzt den Paddle-Modus. Ich denke Curtis B ist optimal.&lt;br /&gt;
&lt;br /&gt;
Paddle-Swap - Vertauscht die Paddles.&lt;br /&gt;
&lt;br /&gt;
=Audio=&lt;br /&gt;
&lt;br /&gt;
[[Image:Audio_DE.png|none|frame|Audio-Optionen]]&lt;br /&gt;
&lt;br /&gt;
Seit Version 2.0 unterstützt Tucnak SSB-CQ und Funkgespräch-Aufzeichnung.&lt;br /&gt;
&lt;br /&gt;
==Allgemeine Optionen==&lt;br /&gt;
Es werden Alsa, OSS und SSBD als Sound-Treiber unterstützt.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Audio aufnehmen&#039;&#039;&#039; schaltet die Aufnahme von Bandaktivitäten beim Empfangen an oder aus. Wenn dies nich aktiviert ist sind alle folgenden Optionen irrelevant. Um zu verhindern, dass der komplette freie Speicher von Sounddateien belegt wird solltest du die Optionen &#039;&#039;&#039;Max Aufnahmezeit&#039;&#039;&#039; und &#039;&#039;&#039;Minimaler freier Festplattenspeicher&#039;&#039;&#039; verwenden.&lt;br /&gt;
&lt;br /&gt;
Das &#039;&#039;&#039;Aufzeichnungsformat&#039;&#039;&#039; beschreibt die Codierung der Ausgabedatei. Unterstütze Formate sind:&lt;br /&gt;
&lt;br /&gt;
* PCM 8 und 16 Bit&lt;br /&gt;
* Logarithmisches PCM u-law und A-law&lt;br /&gt;
* IMA und MS adaptiertes PCM&lt;br /&gt;
* GSM Version 6.10 (mein Favorit)&lt;br /&gt;
&lt;br /&gt;
PCM-Codierung ist passend für Weiterkonvertierung in andere Formate (mp3, OGG). GSM-Codierung benötigt wenig Speicherplatz. Eine Minute entspricht etwa 130kB Festplattenspeicher. Das sind dann also weniger als 200MB für 24h. Es ist aber nicht sicher, dass diese Codierung von deinem bevorzugtem Musik-Player unterstützt wird. Das GSM-Format kann zB von mplayer (mit Codec) oder sndfile-play (kommt mit libsndfile mit) abgespielt werden.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Kanäle&#039;&#039;&#039; stellt die Anzahl der Soundkanäle ein. 1 bedeutet Mono. Du kannst dies auch auf 2 oder 4 setzen, abhängig von deiner Soundkarte.&lt;br /&gt;
&lt;br /&gt;
Die &#039;&#039;&#039;Abtastrate&#039;&#039;&#039; legt die Nummer der Abtastungen pro Sekunde fest. &#039;CD&#039;-Qualität hat 44100. Dieser Wert ist für das Senden irrelevant. Es ist empfehlenswert einen Bruchteil der CD-Qualität zu wählen: 22050 oder 11025. Manche Soundkarten unterstützen keine anderen Abtastraten.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Playback volume&#039;&#039;&#039; ermöglicht die Einstellung der Lautstärke für SSB-CQ. -1 schaltet diese Funktion ab. Übliche Werte liegen zwischen 0 und 100, können aber stark von der verwendeten Hardware variieren.&lt;br /&gt;
&lt;br /&gt;
Notiz: Versionen &amp;lt;2.26 unterstützen keine negativen Werte. Um die Lautstärkeregelung zu deaktivieren kann man versuchen ein falsches Mixer-Gerät anzugeben.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Capture volume&#039;&#039;&#039; das selbe für die Aufnahme.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Vorgabe für Dateiname der Aufnahme&#039;&#039;&#039; ist die Vorlage zum Benennen der aufgezeichneten Dateien. Eine Beschreibung der möglichen Makros findest du unter  [[DE_Setup#CQ_Makros|CQ Makros]].&lt;br /&gt;
&lt;br /&gt;
==Alsa Optionen==&lt;br /&gt;
&#039;&#039;&#039;Alsa playback revice&#039;&#039;&#039; and &#039;&#039;&#039;Alsa capture device&#039;&#039;&#039; hold Alsa devices, plugs etc. Valid values are for example:&lt;br /&gt;
* default - default device in your configuration&lt;br /&gt;
* hw0,0 - first card, first PCM (first DAC)&lt;br /&gt;
* hw0,1 - first card, second PCM (second DAC, f.e. Ensonic ES1371)&lt;br /&gt;
* hw1,0 - second card ...&lt;br /&gt;
* plughw0,0 - see Alsa documentation&lt;br /&gt;
* dmix&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Period time&#039;&#039;&#039; is maximal amount of time for holding samples in card buffer for capture. Rasonable values are in hundreds (tenth of second).&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Buffer time&#039;&#039;&#039; is maximal total size of buffer. Must be greater than Period time, f.e. 4*Buffer timer.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Alsa mixer device&#039;&#039;&#039; f.e. hw0, hw1, ...&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Capture source&#039;&#039;&#039; button shows submnenu for capture. In menu are all detected sources on specified soundcard.&lt;br /&gt;
&lt;br /&gt;
==OSS options==&lt;br /&gt;
&#039;&#039;&#039;OSS DSP&#039;&#039;&#039; describes path to special file which is connected with sound card kernel driver. Typically is /dev/dsp.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Max. num of fragments&#039;&#039;&#039; tells number of buffer fragment which can be holded in buffer. If you have problems with recording or witdh transition RX -&amp;gt; TX, try to set to 4 or similar small number. Then check recorded files for buffer underruns.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;OSS mixer&#039;&#039;&#039; path to OSS mixer. typically /dev/mixer.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Record source&#039;&#039;&#039; - input for recording signal.&lt;br /&gt;
&lt;br /&gt;
==SSBD options==&lt;br /&gt;
&#039;&#039;&#039;Currently unimplemented!&#039;&#039;&#039; SSBD is now obsolete. Settings is here for eventual future control of other software/devices (PowerSDR, digimodes...)&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;SSBD hostname&#039;&#039;&#039; and &#039;&#039;&#039;UDP port&#039;&#039;&#039; - set IP address and UDP port of ssb daemon.&lt;br /&gt;
&lt;br /&gt;
=CW CQ=&lt;br /&gt;
&lt;br /&gt;
The list of all CW texts are showed after selecting this item. There is showed the key for running the message in brakes. Character `R&#039; means that the message is repeated (CQ). Also is showing start of text.&lt;br /&gt;
&lt;br /&gt;
[[Image:Cwcq_DE.png|none|frame|CW CQ]]&lt;br /&gt;
&lt;br /&gt;
There are these items in dialoque for setting CQ: &lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;text&#039;&#039;&#039; of CQ. You can use plain text and macros&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;speed&#039;&#039;&#039; is normally undefined but you can define speed only for this CQ (f.e. for fast 73)&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;repeat&#039;&#039;&#039; CQ will be repeated until you press ESC, TAB or other CQ key&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;delay&#039;&#039;&#039; determines time between CQ messages &lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;allow if...&#039;&#039;&#039; allows to run message if there is any macro undefined. Typically you don&#039;t want to give empty string if you have no callsign entered.&lt;br /&gt;
&lt;br /&gt;
=SSB CQ=&lt;br /&gt;
&lt;br /&gt;
[[Image:ssbcq_DE.png|none|frame|SSB CQ]]&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;filename&#039;&#039;&#039; - file which is played as CQ. You can use macros f.e. /home/user/tucnak/cq/$MC_$O.wav to have multiple files for more callsign and more operators. Some audio output devices can have limitations to the audio format - samplerate, channels.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;repeat&#039;&#039;&#039; and &#039;&#039;&#039;delay&#039;&#039;&#039; has same effect as in previous chapter&lt;br /&gt;
&lt;br /&gt;
=CQ macros=&lt;br /&gt;
&lt;br /&gt;
It&#039;s possible to define macros in texts of CW CQ and in name of SSB CQ file. Macros are case insensitive.&lt;br /&gt;
&lt;br /&gt;
* $$ - character $&lt;br /&gt;
* $C - callsign of opposite station. Warning! Callsign may contains stroke then can be problem to use macros in filename of CQ SSB. Look at $V&lt;br /&gt;
* $D - date of contest (20031228)&lt;br /&gt;
* $N - contest number from opposite station&lt;br /&gt;
* $O - operator&#039;s callsign (for SSB CQ filenames)&lt;br /&gt;
* $R - report from opposite station.&lt;br /&gt;
* $S - serial number of record sample&lt;br /&gt;
* $T - contest directory (/home/ok1zia/tucnak/20031004.2)&lt;br /&gt;
* $V - callsign of opposite station, the stroke character is exchanged by the underline character&lt;br /&gt;
* $W - locator of opposite station&lt;br /&gt;
* $X - optional exchange from opposite station&lt;br /&gt;
* $MC - my callsign&lt;br /&gt;
* $MN - contest number to opposite station.&lt;br /&gt;
* $MR - report to opposite station&lt;br /&gt;
* $MW - my locator&lt;br /&gt;
* $MX - my optional exchange&lt;br /&gt;
&lt;br /&gt;
You can also use case sensitive macros from strftime(3) for example:&lt;br /&gt;
&lt;br /&gt;
* %d - day of month 01..31&lt;br /&gt;
* %H - hours 01..24&lt;br /&gt;
* %M - minutes 00..59&lt;br /&gt;
* %m - month 00..12&lt;br /&gt;
* %S - seconds 00-59&lt;br /&gt;
* %Y - year 1970-2038&lt;br /&gt;
&lt;br /&gt;
For others use command:&lt;br /&gt;
&lt;br /&gt;
 man 3 strftime&lt;br /&gt;
&lt;br /&gt;
Macros has not effect in all context.&lt;br /&gt;
&lt;br /&gt;
=Rig options=&lt;br /&gt;
&lt;br /&gt;
Tucnak uses [http://hamlib.sourceforge.net hamlib] for accessing rig (transceiver) via CAT interface. You can use probably any interface which is working with other programs. Good helper is [http://tucnak.nagano.cz/Interfaces.pdf HB9DRV&#039;s guide to HRD]. Or you can build one of [[RIG interface|my RIG interfaces]].&lt;br /&gt;
&lt;br /&gt;
[[Image:Rigoptions_DE.png|none|frame|Funkgerätoptionen]]&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Device&#039;&#039;&#039; device where the interface is connected. Typically /dev/ttyS0, /dev/ttyUSB0&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Model&#039;&#039;&#039; model of rig. It is number defined by hamlib. You can obtain it by running command &#039;&#039;&#039;rigctl -l&#039;&#039;&#039; or you can use:&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Choose&#039;&#039;&#039; Press button to show menu. In the first level you will choose manufacturer, in second level rig model. Model number is written to the previous field.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;CIV address&#039;&#039;&#039; address of rig if you have more Icom radios connected via one interface. Enter 0 for default address.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Freq. shift SSB-&amp;gt;CW&#039;&#039;&#039; some old radios (Icom, Kenwood) shifts frequency when changing mode SSB &amp;lt;--&amp;gt; CW. If you call CQ on SSB and someone calls you in CW, you must switch to CW and tune for about 800Hz up. Tucnak can compensate this shift when you use Alt+M to switch mode.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Transverter&#039;s LO QRG&#039;&#039;&#039; is frequency which tucnak adds to frequency read from transceiver&#039;s CAT and result shows on the screen:&lt;br /&gt;
&amp;lt;math&amp;gt;f_\mathrm{display}=f_\mathrm{CAT} + f_\mathrm{lo} [Hz]&amp;lt;/math&amp;gt;&lt;br /&gt;
Note some radios support transceiver mode for example radio is tuned on 14 MHz, CAT reports also 14 MHz but transceiver&#039;s display shows 144 MHz.&lt;br /&gt;
LO frequency must be computed by operator, you can use Fix QRG in [[Edit]] menu. This is global LO freq, if you use more transceivers, you can set more frequencies in [[Setup#Band defaults|Band defaults menu]].&lt;br /&gt;
&lt;br /&gt;
=Autosave=&lt;br /&gt;
&lt;br /&gt;
[[Image:Autosave_DE.png|none|frame|Optionen für automatisches Speichern]]&lt;br /&gt;
&lt;br /&gt;
It sets and saves parameters of QSO to disk. Option `Save to disk after QSO&#039; is recommended set to 1 to save all reports. Fsync option immediately saves QSOs from cache to disk.&lt;br /&gt;
&lt;br /&gt;
Default setting of option Save to floppy after QSO is 4. Zero disables saving to floppy disk. Path to floppy item sets path to floppy&#039;s mount point. Tucnak don&#039;t test if floppy disk is mounted.&lt;br /&gt;
&lt;br /&gt;
Other items are ignored.&lt;br /&gt;
&lt;br /&gt;
=Network &amp;amp; trace=&lt;br /&gt;
&lt;br /&gt;
[[Image:Networktrace_DE.png|none|frame|Network &amp;amp; Verfolgungs-Optionen]]&lt;br /&gt;
&lt;br /&gt;
Ignore interfaces - list of network interfaces which would be ignored when searching for more instances of Tucnak on the network (transmit broadcasts) as connect to Internet, public IP address from provider, AX.25 interface. The delimiter between interfaces is space character. Broadcasts loads slow nets.&lt;br /&gt;
&lt;br /&gt;
Ignore networks - the purpose this option is the same as Ignore interface option. You can determinate subnet address.&lt;br /&gt;
&lt;br /&gt;
Announce to nets - it&#039;s an inverse function of previous options. There is specification of IP address where have been sending broadcasts in this option. The routers usually have disabled forward broadcastings.&lt;br /&gt;
&lt;br /&gt;
=Miscellaneous options=&lt;br /&gt;
&lt;br /&gt;
[[Image:Miscoptions_DE.png|none|frame|Verschiedene Optionen]]&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Log lines&#039;&#039;&#039; are last lines of tucnak&#039;s screen on which tucnak writes informations for users.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Sked shift&#039;&#039;&#039; time added to current time filled in the Sked dialog.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Starting band&#039;&#039;&#039; Band character (f.e. C=144 MHz) of band, which will be activated after contest open.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Screen resolution&#039;&#039;&#039; Only for SDL mode - you can set resolution of tucnak&#039;s window in characters or in pixels&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Double font&#039;&#039;&#039; for very-high-resolution displays and bad eyes - fonts are resized from usual 9x16 to 18x32 pixels. It is not very usable but on IARU VHF 2008 I had nothing to do so I&#039;ve imlpemented it.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Slash key&#039;&#039;&#039; Slash key on some national keyboards is not easily accessible (only with shift). Here you can remap it to any other character. Use with care!&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Disable screensaver&#039;&#039;&#039; if you only test Tucnak at home, you probably don&#039;t want to disable screensaver. So turn these checkbox off.&lt;br /&gt;
&lt;br /&gt;
=Terminal options=&lt;br /&gt;
&lt;br /&gt;
[[Image:Terminal_DE.png|none|frame|Terminal-Optionen]]&lt;br /&gt;
&lt;br /&gt;
These options come from [http://links.sourceforge.net links browser] so I&#039;m not able to tell what they exactly mean. Try to make some experiments or look at source code :-)&lt;br /&gt;
&lt;br /&gt;
=Language=&lt;br /&gt;
&lt;br /&gt;
Set language of Tucnak&#039;s GUI. I think English is very good for contest log but some people like to have their mother tongue set.&lt;br /&gt;
&lt;br /&gt;
=Character set=&lt;br /&gt;
&lt;br /&gt;
This menu is used for setting characteristic of terminal as window frames. It&#039;s a legacy of links (as above), I don&#039;t have detailed knowledge about these options.&lt;br /&gt;
&lt;br /&gt;
=Load cfg from net=&lt;br /&gt;
&lt;br /&gt;
It shows addresses of all Tucnaks on the local network. If one is selected you will read his complete configuration (tucnakrc).&lt;br /&gt;
&lt;br /&gt;
=Load C_W from net=&lt;br /&gt;
&lt;br /&gt;
It loads complete C_W database from selected Tucnak and saves it to ~/tucnak/tucnakcw. In database are saved two newest locators for each callsign.&lt;br /&gt;
&lt;br /&gt;
=Save configuration=&lt;br /&gt;
&lt;br /&gt;
It saves current configuration to file ~/tucnak/tucnakrc . You &#039;&#039;&#039;MUST&#039;&#039;&#039; do it to preserve any configuration changes !!&lt;/div&gt;</summary>
		<author><name>Dk1hj</name></author>
	</entry>
	<entry>
		<id>https://tucnak.nagano.cz/wiki/index.php?title=DE_Setup&amp;diff=1055</id>
		<title>DE Setup</title>
		<link rel="alternate" type="text/html" href="https://tucnak.nagano.cz/wiki/index.php?title=DE_Setup&amp;diff=1055"/>
		<updated>2009-07-24T20:16:30Z</updated>

		<summary type="html">&lt;p&gt;Dk1hj: /* Audio */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{Languages|Setup}}&lt;br /&gt;
&lt;br /&gt;
[[Image:menusetup_DE.png|none|frame|Einstellungs-Menü]]&lt;br /&gt;
&lt;br /&gt;
All configuration changes are in memory only until you [[Setup#Save_configuration|save configuration]].&lt;br /&gt;
&lt;br /&gt;
=Contestvorgaben=&lt;br /&gt;
&lt;br /&gt;
[[Image:Contestdefaults_DE.png|none|frame|Contestvorgaben]]&lt;br /&gt;
&lt;br /&gt;
In diesem Menü kann man folgende Dinge einstellen: Rufzeichen im Contest, Clubrufzeichen (verwende das nur, wenn du das LOG im EDI-Format exportieren kannst), Locator (6 Buchstaben), Contest-QTH (Entspricht den Einträgen PAdr1 und PAdr2 im EDI-Format), optionaler Austausch (Exchange) und Standardwerte für RS und RST.&lt;br /&gt;
&lt;br /&gt;
=Bandeinstellungen=&lt;br /&gt;
&lt;br /&gt;
[[Image:Bandsettings_DE.png|none|frame|Bandeinstellungen]]&lt;br /&gt;
&lt;br /&gt;
Das Untermenü enthält die Einstellungen für alle Bänder. Aktive Bänder (Als QRV markiert) sind ganz oben und von den anderen Bändern getrennt. Du kannst Bändern, die du nie benötigst einfach entfernen (wie zB 220MHz in Europa).&lt;br /&gt;
Der Punk &amp;quot;QRV auf diesem Band&amp;quot; sollte bei allen Bändern an denen man funken will markiert sein.&lt;br /&gt;
&lt;br /&gt;
Dies ist auch schon die einzige Einstellung die man hier setzen muss. Die anderen Dinge kann man hier auch eingeben, ist aber nicht notwendig.&lt;br /&gt;
&lt;br /&gt;
&amp;quot;QRV in diesem Contest&amp;quot; hat hier keinen Effekt. Als Kategorie stehen Mehrmann, Einmann und Kontrolllog zur Auswahl.&lt;br /&gt;
&lt;br /&gt;
TX und RX-Ausrüstungseinstellungen beschreiben die Station. Leistung wir mit Einheiten angegeben. ASL und AGL bezieht sich auf die Antennenhöhe bezogen auf Seehöhe (ASL) und Boden (AGL).&lt;br /&gt;
Angegebene Werte sind in Meter, als Trenner zwischen den Werten dient ein Semikolon.&lt;br /&gt;
&lt;br /&gt;
Bei Operator werden die Rufzeichen der Leute, die am Contest teilhaben, eingetragen, wieder mit Semikolon getrennt. Dies kann auch im Operator-Menü [[Contest]] gemacht werden.&lt;br /&gt;
&lt;br /&gt;
Das Bemerkungenfeld ist für Bemerkungen an den Contestausschuss.&lt;br /&gt;
&lt;br /&gt;
Die Klassennummern für Einmann- und Mehrmannbetrieb sind eventuell von Contest zu Contest verschieden und werden eigentlich nur beim Dateinamen des EDI-Exports verwendet.&lt;br /&gt;
&lt;br /&gt;
Bandgrenzen werden in Kilohertz angegeben. Diese werden zur Filterung im DX-Cluster verwendet.&lt;br /&gt;
&lt;br /&gt;
ADIF Bandname beschreibt den Bandnamen im ADIF-Format.&lt;br /&gt;
&lt;br /&gt;
QRG für Skeds ist die Frequenz, die vom Operator eingegeben wird, auf der andere Operatoren im Netz Skeds entgegen nehmen sollen. Das Format ist nicht begrenzt, du kannst zB &amp;quot;.120&amp;quot; oder ähnliches eingeben.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Transverter LO QRG ist die Frequenz, die Tucnak zur Frequenz addiert welche die CAT-Schnittstelle des Funkgerätes liefert:&lt;br /&gt;
&amp;lt;math&amp;gt;f_\mathrm{display}=f_\mathrm{CAT} + f_\mathrm{lo} [Hz]&amp;lt;/math&amp;gt;&lt;br /&gt;
Beachte bitte, dass manche Funkgeräte den Transceiver-Mode unterstützen, als Beispiel: Funkgerät ist auf 14MHz eingestellt, CAT gibt auch 14MHz aus, das Display zeigt aber 144MHz.&lt;br /&gt;
LO-Frequenz muss vom Operator berechnet werden, dazu kannst du &amp;quot;Fix QRG&amp;quot; im [[Edit]] Menü verwenden.&lt;br /&gt;
&lt;br /&gt;
Diese Frequenz ist nur für dieses Band. Normalerweise steht hier 0 damit die [[Setup#Rig options|globale LO Frequenz]] verwendet wird.&lt;br /&gt;
&lt;br /&gt;
=Verantwortlicher Operator=&lt;br /&gt;
&lt;br /&gt;
[[Image:Responsibleoperator_DE.png|none|frame|Verantwortlicher OP]]&lt;br /&gt;
&lt;br /&gt;
Hier stehen die Informationen für den verantwortlichen Operator welche dann dem Contestausschuss übermittelt werden. Alle Elemente können frei formatiert werden und benötigen keine weiteren Kommentare...&lt;br /&gt;
&lt;br /&gt;
=CW keying=&lt;br /&gt;
&lt;br /&gt;
[[Image:Cwdaemon_DE.png|none|frame|CW daemon]]&lt;br /&gt;
&lt;br /&gt;
Seit Version 2.0 verwendet Tucnak nichtmehr das externe Programm &#039;cwdaemon&#039; zum Geben und Senden von CW. Alle Funktionen sind direkt in Tucnak implementiert.&lt;br /&gt;
&lt;br /&gt;
Folgende Schnittstellen stehen zum Geben zur Verfügung:&lt;br /&gt;
* None - keine CW-Ausgabe&lt;br /&gt;
* parport - verwendet das Kernelmodul ppdev zum Geben. Empfohlenes Gerät hierfür ist http://ok1zia.nagano.cz/web/davac3. Die Pinbelegung lautet:&lt;br /&gt;
** 1 STROBE - auf Masse wenn aktiv.&lt;br /&gt;
** 14 AUTOLF - Schaltet zwischen Mikrofon und Soundkarte um.&lt;br /&gt;
** 16 INIT - PTT&lt;br /&gt;
** 17 SELECT IN - CW&lt;br /&gt;
* ttys - uses control pins of serial port. Pinout for D-SUB9:&lt;br /&gt;
** 4 DTR - CW&lt;br /&gt;
** 5 GND - ground&lt;br /&gt;
** 7 RTS - PTT&lt;br /&gt;
* davac4 - USB SSB/CW keyer [[Davac4]] by OK1ZIA&lt;br /&gt;
* cwdaemon - für [http://www.qsl.net/pg4i/linux/cwdaemon.html cwdaemon] von Joop PG4I&lt;br /&gt;
* winkey - verwendet [[Winkey]] von [http://www.k1el.com K1EL]]&lt;br /&gt;
&lt;br /&gt;
Keyer ist zB /dev/parport0, /dev/ttyS0, /dev/ttyUSB0&lt;br /&gt;
&lt;br /&gt;
Hostname und UDP-Port sind reserviert.&lt;br /&gt;
&lt;br /&gt;
Startgeschwindigkeit gibt die Gebe-Geschwindigkeit in WPM nach dem Programmstart an. Dies kann nachträglich mit den Tasten &amp;quot;Bild auf&amp;quot; und &amp;quot;Bild ab&amp;quot; verändert werden.&lt;br /&gt;
&lt;br /&gt;
Gewichtung - Stellt das Verhältnis zwischen Signal und Pause ein.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;math&amp;gt;t_\mathrm{Signal}=\frac{1\,200\,000}{\mathrm{Geschwindigkeit}}+500 * \mathrm{Gewichtung}\ [\mu s]&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;math&amp;gt;t_\mathrm{Pause}=\frac{1\,200\,000}{\mathrm{Geschwindigkeit}}-500 * \mathrm{Gewichtung}\ [\mu s]&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Der WPM-Bereich beschreibt den Bereich, den man mit der &amp;quot;Bild auf&amp;quot; und &amp;quot;Bild ab&amp;quot; Taste einstellen kann. Die minimalen WPM werden auch für Winkey verwendet - Winkey kann nur 31 Geschwindigkeitsschritte.&lt;br /&gt;
Normalerweise ist die untere Grenze bei 10 WPM, bedeutet also, dass man mit Winkey einen Bereich von 10-41WPM abdecken kann. Wenn du als maximale Geschwindigkeit zB 50WPM willst musst du die minimale Grenze mindestens 19 stellen.&lt;br /&gt;
&lt;br /&gt;
Benutze Lautsprecher - Piept die Morsezeichen über die Soundausgabe.&lt;br /&gt;
&lt;br /&gt;
PTT-Verzögerung - (experimentelles Feature) Tucnak beginnt erst dann mit der Aussendung des CW-Codes nachdem die PTT-Taste für den eingestellten Wert gedrückt ist. Dies soll verhindern, dass der Beginn einer Aussendung abgeschnitten wird und dass sich die Sendekette eingeschwungen hat. Empfohlen sind 100 bis 250 ms.&lt;br /&gt;
&lt;br /&gt;
=Winkey-Optionen=&lt;br /&gt;
&lt;br /&gt;
[[Image:Winkeyoptions_DE.png|none|frame|Winkey-Optionen]]&lt;br /&gt;
&lt;br /&gt;
Winkey2 Schnellinitialisierung bedeutet, dass Tucnak beim Start nicht auf die Initialisierung des Winkeys wartet. Diese Option wir hauptsächlich bei Winkey2 verwendet, welcher die Versorgungsspannung über USB bekommt. Sie hat keine Einflüsse auf andere versionsabhängige Kommandos (Tasten), Tucnak liest die Winkey-Version aus!&lt;br /&gt;
&lt;br /&gt;
Benutze Geschwindigkeitspoti/Benutze Knöpfe - benötigt kein Kommentar. Normalerweise gibt es keinen Grund dies abzuschalten.&lt;br /&gt;
&lt;br /&gt;
Curtis A/B, Ultimatic, Bug - Setzt den Paddle-Modus. Ich denke Curtis B ist optimal.&lt;br /&gt;
&lt;br /&gt;
Paddle-Swap - Vertauscht die Paddles.&lt;br /&gt;
&lt;br /&gt;
=Audio=&lt;br /&gt;
&lt;br /&gt;
[[Image:Audio_DE.png|none|frame|Audio-Optionen]]&lt;br /&gt;
&lt;br /&gt;
Seit Version 2.0 unterstützt Tucnak SSB-CQ und Funkgespräch-Aufzeichnung.&lt;br /&gt;
&lt;br /&gt;
==Common options==&lt;br /&gt;
Alsa, OSS, SSBD are supported &amp;quot;audio drivers&amp;quot;.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Record traffic&#039;&#039;&#039; switches on/off recording band activity on receiving. If this option isn&#039;t active then all next options are irrelevant. To prevent consuming of all free space, use options &#039;&#039;&#039;Max. record duration&#039;&#039;&#039; and &#039;&#039;&#039;Minimal disk free space&#039;&#039;&#039;.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Record format&#039;&#039;&#039; option describe coding of output file. Supported options are.&lt;br /&gt;
&lt;br /&gt;
* PCM 8 and 16 bits&lt;br /&gt;
* Logarithmic PCM u-law and A-law&lt;br /&gt;
* IMA and MS adaptation PCM&lt;br /&gt;
* GSM version 6.10 (preferred for me)&lt;br /&gt;
&lt;br /&gt;
PCM coding is suitable for conversion to other formats (MP3, Ogg). GSM coding has low size. One minute of recording have size about 130 kB of disk space. That is less then 200 MB for 24 hours. This coding doesn&#039;t have to supported by your favourite player! GSM format replay for example mplayer (with codec) or sndfile-play distributed with libsndfile.&lt;br /&gt;
&lt;br /&gt;
Option &#039;&#039;&#039;Channels&#039;&#039;&#039; sets number of sound channels. Set it to 1 (mono). You can set it to 2 or 4 it depends on your sound card capability.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Sample rate&#039;&#039;&#039; sets the number of sample per second. `CD&#039; quality has value 44100. This value is needless for radio activity. It&#039;s recommended to lower value to half (22050) or quarter (11025) because some programs or sound cards can&#039;t work with other values. &lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Playback volume&#039;&#039;&#039; provides possibility to set playback volume for SSB CQ. Enter -1 to disable this feature. Common valid volumes are 0 to 100 but can be different if you use some special hardware with fancy cost-down. &lt;br /&gt;
&lt;br /&gt;
Note in versions prior 2.26 is bug that doesn&#039;t allow to load negative value from rc file. As workaround you can try to enter invalid mixer device.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Capture volume&#039;&#039;&#039; the same for traffic recording.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Template for recorded filename&#039;&#039;&#039; is template for naming recording files. Description of possible macros you can find in section [[Setup#CQ_macros|CQ macros]].&lt;br /&gt;
&lt;br /&gt;
==Alsa options==&lt;br /&gt;
&#039;&#039;&#039;Alsa playback revice&#039;&#039;&#039; and &#039;&#039;&#039;Alsa capture device&#039;&#039;&#039; hold Alsa devices, plugs etc. Valid values are for example:&lt;br /&gt;
* default - default device in your configuration&lt;br /&gt;
* hw0,0 - first card, first PCM (first DAC)&lt;br /&gt;
* hw0,1 - first card, second PCM (second DAC, f.e. Ensonic ES1371)&lt;br /&gt;
* hw1,0 - second card ...&lt;br /&gt;
* plughw0,0 - see Alsa documentation&lt;br /&gt;
* dmix&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Period time&#039;&#039;&#039; is maximal amount of time for holding samples in card buffer for capture. Rasonable values are in hundreds (tenth of second).&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Buffer time&#039;&#039;&#039; is maximal total size of buffer. Must be greater than Period time, f.e. 4*Buffer timer.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Alsa mixer device&#039;&#039;&#039; f.e. hw0, hw1, ...&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Capture source&#039;&#039;&#039; button shows submnenu for capture. In menu are all detected sources on specified soundcard.&lt;br /&gt;
&lt;br /&gt;
==OSS options==&lt;br /&gt;
&#039;&#039;&#039;OSS DSP&#039;&#039;&#039; describes path to special file which is connected with sound card kernel driver. Typically is /dev/dsp.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Max. num of fragments&#039;&#039;&#039; tells number of buffer fragment which can be holded in buffer. If you have problems with recording or witdh transition RX -&amp;gt; TX, try to set to 4 or similar small number. Then check recorded files for buffer underruns.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;OSS mixer&#039;&#039;&#039; path to OSS mixer. typically /dev/mixer.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Record source&#039;&#039;&#039; - input for recording signal.&lt;br /&gt;
&lt;br /&gt;
==SSBD options==&lt;br /&gt;
&#039;&#039;&#039;Currently unimplemented!&#039;&#039;&#039; SSBD is now obsolete. Settings is here for eventual future control of other software/devices (PowerSDR, digimodes...)&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;SSBD hostname&#039;&#039;&#039; and &#039;&#039;&#039;UDP port&#039;&#039;&#039; - set IP address and UDP port of ssb daemon.&lt;br /&gt;
&lt;br /&gt;
=CW CQ=&lt;br /&gt;
&lt;br /&gt;
The list of all CW texts are showed after selecting this item. There is showed the key for running the message in brakes. Character `R&#039; means that the message is repeated (CQ). Also is showing start of text.&lt;br /&gt;
&lt;br /&gt;
[[Image:Cwcq_DE.png|none|frame|CW CQ]]&lt;br /&gt;
&lt;br /&gt;
There are these items in dialoque for setting CQ: &lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;text&#039;&#039;&#039; of CQ. You can use plain text and macros&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;speed&#039;&#039;&#039; is normally undefined but you can define speed only for this CQ (f.e. for fast 73)&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;repeat&#039;&#039;&#039; CQ will be repeated until you press ESC, TAB or other CQ key&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;delay&#039;&#039;&#039; determines time between CQ messages &lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;allow if...&#039;&#039;&#039; allows to run message if there is any macro undefined. Typically you don&#039;t want to give empty string if you have no callsign entered.&lt;br /&gt;
&lt;br /&gt;
=SSB CQ=&lt;br /&gt;
&lt;br /&gt;
[[Image:ssbcq_DE.png|none|frame|SSB CQ]]&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;filename&#039;&#039;&#039; - file which is played as CQ. You can use macros f.e. /home/user/tucnak/cq/$MC_$O.wav to have multiple files for more callsign and more operators. Some audio output devices can have limitations to the audio format - samplerate, channels.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;repeat&#039;&#039;&#039; and &#039;&#039;&#039;delay&#039;&#039;&#039; has same effect as in previous chapter&lt;br /&gt;
&lt;br /&gt;
=CQ macros=&lt;br /&gt;
&lt;br /&gt;
It&#039;s possible to define macros in texts of CW CQ and in name of SSB CQ file. Macros are case insensitive.&lt;br /&gt;
&lt;br /&gt;
* $$ - character $&lt;br /&gt;
* $C - callsign of opposite station. Warning! Callsign may contains stroke then can be problem to use macros in filename of CQ SSB. Look at $V&lt;br /&gt;
* $D - date of contest (20031228)&lt;br /&gt;
* $N - contest number from opposite station&lt;br /&gt;
* $O - operator&#039;s callsign (for SSB CQ filenames)&lt;br /&gt;
* $R - report from opposite station.&lt;br /&gt;
* $S - serial number of record sample&lt;br /&gt;
* $T - contest directory (/home/ok1zia/tucnak/20031004.2)&lt;br /&gt;
* $V - callsign of opposite station, the stroke character is exchanged by the underline character&lt;br /&gt;
* $W - locator of opposite station&lt;br /&gt;
* $X - optional exchange from opposite station&lt;br /&gt;
* $MC - my callsign&lt;br /&gt;
* $MN - contest number to opposite station.&lt;br /&gt;
* $MR - report to opposite station&lt;br /&gt;
* $MW - my locator&lt;br /&gt;
* $MX - my optional exchange&lt;br /&gt;
&lt;br /&gt;
You can also use case sensitive macros from strftime(3) for example:&lt;br /&gt;
&lt;br /&gt;
* %d - day of month 01..31&lt;br /&gt;
* %H - hours 01..24&lt;br /&gt;
* %M - minutes 00..59&lt;br /&gt;
* %m - month 00..12&lt;br /&gt;
* %S - seconds 00-59&lt;br /&gt;
* %Y - year 1970-2038&lt;br /&gt;
&lt;br /&gt;
For others use command:&lt;br /&gt;
&lt;br /&gt;
 man 3 strftime&lt;br /&gt;
&lt;br /&gt;
Macros has not effect in all context.&lt;br /&gt;
&lt;br /&gt;
=Rig options=&lt;br /&gt;
&lt;br /&gt;
Tucnak uses [http://hamlib.sourceforge.net hamlib] for accessing rig (transceiver) via CAT interface. You can use probably any interface which is working with other programs. Good helper is [http://tucnak.nagano.cz/Interfaces.pdf HB9DRV&#039;s guide to HRD]. Or you can build one of [[RIG interface|my RIG interfaces]].&lt;br /&gt;
&lt;br /&gt;
[[Image:Rigoptions_DE.png|none|frame|Funkgerätoptionen]]&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Device&#039;&#039;&#039; device where the interface is connected. Typically /dev/ttyS0, /dev/ttyUSB0&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Model&#039;&#039;&#039; model of rig. It is number defined by hamlib. You can obtain it by running command &#039;&#039;&#039;rigctl -l&#039;&#039;&#039; or you can use:&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Choose&#039;&#039;&#039; Press button to show menu. In the first level you will choose manufacturer, in second level rig model. Model number is written to the previous field.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;CIV address&#039;&#039;&#039; address of rig if you have more Icom radios connected via one interface. Enter 0 for default address.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Freq. shift SSB-&amp;gt;CW&#039;&#039;&#039; some old radios (Icom, Kenwood) shifts frequency when changing mode SSB &amp;lt;--&amp;gt; CW. If you call CQ on SSB and someone calls you in CW, you must switch to CW and tune for about 800Hz up. Tucnak can compensate this shift when you use Alt+M to switch mode.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Transverter&#039;s LO QRG&#039;&#039;&#039; is frequency which tucnak adds to frequency read from transceiver&#039;s CAT and result shows on the screen:&lt;br /&gt;
&amp;lt;math&amp;gt;f_\mathrm{display}=f_\mathrm{CAT} + f_\mathrm{lo} [Hz]&amp;lt;/math&amp;gt;&lt;br /&gt;
Note some radios support transceiver mode for example radio is tuned on 14 MHz, CAT reports also 14 MHz but transceiver&#039;s display shows 144 MHz.&lt;br /&gt;
LO frequency must be computed by operator, you can use Fix QRG in [[Edit]] menu. This is global LO freq, if you use more transceivers, you can set more frequencies in [[Setup#Band defaults|Band defaults menu]].&lt;br /&gt;
&lt;br /&gt;
=Autosave=&lt;br /&gt;
&lt;br /&gt;
[[Image:Autosave_DE.png|none|frame|Optionen für automatisches Speichern]]&lt;br /&gt;
&lt;br /&gt;
It sets and saves parameters of QSO to disk. Option `Save to disk after QSO&#039; is recommended set to 1 to save all reports. Fsync option immediately saves QSOs from cache to disk.&lt;br /&gt;
&lt;br /&gt;
Default setting of option Save to floppy after QSO is 4. Zero disables saving to floppy disk. Path to floppy item sets path to floppy&#039;s mount point. Tucnak don&#039;t test if floppy disk is mounted.&lt;br /&gt;
&lt;br /&gt;
Other items are ignored.&lt;br /&gt;
&lt;br /&gt;
=Network &amp;amp; trace=&lt;br /&gt;
&lt;br /&gt;
[[Image:Networktrace_DE.png|none|frame|Network &amp;amp; Verfolgungs-Optionen]]&lt;br /&gt;
&lt;br /&gt;
Ignore interfaces - list of network interfaces which would be ignored when searching for more instances of Tucnak on the network (transmit broadcasts) as connect to Internet, public IP address from provider, AX.25 interface. The delimiter between interfaces is space character. Broadcasts loads slow nets.&lt;br /&gt;
&lt;br /&gt;
Ignore networks - the purpose this option is the same as Ignore interface option. You can determinate subnet address.&lt;br /&gt;
&lt;br /&gt;
Announce to nets - it&#039;s an inverse function of previous options. There is specification of IP address where have been sending broadcasts in this option. The routers usually have disabled forward broadcastings.&lt;br /&gt;
&lt;br /&gt;
=Miscellaneous options=&lt;br /&gt;
&lt;br /&gt;
[[Image:Miscoptions_DE.png|none|frame|Verschiedene Optionen]]&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Log lines&#039;&#039;&#039; are last lines of tucnak&#039;s screen on which tucnak writes informations for users.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Sked shift&#039;&#039;&#039; time added to current time filled in the Sked dialog.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Starting band&#039;&#039;&#039; Band character (f.e. C=144 MHz) of band, which will be activated after contest open.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Screen resolution&#039;&#039;&#039; Only for SDL mode - you can set resolution of tucnak&#039;s window in characters or in pixels&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Double font&#039;&#039;&#039; for very-high-resolution displays and bad eyes - fonts are resized from usual 9x16 to 18x32 pixels. It is not very usable but on IARU VHF 2008 I had nothing to do so I&#039;ve imlpemented it.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Slash key&#039;&#039;&#039; Slash key on some national keyboards is not easily accessible (only with shift). Here you can remap it to any other character. Use with care!&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Disable screensaver&#039;&#039;&#039; if you only test Tucnak at home, you probably don&#039;t want to disable screensaver. So turn these checkbox off.&lt;br /&gt;
&lt;br /&gt;
=Terminal options=&lt;br /&gt;
&lt;br /&gt;
[[Image:Terminal_DE.png|none|frame|Terminal-Optionen]]&lt;br /&gt;
&lt;br /&gt;
These options come from [http://links.sourceforge.net links browser] so I&#039;m not able to tell what they exactly mean. Try to make some experiments or look at source code :-)&lt;br /&gt;
&lt;br /&gt;
=Language=&lt;br /&gt;
&lt;br /&gt;
Set language of Tucnak&#039;s GUI. I think English is very good for contest log but some people like to have their mother tongue set.&lt;br /&gt;
&lt;br /&gt;
=Character set=&lt;br /&gt;
&lt;br /&gt;
This menu is used for setting characteristic of terminal as window frames. It&#039;s a legacy of links (as above), I don&#039;t have detailed knowledge about these options.&lt;br /&gt;
&lt;br /&gt;
=Load cfg from net=&lt;br /&gt;
&lt;br /&gt;
It shows addresses of all Tucnaks on the local network. If one is selected you will read his complete configuration (tucnakrc).&lt;br /&gt;
&lt;br /&gt;
=Load C_W from net=&lt;br /&gt;
&lt;br /&gt;
It loads complete C_W database from selected Tucnak and saves it to ~/tucnak/tucnakcw. In database are saved two newest locators for each callsign.&lt;br /&gt;
&lt;br /&gt;
=Save configuration=&lt;br /&gt;
&lt;br /&gt;
It saves current configuration to file ~/tucnak/tucnakrc . You &#039;&#039;&#039;MUST&#039;&#039;&#039; do it to preserve any configuration changes !!&lt;/div&gt;</summary>
		<author><name>Dk1hj</name></author>
	</entry>
	<entry>
		<id>https://tucnak.nagano.cz/wiki/index.php?title=DE_Setup&amp;diff=1054</id>
		<title>DE Setup</title>
		<link rel="alternate" type="text/html" href="https://tucnak.nagano.cz/wiki/index.php?title=DE_Setup&amp;diff=1054"/>
		<updated>2009-07-24T20:15:15Z</updated>

		<summary type="html">&lt;p&gt;Dk1hj: /* Winkey options */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{Languages|Setup}}&lt;br /&gt;
&lt;br /&gt;
[[Image:menusetup_DE.png|none|frame|Einstellungs-Menü]]&lt;br /&gt;
&lt;br /&gt;
All configuration changes are in memory only until you [[Setup#Save_configuration|save configuration]].&lt;br /&gt;
&lt;br /&gt;
=Contestvorgaben=&lt;br /&gt;
&lt;br /&gt;
[[Image:Contestdefaults_DE.png|none|frame|Contestvorgaben]]&lt;br /&gt;
&lt;br /&gt;
In diesem Menü kann man folgende Dinge einstellen: Rufzeichen im Contest, Clubrufzeichen (verwende das nur, wenn du das LOG im EDI-Format exportieren kannst), Locator (6 Buchstaben), Contest-QTH (Entspricht den Einträgen PAdr1 und PAdr2 im EDI-Format), optionaler Austausch (Exchange) und Standardwerte für RS und RST.&lt;br /&gt;
&lt;br /&gt;
=Bandeinstellungen=&lt;br /&gt;
&lt;br /&gt;
[[Image:Bandsettings_DE.png|none|frame|Bandeinstellungen]]&lt;br /&gt;
&lt;br /&gt;
Das Untermenü enthält die Einstellungen für alle Bänder. Aktive Bänder (Als QRV markiert) sind ganz oben und von den anderen Bändern getrennt. Du kannst Bändern, die du nie benötigst einfach entfernen (wie zB 220MHz in Europa).&lt;br /&gt;
Der Punk &amp;quot;QRV auf diesem Band&amp;quot; sollte bei allen Bändern an denen man funken will markiert sein.&lt;br /&gt;
&lt;br /&gt;
Dies ist auch schon die einzige Einstellung die man hier setzen muss. Die anderen Dinge kann man hier auch eingeben, ist aber nicht notwendig.&lt;br /&gt;
&lt;br /&gt;
&amp;quot;QRV in diesem Contest&amp;quot; hat hier keinen Effekt. Als Kategorie stehen Mehrmann, Einmann und Kontrolllog zur Auswahl.&lt;br /&gt;
&lt;br /&gt;
TX und RX-Ausrüstungseinstellungen beschreiben die Station. Leistung wir mit Einheiten angegeben. ASL und AGL bezieht sich auf die Antennenhöhe bezogen auf Seehöhe (ASL) und Boden (AGL).&lt;br /&gt;
Angegebene Werte sind in Meter, als Trenner zwischen den Werten dient ein Semikolon.&lt;br /&gt;
&lt;br /&gt;
Bei Operator werden die Rufzeichen der Leute, die am Contest teilhaben, eingetragen, wieder mit Semikolon getrennt. Dies kann auch im Operator-Menü [[Contest]] gemacht werden.&lt;br /&gt;
&lt;br /&gt;
Das Bemerkungenfeld ist für Bemerkungen an den Contestausschuss.&lt;br /&gt;
&lt;br /&gt;
Die Klassennummern für Einmann- und Mehrmannbetrieb sind eventuell von Contest zu Contest verschieden und werden eigentlich nur beim Dateinamen des EDI-Exports verwendet.&lt;br /&gt;
&lt;br /&gt;
Bandgrenzen werden in Kilohertz angegeben. Diese werden zur Filterung im DX-Cluster verwendet.&lt;br /&gt;
&lt;br /&gt;
ADIF Bandname beschreibt den Bandnamen im ADIF-Format.&lt;br /&gt;
&lt;br /&gt;
QRG für Skeds ist die Frequenz, die vom Operator eingegeben wird, auf der andere Operatoren im Netz Skeds entgegen nehmen sollen. Das Format ist nicht begrenzt, du kannst zB &amp;quot;.120&amp;quot; oder ähnliches eingeben.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Transverter LO QRG ist die Frequenz, die Tucnak zur Frequenz addiert welche die CAT-Schnittstelle des Funkgerätes liefert:&lt;br /&gt;
&amp;lt;math&amp;gt;f_\mathrm{display}=f_\mathrm{CAT} + f_\mathrm{lo} [Hz]&amp;lt;/math&amp;gt;&lt;br /&gt;
Beachte bitte, dass manche Funkgeräte den Transceiver-Mode unterstützen, als Beispiel: Funkgerät ist auf 14MHz eingestellt, CAT gibt auch 14MHz aus, das Display zeigt aber 144MHz.&lt;br /&gt;
LO-Frequenz muss vom Operator berechnet werden, dazu kannst du &amp;quot;Fix QRG&amp;quot; im [[Edit]] Menü verwenden.&lt;br /&gt;
&lt;br /&gt;
Diese Frequenz ist nur für dieses Band. Normalerweise steht hier 0 damit die [[Setup#Rig options|globale LO Frequenz]] verwendet wird.&lt;br /&gt;
&lt;br /&gt;
=Verantwortlicher Operator=&lt;br /&gt;
&lt;br /&gt;
[[Image:Responsibleoperator_DE.png|none|frame|Verantwortlicher OP]]&lt;br /&gt;
&lt;br /&gt;
Hier stehen die Informationen für den verantwortlichen Operator welche dann dem Contestausschuss übermittelt werden. Alle Elemente können frei formatiert werden und benötigen keine weiteren Kommentare...&lt;br /&gt;
&lt;br /&gt;
=CW keying=&lt;br /&gt;
&lt;br /&gt;
[[Image:Cwdaemon_DE.png|none|frame|CW daemon]]&lt;br /&gt;
&lt;br /&gt;
Seit Version 2.0 verwendet Tucnak nichtmehr das externe Programm &#039;cwdaemon&#039; zum Geben und Senden von CW. Alle Funktionen sind direkt in Tucnak implementiert.&lt;br /&gt;
&lt;br /&gt;
Folgende Schnittstellen stehen zum Geben zur Verfügung:&lt;br /&gt;
* None - keine CW-Ausgabe&lt;br /&gt;
* parport - verwendet das Kernelmodul ppdev zum Geben. Empfohlenes Gerät hierfür ist http://ok1zia.nagano.cz/web/davac3. Die Pinbelegung lautet:&lt;br /&gt;
** 1 STROBE - auf Masse wenn aktiv.&lt;br /&gt;
** 14 AUTOLF - Schaltet zwischen Mikrofon und Soundkarte um.&lt;br /&gt;
** 16 INIT - PTT&lt;br /&gt;
** 17 SELECT IN - CW&lt;br /&gt;
* ttys - uses control pins of serial port. Pinout for D-SUB9:&lt;br /&gt;
** 4 DTR - CW&lt;br /&gt;
** 5 GND - ground&lt;br /&gt;
** 7 RTS - PTT&lt;br /&gt;
* davac4 - USB SSB/CW keyer [[Davac4]] by OK1ZIA&lt;br /&gt;
* cwdaemon - für [http://www.qsl.net/pg4i/linux/cwdaemon.html cwdaemon] von Joop PG4I&lt;br /&gt;
* winkey - verwendet [[Winkey]] von [http://www.k1el.com K1EL]]&lt;br /&gt;
&lt;br /&gt;
Keyer ist zB /dev/parport0, /dev/ttyS0, /dev/ttyUSB0&lt;br /&gt;
&lt;br /&gt;
Hostname und UDP-Port sind reserviert.&lt;br /&gt;
&lt;br /&gt;
Startgeschwindigkeit gibt die Gebe-Geschwindigkeit in WPM nach dem Programmstart an. Dies kann nachträglich mit den Tasten &amp;quot;Bild auf&amp;quot; und &amp;quot;Bild ab&amp;quot; verändert werden.&lt;br /&gt;
&lt;br /&gt;
Gewichtung - Stellt das Verhältnis zwischen Signal und Pause ein.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;math&amp;gt;t_\mathrm{Signal}=\frac{1\,200\,000}{\mathrm{Geschwindigkeit}}+500 * \mathrm{Gewichtung}\ [\mu s]&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;math&amp;gt;t_\mathrm{Pause}=\frac{1\,200\,000}{\mathrm{Geschwindigkeit}}-500 * \mathrm{Gewichtung}\ [\mu s]&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Der WPM-Bereich beschreibt den Bereich, den man mit der &amp;quot;Bild auf&amp;quot; und &amp;quot;Bild ab&amp;quot; Taste einstellen kann. Die minimalen WPM werden auch für Winkey verwendet - Winkey kann nur 31 Geschwindigkeitsschritte.&lt;br /&gt;
Normalerweise ist die untere Grenze bei 10 WPM, bedeutet also, dass man mit Winkey einen Bereich von 10-41WPM abdecken kann. Wenn du als maximale Geschwindigkeit zB 50WPM willst musst du die minimale Grenze mindestens 19 stellen.&lt;br /&gt;
&lt;br /&gt;
Benutze Lautsprecher - Piept die Morsezeichen über die Soundausgabe.&lt;br /&gt;
&lt;br /&gt;
PTT-Verzögerung - (experimentelles Feature) Tucnak beginnt erst dann mit der Aussendung des CW-Codes nachdem die PTT-Taste für den eingestellten Wert gedrückt ist. Dies soll verhindern, dass der Beginn einer Aussendung abgeschnitten wird und dass sich die Sendekette eingeschwungen hat. Empfohlen sind 100 bis 250 ms.&lt;br /&gt;
&lt;br /&gt;
=Winkey-Optionen=&lt;br /&gt;
&lt;br /&gt;
[[Image:Winkeyoptions_DE.png|none|frame|Winkey-Optionen]]&lt;br /&gt;
&lt;br /&gt;
Winkey2 Schnellinitialisierung bedeutet, dass Tucnak beim Start nicht auf die Initialisierung des Winkeys wartet. Diese Option wir hauptsächlich bei Winkey2 verwendet, welcher die Versorgungsspannung über USB bekommt. Sie hat keine Einflüsse auf andere versionsabhängige Kommandos (Tasten), Tucnak liest die Winkey-Version aus!&lt;br /&gt;
&lt;br /&gt;
Benutze Geschwindigkeitspoti/Benutze Knöpfe - benötigt kein Kommentar. Normalerweise gibt es keinen Grund dies abzuschalten.&lt;br /&gt;
&lt;br /&gt;
Curtis A/B, Ultimatic, Bug - Setzt den Paddle-Modus. Ich denke Curtis B ist optimal.&lt;br /&gt;
&lt;br /&gt;
Paddle-Swap - Vertauscht die Paddles.&lt;br /&gt;
&lt;br /&gt;
=Audio=&lt;br /&gt;
&lt;br /&gt;
[[Image:Audio_DE.png|none|frame|Audio-Optionen]]&lt;br /&gt;
&lt;br /&gt;
Since 2.0 Tucnak takes also SSB functionality for CQs and traffic recording. &lt;br /&gt;
&lt;br /&gt;
==Common options==&lt;br /&gt;
Alsa, OSS, SSBD are supported &amp;quot;audio drivers&amp;quot;.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Record traffic&#039;&#039;&#039; switches on/off recording band activity on receiving. If this option isn&#039;t active then all next options are irrelevant. To prevent consuming of all free space, use options &#039;&#039;&#039;Max. record duration&#039;&#039;&#039; and &#039;&#039;&#039;Minimal disk free space&#039;&#039;&#039;.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Record format&#039;&#039;&#039; option describe coding of output file. Supported options are.&lt;br /&gt;
&lt;br /&gt;
* PCM 8 and 16 bits&lt;br /&gt;
* Logarithmic PCM u-law and A-law&lt;br /&gt;
* IMA and MS adaptation PCM&lt;br /&gt;
* GSM version 6.10 (preferred for me)&lt;br /&gt;
&lt;br /&gt;
PCM coding is suitable for conversion to other formats (MP3, Ogg). GSM coding has low size. One minute of recording have size about 130 kB of disk space. That is less then 200 MB for 24 hours. This coding doesn&#039;t have to supported by your favourite player! GSM format replay for example mplayer (with codec) or sndfile-play distributed with libsndfile.&lt;br /&gt;
&lt;br /&gt;
Option &#039;&#039;&#039;Channels&#039;&#039;&#039; sets number of sound channels. Set it to 1 (mono). You can set it to 2 or 4 it depends on your sound card capability.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Sample rate&#039;&#039;&#039; sets the number of sample per second. `CD&#039; quality has value 44100. This value is needless for radio activity. It&#039;s recommended to lower value to half (22050) or quarter (11025) because some programs or sound cards can&#039;t work with other values. &lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Playback volume&#039;&#039;&#039; provides possibility to set playback volume for SSB CQ. Enter -1 to disable this feature. Common valid volumes are 0 to 100 but can be different if you use some special hardware with fancy cost-down. &lt;br /&gt;
&lt;br /&gt;
Note in versions prior 2.26 is bug that doesn&#039;t allow to load negative value from rc file. As workaround you can try to enter invalid mixer device.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Capture volume&#039;&#039;&#039; the same for traffic recording.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Template for recorded filename&#039;&#039;&#039; is template for naming recording files. Description of possible macros you can find in section [[Setup#CQ_macros|CQ macros]].&lt;br /&gt;
&lt;br /&gt;
==Alsa options==&lt;br /&gt;
&#039;&#039;&#039;Alsa playback revice&#039;&#039;&#039; and &#039;&#039;&#039;Alsa capture device&#039;&#039;&#039; hold Alsa devices, plugs etc. Valid values are for example:&lt;br /&gt;
* default - default device in your configuration&lt;br /&gt;
* hw0,0 - first card, first PCM (first DAC)&lt;br /&gt;
* hw0,1 - first card, second PCM (second DAC, f.e. Ensonic ES1371)&lt;br /&gt;
* hw1,0 - second card ...&lt;br /&gt;
* plughw0,0 - see Alsa documentation&lt;br /&gt;
* dmix&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Period time&#039;&#039;&#039; is maximal amount of time for holding samples in card buffer for capture. Rasonable values are in hundreds (tenth of second).&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Buffer time&#039;&#039;&#039; is maximal total size of buffer. Must be greater than Period time, f.e. 4*Buffer timer.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Alsa mixer device&#039;&#039;&#039; f.e. hw0, hw1, ...&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Capture source&#039;&#039;&#039; button shows submnenu for capture. In menu are all detected sources on specified soundcard.&lt;br /&gt;
&lt;br /&gt;
==OSS options==&lt;br /&gt;
&#039;&#039;&#039;OSS DSP&#039;&#039;&#039; describes path to special file which is connected with sound card kernel driver. Typically is /dev/dsp.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Max. num of fragments&#039;&#039;&#039; tells number of buffer fragment which can be holded in buffer. If you have problems with recording or witdh transition RX -&amp;gt; TX, try to set to 4 or similar small number. Then check recorded files for buffer underruns.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;OSS mixer&#039;&#039;&#039; path to OSS mixer. typically /dev/mixer.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Record source&#039;&#039;&#039; - input for recording signal.&lt;br /&gt;
&lt;br /&gt;
==SSBD options==&lt;br /&gt;
&#039;&#039;&#039;Currently unimplemented!&#039;&#039;&#039; SSBD is now obsolete. Settings is here for eventual future control of other software/devices (PowerSDR, digimodes...)&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;SSBD hostname&#039;&#039;&#039; and &#039;&#039;&#039;UDP port&#039;&#039;&#039; - set IP address and UDP port of ssb daemon.&lt;br /&gt;
&lt;br /&gt;
=CW CQ=&lt;br /&gt;
&lt;br /&gt;
The list of all CW texts are showed after selecting this item. There is showed the key for running the message in brakes. Character `R&#039; means that the message is repeated (CQ). Also is showing start of text.&lt;br /&gt;
&lt;br /&gt;
[[Image:Cwcq_DE.png|none|frame|CW CQ]]&lt;br /&gt;
&lt;br /&gt;
There are these items in dialoque for setting CQ: &lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;text&#039;&#039;&#039; of CQ. You can use plain text and macros&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;speed&#039;&#039;&#039; is normally undefined but you can define speed only for this CQ (f.e. for fast 73)&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;repeat&#039;&#039;&#039; CQ will be repeated until you press ESC, TAB or other CQ key&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;delay&#039;&#039;&#039; determines time between CQ messages &lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;allow if...&#039;&#039;&#039; allows to run message if there is any macro undefined. Typically you don&#039;t want to give empty string if you have no callsign entered.&lt;br /&gt;
&lt;br /&gt;
=SSB CQ=&lt;br /&gt;
&lt;br /&gt;
[[Image:ssbcq_DE.png|none|frame|SSB CQ]]&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;filename&#039;&#039;&#039; - file which is played as CQ. You can use macros f.e. /home/user/tucnak/cq/$MC_$O.wav to have multiple files for more callsign and more operators. Some audio output devices can have limitations to the audio format - samplerate, channels.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;repeat&#039;&#039;&#039; and &#039;&#039;&#039;delay&#039;&#039;&#039; has same effect as in previous chapter&lt;br /&gt;
&lt;br /&gt;
=CQ macros=&lt;br /&gt;
&lt;br /&gt;
It&#039;s possible to define macros in texts of CW CQ and in name of SSB CQ file. Macros are case insensitive.&lt;br /&gt;
&lt;br /&gt;
* $$ - character $&lt;br /&gt;
* $C - callsign of opposite station. Warning! Callsign may contains stroke then can be problem to use macros in filename of CQ SSB. Look at $V&lt;br /&gt;
* $D - date of contest (20031228)&lt;br /&gt;
* $N - contest number from opposite station&lt;br /&gt;
* $O - operator&#039;s callsign (for SSB CQ filenames)&lt;br /&gt;
* $R - report from opposite station.&lt;br /&gt;
* $S - serial number of record sample&lt;br /&gt;
* $T - contest directory (/home/ok1zia/tucnak/20031004.2)&lt;br /&gt;
* $V - callsign of opposite station, the stroke character is exchanged by the underline character&lt;br /&gt;
* $W - locator of opposite station&lt;br /&gt;
* $X - optional exchange from opposite station&lt;br /&gt;
* $MC - my callsign&lt;br /&gt;
* $MN - contest number to opposite station.&lt;br /&gt;
* $MR - report to opposite station&lt;br /&gt;
* $MW - my locator&lt;br /&gt;
* $MX - my optional exchange&lt;br /&gt;
&lt;br /&gt;
You can also use case sensitive macros from strftime(3) for example:&lt;br /&gt;
&lt;br /&gt;
* %d - day of month 01..31&lt;br /&gt;
* %H - hours 01..24&lt;br /&gt;
* %M - minutes 00..59&lt;br /&gt;
* %m - month 00..12&lt;br /&gt;
* %S - seconds 00-59&lt;br /&gt;
* %Y - year 1970-2038&lt;br /&gt;
&lt;br /&gt;
For others use command:&lt;br /&gt;
&lt;br /&gt;
 man 3 strftime&lt;br /&gt;
&lt;br /&gt;
Macros has not effect in all context.&lt;br /&gt;
&lt;br /&gt;
=Rig options=&lt;br /&gt;
&lt;br /&gt;
Tucnak uses [http://hamlib.sourceforge.net hamlib] for accessing rig (transceiver) via CAT interface. You can use probably any interface which is working with other programs. Good helper is [http://tucnak.nagano.cz/Interfaces.pdf HB9DRV&#039;s guide to HRD]. Or you can build one of [[RIG interface|my RIG interfaces]].&lt;br /&gt;
&lt;br /&gt;
[[Image:Rigoptions_DE.png|none|frame|Funkgerätoptionen]]&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Device&#039;&#039;&#039; device where the interface is connected. Typically /dev/ttyS0, /dev/ttyUSB0&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Model&#039;&#039;&#039; model of rig. It is number defined by hamlib. You can obtain it by running command &#039;&#039;&#039;rigctl -l&#039;&#039;&#039; or you can use:&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Choose&#039;&#039;&#039; Press button to show menu. In the first level you will choose manufacturer, in second level rig model. Model number is written to the previous field.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;CIV address&#039;&#039;&#039; address of rig if you have more Icom radios connected via one interface. Enter 0 for default address.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Freq. shift SSB-&amp;gt;CW&#039;&#039;&#039; some old radios (Icom, Kenwood) shifts frequency when changing mode SSB &amp;lt;--&amp;gt; CW. If you call CQ on SSB and someone calls you in CW, you must switch to CW and tune for about 800Hz up. Tucnak can compensate this shift when you use Alt+M to switch mode.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Transverter&#039;s LO QRG&#039;&#039;&#039; is frequency which tucnak adds to frequency read from transceiver&#039;s CAT and result shows on the screen:&lt;br /&gt;
&amp;lt;math&amp;gt;f_\mathrm{display}=f_\mathrm{CAT} + f_\mathrm{lo} [Hz]&amp;lt;/math&amp;gt;&lt;br /&gt;
Note some radios support transceiver mode for example radio is tuned on 14 MHz, CAT reports also 14 MHz but transceiver&#039;s display shows 144 MHz.&lt;br /&gt;
LO frequency must be computed by operator, you can use Fix QRG in [[Edit]] menu. This is global LO freq, if you use more transceivers, you can set more frequencies in [[Setup#Band defaults|Band defaults menu]].&lt;br /&gt;
&lt;br /&gt;
=Autosave=&lt;br /&gt;
&lt;br /&gt;
[[Image:Autosave_DE.png|none|frame|Optionen für automatisches Speichern]]&lt;br /&gt;
&lt;br /&gt;
It sets and saves parameters of QSO to disk. Option `Save to disk after QSO&#039; is recommended set to 1 to save all reports. Fsync option immediately saves QSOs from cache to disk.&lt;br /&gt;
&lt;br /&gt;
Default setting of option Save to floppy after QSO is 4. Zero disables saving to floppy disk. Path to floppy item sets path to floppy&#039;s mount point. Tucnak don&#039;t test if floppy disk is mounted.&lt;br /&gt;
&lt;br /&gt;
Other items are ignored.&lt;br /&gt;
&lt;br /&gt;
=Network &amp;amp; trace=&lt;br /&gt;
&lt;br /&gt;
[[Image:Networktrace_DE.png|none|frame|Network &amp;amp; Verfolgungs-Optionen]]&lt;br /&gt;
&lt;br /&gt;
Ignore interfaces - list of network interfaces which would be ignored when searching for more instances of Tucnak on the network (transmit broadcasts) as connect to Internet, public IP address from provider, AX.25 interface. The delimiter between interfaces is space character. Broadcasts loads slow nets.&lt;br /&gt;
&lt;br /&gt;
Ignore networks - the purpose this option is the same as Ignore interface option. You can determinate subnet address.&lt;br /&gt;
&lt;br /&gt;
Announce to nets - it&#039;s an inverse function of previous options. There is specification of IP address where have been sending broadcasts in this option. The routers usually have disabled forward broadcastings.&lt;br /&gt;
&lt;br /&gt;
=Miscellaneous options=&lt;br /&gt;
&lt;br /&gt;
[[Image:Miscoptions_DE.png|none|frame|Verschiedene Optionen]]&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Log lines&#039;&#039;&#039; are last lines of tucnak&#039;s screen on which tucnak writes informations for users.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Sked shift&#039;&#039;&#039; time added to current time filled in the Sked dialog.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Starting band&#039;&#039;&#039; Band character (f.e. C=144 MHz) of band, which will be activated after contest open.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Screen resolution&#039;&#039;&#039; Only for SDL mode - you can set resolution of tucnak&#039;s window in characters or in pixels&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Double font&#039;&#039;&#039; for very-high-resolution displays and bad eyes - fonts are resized from usual 9x16 to 18x32 pixels. It is not very usable but on IARU VHF 2008 I had nothing to do so I&#039;ve imlpemented it.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Slash key&#039;&#039;&#039; Slash key on some national keyboards is not easily accessible (only with shift). Here you can remap it to any other character. Use with care!&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Disable screensaver&#039;&#039;&#039; if you only test Tucnak at home, you probably don&#039;t want to disable screensaver. So turn these checkbox off.&lt;br /&gt;
&lt;br /&gt;
=Terminal options=&lt;br /&gt;
&lt;br /&gt;
[[Image:Terminal_DE.png|none|frame|Terminal-Optionen]]&lt;br /&gt;
&lt;br /&gt;
These options come from [http://links.sourceforge.net links browser] so I&#039;m not able to tell what they exactly mean. Try to make some experiments or look at source code :-)&lt;br /&gt;
&lt;br /&gt;
=Language=&lt;br /&gt;
&lt;br /&gt;
Set language of Tucnak&#039;s GUI. I think English is very good for contest log but some people like to have their mother tongue set.&lt;br /&gt;
&lt;br /&gt;
=Character set=&lt;br /&gt;
&lt;br /&gt;
This menu is used for setting characteristic of terminal as window frames. It&#039;s a legacy of links (as above), I don&#039;t have detailed knowledge about these options.&lt;br /&gt;
&lt;br /&gt;
=Load cfg from net=&lt;br /&gt;
&lt;br /&gt;
It shows addresses of all Tucnaks on the local network. If one is selected you will read his complete configuration (tucnakrc).&lt;br /&gt;
&lt;br /&gt;
=Load C_W from net=&lt;br /&gt;
&lt;br /&gt;
It loads complete C_W database from selected Tucnak and saves it to ~/tucnak/tucnakcw. In database are saved two newest locators for each callsign.&lt;br /&gt;
&lt;br /&gt;
=Save configuration=&lt;br /&gt;
&lt;br /&gt;
It saves current configuration to file ~/tucnak/tucnakrc . You &#039;&#039;&#039;MUST&#039;&#039;&#039; do it to preserve any configuration changes !!&lt;/div&gt;</summary>
		<author><name>Dk1hj</name></author>
	</entry>
	<entry>
		<id>https://tucnak.nagano.cz/wiki/index.php?title=DE_Setup&amp;diff=1053</id>
		<title>DE Setup</title>
		<link rel="alternate" type="text/html" href="https://tucnak.nagano.cz/wiki/index.php?title=DE_Setup&amp;diff=1053"/>
		<updated>2009-07-24T20:10:26Z</updated>

		<summary type="html">&lt;p&gt;Dk1hj: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{Languages|Setup}}&lt;br /&gt;
&lt;br /&gt;
[[Image:menusetup_DE.png|none|frame|Einstellungs-Menü]]&lt;br /&gt;
&lt;br /&gt;
All configuration changes are in memory only until you [[Setup#Save_configuration|save configuration]].&lt;br /&gt;
&lt;br /&gt;
=Contestvorgaben=&lt;br /&gt;
&lt;br /&gt;
[[Image:Contestdefaults_DE.png|none|frame|Contestvorgaben]]&lt;br /&gt;
&lt;br /&gt;
In diesem Menü kann man folgende Dinge einstellen: Rufzeichen im Contest, Clubrufzeichen (verwende das nur, wenn du das LOG im EDI-Format exportieren kannst), Locator (6 Buchstaben), Contest-QTH (Entspricht den Einträgen PAdr1 und PAdr2 im EDI-Format), optionaler Austausch (Exchange) und Standardwerte für RS und RST.&lt;br /&gt;
&lt;br /&gt;
=Bandeinstellungen=&lt;br /&gt;
&lt;br /&gt;
[[Image:Bandsettings_DE.png|none|frame|Bandeinstellungen]]&lt;br /&gt;
&lt;br /&gt;
Das Untermenü enthält die Einstellungen für alle Bänder. Aktive Bänder (Als QRV markiert) sind ganz oben und von den anderen Bändern getrennt. Du kannst Bändern, die du nie benötigst einfach entfernen (wie zB 220MHz in Europa).&lt;br /&gt;
Der Punk &amp;quot;QRV auf diesem Band&amp;quot; sollte bei allen Bändern an denen man funken will markiert sein.&lt;br /&gt;
&lt;br /&gt;
Dies ist auch schon die einzige Einstellung die man hier setzen muss. Die anderen Dinge kann man hier auch eingeben, ist aber nicht notwendig.&lt;br /&gt;
&lt;br /&gt;
&amp;quot;QRV in diesem Contest&amp;quot; hat hier keinen Effekt. Als Kategorie stehen Mehrmann, Einmann und Kontrolllog zur Auswahl.&lt;br /&gt;
&lt;br /&gt;
TX und RX-Ausrüstungseinstellungen beschreiben die Station. Leistung wir mit Einheiten angegeben. ASL und AGL bezieht sich auf die Antennenhöhe bezogen auf Seehöhe (ASL) und Boden (AGL).&lt;br /&gt;
Angegebene Werte sind in Meter, als Trenner zwischen den Werten dient ein Semikolon.&lt;br /&gt;
&lt;br /&gt;
Bei Operator werden die Rufzeichen der Leute, die am Contest teilhaben, eingetragen, wieder mit Semikolon getrennt. Dies kann auch im Operator-Menü [[Contest]] gemacht werden.&lt;br /&gt;
&lt;br /&gt;
Das Bemerkungenfeld ist für Bemerkungen an den Contestausschuss.&lt;br /&gt;
&lt;br /&gt;
Die Klassennummern für Einmann- und Mehrmannbetrieb sind eventuell von Contest zu Contest verschieden und werden eigentlich nur beim Dateinamen des EDI-Exports verwendet.&lt;br /&gt;
&lt;br /&gt;
Bandgrenzen werden in Kilohertz angegeben. Diese werden zur Filterung im DX-Cluster verwendet.&lt;br /&gt;
&lt;br /&gt;
ADIF Bandname beschreibt den Bandnamen im ADIF-Format.&lt;br /&gt;
&lt;br /&gt;
QRG für Skeds ist die Frequenz, die vom Operator eingegeben wird, auf der andere Operatoren im Netz Skeds entgegen nehmen sollen. Das Format ist nicht begrenzt, du kannst zB &amp;quot;.120&amp;quot; oder ähnliches eingeben.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Transverter LO QRG ist die Frequenz, die Tucnak zur Frequenz addiert welche die CAT-Schnittstelle des Funkgerätes liefert:&lt;br /&gt;
&amp;lt;math&amp;gt;f_\mathrm{display}=f_\mathrm{CAT} + f_\mathrm{lo} [Hz]&amp;lt;/math&amp;gt;&lt;br /&gt;
Beachte bitte, dass manche Funkgeräte den Transceiver-Mode unterstützen, als Beispiel: Funkgerät ist auf 14MHz eingestellt, CAT gibt auch 14MHz aus, das Display zeigt aber 144MHz.&lt;br /&gt;
LO-Frequenz muss vom Operator berechnet werden, dazu kannst du &amp;quot;Fix QRG&amp;quot; im [[Edit]] Menü verwenden.&lt;br /&gt;
&lt;br /&gt;
Diese Frequenz ist nur für dieses Band. Normalerweise steht hier 0 damit die [[Setup#Rig options|globale LO Frequenz]] verwendet wird.&lt;br /&gt;
&lt;br /&gt;
=Verantwortlicher Operator=&lt;br /&gt;
&lt;br /&gt;
[[Image:Responsibleoperator_DE.png|none|frame|Verantwortlicher OP]]&lt;br /&gt;
&lt;br /&gt;
Hier stehen die Informationen für den verantwortlichen Operator welche dann dem Contestausschuss übermittelt werden. Alle Elemente können frei formatiert werden und benötigen keine weiteren Kommentare...&lt;br /&gt;
&lt;br /&gt;
=CW keying=&lt;br /&gt;
&lt;br /&gt;
[[Image:Cwdaemon_DE.png|none|frame|CW daemon]]&lt;br /&gt;
&lt;br /&gt;
Seit Version 2.0 verwendet Tucnak nichtmehr das externe Programm &#039;cwdaemon&#039; zum Geben und Senden von CW. Alle Funktionen sind direkt in Tucnak implementiert.&lt;br /&gt;
&lt;br /&gt;
Folgende Schnittstellen stehen zum Geben zur Verfügung:&lt;br /&gt;
* None - keine CW-Ausgabe&lt;br /&gt;
* parport - verwendet das Kernelmodul ppdev zum Geben. Empfohlenes Gerät hierfür ist http://ok1zia.nagano.cz/web/davac3. Die Pinbelegung lautet:&lt;br /&gt;
** 1 STROBE - auf Masse wenn aktiv.&lt;br /&gt;
** 14 AUTOLF - Schaltet zwischen Mikrofon und Soundkarte um.&lt;br /&gt;
** 16 INIT - PTT&lt;br /&gt;
** 17 SELECT IN - CW&lt;br /&gt;
* ttys - uses control pins of serial port. Pinout for D-SUB9:&lt;br /&gt;
** 4 DTR - CW&lt;br /&gt;
** 5 GND - ground&lt;br /&gt;
** 7 RTS - PTT&lt;br /&gt;
* davac4 - USB SSB/CW keyer [[Davac4]] by OK1ZIA&lt;br /&gt;
* cwdaemon - für [http://www.qsl.net/pg4i/linux/cwdaemon.html cwdaemon] von Joop PG4I&lt;br /&gt;
* winkey - verwendet [[Winkey]] von [http://www.k1el.com K1EL]]&lt;br /&gt;
&lt;br /&gt;
Keyer ist zB /dev/parport0, /dev/ttyS0, /dev/ttyUSB0&lt;br /&gt;
&lt;br /&gt;
Hostname und UDP-Port sind reserviert.&lt;br /&gt;
&lt;br /&gt;
Startgeschwindigkeit gibt die Gebe-Geschwindigkeit in WPM nach dem Programmstart an. Dies kann nachträglich mit den Tasten &amp;quot;Bild auf&amp;quot; und &amp;quot;Bild ab&amp;quot; verändert werden.&lt;br /&gt;
&lt;br /&gt;
Gewichtung - Stellt das Verhältnis zwischen Signal und Pause ein.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;math&amp;gt;t_\mathrm{Signal}=\frac{1\,200\,000}{\mathrm{Geschwindigkeit}}+500 * \mathrm{Gewichtung}\ [\mu s]&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;math&amp;gt;t_\mathrm{Pause}=\frac{1\,200\,000}{\mathrm{Geschwindigkeit}}-500 * \mathrm{Gewichtung}\ [\mu s]&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Der WPM-Bereich beschreibt den Bereich, den man mit der &amp;quot;Bild auf&amp;quot; und &amp;quot;Bild ab&amp;quot; Taste einstellen kann. Die minimalen WPM werden auch für Winkey verwendet - Winkey kann nur 31 Geschwindigkeitsschritte.&lt;br /&gt;
Normalerweise ist die untere Grenze bei 10 WPM, bedeutet also, dass man mit Winkey einen Bereich von 10-41WPM abdecken kann. Wenn du als maximale Geschwindigkeit zB 50WPM willst musst du die minimale Grenze mindestens 19 stellen.&lt;br /&gt;
&lt;br /&gt;
Benutze Lautsprecher - Piept die Morsezeichen über die Soundausgabe.&lt;br /&gt;
&lt;br /&gt;
PTT-Verzögerung - (experimentelles Feature) Tucnak beginnt erst dann mit der Aussendung des CW-Codes nachdem die PTT-Taste für den eingestellten Wert gedrückt ist. Dies soll verhindern, dass der Beginn einer Aussendung abgeschnitten wird und dass sich die Sendekette eingeschwungen hat. Empfohlen sind 100 bis 250 ms.&lt;br /&gt;
&lt;br /&gt;
=Winkey options=&lt;br /&gt;
&lt;br /&gt;
[[Image:Winkeyoptions_DE.png|none|frame|Winkey-Optionen]]&lt;br /&gt;
&lt;br /&gt;
Fast initialisation means that Tucnak doesn&#039;t wait for Winkey initialisation. It can be used mostly for winkey2 which is commonly supplied from USB. It has no effect for other version-depending commands (buttons), tucnak reads winkey version.&lt;br /&gt;
&lt;br /&gt;
Use speed pot/use buttons - doesn&#039;t need comment. Normally is no reason to turn they off.&lt;br /&gt;
&lt;br /&gt;
Curtis A/B, Ultimate, hand bug - set&#039;s paddle mode. I think optimal is Curtis B.&lt;br /&gt;
&lt;br /&gt;
Paddle swap - also without comment :-)&lt;br /&gt;
&lt;br /&gt;
=Audio=&lt;br /&gt;
&lt;br /&gt;
[[Image:Audio_DE.png|none|frame|Audio-Optionen]]&lt;br /&gt;
&lt;br /&gt;
Since 2.0 Tucnak takes also SSB functionality for CQs and traffic recording. &lt;br /&gt;
&lt;br /&gt;
==Common options==&lt;br /&gt;
Alsa, OSS, SSBD are supported &amp;quot;audio drivers&amp;quot;.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Record traffic&#039;&#039;&#039; switches on/off recording band activity on receiving. If this option isn&#039;t active then all next options are irrelevant. To prevent consuming of all free space, use options &#039;&#039;&#039;Max. record duration&#039;&#039;&#039; and &#039;&#039;&#039;Minimal disk free space&#039;&#039;&#039;.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Record format&#039;&#039;&#039; option describe coding of output file. Supported options are.&lt;br /&gt;
&lt;br /&gt;
* PCM 8 and 16 bits&lt;br /&gt;
* Logarithmic PCM u-law and A-law&lt;br /&gt;
* IMA and MS adaptation PCM&lt;br /&gt;
* GSM version 6.10 (preferred for me)&lt;br /&gt;
&lt;br /&gt;
PCM coding is suitable for conversion to other formats (MP3, Ogg). GSM coding has low size. One minute of recording have size about 130 kB of disk space. That is less then 200 MB for 24 hours. This coding doesn&#039;t have to supported by your favourite player! GSM format replay for example mplayer (with codec) or sndfile-play distributed with libsndfile.&lt;br /&gt;
&lt;br /&gt;
Option &#039;&#039;&#039;Channels&#039;&#039;&#039; sets number of sound channels. Set it to 1 (mono). You can set it to 2 or 4 it depends on your sound card capability.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Sample rate&#039;&#039;&#039; sets the number of sample per second. `CD&#039; quality has value 44100. This value is needless for radio activity. It&#039;s recommended to lower value to half (22050) or quarter (11025) because some programs or sound cards can&#039;t work with other values. &lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Playback volume&#039;&#039;&#039; provides possibility to set playback volume for SSB CQ. Enter -1 to disable this feature. Common valid volumes are 0 to 100 but can be different if you use some special hardware with fancy cost-down. &lt;br /&gt;
&lt;br /&gt;
Note in versions prior 2.26 is bug that doesn&#039;t allow to load negative value from rc file. As workaround you can try to enter invalid mixer device.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Capture volume&#039;&#039;&#039; the same for traffic recording.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Template for recorded filename&#039;&#039;&#039; is template for naming recording files. Description of possible macros you can find in section [[Setup#CQ_macros|CQ macros]].&lt;br /&gt;
&lt;br /&gt;
==Alsa options==&lt;br /&gt;
&#039;&#039;&#039;Alsa playback revice&#039;&#039;&#039; and &#039;&#039;&#039;Alsa capture device&#039;&#039;&#039; hold Alsa devices, plugs etc. Valid values are for example:&lt;br /&gt;
* default - default device in your configuration&lt;br /&gt;
* hw0,0 - first card, first PCM (first DAC)&lt;br /&gt;
* hw0,1 - first card, second PCM (second DAC, f.e. Ensonic ES1371)&lt;br /&gt;
* hw1,0 - second card ...&lt;br /&gt;
* plughw0,0 - see Alsa documentation&lt;br /&gt;
* dmix&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Period time&#039;&#039;&#039; is maximal amount of time for holding samples in card buffer for capture. Rasonable values are in hundreds (tenth of second).&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Buffer time&#039;&#039;&#039; is maximal total size of buffer. Must be greater than Period time, f.e. 4*Buffer timer.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Alsa mixer device&#039;&#039;&#039; f.e. hw0, hw1, ...&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Capture source&#039;&#039;&#039; button shows submnenu for capture. In menu are all detected sources on specified soundcard.&lt;br /&gt;
&lt;br /&gt;
==OSS options==&lt;br /&gt;
&#039;&#039;&#039;OSS DSP&#039;&#039;&#039; describes path to special file which is connected with sound card kernel driver. Typically is /dev/dsp.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Max. num of fragments&#039;&#039;&#039; tells number of buffer fragment which can be holded in buffer. If you have problems with recording or witdh transition RX -&amp;gt; TX, try to set to 4 or similar small number. Then check recorded files for buffer underruns.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;OSS mixer&#039;&#039;&#039; path to OSS mixer. typically /dev/mixer.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Record source&#039;&#039;&#039; - input for recording signal.&lt;br /&gt;
&lt;br /&gt;
==SSBD options==&lt;br /&gt;
&#039;&#039;&#039;Currently unimplemented!&#039;&#039;&#039; SSBD is now obsolete. Settings is here for eventual future control of other software/devices (PowerSDR, digimodes...)&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;SSBD hostname&#039;&#039;&#039; and &#039;&#039;&#039;UDP port&#039;&#039;&#039; - set IP address and UDP port of ssb daemon.&lt;br /&gt;
&lt;br /&gt;
=CW CQ=&lt;br /&gt;
&lt;br /&gt;
The list of all CW texts are showed after selecting this item. There is showed the key for running the message in brakes. Character `R&#039; means that the message is repeated (CQ). Also is showing start of text.&lt;br /&gt;
&lt;br /&gt;
[[Image:Cwcq_DE.png|none|frame|CW CQ]]&lt;br /&gt;
&lt;br /&gt;
There are these items in dialoque for setting CQ: &lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;text&#039;&#039;&#039; of CQ. You can use plain text and macros&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;speed&#039;&#039;&#039; is normally undefined but you can define speed only for this CQ (f.e. for fast 73)&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;repeat&#039;&#039;&#039; CQ will be repeated until you press ESC, TAB or other CQ key&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;delay&#039;&#039;&#039; determines time between CQ messages &lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;allow if...&#039;&#039;&#039; allows to run message if there is any macro undefined. Typically you don&#039;t want to give empty string if you have no callsign entered.&lt;br /&gt;
&lt;br /&gt;
=SSB CQ=&lt;br /&gt;
&lt;br /&gt;
[[Image:ssbcq_DE.png|none|frame|SSB CQ]]&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;filename&#039;&#039;&#039; - file which is played as CQ. You can use macros f.e. /home/user/tucnak/cq/$MC_$O.wav to have multiple files for more callsign and more operators. Some audio output devices can have limitations to the audio format - samplerate, channels.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;repeat&#039;&#039;&#039; and &#039;&#039;&#039;delay&#039;&#039;&#039; has same effect as in previous chapter&lt;br /&gt;
&lt;br /&gt;
=CQ macros=&lt;br /&gt;
&lt;br /&gt;
It&#039;s possible to define macros in texts of CW CQ and in name of SSB CQ file. Macros are case insensitive.&lt;br /&gt;
&lt;br /&gt;
* $$ - character $&lt;br /&gt;
* $C - callsign of opposite station. Warning! Callsign may contains stroke then can be problem to use macros in filename of CQ SSB. Look at $V&lt;br /&gt;
* $D - date of contest (20031228)&lt;br /&gt;
* $N - contest number from opposite station&lt;br /&gt;
* $O - operator&#039;s callsign (for SSB CQ filenames)&lt;br /&gt;
* $R - report from opposite station.&lt;br /&gt;
* $S - serial number of record sample&lt;br /&gt;
* $T - contest directory (/home/ok1zia/tucnak/20031004.2)&lt;br /&gt;
* $V - callsign of opposite station, the stroke character is exchanged by the underline character&lt;br /&gt;
* $W - locator of opposite station&lt;br /&gt;
* $X - optional exchange from opposite station&lt;br /&gt;
* $MC - my callsign&lt;br /&gt;
* $MN - contest number to opposite station.&lt;br /&gt;
* $MR - report to opposite station&lt;br /&gt;
* $MW - my locator&lt;br /&gt;
* $MX - my optional exchange&lt;br /&gt;
&lt;br /&gt;
You can also use case sensitive macros from strftime(3) for example:&lt;br /&gt;
&lt;br /&gt;
* %d - day of month 01..31&lt;br /&gt;
* %H - hours 01..24&lt;br /&gt;
* %M - minutes 00..59&lt;br /&gt;
* %m - month 00..12&lt;br /&gt;
* %S - seconds 00-59&lt;br /&gt;
* %Y - year 1970-2038&lt;br /&gt;
&lt;br /&gt;
For others use command:&lt;br /&gt;
&lt;br /&gt;
 man 3 strftime&lt;br /&gt;
&lt;br /&gt;
Macros has not effect in all context.&lt;br /&gt;
&lt;br /&gt;
=Rig options=&lt;br /&gt;
&lt;br /&gt;
Tucnak uses [http://hamlib.sourceforge.net hamlib] for accessing rig (transceiver) via CAT interface. You can use probably any interface which is working with other programs. Good helper is [http://tucnak.nagano.cz/Interfaces.pdf HB9DRV&#039;s guide to HRD]. Or you can build one of [[RIG interface|my RIG interfaces]].&lt;br /&gt;
&lt;br /&gt;
[[Image:Rigoptions_DE.png|none|frame|Funkgerätoptionen]]&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Device&#039;&#039;&#039; device where the interface is connected. Typically /dev/ttyS0, /dev/ttyUSB0&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Model&#039;&#039;&#039; model of rig. It is number defined by hamlib. You can obtain it by running command &#039;&#039;&#039;rigctl -l&#039;&#039;&#039; or you can use:&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Choose&#039;&#039;&#039; Press button to show menu. In the first level you will choose manufacturer, in second level rig model. Model number is written to the previous field.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;CIV address&#039;&#039;&#039; address of rig if you have more Icom radios connected via one interface. Enter 0 for default address.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Freq. shift SSB-&amp;gt;CW&#039;&#039;&#039; some old radios (Icom, Kenwood) shifts frequency when changing mode SSB &amp;lt;--&amp;gt; CW. If you call CQ on SSB and someone calls you in CW, you must switch to CW and tune for about 800Hz up. Tucnak can compensate this shift when you use Alt+M to switch mode.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Transverter&#039;s LO QRG&#039;&#039;&#039; is frequency which tucnak adds to frequency read from transceiver&#039;s CAT and result shows on the screen:&lt;br /&gt;
&amp;lt;math&amp;gt;f_\mathrm{display}=f_\mathrm{CAT} + f_\mathrm{lo} [Hz]&amp;lt;/math&amp;gt;&lt;br /&gt;
Note some radios support transceiver mode for example radio is tuned on 14 MHz, CAT reports also 14 MHz but transceiver&#039;s display shows 144 MHz.&lt;br /&gt;
LO frequency must be computed by operator, you can use Fix QRG in [[Edit]] menu. This is global LO freq, if you use more transceivers, you can set more frequencies in [[Setup#Band defaults|Band defaults menu]].&lt;br /&gt;
&lt;br /&gt;
=Autosave=&lt;br /&gt;
&lt;br /&gt;
[[Image:Autosave_DE.png|none|frame|Optionen für automatisches Speichern]]&lt;br /&gt;
&lt;br /&gt;
It sets and saves parameters of QSO to disk. Option `Save to disk after QSO&#039; is recommended set to 1 to save all reports. Fsync option immediately saves QSOs from cache to disk.&lt;br /&gt;
&lt;br /&gt;
Default setting of option Save to floppy after QSO is 4. Zero disables saving to floppy disk. Path to floppy item sets path to floppy&#039;s mount point. Tucnak don&#039;t test if floppy disk is mounted.&lt;br /&gt;
&lt;br /&gt;
Other items are ignored.&lt;br /&gt;
&lt;br /&gt;
=Network &amp;amp; trace=&lt;br /&gt;
&lt;br /&gt;
[[Image:Networktrace_DE.png|none|frame|Network &amp;amp; Verfolgungs-Optionen]]&lt;br /&gt;
&lt;br /&gt;
Ignore interfaces - list of network interfaces which would be ignored when searching for more instances of Tucnak on the network (transmit broadcasts) as connect to Internet, public IP address from provider, AX.25 interface. The delimiter between interfaces is space character. Broadcasts loads slow nets.&lt;br /&gt;
&lt;br /&gt;
Ignore networks - the purpose this option is the same as Ignore interface option. You can determinate subnet address.&lt;br /&gt;
&lt;br /&gt;
Announce to nets - it&#039;s an inverse function of previous options. There is specification of IP address where have been sending broadcasts in this option. The routers usually have disabled forward broadcastings.&lt;br /&gt;
&lt;br /&gt;
=Miscellaneous options=&lt;br /&gt;
&lt;br /&gt;
[[Image:Miscoptions_DE.png|none|frame|Verschiedene Optionen]]&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Log lines&#039;&#039;&#039; are last lines of tucnak&#039;s screen on which tucnak writes informations for users.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Sked shift&#039;&#039;&#039; time added to current time filled in the Sked dialog.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Starting band&#039;&#039;&#039; Band character (f.e. C=144 MHz) of band, which will be activated after contest open.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Screen resolution&#039;&#039;&#039; Only for SDL mode - you can set resolution of tucnak&#039;s window in characters or in pixels&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Double font&#039;&#039;&#039; for very-high-resolution displays and bad eyes - fonts are resized from usual 9x16 to 18x32 pixels. It is not very usable but on IARU VHF 2008 I had nothing to do so I&#039;ve imlpemented it.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Slash key&#039;&#039;&#039; Slash key on some national keyboards is not easily accessible (only with shift). Here you can remap it to any other character. Use with care!&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Disable screensaver&#039;&#039;&#039; if you only test Tucnak at home, you probably don&#039;t want to disable screensaver. So turn these checkbox off.&lt;br /&gt;
&lt;br /&gt;
=Terminal options=&lt;br /&gt;
&lt;br /&gt;
[[Image:Terminal_DE.png|none|frame|Terminal-Optionen]]&lt;br /&gt;
&lt;br /&gt;
These options come from [http://links.sourceforge.net links browser] so I&#039;m not able to tell what they exactly mean. Try to make some experiments or look at source code :-)&lt;br /&gt;
&lt;br /&gt;
=Language=&lt;br /&gt;
&lt;br /&gt;
Set language of Tucnak&#039;s GUI. I think English is very good for contest log but some people like to have their mother tongue set.&lt;br /&gt;
&lt;br /&gt;
=Character set=&lt;br /&gt;
&lt;br /&gt;
This menu is used for setting characteristic of terminal as window frames. It&#039;s a legacy of links (as above), I don&#039;t have detailed knowledge about these options.&lt;br /&gt;
&lt;br /&gt;
=Load cfg from net=&lt;br /&gt;
&lt;br /&gt;
It shows addresses of all Tucnaks on the local network. If one is selected you will read his complete configuration (tucnakrc).&lt;br /&gt;
&lt;br /&gt;
=Load C_W from net=&lt;br /&gt;
&lt;br /&gt;
It loads complete C_W database from selected Tucnak and saves it to ~/tucnak/tucnakcw. In database are saved two newest locators for each callsign.&lt;br /&gt;
&lt;br /&gt;
=Save configuration=&lt;br /&gt;
&lt;br /&gt;
It saves current configuration to file ~/tucnak/tucnakrc . You &#039;&#039;&#039;MUST&#039;&#039;&#039; do it to preserve any configuration changes !!&lt;/div&gt;</summary>
		<author><name>Dk1hj</name></author>
	</entry>
	<entry>
		<id>https://tucnak.nagano.cz/wiki/index.php?title=DE_Post_Install_Settings&amp;diff=1052</id>
		<title>DE Post Install Settings</title>
		<link rel="alternate" type="text/html" href="https://tucnak.nagano.cz/wiki/index.php?title=DE_Post_Install_Settings&amp;diff=1052"/>
		<updated>2009-07-24T20:07:23Z</updated>

		<summary type="html">&lt;p&gt;Dk1hj: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{Languages|Post Install Settings}}&lt;br /&gt;
&lt;br /&gt;
Nun ist es Zeit Tucnak an eine Station zu binden. Es ist eine gute Idee mehrere Linux-Benutzer für verschieden Rufzeichen zu verwenden. Ich habe zum Beispiel zwei Benutzer, OK1KRQ für große Conteste (Clubstations-Rufzeichen OK1KRQ/OK2M) und OK1ZIA für andere Conteste.&lt;br /&gt;
&lt;br /&gt;
Melde dich an deinem System als gewünschter User an und starte Tucnak. Öffne das Menü mit F9 oder F10. Editiere folgende empfohlenen Einstellungen:&lt;br /&gt;
&lt;br /&gt;
# [[DE_Setup#Contestvorgaben|Contestvorgaben]]&lt;br /&gt;
# [[DE_Setup#Bandvorgaben|Bandvorgaben]]&lt;br /&gt;
# [[DE_Setup#Verantwortlicher Operator|Verantwortlicher Operator]]&lt;br /&gt;
# [[DE_Setup#CW_keying|CW keying]]&lt;br /&gt;
# [[DE_Setup#Audio|Audio]]&lt;br /&gt;
# [[DE_Setup#CW_CQ|CW CQ]]&lt;br /&gt;
# [[DE_Setup#SSB_CQ|SSB CQ]]&lt;br /&gt;
# [[DE_Setup#CQ_macros|CQ macros]]&lt;br /&gt;
# [[DE_Setup#Autosave|Autosave]]&lt;br /&gt;
# [[DE_Setup#Network_.26_trace|Network &amp;amp; trace]]&lt;br /&gt;
# [[DE_Setup#Load_C_W_from_net|Load C_W from net]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
WARNUNG! Es ist NICHT empfohlen verschiedene Versionen von Tucnak zu verwenden! Ältere Tucnak-Versionen können nicht alle Konfigurations-Optionen erkennen und zerstören neuere Optionen! Wenn du verschiedene Versionen verwenden willst solltest du das auch mit verschiedenen Usern tun!&lt;/div&gt;</summary>
		<author><name>Dk1hj</name></author>
	</entry>
	<entry>
		<id>https://tucnak.nagano.cz/wiki/index.php?title=DE_Post_Install_Settings&amp;diff=1051</id>
		<title>DE Post Install Settings</title>
		<link rel="alternate" type="text/html" href="https://tucnak.nagano.cz/wiki/index.php?title=DE_Post_Install_Settings&amp;diff=1051"/>
		<updated>2009-07-24T20:05:50Z</updated>

		<summary type="html">&lt;p&gt;Dk1hj: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{Languages|Post Install Settings}}&lt;br /&gt;
&lt;br /&gt;
Nun ist es Zeit Tucnak an eine Station zu binden. Es ist eine gute Idee mehrere Linux-Benutzer für verschieden Rufzeichen zu verwenden. Ich habe zum Beispiel zwei Benutzer, OK1KRQ für große Conteste (Clubstations-Rufzeichen OK1KRQ/OK2M) und OK1ZIA für andere Conteste.&lt;br /&gt;
&lt;br /&gt;
Melde dich an deinem System als gewünschter User an und starte Tucnak. Öffne das Menü mit F9 oder F10. Editiere folgende empfohlenen Einstellungen:&lt;br /&gt;
&lt;br /&gt;
# [[DE_Setup#Contestvorgaben|Contestvorgaben]]&lt;br /&gt;
# [[DE_Setup#Bandvorgaben|Bandvorgaben]]&lt;br /&gt;
# [[DE_Setup#Verantwortlicher Operator|Verantwortlicher Operator]]&lt;br /&gt;
# [[DE_Setup#CW_keying|CW keying]]&lt;br /&gt;
# [[DE_Setup#SSB_daemon|SSB daemon]]&lt;br /&gt;
# [[DE_Setup#CW_CQ|CW CQ]]&lt;br /&gt;
# [[DE_Setup#SSB_CQ|SSB CQ]]&lt;br /&gt;
# [[DE_Setup#CQ_macros|CQ macros]]&lt;br /&gt;
# [[DE_Setup#Autosave|Autosave]]&lt;br /&gt;
# [[DE_Setup#Network_.26_trace|Network &amp;amp; trace]]&lt;br /&gt;
# [[DE_Setup#Load_C_W_from_net|Load C_W from net]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
WARNUNG! Es ist NICHT empfohlen verschiedene Versionen von Tucnak zu verwenden! Ältere Tucnak-Versionen können nicht alle Konfigurations-Optionen erkennen und zerstören neuere Optionen! Wenn du verschiedene Versionen verwenden willst solltest du das auch mit verschiedenen Usern tun!&lt;/div&gt;</summary>
		<author><name>Dk1hj</name></author>
	</entry>
	<entry>
		<id>https://tucnak.nagano.cz/wiki/index.php?title=DE_Install&amp;diff=1050</id>
		<title>DE Install</title>
		<link rel="alternate" type="text/html" href="https://tucnak.nagano.cz/wiki/index.php?title=DE_Install&amp;diff=1050"/>
		<updated>2009-07-24T19:59:50Z</updated>

		<summary type="html">&lt;p&gt;Dk1hj: /* Installation unter Gentoo */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{Languages|Install}}&lt;br /&gt;
&lt;br /&gt;
=Installation=&lt;br /&gt;
Der bevorzugte Download-Link ist http://tucnak.nagano.cz/download.php.&lt;br /&gt;
&lt;br /&gt;
Lade am Besten den Quellcode oder die Binary-Packages runter. Es gibt vielleicht Binary-Packages für deine Distribution, diese könnten aber nicht aktuell sein.&lt;br /&gt;
&lt;br /&gt;
Tucnak benötigt die glib 2 Bibliothek. Eventuell ist diese bereits Teil deiner Distribution. Wenn du Tucnak vom Quellcode bilden willst benötigst du auch die Entwicklungs-Version von glib. (Entwicklungs-Paket: libglib2.0-dev*.deb (Debian), glib-devel*.rpm (RedHat), libglib2.0*.rpm (Mandrake)).&lt;br /&gt;
Du kannst diese Bibliothek von www.gtk.org runterladen (nicht glib.org ;-) )&lt;br /&gt;
&lt;br /&gt;
Seit Version 2.0 ist es nötig, dass die SDL-Bibliothek installiert ist. (Auch hier gilt wieder: Wenn du vom Quellcode bilden willst benötigst du die Entwicklungs-Version - libsdl1.2-dev*.deb (Debian), SDL-devel-1.2*.rpm (RedHat), libSDL1.2-devel*.rpm (Mandrake)).&lt;br /&gt;
&lt;br /&gt;
=Installation vom Quellcode=&lt;br /&gt;
&lt;br /&gt;
Die Installation vom Quellcode ist eine universelle Art um Tucnak zu installieren. Hierfür werden die Entwicklungstools für C benötigt.&lt;br /&gt;
&lt;br /&gt;
 tar xzf tucnak2-2.27.tar.gz&lt;br /&gt;
 cd tucnak2-2.27&lt;br /&gt;
 ./configure&lt;br /&gt;
 make&lt;br /&gt;
 make install (als root)&lt;br /&gt;
&lt;br /&gt;
Das Programm wird normalerweise nach /usr/local/bin installiert. Eventuell musst du diesen Pfad für Binary-Packages angeben. Dies geht über das hinzufügen von &amp;quot;export HOME=/usr/local/bin:$HOME&amp;quot; zur Datei /etc/rc.local.&lt;br /&gt;
Konfigurationsdateien werden immer in ~/tucnak/ gespeichert.&lt;br /&gt;
&lt;br /&gt;
=Installation unter Debian=&lt;br /&gt;
&lt;br /&gt;
==Repository==&lt;br /&gt;
&lt;br /&gt;
Der einfachste Weg ist das Hinzufügen der Zeilen&lt;br /&gt;
&lt;br /&gt;
 deb &amp;lt;nowiki&amp;gt;http://ok1zia.nagano.cz/debian/ok1zia&amp;lt;/nowiki&amp;gt; binary-i386/&lt;br /&gt;
 deb-src &amp;lt;nowiki&amp;gt;http://ok1zia.nagano.cz/debian/ok1zia source/&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
&lt;br /&gt;
zu /etc/apt/sources.list.&lt;br /&gt;
&lt;br /&gt;
Danach benutze&lt;br /&gt;
&lt;br /&gt;
 apt-get update&lt;br /&gt;
 apt-get install tucnak2&lt;br /&gt;
&lt;br /&gt;
==Manueller Download und Installation==&lt;br /&gt;
&lt;br /&gt;
Lade das Paket tucnak2-2.27*_i386.deb herunter. Installiere es mit dem Befehl:&lt;br /&gt;
&lt;br /&gt;
 dpkg --install tucnak2-2.27*_i386.deb&lt;br /&gt;
&lt;br /&gt;
==Download des Quellcodes und erzeugen von Paketen==&lt;br /&gt;
&lt;br /&gt;
Wenn keine Binary-Packages zur Verfügung stehen, kannst du diese mit folgenden Befehlen erzeugen:&lt;br /&gt;
&lt;br /&gt;
 ./configure&lt;br /&gt;
 make deb&lt;br /&gt;
&lt;br /&gt;
=Installation auf RedHat-ähnlichen Distributionen=&lt;br /&gt;
&lt;br /&gt;
Lade das Paket tucnak2-2.27*.i386.rpm herunter und installiere es mit dem Befehl:&lt;br /&gt;
&lt;br /&gt;
 rpm -i tucnak2-2.07*.i386.rpm&lt;br /&gt;
&lt;br /&gt;
Wenn keine Binary-Packages zur Verfügung stehen, kannst du diese mit folgenden Befehlen erzeugen: (Unter Mandrake musst du zuerst rpm-build installieren)&lt;br /&gt;
&lt;br /&gt;
 ./configure&lt;br /&gt;
 make rpm&lt;br /&gt;
&lt;br /&gt;
Quellcode-Paket-RPM (SRPM) kannst du so erzeugen:&lt;br /&gt;
&lt;br /&gt;
 ./configure&lt;br /&gt;
 make srpm&lt;br /&gt;
&lt;br /&gt;
Dateien werden unter /usr/src/[redhat|RPM|packages|rpm]/* gespeichert (Abhängig von deiner Distribution). Es ist notwendig, dass du in diesen Verzeichnissen Schreibrechte hast!&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;Bemerkung: Die Erzeugung von RPM-Paketen ist nicht vollständig getestet. Wenn du Fragen hast oder irgendwelche Vorschläge zum Beheben von Fehlern hast: Bitte bei mir melden!&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
=Installation unter Gentoo=&lt;br /&gt;
&lt;br /&gt;
Du kannst Tucnak auch bei Gentoo-Linux finden! Es befindet sich im Portage-Tree in der Kategory &#039;&#039;media-radio&#039;&#039;.&lt;br /&gt;
&lt;br /&gt;
Da Tucnak als nicht stabil markiert ist (Von keinem Gentoo-Entwickler verwaltet wird) kannst du es nur mit folgendem Befehl installieren:&lt;br /&gt;
&lt;br /&gt;
  ACCECPT_KEYWORDS=&amp;quot;~x86&amp;quot; emerge -av tucnak2&lt;br /&gt;
&lt;br /&gt;
Du kannst die USE-flags &#039;alsa&#039;, &#039;ftdi&#039;, &#039;gpm&#039; und &#039;hamlib&#039; setzen um Tucnak mit Audio I/O über Alsa, USB über FTDI, konsolenbasiertem Mauszeiger und hamlib-Unterstützung zu bilden.&lt;br /&gt;
&lt;br /&gt;
Im Moment werden nur x86 und amd64-Architekturen unterstützt. Für andere Architekturen (ppc, ...) kontaktiere mich bitte per Mail.&lt;/div&gt;</summary>
		<author><name>Dk1hj</name></author>
	</entry>
	<entry>
		<id>https://tucnak.nagano.cz/wiki/index.php?title=DE_Setup&amp;diff=1049</id>
		<title>DE Setup</title>
		<link rel="alternate" type="text/html" href="https://tucnak.nagano.cz/wiki/index.php?title=DE_Setup&amp;diff=1049"/>
		<updated>2009-07-22T01:05:37Z</updated>

		<summary type="html">&lt;p&gt;Dk1hj: /* CW keying */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{Languages|Setup}}&lt;br /&gt;
&lt;br /&gt;
[[Image:menusetup_DE.png|none|frame|Setup menu]]&lt;br /&gt;
&lt;br /&gt;
All configuration changes are in memory only until you [[Setup#Save_configuration|save configuration]].&lt;br /&gt;
&lt;br /&gt;
=Contestvorgaben=&lt;br /&gt;
&lt;br /&gt;
[[Image:Contestdefaults_DE.png|none|frame|Contestvorgaben]]&lt;br /&gt;
&lt;br /&gt;
In diesem Menü kann man folgende Dinge einstellen: Rufzeichen im Contest, Clubrufzeichen (verwende das nur, wenn du das LOG im EDI-Format exportieren kannst), Locator (6 Buchstaben), Contest-QTH (Entspricht den Einträgen PAdr1 und PAdr2 im EDI-Format), optionaler Austausch (Exchange) und Standardwerte für RS und RST.&lt;br /&gt;
&lt;br /&gt;
=Bandeinstellungen=&lt;br /&gt;
&lt;br /&gt;
[[Image:Bandsettings_DE.png|none|frame|Bandeinstellungen]]&lt;br /&gt;
&lt;br /&gt;
Das Untermenü enthält die Einstellungen für alle Bänder. Aktive Bänder (Als QRV markiert) sind ganz oben und von den anderen Bändern getrennt. Du kannst Bändern, die du nie benötigst einfach entfernen (wie zB 220MHz in Europa).&lt;br /&gt;
Der Punk &amp;quot;QRV auf diesem Band&amp;quot; sollte bei allen Bändern an denen man funken will markiert sein.&lt;br /&gt;
&lt;br /&gt;
Dies ist auch schon die einzige Einstellung die man hier setzen muss. Die anderen Dinge kann man hier auch eingeben, ist aber nicht notwendig.&lt;br /&gt;
&lt;br /&gt;
&amp;quot;QRV in diesem Contest&amp;quot; hat hier keinen Effekt. Als Kategorie stehen Mehrmann, Einmann und Kontrolllog zur Auswahl.&lt;br /&gt;
&lt;br /&gt;
TX und RX-Ausrüstungseinstellungen beschreiben die Station. Leistung wir mit Einheiten angegeben. ASL und AGL bezieht sich auf die Antennenhöhe bezogen auf Seehöhe (ASL) und Boden (AGL).&lt;br /&gt;
Angegebene Werte sind in Meter, als Trenner zwischen den Werten dient ein Semikolon.&lt;br /&gt;
&lt;br /&gt;
Bei Operator werden die Rufzeichen der Leute, die am Contest teilhaben, eingetragen, wieder mit Semikolon getrennt. Dies kann auch im Operator-Menü [[Contest]] gemacht werden.&lt;br /&gt;
&lt;br /&gt;
Das Bemerkungenfeld ist für Bemerkungen an den Contestausschuss.&lt;br /&gt;
&lt;br /&gt;
Die Klassennummern für Einmann- und Mehrmannbetrieb sind eventuell von Contest zu Contest verschieden und werden eigentlich nur beim Dateinamen des EDI-Exports verwendet.&lt;br /&gt;
&lt;br /&gt;
Bandgrenzen werden in Kilohertz angegeben. Diese werden zur Filterung im DX-Cluster verwendet.&lt;br /&gt;
&lt;br /&gt;
ADIF Bandname beschreibt den Bandnamen im ADIF-Format.&lt;br /&gt;
&lt;br /&gt;
QRG für Skeds ist die Frequenz, die vom Operator eingegeben wird, auf der andere Operatoren im Netz Skeds entgegen nehmen sollen. Das Format ist nicht begrenzt, du kannst zB &amp;quot;.120&amp;quot; oder ähnliches eingeben.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Transverter LO QRG ist die Frequenz, die Tucnak zur Frequenz addiert welche die CAT-Schnittstelle des Funkgerätes liefert:&lt;br /&gt;
&amp;lt;math&amp;gt;f_\mathrm{display}=f_\mathrm{CAT} + f_\mathrm{lo} [Hz]&amp;lt;/math&amp;gt;&lt;br /&gt;
Beachte bitte, dass manche Funkgeräte den Transceiver-Mode unterstützen, als Beispiel: Funkgerät ist auf 14MHz eingestellt, CAT gibt auch 14MHz aus, das Display zeigt aber 144MHz.&lt;br /&gt;
LO-Frequenz muss vom Operator berechnet werden, dazu kannst du &amp;quot;Fix QRG&amp;quot; im [[Edit]] Menü verwenden.&lt;br /&gt;
&lt;br /&gt;
Diese Frequenz ist nur für dieses Band. Normalerweise steht hier 0 damit die [[Setup#Rig options|globale LO Frequenz]] verwendet wird.&lt;br /&gt;
&lt;br /&gt;
=Verantwortlicher Operator=&lt;br /&gt;
&lt;br /&gt;
[[Image:Responsibleoperator_DE.png|none|frame|Verantwortlicher OP]]&lt;br /&gt;
&lt;br /&gt;
Hier stehen die Informationen für den verantwortlichen Operator welche dann dem Contestausschuss übermittelt werden. Alle Elemente können frei formatiert werden und benötigen keine weiteren Kommentare...&lt;br /&gt;
&lt;br /&gt;
=CW keying=&lt;br /&gt;
&lt;br /&gt;
[[Image:Cwdaemon_DE.png|none|frame|CW daemon]]&lt;br /&gt;
&lt;br /&gt;
Seit Version 2.0 verwendet Tucnak nichtmehr das externe Programm &#039;cwdaemon&#039; zum Geben und Senden von CW. Alle Funktionen sind direkt in Tucnak implementiert.&lt;br /&gt;
&lt;br /&gt;
Folgende Schnittstellen stehen zum Geben zur Verfügung:&lt;br /&gt;
* None - keine CW-Ausgabe&lt;br /&gt;
* parport - verwendet das Kernelmodul ppdev zum Geben. Empfohlenes Gerät hierfür ist http://ok1zia.nagano.cz/web/davac3. Die Pinbelegung lautet:&lt;br /&gt;
** 1 STROBE - auf Masse wenn aktiv.&lt;br /&gt;
** 14 AUTOLF - Schaltet zwischen Mikrofon und Soundkarte um.&lt;br /&gt;
** 16 INIT - PTT&lt;br /&gt;
** 17 SELECT IN - CW&lt;br /&gt;
* ttys - uses control pins of serial port. Pinout for D-SUB9:&lt;br /&gt;
** 4 DTR - CW&lt;br /&gt;
** 5 GND - ground&lt;br /&gt;
** 7 RTS - PTT&lt;br /&gt;
* davac4 - USB SSB/CW keyer [[Davac4]] by OK1ZIA&lt;br /&gt;
* cwdaemon - für [http://www.qsl.net/pg4i/linux/cwdaemon.html cwdaemon] von Joop PG4I&lt;br /&gt;
* winkey - verwendet [[Winkey]] von [http://www.k1el.com K1EL]]&lt;br /&gt;
&lt;br /&gt;
Keyer ist zB /dev/parport0, /dev/ttyS0, /dev/ttyUSB0&lt;br /&gt;
&lt;br /&gt;
Hostname und UDP-Port sind reserviert.&lt;br /&gt;
&lt;br /&gt;
Startgeschwindigkeit gibt die Gebe-Geschwindigkeit in WPM nach dem Programmstart an. Dies kann nachträglich mit den Tasten &amp;quot;Bild auf&amp;quot; und &amp;quot;Bild ab&amp;quot; verändert werden.&lt;br /&gt;
&lt;br /&gt;
Gewichtung - Stellt das Verhältnis zwischen Signal und Pause ein.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;math&amp;gt;t_\mathrm{Signal}=\frac{1\,200\,000}{\mathrm{Geschwindigkeit}}+500 * \mathrm{Gewichtung}\ [\mu s]&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;math&amp;gt;t_\mathrm{Pause}=\frac{1\,200\,000}{\mathrm{Geschwindigkeit}}-500 * \mathrm{Gewichtung}\ [\mu s]&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Der WPM-Bereich beschreibt den Bereich, den man mit der &amp;quot;Bild auf&amp;quot; und &amp;quot;Bild ab&amp;quot; Taste einstellen kann. Die minimalen WPM werden auch für Winkey verwendet - Winkey kann nur 31 Geschwindigkeitsschritte.&lt;br /&gt;
Normalerweise ist die untere Grenze bei 10 WPM, bedeutet also, dass man mit Winkey einen Bereich von 10-41WPM abdecken kann. Wenn du als maximale Geschwindigkeit zB 50WPM willst musst du die minimale Grenze mindestens 19 stellen.&lt;br /&gt;
&lt;br /&gt;
Benutze Lautsprecher - Piept die Morsezeichen über die Soundausgabe.&lt;br /&gt;
&lt;br /&gt;
PTT-Verzögerung - (experimentelles Feature) Tucnak beginnt erst dann mit der Aussendung des CW-Codes nachdem die PTT-Taste für den eingestellten Wert gedrückt ist. Dies soll verhindern, dass der Beginn einer Aussendung abgeschnitten wird und dass sich die Sendekette eingeschwungen hat. Empfohlen sind 100 bis 250 ms.&lt;br /&gt;
&lt;br /&gt;
=Winkey options=&lt;br /&gt;
&lt;br /&gt;
[[Image:Winkeyoptions_DE.png|none|frame|Winkey options]]&lt;br /&gt;
&lt;br /&gt;
Fast initialisation means that Tucnak doesn&#039;t wait for Winkey initialisation. It can be used mostly for winkey2 which is commonly supplied from USB. It has no effect for other version-depending commands (buttons), tucnak reads winkey version.&lt;br /&gt;
&lt;br /&gt;
Use speed pot/use buttons - doesn&#039;t need comment. Normally is no reason to turn they off.&lt;br /&gt;
&lt;br /&gt;
Curtis A/B, Ultimate, hand bug - set&#039;s paddle mode. I think optimal is Curtis B.&lt;br /&gt;
&lt;br /&gt;
Paddle swap - also without comment :-)&lt;br /&gt;
&lt;br /&gt;
=Audio=&lt;br /&gt;
&lt;br /&gt;
[[Image:Audio_DE.png|none|frame|Audio options]]&lt;br /&gt;
&lt;br /&gt;
Since 2.0 Tucnak takes also SSB functionality for CQs and traffic recording. &lt;br /&gt;
&lt;br /&gt;
==Common options==&lt;br /&gt;
Alsa, OSS, SSBD are supported &amp;quot;audio drivers&amp;quot;.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Record traffic&#039;&#039;&#039; switches on/off recording band activity on receiving. If this option isn&#039;t active then all next options are irrelevant. To prevent consuming of all free space, use options &#039;&#039;&#039;Max. record duration&#039;&#039;&#039; and &#039;&#039;&#039;Minimal disk free space&#039;&#039;&#039;.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Record format&#039;&#039;&#039; option describe coding of output file. Supported options are.&lt;br /&gt;
&lt;br /&gt;
* PCM 8 and 16 bits&lt;br /&gt;
* Logarithmic PCM u-law and A-law&lt;br /&gt;
* IMA and MS adaptation PCM&lt;br /&gt;
* GSM version 6.10 (preferred for me)&lt;br /&gt;
&lt;br /&gt;
PCM coding is suitable for conversion to other formats (MP3, Ogg). GSM coding has low size. One minute of recording have size about 130 kB of disk space. That is less then 200 MB for 24 hours. This coding doesn&#039;t have to supported by your favourite player! GSM format replay for example mplayer (with codec) or sndfile-play distributed with libsndfile.&lt;br /&gt;
&lt;br /&gt;
Option &#039;&#039;&#039;Channels&#039;&#039;&#039; sets number of sound channels. Set it to 1 (mono). You can set it to 2 or 4 it depends on your sound card capability.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Sample rate&#039;&#039;&#039; sets the number of sample per second. `CD&#039; quality has value 44100. This value is needless for radio activity. It&#039;s recommended to lower value to half (22050) or quarter (11025) because some programs or sound cards can&#039;t work with other values. &lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Playback volume&#039;&#039;&#039; provides possibility to set playback volume for SSB CQ. Enter -1 to disable this feature. Common valid volumes are 0 to 100 but can be different if you use some special hardware with fancy cost-down. &lt;br /&gt;
&lt;br /&gt;
Note in versions prior 2.26 is bug that doesn&#039;t allow to load negative value from rc file. As workaround you can try to enter invalid mixer device.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Capture volume&#039;&#039;&#039; the same for traffic recording.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Template for recorded filename&#039;&#039;&#039; is template for naming recording files. Description of possible macros you can find in section [[Setup#CQ_macros|CQ macros]].&lt;br /&gt;
&lt;br /&gt;
==Alsa options==&lt;br /&gt;
&#039;&#039;&#039;Alsa playback revice&#039;&#039;&#039; and &#039;&#039;&#039;Alsa capture device&#039;&#039;&#039; hold Alsa devices, plugs etc. Valid values are for example:&lt;br /&gt;
* default - default device in your configuration&lt;br /&gt;
* hw0,0 - first card, first PCM (first DAC)&lt;br /&gt;
* hw0,1 - first card, second PCM (second DAC, f.e. Ensonic ES1371)&lt;br /&gt;
* hw1,0 - second card ...&lt;br /&gt;
* plughw0,0 - see Alsa documentation&lt;br /&gt;
* dmix&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Period time&#039;&#039;&#039; is maximal amount of time for holding samples in card buffer for capture. Rasonable values are in hundreds (tenth of second).&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Buffer time&#039;&#039;&#039; is maximal total size of buffer. Must be greater than Period time, f.e. 4*Buffer timer.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Alsa mixer device&#039;&#039;&#039; f.e. hw0, hw1, ...&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Capture source&#039;&#039;&#039; button shows submnenu for capture. In menu are all detected sources on specified soundcard.&lt;br /&gt;
&lt;br /&gt;
==OSS options==&lt;br /&gt;
&#039;&#039;&#039;OSS DSP&#039;&#039;&#039; describes path to special file which is connected with sound card kernel driver. Typically is /dev/dsp.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Max. num of fragments&#039;&#039;&#039; tells number of buffer fragment which can be holded in buffer. If you have problems with recording or witdh transition RX -&amp;gt; TX, try to set to 4 or similar small number. Then check recorded files for buffer underruns.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;OSS mixer&#039;&#039;&#039; path to OSS mixer. typically /dev/mixer.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Record source&#039;&#039;&#039; - input for recording signal.&lt;br /&gt;
&lt;br /&gt;
==SSBD options==&lt;br /&gt;
&#039;&#039;&#039;Currently unimplemented!&#039;&#039;&#039; SSBD is now obsolete. Settings is here for eventual future control of other software/devices (PowerSDR, digimodes...)&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;SSBD hostname&#039;&#039;&#039; and &#039;&#039;&#039;UDP port&#039;&#039;&#039; - set IP address and UDP port of ssb daemon.&lt;br /&gt;
&lt;br /&gt;
=CW CQ=&lt;br /&gt;
&lt;br /&gt;
The list of all CW texts are showed after selecting this item. There is showed the key for running the message in brakes. Character `R&#039; means that the message is repeated (CQ). Also is showing start of text.&lt;br /&gt;
&lt;br /&gt;
[[Image:Cwcq_DE.png|none|frame|CW CQ]]&lt;br /&gt;
&lt;br /&gt;
There are these items in dialoque for setting CQ: &lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;text&#039;&#039;&#039; of CQ. You can use plain text and macros&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;speed&#039;&#039;&#039; is normally undefined but you can define speed only for this CQ (f.e. for fast 73)&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;repeat&#039;&#039;&#039; CQ will be repeated until you press ESC, TAB or other CQ key&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;delay&#039;&#039;&#039; determines time between CQ messages &lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;allow if...&#039;&#039;&#039; allows to run message if there is any macro undefined. Typically you don&#039;t want to give empty string if you have no callsign entered.&lt;br /&gt;
&lt;br /&gt;
=SSB CQ=&lt;br /&gt;
&lt;br /&gt;
[[Image:ssbcq_DE.png|none|frame|SSB CQ]]&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;filename&#039;&#039;&#039; - file which is played as CQ. You can use macros f.e. /home/user/tucnak/cq/$MC_$O.wav to have multiple files for more callsign and more operators. Some audio output devices can have limitations to the audio format - samplerate, channels.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;repeat&#039;&#039;&#039; and &#039;&#039;&#039;delay&#039;&#039;&#039; has same effect as in previous chapter&lt;br /&gt;
&lt;br /&gt;
=CQ macros=&lt;br /&gt;
&lt;br /&gt;
It&#039;s possible to define macros in texts of CW CQ and in name of SSB CQ file. Macros are case insensitive.&lt;br /&gt;
&lt;br /&gt;
* $$ - character $&lt;br /&gt;
* $C - callsign of opposite station. Warning! Callsign may contains stroke then can be problem to use macros in filename of CQ SSB. Look at $V&lt;br /&gt;
* $D - date of contest (20031228)&lt;br /&gt;
* $N - contest number from opposite station&lt;br /&gt;
* $O - operator&#039;s callsign (for SSB CQ filenames)&lt;br /&gt;
* $R - report from opposite station.&lt;br /&gt;
* $S - serial number of record sample&lt;br /&gt;
* $T - contest directory (/home/ok1zia/tucnak/20031004.2)&lt;br /&gt;
* $V - callsign of opposite station, the stroke character is exchanged by the underline character&lt;br /&gt;
* $W - locator of opposite station&lt;br /&gt;
* $X - optional exchange from opposite station&lt;br /&gt;
* $MC - my callsign&lt;br /&gt;
* $MN - contest number to opposite station.&lt;br /&gt;
* $MR - report to opposite station&lt;br /&gt;
* $MW - my locator&lt;br /&gt;
* $MX - my optional exchange&lt;br /&gt;
&lt;br /&gt;
You can also use case sensitive macros from strftime(3) for example:&lt;br /&gt;
&lt;br /&gt;
* %d - day of month 01..31&lt;br /&gt;
* %H - hours 01..24&lt;br /&gt;
* %M - minutes 00..59&lt;br /&gt;
* %m - month 00..12&lt;br /&gt;
* %S - seconds 00-59&lt;br /&gt;
* %Y - year 1970-2038&lt;br /&gt;
&lt;br /&gt;
For others use command:&lt;br /&gt;
&lt;br /&gt;
 man 3 strftime&lt;br /&gt;
&lt;br /&gt;
Macros has not effect in all context.&lt;br /&gt;
&lt;br /&gt;
=Rig options=&lt;br /&gt;
&lt;br /&gt;
Tucnak uses [http://hamlib.sourceforge.net hamlib] for accessing rig (transceiver) via CAT interface. You can use probably any interface which is working with other programs. Good helper is [http://tucnak.nagano.cz/Interfaces.pdf HB9DRV&#039;s guide to HRD]. Or you can build one of [[RIG interface|my RIG interfaces]].&lt;br /&gt;
&lt;br /&gt;
[[Image:Rigoptions_DE.png|none|frame|Rig options]]&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Device&#039;&#039;&#039; device where the interface is connected. Typically /dev/ttyS0, /dev/ttyUSB0&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Model&#039;&#039;&#039; model of rig. It is number defined by hamlib. You can obtain it by running command &#039;&#039;&#039;rigctl -l&#039;&#039;&#039; or you can use:&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Choose&#039;&#039;&#039; Press button to show menu. In the first level you will choose manufacturer, in second level rig model. Model number is written to the previous field.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;CIV address&#039;&#039;&#039; address of rig if you have more Icom radios connected via one interface. Enter 0 for default address.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Freq. shift SSB-&amp;gt;CW&#039;&#039;&#039; some old radios (Icom, Kenwood) shifts frequency when changing mode SSB &amp;lt;--&amp;gt; CW. If you call CQ on SSB and someone calls you in CW, you must switch to CW and tune for about 800Hz up. Tucnak can compensate this shift when you use Alt+M to switch mode.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Transverter&#039;s LO QRG&#039;&#039;&#039; is frequency which tucnak adds to frequency read from transceiver&#039;s CAT and result shows on the screen:&lt;br /&gt;
&amp;lt;math&amp;gt;f_\mathrm{display}=f_\mathrm{CAT} + f_\mathrm{lo} [Hz]&amp;lt;/math&amp;gt;&lt;br /&gt;
Note some radios support transceiver mode for example radio is tuned on 14 MHz, CAT reports also 14 MHz but transceiver&#039;s display shows 144 MHz.&lt;br /&gt;
LO frequency must be computed by operator, you can use Fix QRG in [[Edit]] menu. This is global LO freq, if you use more transceivers, you can set more frequencies in [[Setup#Band defaults|Band defaults menu]].&lt;br /&gt;
&lt;br /&gt;
=Autosave=&lt;br /&gt;
&lt;br /&gt;
[[Image:Autosave_DE.png|none|frame|Autosave options]]&lt;br /&gt;
&lt;br /&gt;
It sets and saves parameters of QSO to disk. Option `Save to disk after QSO&#039; is recommended set to 1 to save all reports. Fsync option immediately saves QSOs from cache to disk.&lt;br /&gt;
&lt;br /&gt;
Default setting of option Save to floppy after QSO is 4. Zero disables saving to floppy disk. Path to floppy item sets path to floppy&#039;s mount point. Tucnak don&#039;t test if floppy disk is mounted.&lt;br /&gt;
&lt;br /&gt;
Other items are ignored.&lt;br /&gt;
&lt;br /&gt;
=Network &amp;amp; trace=&lt;br /&gt;
&lt;br /&gt;
[[Image:Networktrace_DE.png|none|frame|Network &amp;amp; trace options]]&lt;br /&gt;
&lt;br /&gt;
Ignore interfaces - list of network interfaces which would be ignored when searching for more instances of Tucnak on the network (transmit broadcasts) as connect to Internet, public IP address from provider, AX.25 interface. The delimiter between interfaces is space character. Broadcasts loads slow nets.&lt;br /&gt;
&lt;br /&gt;
Ignore networks - the purpose this option is the same as Ignore interface option. You can determinate subnet address.&lt;br /&gt;
&lt;br /&gt;
Announce to nets - it&#039;s an inverse function of previous options. There is specification of IP address where have been sending broadcasts in this option. The routers usually have disabled forward broadcastings.&lt;br /&gt;
&lt;br /&gt;
=Miscellaneous options=&lt;br /&gt;
&lt;br /&gt;
[[Image:Miscoptions_DE.png|none|frame|Miscellaneous options]]&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Log lines&#039;&#039;&#039; are last lines of tucnak&#039;s screen on which tucnak writes informations for users.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Sked shift&#039;&#039;&#039; time added to current time filled in the Sked dialog.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Starting band&#039;&#039;&#039; Band character (f.e. C=144 MHz) of band, which will be activated after contest open.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Screen resolution&#039;&#039;&#039; Only for SDL mode - you can set resolution of tucnak&#039;s window in characters or in pixels&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Double font&#039;&#039;&#039; for very-high-resolution displays and bad eyes - fonts are resized from usual 9x16 to 18x32 pixels. It is not very usable but on IARU VHF 2008 I had nothing to do so I&#039;ve imlpemented it.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Slash key&#039;&#039;&#039; Slash key on some national keyboards is not easily accessible (only with shift). Here you can remap it to any other character. Use with care!&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Disable screensaver&#039;&#039;&#039; if you only test Tucnak at home, you probably don&#039;t want to disable screensaver. So turn these checkbox off.&lt;br /&gt;
&lt;br /&gt;
=Terminal options=&lt;br /&gt;
&lt;br /&gt;
[[Image:Terminal_DE.png|none|frame|Terminal options]]&lt;br /&gt;
&lt;br /&gt;
These options come from [http://links.sourceforge.net links browser] so I&#039;m not able to tell what they exactly mean. Try to make some experiments or look at source code :-)&lt;br /&gt;
&lt;br /&gt;
=Language=&lt;br /&gt;
&lt;br /&gt;
Set language of Tucnak&#039;s GUI. I think English is very good for contest log but some people like to have their mother tongue set.&lt;br /&gt;
&lt;br /&gt;
=Character set=&lt;br /&gt;
&lt;br /&gt;
This menu is used for setting characteristic of terminal as window frames. It&#039;s a legacy of links (as above), I don&#039;t have detailed knowledge about these options.&lt;br /&gt;
&lt;br /&gt;
=Load cfg from net=&lt;br /&gt;
&lt;br /&gt;
It shows addresses of all Tucnaks on the local network. If one is selected you will read his complete configuration (tucnakrc).&lt;br /&gt;
&lt;br /&gt;
=Load C_W from net=&lt;br /&gt;
&lt;br /&gt;
It loads complete C_W database from selected Tucnak and saves it to ~/tucnak/tucnakcw. In database are saved two newest locators for each callsign.&lt;br /&gt;
&lt;br /&gt;
=Save configuration=&lt;br /&gt;
&lt;br /&gt;
It saves current configuration to file ~/tucnak/tucnakrc . You &#039;&#039;&#039;MUST&#039;&#039;&#039; do it to preserve any configuration changes !!&lt;/div&gt;</summary>
		<author><name>Dk1hj</name></author>
	</entry>
	<entry>
		<id>https://tucnak.nagano.cz/wiki/index.php?title=DE_Setup&amp;diff=1048</id>
		<title>DE Setup</title>
		<link rel="alternate" type="text/html" href="https://tucnak.nagano.cz/wiki/index.php?title=DE_Setup&amp;diff=1048"/>
		<updated>2009-07-22T00:36:57Z</updated>

		<summary type="html">&lt;p&gt;Dk1hj: /* Responsible operator */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{Languages|Setup}}&lt;br /&gt;
&lt;br /&gt;
[[Image:menusetup_DE.png|none|frame|Setup menu]]&lt;br /&gt;
&lt;br /&gt;
All configuration changes are in memory only until you [[Setup#Save_configuration|save configuration]].&lt;br /&gt;
&lt;br /&gt;
=Contestvorgaben=&lt;br /&gt;
&lt;br /&gt;
[[Image:Contestdefaults_DE.png|none|frame|Contestvorgaben]]&lt;br /&gt;
&lt;br /&gt;
In diesem Menü kann man folgende Dinge einstellen: Rufzeichen im Contest, Clubrufzeichen (verwende das nur, wenn du das LOG im EDI-Format exportieren kannst), Locator (6 Buchstaben), Contest-QTH (Entspricht den Einträgen PAdr1 und PAdr2 im EDI-Format), optionaler Austausch (Exchange) und Standardwerte für RS und RST.&lt;br /&gt;
&lt;br /&gt;
=Bandeinstellungen=&lt;br /&gt;
&lt;br /&gt;
[[Image:Bandsettings_DE.png|none|frame|Bandeinstellungen]]&lt;br /&gt;
&lt;br /&gt;
Das Untermenü enthält die Einstellungen für alle Bänder. Aktive Bänder (Als QRV markiert) sind ganz oben und von den anderen Bändern getrennt. Du kannst Bändern, die du nie benötigst einfach entfernen (wie zB 220MHz in Europa).&lt;br /&gt;
Der Punk &amp;quot;QRV auf diesem Band&amp;quot; sollte bei allen Bändern an denen man funken will markiert sein.&lt;br /&gt;
&lt;br /&gt;
Dies ist auch schon die einzige Einstellung die man hier setzen muss. Die anderen Dinge kann man hier auch eingeben, ist aber nicht notwendig.&lt;br /&gt;
&lt;br /&gt;
&amp;quot;QRV in diesem Contest&amp;quot; hat hier keinen Effekt. Als Kategorie stehen Mehrmann, Einmann und Kontrolllog zur Auswahl.&lt;br /&gt;
&lt;br /&gt;
TX und RX-Ausrüstungseinstellungen beschreiben die Station. Leistung wir mit Einheiten angegeben. ASL und AGL bezieht sich auf die Antennenhöhe bezogen auf Seehöhe (ASL) und Boden (AGL).&lt;br /&gt;
Angegebene Werte sind in Meter, als Trenner zwischen den Werten dient ein Semikolon.&lt;br /&gt;
&lt;br /&gt;
Bei Operator werden die Rufzeichen der Leute, die am Contest teilhaben, eingetragen, wieder mit Semikolon getrennt. Dies kann auch im Operator-Menü [[Contest]] gemacht werden.&lt;br /&gt;
&lt;br /&gt;
Das Bemerkungenfeld ist für Bemerkungen an den Contestausschuss.&lt;br /&gt;
&lt;br /&gt;
Die Klassennummern für Einmann- und Mehrmannbetrieb sind eventuell von Contest zu Contest verschieden und werden eigentlich nur beim Dateinamen des EDI-Exports verwendet.&lt;br /&gt;
&lt;br /&gt;
Bandgrenzen werden in Kilohertz angegeben. Diese werden zur Filterung im DX-Cluster verwendet.&lt;br /&gt;
&lt;br /&gt;
ADIF Bandname beschreibt den Bandnamen im ADIF-Format.&lt;br /&gt;
&lt;br /&gt;
QRG für Skeds ist die Frequenz, die vom Operator eingegeben wird, auf der andere Operatoren im Netz Skeds entgegen nehmen sollen. Das Format ist nicht begrenzt, du kannst zB &amp;quot;.120&amp;quot; oder ähnliches eingeben.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Transverter LO QRG ist die Frequenz, die Tucnak zur Frequenz addiert welche die CAT-Schnittstelle des Funkgerätes liefert:&lt;br /&gt;
&amp;lt;math&amp;gt;f_\mathrm{display}=f_\mathrm{CAT} + f_\mathrm{lo} [Hz]&amp;lt;/math&amp;gt;&lt;br /&gt;
Beachte bitte, dass manche Funkgeräte den Transceiver-Mode unterstützen, als Beispiel: Funkgerät ist auf 14MHz eingestellt, CAT gibt auch 14MHz aus, das Display zeigt aber 144MHz.&lt;br /&gt;
LO-Frequenz muss vom Operator berechnet werden, dazu kannst du &amp;quot;Fix QRG&amp;quot; im [[Edit]] Menü verwenden.&lt;br /&gt;
&lt;br /&gt;
Diese Frequenz ist nur für dieses Band. Normalerweise steht hier 0 damit die [[Setup#Rig options|globale LO Frequenz]] verwendet wird.&lt;br /&gt;
&lt;br /&gt;
=Verantwortlicher Operator=&lt;br /&gt;
&lt;br /&gt;
[[Image:Responsibleoperator_DE.png|none|frame|Verantwortlicher OP]]&lt;br /&gt;
&lt;br /&gt;
Hier stehen die Informationen für den verantwortlichen Operator welche dann dem Contestausschuss übermittelt werden. Alle Elemente können frei formatiert werden und benötigen keine weiteren Kommentare...&lt;br /&gt;
&lt;br /&gt;
=CW keying=&lt;br /&gt;
&lt;br /&gt;
[[Image:Cwdaemon_DE.png|none|frame|CW daemon]]&lt;br /&gt;
&lt;br /&gt;
Since version 2.0 Tucnak does not use the external program &#039;cwdaemon&#039; for keying and transmitting CW. Its functions are included in Tucnak. &lt;br /&gt;
&lt;br /&gt;
Keying methods are:&lt;br /&gt;
* None - no CW output is used&lt;br /&gt;
* lp - uses kernel module ppdev for keying. Recommended device is http://ok1zia.nagano.cz/web/davac3. Pin configuration is:&lt;br /&gt;
** 1 STROBE - grounded when active.&lt;br /&gt;
** 14 AUTOLF - switch TRX modulation input to microphone or soundcard output&lt;br /&gt;
** 16 INIT - PTT&lt;br /&gt;
** 17 SELECT IN - CW&lt;br /&gt;
* ttys - uses control pins of serial port. Pinout for D-SUB9:&lt;br /&gt;
** 4 DTR - CW&lt;br /&gt;
** 5 GND - ground&lt;br /&gt;
** 7 RTS - PTT&lt;br /&gt;
* davac4 - USB SSB/CW keyer [[Davac4]] by OK1ZIA&lt;br /&gt;
* cwdaemon - controls [http://www.qsl.net/pg4i/linux/cwdaemon.html cwdaemon] by Joop PG4I&lt;br /&gt;
* winkey - uses [[Winkey]] by [http://www.k1el.com K1EL]]&lt;br /&gt;
&lt;br /&gt;
Keying device f.e. /dev/parport0, /dev/ttyS0, /dev/ttyUSB0&lt;br /&gt;
&lt;br /&gt;
Hostname, UDP port are reserved.&lt;br /&gt;
&lt;br /&gt;
Initial speed says keying speed in WPM after program start. You can change it using PageUp or PageDown keys.&lt;br /&gt;
&lt;br /&gt;
Weighting - changes ratio of mark and space in CW. &lt;br /&gt;
&lt;br /&gt;
&amp;lt;math&amp;gt;t_\mathrm{mark}=\frac{1\,200\,000}{\mathrm{speed}}+500 * \mathrm{weight}\ [\mu s]&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;math&amp;gt;t_\mathrm{space}=\frac{1\,200\,000}{\mathrm{speed}}-500 * \mathrm{weight}\ [\mu s]&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
WPM range describes the speed that can be set with PageUp/PageDown keys. Minimal WPM is also used for Winkey - it can handle only 31 speed steps. Normally minimal speed is set to 10 WPM which means winkey range 10-41 WPM. If you need for example 50 WPM, set minimal WPM to at least 19.&lt;br /&gt;
&lt;br /&gt;
Use speaker - beeps using program soundwrapper.&lt;br /&gt;
&lt;br /&gt;
PTT lead in - (experimental feature) Tucnak turns on PTT some time before CW to key on TRX and PA&#039;s to prevent &amp;quot;eating&amp;quot; of begin of code. It also allows the TX chain to stabilise before sending. Suggest 100 -&amp;gt; 250 ms.&lt;br /&gt;
&lt;br /&gt;
=Winkey options=&lt;br /&gt;
&lt;br /&gt;
[[Image:Winkeyoptions_DE.png|none|frame|Winkey options]]&lt;br /&gt;
&lt;br /&gt;
Fast initialisation means that Tucnak doesn&#039;t wait for Winkey initialisation. It can be used mostly for winkey2 which is commonly supplied from USB. It has no effect for other version-depending commands (buttons), tucnak reads winkey version.&lt;br /&gt;
&lt;br /&gt;
Use speed pot/use buttons - doesn&#039;t need comment. Normally is no reason to turn they off.&lt;br /&gt;
&lt;br /&gt;
Curtis A/B, Ultimate, hand bug - set&#039;s paddle mode. I think optimal is Curtis B.&lt;br /&gt;
&lt;br /&gt;
Paddle swap - also without comment :-)&lt;br /&gt;
&lt;br /&gt;
=Audio=&lt;br /&gt;
&lt;br /&gt;
[[Image:Audio_DE.png|none|frame|Audio options]]&lt;br /&gt;
&lt;br /&gt;
Since 2.0 Tucnak takes also SSB functionality for CQs and traffic recording. &lt;br /&gt;
&lt;br /&gt;
==Common options==&lt;br /&gt;
Alsa, OSS, SSBD are supported &amp;quot;audio drivers&amp;quot;.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Record traffic&#039;&#039;&#039; switches on/off recording band activity on receiving. If this option isn&#039;t active then all next options are irrelevant. To prevent consuming of all free space, use options &#039;&#039;&#039;Max. record duration&#039;&#039;&#039; and &#039;&#039;&#039;Minimal disk free space&#039;&#039;&#039;.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Record format&#039;&#039;&#039; option describe coding of output file. Supported options are.&lt;br /&gt;
&lt;br /&gt;
* PCM 8 and 16 bits&lt;br /&gt;
* Logarithmic PCM u-law and A-law&lt;br /&gt;
* IMA and MS adaptation PCM&lt;br /&gt;
* GSM version 6.10 (preferred for me)&lt;br /&gt;
&lt;br /&gt;
PCM coding is suitable for conversion to other formats (MP3, Ogg). GSM coding has low size. One minute of recording have size about 130 kB of disk space. That is less then 200 MB for 24 hours. This coding doesn&#039;t have to supported by your favourite player! GSM format replay for example mplayer (with codec) or sndfile-play distributed with libsndfile.&lt;br /&gt;
&lt;br /&gt;
Option &#039;&#039;&#039;Channels&#039;&#039;&#039; sets number of sound channels. Set it to 1 (mono). You can set it to 2 or 4 it depends on your sound card capability.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Sample rate&#039;&#039;&#039; sets the number of sample per second. `CD&#039; quality has value 44100. This value is needless for radio activity. It&#039;s recommended to lower value to half (22050) or quarter (11025) because some programs or sound cards can&#039;t work with other values. &lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Playback volume&#039;&#039;&#039; provides possibility to set playback volume for SSB CQ. Enter -1 to disable this feature. Common valid volumes are 0 to 100 but can be different if you use some special hardware with fancy cost-down. &lt;br /&gt;
&lt;br /&gt;
Note in versions prior 2.26 is bug that doesn&#039;t allow to load negative value from rc file. As workaround you can try to enter invalid mixer device.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Capture volume&#039;&#039;&#039; the same for traffic recording.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Template for recorded filename&#039;&#039;&#039; is template for naming recording files. Description of possible macros you can find in section [[Setup#CQ_macros|CQ macros]].&lt;br /&gt;
&lt;br /&gt;
==Alsa options==&lt;br /&gt;
&#039;&#039;&#039;Alsa playback revice&#039;&#039;&#039; and &#039;&#039;&#039;Alsa capture device&#039;&#039;&#039; hold Alsa devices, plugs etc. Valid values are for example:&lt;br /&gt;
* default - default device in your configuration&lt;br /&gt;
* hw0,0 - first card, first PCM (first DAC)&lt;br /&gt;
* hw0,1 - first card, second PCM (second DAC, f.e. Ensonic ES1371)&lt;br /&gt;
* hw1,0 - second card ...&lt;br /&gt;
* plughw0,0 - see Alsa documentation&lt;br /&gt;
* dmix&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Period time&#039;&#039;&#039; is maximal amount of time for holding samples in card buffer for capture. Rasonable values are in hundreds (tenth of second).&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Buffer time&#039;&#039;&#039; is maximal total size of buffer. Must be greater than Period time, f.e. 4*Buffer timer.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Alsa mixer device&#039;&#039;&#039; f.e. hw0, hw1, ...&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Capture source&#039;&#039;&#039; button shows submnenu for capture. In menu are all detected sources on specified soundcard.&lt;br /&gt;
&lt;br /&gt;
==OSS options==&lt;br /&gt;
&#039;&#039;&#039;OSS DSP&#039;&#039;&#039; describes path to special file which is connected with sound card kernel driver. Typically is /dev/dsp.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Max. num of fragments&#039;&#039;&#039; tells number of buffer fragment which can be holded in buffer. If you have problems with recording or witdh transition RX -&amp;gt; TX, try to set to 4 or similar small number. Then check recorded files for buffer underruns.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;OSS mixer&#039;&#039;&#039; path to OSS mixer. typically /dev/mixer.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Record source&#039;&#039;&#039; - input for recording signal.&lt;br /&gt;
&lt;br /&gt;
==SSBD options==&lt;br /&gt;
&#039;&#039;&#039;Currently unimplemented!&#039;&#039;&#039; SSBD is now obsolete. Settings is here for eventual future control of other software/devices (PowerSDR, digimodes...)&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;SSBD hostname&#039;&#039;&#039; and &#039;&#039;&#039;UDP port&#039;&#039;&#039; - set IP address and UDP port of ssb daemon.&lt;br /&gt;
&lt;br /&gt;
=CW CQ=&lt;br /&gt;
&lt;br /&gt;
The list of all CW texts are showed after selecting this item. There is showed the key for running the message in brakes. Character `R&#039; means that the message is repeated (CQ). Also is showing start of text.&lt;br /&gt;
&lt;br /&gt;
[[Image:Cwcq_DE.png|none|frame|CW CQ]]&lt;br /&gt;
&lt;br /&gt;
There are these items in dialoque for setting CQ: &lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;text&#039;&#039;&#039; of CQ. You can use plain text and macros&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;speed&#039;&#039;&#039; is normally undefined but you can define speed only for this CQ (f.e. for fast 73)&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;repeat&#039;&#039;&#039; CQ will be repeated until you press ESC, TAB or other CQ key&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;delay&#039;&#039;&#039; determines time between CQ messages &lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;allow if...&#039;&#039;&#039; allows to run message if there is any macro undefined. Typically you don&#039;t want to give empty string if you have no callsign entered.&lt;br /&gt;
&lt;br /&gt;
=SSB CQ=&lt;br /&gt;
&lt;br /&gt;
[[Image:ssbcq_DE.png|none|frame|SSB CQ]]&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;filename&#039;&#039;&#039; - file which is played as CQ. You can use macros f.e. /home/user/tucnak/cq/$MC_$O.wav to have multiple files for more callsign and more operators. Some audio output devices can have limitations to the audio format - samplerate, channels.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;repeat&#039;&#039;&#039; and &#039;&#039;&#039;delay&#039;&#039;&#039; has same effect as in previous chapter&lt;br /&gt;
&lt;br /&gt;
=CQ macros=&lt;br /&gt;
&lt;br /&gt;
It&#039;s possible to define macros in texts of CW CQ and in name of SSB CQ file. Macros are case insensitive.&lt;br /&gt;
&lt;br /&gt;
* $$ - character $&lt;br /&gt;
* $C - callsign of opposite station. Warning! Callsign may contains stroke then can be problem to use macros in filename of CQ SSB. Look at $V&lt;br /&gt;
* $D - date of contest (20031228)&lt;br /&gt;
* $N - contest number from opposite station&lt;br /&gt;
* $O - operator&#039;s callsign (for SSB CQ filenames)&lt;br /&gt;
* $R - report from opposite station.&lt;br /&gt;
* $S - serial number of record sample&lt;br /&gt;
* $T - contest directory (/home/ok1zia/tucnak/20031004.2)&lt;br /&gt;
* $V - callsign of opposite station, the stroke character is exchanged by the underline character&lt;br /&gt;
* $W - locator of opposite station&lt;br /&gt;
* $X - optional exchange from opposite station&lt;br /&gt;
* $MC - my callsign&lt;br /&gt;
* $MN - contest number to opposite station.&lt;br /&gt;
* $MR - report to opposite station&lt;br /&gt;
* $MW - my locator&lt;br /&gt;
* $MX - my optional exchange&lt;br /&gt;
&lt;br /&gt;
You can also use case sensitive macros from strftime(3) for example:&lt;br /&gt;
&lt;br /&gt;
* %d - day of month 01..31&lt;br /&gt;
* %H - hours 01..24&lt;br /&gt;
* %M - minutes 00..59&lt;br /&gt;
* %m - month 00..12&lt;br /&gt;
* %S - seconds 00-59&lt;br /&gt;
* %Y - year 1970-2038&lt;br /&gt;
&lt;br /&gt;
For others use command:&lt;br /&gt;
&lt;br /&gt;
 man 3 strftime&lt;br /&gt;
&lt;br /&gt;
Macros has not effect in all context.&lt;br /&gt;
&lt;br /&gt;
=Rig options=&lt;br /&gt;
&lt;br /&gt;
Tucnak uses [http://hamlib.sourceforge.net hamlib] for accessing rig (transceiver) via CAT interface. You can use probably any interface which is working with other programs. Good helper is [http://tucnak.nagano.cz/Interfaces.pdf HB9DRV&#039;s guide to HRD]. Or you can build one of [[RIG interface|my RIG interfaces]].&lt;br /&gt;
&lt;br /&gt;
[[Image:Rigoptions_DE.png|none|frame|Rig options]]&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Device&#039;&#039;&#039; device where the interface is connected. Typically /dev/ttyS0, /dev/ttyUSB0&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Model&#039;&#039;&#039; model of rig. It is number defined by hamlib. You can obtain it by running command &#039;&#039;&#039;rigctl -l&#039;&#039;&#039; or you can use:&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Choose&#039;&#039;&#039; Press button to show menu. In the first level you will choose manufacturer, in second level rig model. Model number is written to the previous field.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;CIV address&#039;&#039;&#039; address of rig if you have more Icom radios connected via one interface. Enter 0 for default address.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Freq. shift SSB-&amp;gt;CW&#039;&#039;&#039; some old radios (Icom, Kenwood) shifts frequency when changing mode SSB &amp;lt;--&amp;gt; CW. If you call CQ on SSB and someone calls you in CW, you must switch to CW and tune for about 800Hz up. Tucnak can compensate this shift when you use Alt+M to switch mode.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Transverter&#039;s LO QRG&#039;&#039;&#039; is frequency which tucnak adds to frequency read from transceiver&#039;s CAT and result shows on the screen:&lt;br /&gt;
&amp;lt;math&amp;gt;f_\mathrm{display}=f_\mathrm{CAT} + f_\mathrm{lo} [Hz]&amp;lt;/math&amp;gt;&lt;br /&gt;
Note some radios support transceiver mode for example radio is tuned on 14 MHz, CAT reports also 14 MHz but transceiver&#039;s display shows 144 MHz.&lt;br /&gt;
LO frequency must be computed by operator, you can use Fix QRG in [[Edit]] menu. This is global LO freq, if you use more transceivers, you can set more frequencies in [[Setup#Band defaults|Band defaults menu]].&lt;br /&gt;
&lt;br /&gt;
=Autosave=&lt;br /&gt;
&lt;br /&gt;
[[Image:Autosave_DE.png|none|frame|Autosave options]]&lt;br /&gt;
&lt;br /&gt;
It sets and saves parameters of QSO to disk. Option `Save to disk after QSO&#039; is recommended set to 1 to save all reports. Fsync option immediately saves QSOs from cache to disk.&lt;br /&gt;
&lt;br /&gt;
Default setting of option Save to floppy after QSO is 4. Zero disables saving to floppy disk. Path to floppy item sets path to floppy&#039;s mount point. Tucnak don&#039;t test if floppy disk is mounted.&lt;br /&gt;
&lt;br /&gt;
Other items are ignored.&lt;br /&gt;
&lt;br /&gt;
=Network &amp;amp; trace=&lt;br /&gt;
&lt;br /&gt;
[[Image:Networktrace_DE.png|none|frame|Network &amp;amp; trace options]]&lt;br /&gt;
&lt;br /&gt;
Ignore interfaces - list of network interfaces which would be ignored when searching for more instances of Tucnak on the network (transmit broadcasts) as connect to Internet, public IP address from provider, AX.25 interface. The delimiter between interfaces is space character. Broadcasts loads slow nets.&lt;br /&gt;
&lt;br /&gt;
Ignore networks - the purpose this option is the same as Ignore interface option. You can determinate subnet address.&lt;br /&gt;
&lt;br /&gt;
Announce to nets - it&#039;s an inverse function of previous options. There is specification of IP address where have been sending broadcasts in this option. The routers usually have disabled forward broadcastings.&lt;br /&gt;
&lt;br /&gt;
=Miscellaneous options=&lt;br /&gt;
&lt;br /&gt;
[[Image:Miscoptions_DE.png|none|frame|Miscellaneous options]]&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Log lines&#039;&#039;&#039; are last lines of tucnak&#039;s screen on which tucnak writes informations for users.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Sked shift&#039;&#039;&#039; time added to current time filled in the Sked dialog.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Starting band&#039;&#039;&#039; Band character (f.e. C=144 MHz) of band, which will be activated after contest open.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Screen resolution&#039;&#039;&#039; Only for SDL mode - you can set resolution of tucnak&#039;s window in characters or in pixels&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Double font&#039;&#039;&#039; for very-high-resolution displays and bad eyes - fonts are resized from usual 9x16 to 18x32 pixels. It is not very usable but on IARU VHF 2008 I had nothing to do so I&#039;ve imlpemented it.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Slash key&#039;&#039;&#039; Slash key on some national keyboards is not easily accessible (only with shift). Here you can remap it to any other character. Use with care!&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Disable screensaver&#039;&#039;&#039; if you only test Tucnak at home, you probably don&#039;t want to disable screensaver. So turn these checkbox off.&lt;br /&gt;
&lt;br /&gt;
=Terminal options=&lt;br /&gt;
&lt;br /&gt;
[[Image:Terminal_DE.png|none|frame|Terminal options]]&lt;br /&gt;
&lt;br /&gt;
These options come from [http://links.sourceforge.net links browser] so I&#039;m not able to tell what they exactly mean. Try to make some experiments or look at source code :-)&lt;br /&gt;
&lt;br /&gt;
=Language=&lt;br /&gt;
&lt;br /&gt;
Set language of Tucnak&#039;s GUI. I think English is very good for contest log but some people like to have their mother tongue set.&lt;br /&gt;
&lt;br /&gt;
=Character set=&lt;br /&gt;
&lt;br /&gt;
This menu is used for setting characteristic of terminal as window frames. It&#039;s a legacy of links (as above), I don&#039;t have detailed knowledge about these options.&lt;br /&gt;
&lt;br /&gt;
=Load cfg from net=&lt;br /&gt;
&lt;br /&gt;
It shows addresses of all Tucnaks on the local network. If one is selected you will read his complete configuration (tucnakrc).&lt;br /&gt;
&lt;br /&gt;
=Load C_W from net=&lt;br /&gt;
&lt;br /&gt;
It loads complete C_W database from selected Tucnak and saves it to ~/tucnak/tucnakcw. In database are saved two newest locators for each callsign.&lt;br /&gt;
&lt;br /&gt;
=Save configuration=&lt;br /&gt;
&lt;br /&gt;
It saves current configuration to file ~/tucnak/tucnakrc . You &#039;&#039;&#039;MUST&#039;&#039;&#039; do it to preserve any configuration changes !!&lt;/div&gt;</summary>
		<author><name>Dk1hj</name></author>
	</entry>
	<entry>
		<id>https://tucnak.nagano.cz/wiki/index.php?title=DE_Setup&amp;diff=1047</id>
		<title>DE Setup</title>
		<link rel="alternate" type="text/html" href="https://tucnak.nagano.cz/wiki/index.php?title=DE_Setup&amp;diff=1047"/>
		<updated>2009-07-22T00:34:37Z</updated>

		<summary type="html">&lt;p&gt;Dk1hj: /* Band defaults */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{Languages|Setup}}&lt;br /&gt;
&lt;br /&gt;
[[Image:menusetup_DE.png|none|frame|Setup menu]]&lt;br /&gt;
&lt;br /&gt;
All configuration changes are in memory only until you [[Setup#Save_configuration|save configuration]].&lt;br /&gt;
&lt;br /&gt;
=Contestvorgaben=&lt;br /&gt;
&lt;br /&gt;
[[Image:Contestdefaults_DE.png|none|frame|Contestvorgaben]]&lt;br /&gt;
&lt;br /&gt;
In diesem Menü kann man folgende Dinge einstellen: Rufzeichen im Contest, Clubrufzeichen (verwende das nur, wenn du das LOG im EDI-Format exportieren kannst), Locator (6 Buchstaben), Contest-QTH (Entspricht den Einträgen PAdr1 und PAdr2 im EDI-Format), optionaler Austausch (Exchange) und Standardwerte für RS und RST.&lt;br /&gt;
&lt;br /&gt;
=Bandeinstellungen=&lt;br /&gt;
&lt;br /&gt;
[[Image:Bandsettings_DE.png|none|frame|Bandeinstellungen]]&lt;br /&gt;
&lt;br /&gt;
Das Untermenü enthält die Einstellungen für alle Bänder. Aktive Bänder (Als QRV markiert) sind ganz oben und von den anderen Bändern getrennt. Du kannst Bändern, die du nie benötigst einfach entfernen (wie zB 220MHz in Europa).&lt;br /&gt;
Der Punk &amp;quot;QRV auf diesem Band&amp;quot; sollte bei allen Bändern an denen man funken will markiert sein.&lt;br /&gt;
&lt;br /&gt;
Dies ist auch schon die einzige Einstellung die man hier setzen muss. Die anderen Dinge kann man hier auch eingeben, ist aber nicht notwendig.&lt;br /&gt;
&lt;br /&gt;
&amp;quot;QRV in diesem Contest&amp;quot; hat hier keinen Effekt. Als Kategorie stehen Mehrmann, Einmann und Kontrolllog zur Auswahl.&lt;br /&gt;
&lt;br /&gt;
TX und RX-Ausrüstungseinstellungen beschreiben die Station. Leistung wir mit Einheiten angegeben. ASL und AGL bezieht sich auf die Antennenhöhe bezogen auf Seehöhe (ASL) und Boden (AGL).&lt;br /&gt;
Angegebene Werte sind in Meter, als Trenner zwischen den Werten dient ein Semikolon.&lt;br /&gt;
&lt;br /&gt;
Bei Operator werden die Rufzeichen der Leute, die am Contest teilhaben, eingetragen, wieder mit Semikolon getrennt. Dies kann auch im Operator-Menü [[Contest]] gemacht werden.&lt;br /&gt;
&lt;br /&gt;
Das Bemerkungenfeld ist für Bemerkungen an den Contestausschuss.&lt;br /&gt;
&lt;br /&gt;
Die Klassennummern für Einmann- und Mehrmannbetrieb sind eventuell von Contest zu Contest verschieden und werden eigentlich nur beim Dateinamen des EDI-Exports verwendet.&lt;br /&gt;
&lt;br /&gt;
Bandgrenzen werden in Kilohertz angegeben. Diese werden zur Filterung im DX-Cluster verwendet.&lt;br /&gt;
&lt;br /&gt;
ADIF Bandname beschreibt den Bandnamen im ADIF-Format.&lt;br /&gt;
&lt;br /&gt;
QRG für Skeds ist die Frequenz, die vom Operator eingegeben wird, auf der andere Operatoren im Netz Skeds entgegen nehmen sollen. Das Format ist nicht begrenzt, du kannst zB &amp;quot;.120&amp;quot; oder ähnliches eingeben.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Transverter LO QRG ist die Frequenz, die Tucnak zur Frequenz addiert welche die CAT-Schnittstelle des Funkgerätes liefert:&lt;br /&gt;
&amp;lt;math&amp;gt;f_\mathrm{display}=f_\mathrm{CAT} + f_\mathrm{lo} [Hz]&amp;lt;/math&amp;gt;&lt;br /&gt;
Beachte bitte, dass manche Funkgeräte den Transceiver-Mode unterstützen, als Beispiel: Funkgerät ist auf 14MHz eingestellt, CAT gibt auch 14MHz aus, das Display zeigt aber 144MHz.&lt;br /&gt;
LO-Frequenz muss vom Operator berechnet werden, dazu kannst du &amp;quot;Fix QRG&amp;quot; im [[Edit]] Menü verwenden.&lt;br /&gt;
&lt;br /&gt;
Diese Frequenz ist nur für dieses Band. Normalerweise steht hier 0 damit die [[Setup#Rig options|globale LO Frequenz]] verwendet wird.&lt;br /&gt;
&lt;br /&gt;
=Responsible operator=&lt;br /&gt;
&lt;br /&gt;
[[Image:Responsibleoperator_DE.png|none|frame|Responsible operator]]&lt;br /&gt;
&lt;br /&gt;
There are set information of responsible operator for communication with contest commitee in this dialogue. All items are in free format and don&#039;t need commentary.&lt;br /&gt;
&lt;br /&gt;
=CW keying=&lt;br /&gt;
&lt;br /&gt;
[[Image:Cwdaemon_DE.png|none|frame|CW daemon]]&lt;br /&gt;
&lt;br /&gt;
Since version 2.0 Tucnak does not use the external program &#039;cwdaemon&#039; for keying and transmitting CW. Its functions are included in Tucnak. &lt;br /&gt;
&lt;br /&gt;
Keying methods are:&lt;br /&gt;
* None - no CW output is used&lt;br /&gt;
* lp - uses kernel module ppdev for keying. Recommended device is http://ok1zia.nagano.cz/web/davac3. Pin configuration is:&lt;br /&gt;
** 1 STROBE - grounded when active.&lt;br /&gt;
** 14 AUTOLF - switch TRX modulation input to microphone or soundcard output&lt;br /&gt;
** 16 INIT - PTT&lt;br /&gt;
** 17 SELECT IN - CW&lt;br /&gt;
* ttys - uses control pins of serial port. Pinout for D-SUB9:&lt;br /&gt;
** 4 DTR - CW&lt;br /&gt;
** 5 GND - ground&lt;br /&gt;
** 7 RTS - PTT&lt;br /&gt;
* davac4 - USB SSB/CW keyer [[Davac4]] by OK1ZIA&lt;br /&gt;
* cwdaemon - controls [http://www.qsl.net/pg4i/linux/cwdaemon.html cwdaemon] by Joop PG4I&lt;br /&gt;
* winkey - uses [[Winkey]] by [http://www.k1el.com K1EL]]&lt;br /&gt;
&lt;br /&gt;
Keying device f.e. /dev/parport0, /dev/ttyS0, /dev/ttyUSB0&lt;br /&gt;
&lt;br /&gt;
Hostname, UDP port are reserved.&lt;br /&gt;
&lt;br /&gt;
Initial speed says keying speed in WPM after program start. You can change it using PageUp or PageDown keys.&lt;br /&gt;
&lt;br /&gt;
Weighting - changes ratio of mark and space in CW. &lt;br /&gt;
&lt;br /&gt;
&amp;lt;math&amp;gt;t_\mathrm{mark}=\frac{1\,200\,000}{\mathrm{speed}}+500 * \mathrm{weight}\ [\mu s]&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;math&amp;gt;t_\mathrm{space}=\frac{1\,200\,000}{\mathrm{speed}}-500 * \mathrm{weight}\ [\mu s]&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
WPM range describes the speed that can be set with PageUp/PageDown keys. Minimal WPM is also used for Winkey - it can handle only 31 speed steps. Normally minimal speed is set to 10 WPM which means winkey range 10-41 WPM. If you need for example 50 WPM, set minimal WPM to at least 19.&lt;br /&gt;
&lt;br /&gt;
Use speaker - beeps using program soundwrapper.&lt;br /&gt;
&lt;br /&gt;
PTT lead in - (experimental feature) Tucnak turns on PTT some time before CW to key on TRX and PA&#039;s to prevent &amp;quot;eating&amp;quot; of begin of code. It also allows the TX chain to stabilise before sending. Suggest 100 -&amp;gt; 250 ms.&lt;br /&gt;
&lt;br /&gt;
=Winkey options=&lt;br /&gt;
&lt;br /&gt;
[[Image:Winkeyoptions_DE.png|none|frame|Winkey options]]&lt;br /&gt;
&lt;br /&gt;
Fast initialisation means that Tucnak doesn&#039;t wait for Winkey initialisation. It can be used mostly for winkey2 which is commonly supplied from USB. It has no effect for other version-depending commands (buttons), tucnak reads winkey version.&lt;br /&gt;
&lt;br /&gt;
Use speed pot/use buttons - doesn&#039;t need comment. Normally is no reason to turn they off.&lt;br /&gt;
&lt;br /&gt;
Curtis A/B, Ultimate, hand bug - set&#039;s paddle mode. I think optimal is Curtis B.&lt;br /&gt;
&lt;br /&gt;
Paddle swap - also without comment :-)&lt;br /&gt;
&lt;br /&gt;
=Audio=&lt;br /&gt;
&lt;br /&gt;
[[Image:Audio_DE.png|none|frame|Audio options]]&lt;br /&gt;
&lt;br /&gt;
Since 2.0 Tucnak takes also SSB functionality for CQs and traffic recording. &lt;br /&gt;
&lt;br /&gt;
==Common options==&lt;br /&gt;
Alsa, OSS, SSBD are supported &amp;quot;audio drivers&amp;quot;.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Record traffic&#039;&#039;&#039; switches on/off recording band activity on receiving. If this option isn&#039;t active then all next options are irrelevant. To prevent consuming of all free space, use options &#039;&#039;&#039;Max. record duration&#039;&#039;&#039; and &#039;&#039;&#039;Minimal disk free space&#039;&#039;&#039;.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Record format&#039;&#039;&#039; option describe coding of output file. Supported options are.&lt;br /&gt;
&lt;br /&gt;
* PCM 8 and 16 bits&lt;br /&gt;
* Logarithmic PCM u-law and A-law&lt;br /&gt;
* IMA and MS adaptation PCM&lt;br /&gt;
* GSM version 6.10 (preferred for me)&lt;br /&gt;
&lt;br /&gt;
PCM coding is suitable for conversion to other formats (MP3, Ogg). GSM coding has low size. One minute of recording have size about 130 kB of disk space. That is less then 200 MB for 24 hours. This coding doesn&#039;t have to supported by your favourite player! GSM format replay for example mplayer (with codec) or sndfile-play distributed with libsndfile.&lt;br /&gt;
&lt;br /&gt;
Option &#039;&#039;&#039;Channels&#039;&#039;&#039; sets number of sound channels. Set it to 1 (mono). You can set it to 2 or 4 it depends on your sound card capability.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Sample rate&#039;&#039;&#039; sets the number of sample per second. `CD&#039; quality has value 44100. This value is needless for radio activity. It&#039;s recommended to lower value to half (22050) or quarter (11025) because some programs or sound cards can&#039;t work with other values. &lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Playback volume&#039;&#039;&#039; provides possibility to set playback volume for SSB CQ. Enter -1 to disable this feature. Common valid volumes are 0 to 100 but can be different if you use some special hardware with fancy cost-down. &lt;br /&gt;
&lt;br /&gt;
Note in versions prior 2.26 is bug that doesn&#039;t allow to load negative value from rc file. As workaround you can try to enter invalid mixer device.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Capture volume&#039;&#039;&#039; the same for traffic recording.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Template for recorded filename&#039;&#039;&#039; is template for naming recording files. Description of possible macros you can find in section [[Setup#CQ_macros|CQ macros]].&lt;br /&gt;
&lt;br /&gt;
==Alsa options==&lt;br /&gt;
&#039;&#039;&#039;Alsa playback revice&#039;&#039;&#039; and &#039;&#039;&#039;Alsa capture device&#039;&#039;&#039; hold Alsa devices, plugs etc. Valid values are for example:&lt;br /&gt;
* default - default device in your configuration&lt;br /&gt;
* hw0,0 - first card, first PCM (first DAC)&lt;br /&gt;
* hw0,1 - first card, second PCM (second DAC, f.e. Ensonic ES1371)&lt;br /&gt;
* hw1,0 - second card ...&lt;br /&gt;
* plughw0,0 - see Alsa documentation&lt;br /&gt;
* dmix&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Period time&#039;&#039;&#039; is maximal amount of time for holding samples in card buffer for capture. Rasonable values are in hundreds (tenth of second).&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Buffer time&#039;&#039;&#039; is maximal total size of buffer. Must be greater than Period time, f.e. 4*Buffer timer.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Alsa mixer device&#039;&#039;&#039; f.e. hw0, hw1, ...&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Capture source&#039;&#039;&#039; button shows submnenu for capture. In menu are all detected sources on specified soundcard.&lt;br /&gt;
&lt;br /&gt;
==OSS options==&lt;br /&gt;
&#039;&#039;&#039;OSS DSP&#039;&#039;&#039; describes path to special file which is connected with sound card kernel driver. Typically is /dev/dsp.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Max. num of fragments&#039;&#039;&#039; tells number of buffer fragment which can be holded in buffer. If you have problems with recording or witdh transition RX -&amp;gt; TX, try to set to 4 or similar small number. Then check recorded files for buffer underruns.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;OSS mixer&#039;&#039;&#039; path to OSS mixer. typically /dev/mixer.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Record source&#039;&#039;&#039; - input for recording signal.&lt;br /&gt;
&lt;br /&gt;
==SSBD options==&lt;br /&gt;
&#039;&#039;&#039;Currently unimplemented!&#039;&#039;&#039; SSBD is now obsolete. Settings is here for eventual future control of other software/devices (PowerSDR, digimodes...)&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;SSBD hostname&#039;&#039;&#039; and &#039;&#039;&#039;UDP port&#039;&#039;&#039; - set IP address and UDP port of ssb daemon.&lt;br /&gt;
&lt;br /&gt;
=CW CQ=&lt;br /&gt;
&lt;br /&gt;
The list of all CW texts are showed after selecting this item. There is showed the key for running the message in brakes. Character `R&#039; means that the message is repeated (CQ). Also is showing start of text.&lt;br /&gt;
&lt;br /&gt;
[[Image:Cwcq_DE.png|none|frame|CW CQ]]&lt;br /&gt;
&lt;br /&gt;
There are these items in dialoque for setting CQ: &lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;text&#039;&#039;&#039; of CQ. You can use plain text and macros&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;speed&#039;&#039;&#039; is normally undefined but you can define speed only for this CQ (f.e. for fast 73)&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;repeat&#039;&#039;&#039; CQ will be repeated until you press ESC, TAB or other CQ key&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;delay&#039;&#039;&#039; determines time between CQ messages &lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;allow if...&#039;&#039;&#039; allows to run message if there is any macro undefined. Typically you don&#039;t want to give empty string if you have no callsign entered.&lt;br /&gt;
&lt;br /&gt;
=SSB CQ=&lt;br /&gt;
&lt;br /&gt;
[[Image:ssbcq_DE.png|none|frame|SSB CQ]]&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;filename&#039;&#039;&#039; - file which is played as CQ. You can use macros f.e. /home/user/tucnak/cq/$MC_$O.wav to have multiple files for more callsign and more operators. Some audio output devices can have limitations to the audio format - samplerate, channels.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;repeat&#039;&#039;&#039; and &#039;&#039;&#039;delay&#039;&#039;&#039; has same effect as in previous chapter&lt;br /&gt;
&lt;br /&gt;
=CQ macros=&lt;br /&gt;
&lt;br /&gt;
It&#039;s possible to define macros in texts of CW CQ and in name of SSB CQ file. Macros are case insensitive.&lt;br /&gt;
&lt;br /&gt;
* $$ - character $&lt;br /&gt;
* $C - callsign of opposite station. Warning! Callsign may contains stroke then can be problem to use macros in filename of CQ SSB. Look at $V&lt;br /&gt;
* $D - date of contest (20031228)&lt;br /&gt;
* $N - contest number from opposite station&lt;br /&gt;
* $O - operator&#039;s callsign (for SSB CQ filenames)&lt;br /&gt;
* $R - report from opposite station.&lt;br /&gt;
* $S - serial number of record sample&lt;br /&gt;
* $T - contest directory (/home/ok1zia/tucnak/20031004.2)&lt;br /&gt;
* $V - callsign of opposite station, the stroke character is exchanged by the underline character&lt;br /&gt;
* $W - locator of opposite station&lt;br /&gt;
* $X - optional exchange from opposite station&lt;br /&gt;
* $MC - my callsign&lt;br /&gt;
* $MN - contest number to opposite station.&lt;br /&gt;
* $MR - report to opposite station&lt;br /&gt;
* $MW - my locator&lt;br /&gt;
* $MX - my optional exchange&lt;br /&gt;
&lt;br /&gt;
You can also use case sensitive macros from strftime(3) for example:&lt;br /&gt;
&lt;br /&gt;
* %d - day of month 01..31&lt;br /&gt;
* %H - hours 01..24&lt;br /&gt;
* %M - minutes 00..59&lt;br /&gt;
* %m - month 00..12&lt;br /&gt;
* %S - seconds 00-59&lt;br /&gt;
* %Y - year 1970-2038&lt;br /&gt;
&lt;br /&gt;
For others use command:&lt;br /&gt;
&lt;br /&gt;
 man 3 strftime&lt;br /&gt;
&lt;br /&gt;
Macros has not effect in all context.&lt;br /&gt;
&lt;br /&gt;
=Rig options=&lt;br /&gt;
&lt;br /&gt;
Tucnak uses [http://hamlib.sourceforge.net hamlib] for accessing rig (transceiver) via CAT interface. You can use probably any interface which is working with other programs. Good helper is [http://tucnak.nagano.cz/Interfaces.pdf HB9DRV&#039;s guide to HRD]. Or you can build one of [[RIG interface|my RIG interfaces]].&lt;br /&gt;
&lt;br /&gt;
[[Image:Rigoptions_DE.png|none|frame|Rig options]]&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Device&#039;&#039;&#039; device where the interface is connected. Typically /dev/ttyS0, /dev/ttyUSB0&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Model&#039;&#039;&#039; model of rig. It is number defined by hamlib. You can obtain it by running command &#039;&#039;&#039;rigctl -l&#039;&#039;&#039; or you can use:&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Choose&#039;&#039;&#039; Press button to show menu. In the first level you will choose manufacturer, in second level rig model. Model number is written to the previous field.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;CIV address&#039;&#039;&#039; address of rig if you have more Icom radios connected via one interface. Enter 0 for default address.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Freq. shift SSB-&amp;gt;CW&#039;&#039;&#039; some old radios (Icom, Kenwood) shifts frequency when changing mode SSB &amp;lt;--&amp;gt; CW. If you call CQ on SSB and someone calls you in CW, you must switch to CW and tune for about 800Hz up. Tucnak can compensate this shift when you use Alt+M to switch mode.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Transverter&#039;s LO QRG&#039;&#039;&#039; is frequency which tucnak adds to frequency read from transceiver&#039;s CAT and result shows on the screen:&lt;br /&gt;
&amp;lt;math&amp;gt;f_\mathrm{display}=f_\mathrm{CAT} + f_\mathrm{lo} [Hz]&amp;lt;/math&amp;gt;&lt;br /&gt;
Note some radios support transceiver mode for example radio is tuned on 14 MHz, CAT reports also 14 MHz but transceiver&#039;s display shows 144 MHz.&lt;br /&gt;
LO frequency must be computed by operator, you can use Fix QRG in [[Edit]] menu. This is global LO freq, if you use more transceivers, you can set more frequencies in [[Setup#Band defaults|Band defaults menu]].&lt;br /&gt;
&lt;br /&gt;
=Autosave=&lt;br /&gt;
&lt;br /&gt;
[[Image:Autosave_DE.png|none|frame|Autosave options]]&lt;br /&gt;
&lt;br /&gt;
It sets and saves parameters of QSO to disk. Option `Save to disk after QSO&#039; is recommended set to 1 to save all reports. Fsync option immediately saves QSOs from cache to disk.&lt;br /&gt;
&lt;br /&gt;
Default setting of option Save to floppy after QSO is 4. Zero disables saving to floppy disk. Path to floppy item sets path to floppy&#039;s mount point. Tucnak don&#039;t test if floppy disk is mounted.&lt;br /&gt;
&lt;br /&gt;
Other items are ignored.&lt;br /&gt;
&lt;br /&gt;
=Network &amp;amp; trace=&lt;br /&gt;
&lt;br /&gt;
[[Image:Networktrace_DE.png|none|frame|Network &amp;amp; trace options]]&lt;br /&gt;
&lt;br /&gt;
Ignore interfaces - list of network interfaces which would be ignored when searching for more instances of Tucnak on the network (transmit broadcasts) as connect to Internet, public IP address from provider, AX.25 interface. The delimiter between interfaces is space character. Broadcasts loads slow nets.&lt;br /&gt;
&lt;br /&gt;
Ignore networks - the purpose this option is the same as Ignore interface option. You can determinate subnet address.&lt;br /&gt;
&lt;br /&gt;
Announce to nets - it&#039;s an inverse function of previous options. There is specification of IP address where have been sending broadcasts in this option. The routers usually have disabled forward broadcastings.&lt;br /&gt;
&lt;br /&gt;
=Miscellaneous options=&lt;br /&gt;
&lt;br /&gt;
[[Image:Miscoptions_DE.png|none|frame|Miscellaneous options]]&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Log lines&#039;&#039;&#039; are last lines of tucnak&#039;s screen on which tucnak writes informations for users.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Sked shift&#039;&#039;&#039; time added to current time filled in the Sked dialog.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Starting band&#039;&#039;&#039; Band character (f.e. C=144 MHz) of band, which will be activated after contest open.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Screen resolution&#039;&#039;&#039; Only for SDL mode - you can set resolution of tucnak&#039;s window in characters or in pixels&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Double font&#039;&#039;&#039; for very-high-resolution displays and bad eyes - fonts are resized from usual 9x16 to 18x32 pixels. It is not very usable but on IARU VHF 2008 I had nothing to do so I&#039;ve imlpemented it.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Slash key&#039;&#039;&#039; Slash key on some national keyboards is not easily accessible (only with shift). Here you can remap it to any other character. Use with care!&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Disable screensaver&#039;&#039;&#039; if you only test Tucnak at home, you probably don&#039;t want to disable screensaver. So turn these checkbox off.&lt;br /&gt;
&lt;br /&gt;
=Terminal options=&lt;br /&gt;
&lt;br /&gt;
[[Image:Terminal_DE.png|none|frame|Terminal options]]&lt;br /&gt;
&lt;br /&gt;
These options come from [http://links.sourceforge.net links browser] so I&#039;m not able to tell what they exactly mean. Try to make some experiments or look at source code :-)&lt;br /&gt;
&lt;br /&gt;
=Language=&lt;br /&gt;
&lt;br /&gt;
Set language of Tucnak&#039;s GUI. I think English is very good for contest log but some people like to have their mother tongue set.&lt;br /&gt;
&lt;br /&gt;
=Character set=&lt;br /&gt;
&lt;br /&gt;
This menu is used for setting characteristic of terminal as window frames. It&#039;s a legacy of links (as above), I don&#039;t have detailed knowledge about these options.&lt;br /&gt;
&lt;br /&gt;
=Load cfg from net=&lt;br /&gt;
&lt;br /&gt;
It shows addresses of all Tucnaks on the local network. If one is selected you will read his complete configuration (tucnakrc).&lt;br /&gt;
&lt;br /&gt;
=Load C_W from net=&lt;br /&gt;
&lt;br /&gt;
It loads complete C_W database from selected Tucnak and saves it to ~/tucnak/tucnakcw. In database are saved two newest locators for each callsign.&lt;br /&gt;
&lt;br /&gt;
=Save configuration=&lt;br /&gt;
&lt;br /&gt;
It saves current configuration to file ~/tucnak/tucnakrc . You &#039;&#039;&#039;MUST&#039;&#039;&#039; do it to preserve any configuration changes !!&lt;/div&gt;</summary>
		<author><name>Dk1hj</name></author>
	</entry>
	<entry>
		<id>https://tucnak.nagano.cz/wiki/index.php?title=DE_Setup&amp;diff=1046</id>
		<title>DE Setup</title>
		<link rel="alternate" type="text/html" href="https://tucnak.nagano.cz/wiki/index.php?title=DE_Setup&amp;diff=1046"/>
		<updated>2009-07-22T00:34:20Z</updated>

		<summary type="html">&lt;p&gt;Dk1hj: /* Band defaults */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{Languages|Setup}}&lt;br /&gt;
&lt;br /&gt;
[[Image:menusetup_DE.png|none|frame|Setup menu]]&lt;br /&gt;
&lt;br /&gt;
All configuration changes are in memory only until you [[Setup#Save_configuration|save configuration]].&lt;br /&gt;
&lt;br /&gt;
=Contestvorgaben=&lt;br /&gt;
&lt;br /&gt;
[[Image:Contestdefaults_DE.png|none|frame|Contestvorgaben]]&lt;br /&gt;
&lt;br /&gt;
In diesem Menü kann man folgende Dinge einstellen: Rufzeichen im Contest, Clubrufzeichen (verwende das nur, wenn du das LOG im EDI-Format exportieren kannst), Locator (6 Buchstaben), Contest-QTH (Entspricht den Einträgen PAdr1 und PAdr2 im EDI-Format), optionaler Austausch (Exchange) und Standardwerte für RS und RST.&lt;br /&gt;
&lt;br /&gt;
=Band defaults=&lt;br /&gt;
&lt;br /&gt;
[[Image:Bandsettings_DE.png|none|frame|Bandeinstellungen]]&lt;br /&gt;
&lt;br /&gt;
Das Untermenü enthält die Einstellungen für alle Bänder. Aktive Bänder (Als QRV markiert) sind ganz oben und von den anderen Bändern getrennt. Du kannst Bändern, die du nie benötigst einfach entfernen (wie zB 220MHz in Europa).&lt;br /&gt;
Der Punk &amp;quot;QRV auf diesem Band&amp;quot; sollte bei allen Bändern an denen man funken will markiert sein.&lt;br /&gt;
&lt;br /&gt;
Dies ist auch schon die einzige Einstellung die man hier setzen muss. Die anderen Dinge kann man hier auch eingeben, ist aber nicht notwendig.&lt;br /&gt;
&lt;br /&gt;
&amp;quot;QRV in diesem Contest&amp;quot; hat hier keinen Effekt. Als Kategorie stehen Mehrmann, Einmann und Kontrolllog zur Auswahl.&lt;br /&gt;
&lt;br /&gt;
TX und RX-Ausrüstungseinstellungen beschreiben die Station. Leistung wir mit Einheiten angegeben. ASL und AGL bezieht sich auf die Antennenhöhe bezogen auf Seehöhe (ASL) und Boden (AGL).&lt;br /&gt;
Angegebene Werte sind in Meter, als Trenner zwischen den Werten dient ein Semikolon.&lt;br /&gt;
&lt;br /&gt;
Bei Operator werden die Rufzeichen der Leute, die am Contest teilhaben, eingetragen, wieder mit Semikolon getrennt. Dies kann auch im Operator-Menü [[Contest]] gemacht werden.&lt;br /&gt;
&lt;br /&gt;
Das Bemerkungenfeld ist für Bemerkungen an den Contestausschuss.&lt;br /&gt;
&lt;br /&gt;
Die Klassennummern für Einmann- und Mehrmannbetrieb sind eventuell von Contest zu Contest verschieden und werden eigentlich nur beim Dateinamen des EDI-Exports verwendet.&lt;br /&gt;
&lt;br /&gt;
Bandgrenzen werden in Kilohertz angegeben. Diese werden zur Filterung im DX-Cluster verwendet.&lt;br /&gt;
&lt;br /&gt;
ADIF Bandname beschreibt den Bandnamen im ADIF-Format.&lt;br /&gt;
&lt;br /&gt;
QRG für Skeds ist die Frequenz, die vom Operator eingegeben wird, auf der andere Operatoren im Netz Skeds entgegen nehmen sollen. Das Format ist nicht begrenzt, du kannst zB &amp;quot;.120&amp;quot; oder ähnliches eingeben.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Transverter LO QRG ist die Frequenz, die Tucnak zur Frequenz addiert welche die CAT-Schnittstelle des Funkgerätes liefert:&lt;br /&gt;
&amp;lt;math&amp;gt;f_\mathrm{display}=f_\mathrm{CAT} + f_\mathrm{lo} [Hz]&amp;lt;/math&amp;gt;&lt;br /&gt;
Beachte bitte, dass manche Funkgeräte den Transceiver-Mode unterstützen, als Beispiel: Funkgerät ist auf 14MHz eingestellt, CAT gibt auch 14MHz aus, das Display zeigt aber 144MHz.&lt;br /&gt;
LO-Frequenz muss vom Operator berechnet werden, dazu kannst du &amp;quot;Fix QRG&amp;quot; im [[Edit]] Menü verwenden.&lt;br /&gt;
&lt;br /&gt;
Diese Frequenz ist nur für dieses Band. Normalerweise steht hier 0 damit die [[Setup#Rig options|globale LO Frequenz]] verwendet wird.&lt;br /&gt;
&lt;br /&gt;
=Responsible operator=&lt;br /&gt;
&lt;br /&gt;
[[Image:Responsibleoperator_DE.png|none|frame|Responsible operator]]&lt;br /&gt;
&lt;br /&gt;
There are set information of responsible operator for communication with contest commitee in this dialogue. All items are in free format and don&#039;t need commentary.&lt;br /&gt;
&lt;br /&gt;
=CW keying=&lt;br /&gt;
&lt;br /&gt;
[[Image:Cwdaemon_DE.png|none|frame|CW daemon]]&lt;br /&gt;
&lt;br /&gt;
Since version 2.0 Tucnak does not use the external program &#039;cwdaemon&#039; for keying and transmitting CW. Its functions are included in Tucnak. &lt;br /&gt;
&lt;br /&gt;
Keying methods are:&lt;br /&gt;
* None - no CW output is used&lt;br /&gt;
* lp - uses kernel module ppdev for keying. Recommended device is http://ok1zia.nagano.cz/web/davac3. Pin configuration is:&lt;br /&gt;
** 1 STROBE - grounded when active.&lt;br /&gt;
** 14 AUTOLF - switch TRX modulation input to microphone or soundcard output&lt;br /&gt;
** 16 INIT - PTT&lt;br /&gt;
** 17 SELECT IN - CW&lt;br /&gt;
* ttys - uses control pins of serial port. Pinout for D-SUB9:&lt;br /&gt;
** 4 DTR - CW&lt;br /&gt;
** 5 GND - ground&lt;br /&gt;
** 7 RTS - PTT&lt;br /&gt;
* davac4 - USB SSB/CW keyer [[Davac4]] by OK1ZIA&lt;br /&gt;
* cwdaemon - controls [http://www.qsl.net/pg4i/linux/cwdaemon.html cwdaemon] by Joop PG4I&lt;br /&gt;
* winkey - uses [[Winkey]] by [http://www.k1el.com K1EL]]&lt;br /&gt;
&lt;br /&gt;
Keying device f.e. /dev/parport0, /dev/ttyS0, /dev/ttyUSB0&lt;br /&gt;
&lt;br /&gt;
Hostname, UDP port are reserved.&lt;br /&gt;
&lt;br /&gt;
Initial speed says keying speed in WPM after program start. You can change it using PageUp or PageDown keys.&lt;br /&gt;
&lt;br /&gt;
Weighting - changes ratio of mark and space in CW. &lt;br /&gt;
&lt;br /&gt;
&amp;lt;math&amp;gt;t_\mathrm{mark}=\frac{1\,200\,000}{\mathrm{speed}}+500 * \mathrm{weight}\ [\mu s]&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;math&amp;gt;t_\mathrm{space}=\frac{1\,200\,000}{\mathrm{speed}}-500 * \mathrm{weight}\ [\mu s]&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
WPM range describes the speed that can be set with PageUp/PageDown keys. Minimal WPM is also used for Winkey - it can handle only 31 speed steps. Normally minimal speed is set to 10 WPM which means winkey range 10-41 WPM. If you need for example 50 WPM, set minimal WPM to at least 19.&lt;br /&gt;
&lt;br /&gt;
Use speaker - beeps using program soundwrapper.&lt;br /&gt;
&lt;br /&gt;
PTT lead in - (experimental feature) Tucnak turns on PTT some time before CW to key on TRX and PA&#039;s to prevent &amp;quot;eating&amp;quot; of begin of code. It also allows the TX chain to stabilise before sending. Suggest 100 -&amp;gt; 250 ms.&lt;br /&gt;
&lt;br /&gt;
=Winkey options=&lt;br /&gt;
&lt;br /&gt;
[[Image:Winkeyoptions_DE.png|none|frame|Winkey options]]&lt;br /&gt;
&lt;br /&gt;
Fast initialisation means that Tucnak doesn&#039;t wait for Winkey initialisation. It can be used mostly for winkey2 which is commonly supplied from USB. It has no effect for other version-depending commands (buttons), tucnak reads winkey version.&lt;br /&gt;
&lt;br /&gt;
Use speed pot/use buttons - doesn&#039;t need comment. Normally is no reason to turn they off.&lt;br /&gt;
&lt;br /&gt;
Curtis A/B, Ultimate, hand bug - set&#039;s paddle mode. I think optimal is Curtis B.&lt;br /&gt;
&lt;br /&gt;
Paddle swap - also without comment :-)&lt;br /&gt;
&lt;br /&gt;
=Audio=&lt;br /&gt;
&lt;br /&gt;
[[Image:Audio_DE.png|none|frame|Audio options]]&lt;br /&gt;
&lt;br /&gt;
Since 2.0 Tucnak takes also SSB functionality for CQs and traffic recording. &lt;br /&gt;
&lt;br /&gt;
==Common options==&lt;br /&gt;
Alsa, OSS, SSBD are supported &amp;quot;audio drivers&amp;quot;.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Record traffic&#039;&#039;&#039; switches on/off recording band activity on receiving. If this option isn&#039;t active then all next options are irrelevant. To prevent consuming of all free space, use options &#039;&#039;&#039;Max. record duration&#039;&#039;&#039; and &#039;&#039;&#039;Minimal disk free space&#039;&#039;&#039;.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Record format&#039;&#039;&#039; option describe coding of output file. Supported options are.&lt;br /&gt;
&lt;br /&gt;
* PCM 8 and 16 bits&lt;br /&gt;
* Logarithmic PCM u-law and A-law&lt;br /&gt;
* IMA and MS adaptation PCM&lt;br /&gt;
* GSM version 6.10 (preferred for me)&lt;br /&gt;
&lt;br /&gt;
PCM coding is suitable for conversion to other formats (MP3, Ogg). GSM coding has low size. One minute of recording have size about 130 kB of disk space. That is less then 200 MB for 24 hours. This coding doesn&#039;t have to supported by your favourite player! GSM format replay for example mplayer (with codec) or sndfile-play distributed with libsndfile.&lt;br /&gt;
&lt;br /&gt;
Option &#039;&#039;&#039;Channels&#039;&#039;&#039; sets number of sound channels. Set it to 1 (mono). You can set it to 2 or 4 it depends on your sound card capability.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Sample rate&#039;&#039;&#039; sets the number of sample per second. `CD&#039; quality has value 44100. This value is needless for radio activity. It&#039;s recommended to lower value to half (22050) or quarter (11025) because some programs or sound cards can&#039;t work with other values. &lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Playback volume&#039;&#039;&#039; provides possibility to set playback volume for SSB CQ. Enter -1 to disable this feature. Common valid volumes are 0 to 100 but can be different if you use some special hardware with fancy cost-down. &lt;br /&gt;
&lt;br /&gt;
Note in versions prior 2.26 is bug that doesn&#039;t allow to load negative value from rc file. As workaround you can try to enter invalid mixer device.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Capture volume&#039;&#039;&#039; the same for traffic recording.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Template for recorded filename&#039;&#039;&#039; is template for naming recording files. Description of possible macros you can find in section [[Setup#CQ_macros|CQ macros]].&lt;br /&gt;
&lt;br /&gt;
==Alsa options==&lt;br /&gt;
&#039;&#039;&#039;Alsa playback revice&#039;&#039;&#039; and &#039;&#039;&#039;Alsa capture device&#039;&#039;&#039; hold Alsa devices, plugs etc. Valid values are for example:&lt;br /&gt;
* default - default device in your configuration&lt;br /&gt;
* hw0,0 - first card, first PCM (first DAC)&lt;br /&gt;
* hw0,1 - first card, second PCM (second DAC, f.e. Ensonic ES1371)&lt;br /&gt;
* hw1,0 - second card ...&lt;br /&gt;
* plughw0,0 - see Alsa documentation&lt;br /&gt;
* dmix&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Period time&#039;&#039;&#039; is maximal amount of time for holding samples in card buffer for capture. Rasonable values are in hundreds (tenth of second).&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Buffer time&#039;&#039;&#039; is maximal total size of buffer. Must be greater than Period time, f.e. 4*Buffer timer.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Alsa mixer device&#039;&#039;&#039; f.e. hw0, hw1, ...&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Capture source&#039;&#039;&#039; button shows submnenu for capture. In menu are all detected sources on specified soundcard.&lt;br /&gt;
&lt;br /&gt;
==OSS options==&lt;br /&gt;
&#039;&#039;&#039;OSS DSP&#039;&#039;&#039; describes path to special file which is connected with sound card kernel driver. Typically is /dev/dsp.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Max. num of fragments&#039;&#039;&#039; tells number of buffer fragment which can be holded in buffer. If you have problems with recording or witdh transition RX -&amp;gt; TX, try to set to 4 or similar small number. Then check recorded files for buffer underruns.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;OSS mixer&#039;&#039;&#039; path to OSS mixer. typically /dev/mixer.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Record source&#039;&#039;&#039; - input for recording signal.&lt;br /&gt;
&lt;br /&gt;
==SSBD options==&lt;br /&gt;
&#039;&#039;&#039;Currently unimplemented!&#039;&#039;&#039; SSBD is now obsolete. Settings is here for eventual future control of other software/devices (PowerSDR, digimodes...)&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;SSBD hostname&#039;&#039;&#039; and &#039;&#039;&#039;UDP port&#039;&#039;&#039; - set IP address and UDP port of ssb daemon.&lt;br /&gt;
&lt;br /&gt;
=CW CQ=&lt;br /&gt;
&lt;br /&gt;
The list of all CW texts are showed after selecting this item. There is showed the key for running the message in brakes. Character `R&#039; means that the message is repeated (CQ). Also is showing start of text.&lt;br /&gt;
&lt;br /&gt;
[[Image:Cwcq_DE.png|none|frame|CW CQ]]&lt;br /&gt;
&lt;br /&gt;
There are these items in dialoque for setting CQ: &lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;text&#039;&#039;&#039; of CQ. You can use plain text and macros&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;speed&#039;&#039;&#039; is normally undefined but you can define speed only for this CQ (f.e. for fast 73)&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;repeat&#039;&#039;&#039; CQ will be repeated until you press ESC, TAB or other CQ key&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;delay&#039;&#039;&#039; determines time between CQ messages &lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;allow if...&#039;&#039;&#039; allows to run message if there is any macro undefined. Typically you don&#039;t want to give empty string if you have no callsign entered.&lt;br /&gt;
&lt;br /&gt;
=SSB CQ=&lt;br /&gt;
&lt;br /&gt;
[[Image:ssbcq_DE.png|none|frame|SSB CQ]]&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;filename&#039;&#039;&#039; - file which is played as CQ. You can use macros f.e. /home/user/tucnak/cq/$MC_$O.wav to have multiple files for more callsign and more operators. Some audio output devices can have limitations to the audio format - samplerate, channels.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;repeat&#039;&#039;&#039; and &#039;&#039;&#039;delay&#039;&#039;&#039; has same effect as in previous chapter&lt;br /&gt;
&lt;br /&gt;
=CQ macros=&lt;br /&gt;
&lt;br /&gt;
It&#039;s possible to define macros in texts of CW CQ and in name of SSB CQ file. Macros are case insensitive.&lt;br /&gt;
&lt;br /&gt;
* $$ - character $&lt;br /&gt;
* $C - callsign of opposite station. Warning! Callsign may contains stroke then can be problem to use macros in filename of CQ SSB. Look at $V&lt;br /&gt;
* $D - date of contest (20031228)&lt;br /&gt;
* $N - contest number from opposite station&lt;br /&gt;
* $O - operator&#039;s callsign (for SSB CQ filenames)&lt;br /&gt;
* $R - report from opposite station.&lt;br /&gt;
* $S - serial number of record sample&lt;br /&gt;
* $T - contest directory (/home/ok1zia/tucnak/20031004.2)&lt;br /&gt;
* $V - callsign of opposite station, the stroke character is exchanged by the underline character&lt;br /&gt;
* $W - locator of opposite station&lt;br /&gt;
* $X - optional exchange from opposite station&lt;br /&gt;
* $MC - my callsign&lt;br /&gt;
* $MN - contest number to opposite station.&lt;br /&gt;
* $MR - report to opposite station&lt;br /&gt;
* $MW - my locator&lt;br /&gt;
* $MX - my optional exchange&lt;br /&gt;
&lt;br /&gt;
You can also use case sensitive macros from strftime(3) for example:&lt;br /&gt;
&lt;br /&gt;
* %d - day of month 01..31&lt;br /&gt;
* %H - hours 01..24&lt;br /&gt;
* %M - minutes 00..59&lt;br /&gt;
* %m - month 00..12&lt;br /&gt;
* %S - seconds 00-59&lt;br /&gt;
* %Y - year 1970-2038&lt;br /&gt;
&lt;br /&gt;
For others use command:&lt;br /&gt;
&lt;br /&gt;
 man 3 strftime&lt;br /&gt;
&lt;br /&gt;
Macros has not effect in all context.&lt;br /&gt;
&lt;br /&gt;
=Rig options=&lt;br /&gt;
&lt;br /&gt;
Tucnak uses [http://hamlib.sourceforge.net hamlib] for accessing rig (transceiver) via CAT interface. You can use probably any interface which is working with other programs. Good helper is [http://tucnak.nagano.cz/Interfaces.pdf HB9DRV&#039;s guide to HRD]. Or you can build one of [[RIG interface|my RIG interfaces]].&lt;br /&gt;
&lt;br /&gt;
[[Image:Rigoptions_DE.png|none|frame|Rig options]]&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Device&#039;&#039;&#039; device where the interface is connected. Typically /dev/ttyS0, /dev/ttyUSB0&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Model&#039;&#039;&#039; model of rig. It is number defined by hamlib. You can obtain it by running command &#039;&#039;&#039;rigctl -l&#039;&#039;&#039; or you can use:&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Choose&#039;&#039;&#039; Press button to show menu. In the first level you will choose manufacturer, in second level rig model. Model number is written to the previous field.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;CIV address&#039;&#039;&#039; address of rig if you have more Icom radios connected via one interface. Enter 0 for default address.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Freq. shift SSB-&amp;gt;CW&#039;&#039;&#039; some old radios (Icom, Kenwood) shifts frequency when changing mode SSB &amp;lt;--&amp;gt; CW. If you call CQ on SSB and someone calls you in CW, you must switch to CW and tune for about 800Hz up. Tucnak can compensate this shift when you use Alt+M to switch mode.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Transverter&#039;s LO QRG&#039;&#039;&#039; is frequency which tucnak adds to frequency read from transceiver&#039;s CAT and result shows on the screen:&lt;br /&gt;
&amp;lt;math&amp;gt;f_\mathrm{display}=f_\mathrm{CAT} + f_\mathrm{lo} [Hz]&amp;lt;/math&amp;gt;&lt;br /&gt;
Note some radios support transceiver mode for example radio is tuned on 14 MHz, CAT reports also 14 MHz but transceiver&#039;s display shows 144 MHz.&lt;br /&gt;
LO frequency must be computed by operator, you can use Fix QRG in [[Edit]] menu. This is global LO freq, if you use more transceivers, you can set more frequencies in [[Setup#Band defaults|Band defaults menu]].&lt;br /&gt;
&lt;br /&gt;
=Autosave=&lt;br /&gt;
&lt;br /&gt;
[[Image:Autosave_DE.png|none|frame|Autosave options]]&lt;br /&gt;
&lt;br /&gt;
It sets and saves parameters of QSO to disk. Option `Save to disk after QSO&#039; is recommended set to 1 to save all reports. Fsync option immediately saves QSOs from cache to disk.&lt;br /&gt;
&lt;br /&gt;
Default setting of option Save to floppy after QSO is 4. Zero disables saving to floppy disk. Path to floppy item sets path to floppy&#039;s mount point. Tucnak don&#039;t test if floppy disk is mounted.&lt;br /&gt;
&lt;br /&gt;
Other items are ignored.&lt;br /&gt;
&lt;br /&gt;
=Network &amp;amp; trace=&lt;br /&gt;
&lt;br /&gt;
[[Image:Networktrace_DE.png|none|frame|Network &amp;amp; trace options]]&lt;br /&gt;
&lt;br /&gt;
Ignore interfaces - list of network interfaces which would be ignored when searching for more instances of Tucnak on the network (transmit broadcasts) as connect to Internet, public IP address from provider, AX.25 interface. The delimiter between interfaces is space character. Broadcasts loads slow nets.&lt;br /&gt;
&lt;br /&gt;
Ignore networks - the purpose this option is the same as Ignore interface option. You can determinate subnet address.&lt;br /&gt;
&lt;br /&gt;
Announce to nets - it&#039;s an inverse function of previous options. There is specification of IP address where have been sending broadcasts in this option. The routers usually have disabled forward broadcastings.&lt;br /&gt;
&lt;br /&gt;
=Miscellaneous options=&lt;br /&gt;
&lt;br /&gt;
[[Image:Miscoptions_DE.png|none|frame|Miscellaneous options]]&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Log lines&#039;&#039;&#039; are last lines of tucnak&#039;s screen on which tucnak writes informations for users.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Sked shift&#039;&#039;&#039; time added to current time filled in the Sked dialog.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Starting band&#039;&#039;&#039; Band character (f.e. C=144 MHz) of band, which will be activated after contest open.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Screen resolution&#039;&#039;&#039; Only for SDL mode - you can set resolution of tucnak&#039;s window in characters or in pixels&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Double font&#039;&#039;&#039; for very-high-resolution displays and bad eyes - fonts are resized from usual 9x16 to 18x32 pixels. It is not very usable but on IARU VHF 2008 I had nothing to do so I&#039;ve imlpemented it.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Slash key&#039;&#039;&#039; Slash key on some national keyboards is not easily accessible (only with shift). Here you can remap it to any other character. Use with care!&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Disable screensaver&#039;&#039;&#039; if you only test Tucnak at home, you probably don&#039;t want to disable screensaver. So turn these checkbox off.&lt;br /&gt;
&lt;br /&gt;
=Terminal options=&lt;br /&gt;
&lt;br /&gt;
[[Image:Terminal_DE.png|none|frame|Terminal options]]&lt;br /&gt;
&lt;br /&gt;
These options come from [http://links.sourceforge.net links browser] so I&#039;m not able to tell what they exactly mean. Try to make some experiments or look at source code :-)&lt;br /&gt;
&lt;br /&gt;
=Language=&lt;br /&gt;
&lt;br /&gt;
Set language of Tucnak&#039;s GUI. I think English is very good for contest log but some people like to have their mother tongue set.&lt;br /&gt;
&lt;br /&gt;
=Character set=&lt;br /&gt;
&lt;br /&gt;
This menu is used for setting characteristic of terminal as window frames. It&#039;s a legacy of links (as above), I don&#039;t have detailed knowledge about these options.&lt;br /&gt;
&lt;br /&gt;
=Load cfg from net=&lt;br /&gt;
&lt;br /&gt;
It shows addresses of all Tucnaks on the local network. If one is selected you will read his complete configuration (tucnakrc).&lt;br /&gt;
&lt;br /&gt;
=Load C_W from net=&lt;br /&gt;
&lt;br /&gt;
It loads complete C_W database from selected Tucnak and saves it to ~/tucnak/tucnakcw. In database are saved two newest locators for each callsign.&lt;br /&gt;
&lt;br /&gt;
=Save configuration=&lt;br /&gt;
&lt;br /&gt;
It saves current configuration to file ~/tucnak/tucnakrc . You &#039;&#039;&#039;MUST&#039;&#039;&#039; do it to preserve any configuration changes !!&lt;/div&gt;</summary>
		<author><name>Dk1hj</name></author>
	</entry>
	<entry>
		<id>https://tucnak.nagano.cz/wiki/index.php?title=DE_Setup&amp;diff=1045</id>
		<title>DE Setup</title>
		<link rel="alternate" type="text/html" href="https://tucnak.nagano.cz/wiki/index.php?title=DE_Setup&amp;diff=1045"/>
		<updated>2009-07-22T00:12:25Z</updated>

		<summary type="html">&lt;p&gt;Dk1hj: /* Contest defaults */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{Languages|Setup}}&lt;br /&gt;
&lt;br /&gt;
[[Image:menusetup_DE.png|none|frame|Setup menu]]&lt;br /&gt;
&lt;br /&gt;
All configuration changes are in memory only until you [[Setup#Save_configuration|save configuration]].&lt;br /&gt;
&lt;br /&gt;
=Contestvorgaben=&lt;br /&gt;
&lt;br /&gt;
[[Image:Contestdefaults_DE.png|none|frame|Contestvorgaben]]&lt;br /&gt;
&lt;br /&gt;
In diesem Menü kann man folgende Dinge einstellen: Rufzeichen im Contest, Clubrufzeichen (verwende das nur, wenn du das LOG im EDI-Format exportieren kannst), Locator (6 Buchstaben), Contest-QTH (Entspricht den Einträgen PAdr1 und PAdr2 im EDI-Format), optionaler Austausch (Exchange) und Standardwerte für RS und RST.&lt;br /&gt;
&lt;br /&gt;
=Band defaults=&lt;br /&gt;
&lt;br /&gt;
[[Image:Bandsettings_DE.png|none|frame|Band defaults]]&lt;br /&gt;
&lt;br /&gt;
This submenu contains setting of all bands. Active bands (QRV is checked) are separated from other bands. You can take away bands which are never used (as 220MHz in Europe).&lt;br /&gt;
&lt;br /&gt;
You can enter single band setting by pressing ENTER key. Item `QRV on this band&#039; is usually set for all bands where are permit transmittes.&lt;br /&gt;
&lt;br /&gt;
This setting is the only one which must be set. Other items are better set here too but it isn&#039;t necessary. &lt;br /&gt;
&lt;br /&gt;
QRV setting in this contest isn&#039;t effect on this place. Category can be one of Multi/Single/Check.&lt;br /&gt;
&lt;br /&gt;
TX and RX Equip settings contains description of equipments. Power is written with units. ASL and AGL means a height between antenna and sea/ground. Inserted values are in meters, delimiter is semicolon.&lt;br /&gt;
&lt;br /&gt;
Fill operator&#039;s callsigns into Operators field delimitely by semicolon. It is possible to fill it by Fill operators in menu [[Contest]].&lt;br /&gt;
&lt;br /&gt;
Remark field is assigned for remarks to contest commitee.&lt;br /&gt;
&lt;br /&gt;
Single/Multi categories are categories valid (probably) only in Czech republic. They are used mostly for EDI files naming.&lt;br /&gt;
&lt;br /&gt;
Band boundaries are entered in kilohertz. At this time they are used for DX-cluster spot filtration.&lt;br /&gt;
&lt;br /&gt;
Adif band name is band description used in ADIF format.&lt;br /&gt;
&lt;br /&gt;
QRG for skeds is initial frequency entered by operator to inform other operators about clean/CQ frequency on which they should take skeds. Format is not limited, you can use any string like &amp;quot;.120&amp;quot; etc.&lt;br /&gt;
&lt;br /&gt;
Transverter&#039;s LO QRG is frequency which tucnak adds to frequency read from transceiver&#039;s CAT and result shows on the screen:&lt;br /&gt;
&amp;lt;math&amp;gt;f_\mathrm{display}=f_\mathrm{CAT} + f_\mathrm{lo} [Hz]&amp;lt;/math&amp;gt;&lt;br /&gt;
Note some radios support transceiver mode for example radio is tuned on 14 MHz, CAT reports also 14 MHz but transceiver&#039;s display shows 144 MHz.&lt;br /&gt;
LO frequency must be computed by operator, you can use Fix QRG in [[Edit]] menu.&lt;br /&gt;
&lt;br /&gt;
This is local frequency for one band. Normally enter 0 to use [[Setup#Rig options|Global LO frequency]].&lt;br /&gt;
&lt;br /&gt;
=Responsible operator=&lt;br /&gt;
&lt;br /&gt;
[[Image:Responsibleoperator_DE.png|none|frame|Responsible operator]]&lt;br /&gt;
&lt;br /&gt;
There are set information of responsible operator for communication with contest commitee in this dialogue. All items are in free format and don&#039;t need commentary.&lt;br /&gt;
&lt;br /&gt;
=CW keying=&lt;br /&gt;
&lt;br /&gt;
[[Image:Cwdaemon_DE.png|none|frame|CW daemon]]&lt;br /&gt;
&lt;br /&gt;
Since version 2.0 Tucnak does not use the external program &#039;cwdaemon&#039; for keying and transmitting CW. Its functions are included in Tucnak. &lt;br /&gt;
&lt;br /&gt;
Keying methods are:&lt;br /&gt;
* None - no CW output is used&lt;br /&gt;
* lp - uses kernel module ppdev for keying. Recommended device is http://ok1zia.nagano.cz/web/davac3. Pin configuration is:&lt;br /&gt;
** 1 STROBE - grounded when active.&lt;br /&gt;
** 14 AUTOLF - switch TRX modulation input to microphone or soundcard output&lt;br /&gt;
** 16 INIT - PTT&lt;br /&gt;
** 17 SELECT IN - CW&lt;br /&gt;
* ttys - uses control pins of serial port. Pinout for D-SUB9:&lt;br /&gt;
** 4 DTR - CW&lt;br /&gt;
** 5 GND - ground&lt;br /&gt;
** 7 RTS - PTT&lt;br /&gt;
* davac4 - USB SSB/CW keyer [[Davac4]] by OK1ZIA&lt;br /&gt;
* cwdaemon - controls [http://www.qsl.net/pg4i/linux/cwdaemon.html cwdaemon] by Joop PG4I&lt;br /&gt;
* winkey - uses [[Winkey]] by [http://www.k1el.com K1EL]]&lt;br /&gt;
&lt;br /&gt;
Keying device f.e. /dev/parport0, /dev/ttyS0, /dev/ttyUSB0&lt;br /&gt;
&lt;br /&gt;
Hostname, UDP port are reserved.&lt;br /&gt;
&lt;br /&gt;
Initial speed says keying speed in WPM after program start. You can change it using PageUp or PageDown keys.&lt;br /&gt;
&lt;br /&gt;
Weighting - changes ratio of mark and space in CW. &lt;br /&gt;
&lt;br /&gt;
&amp;lt;math&amp;gt;t_\mathrm{mark}=\frac{1\,200\,000}{\mathrm{speed}}+500 * \mathrm{weight}\ [\mu s]&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;math&amp;gt;t_\mathrm{space}=\frac{1\,200\,000}{\mathrm{speed}}-500 * \mathrm{weight}\ [\mu s]&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
WPM range describes the speed that can be set with PageUp/PageDown keys. Minimal WPM is also used for Winkey - it can handle only 31 speed steps. Normally minimal speed is set to 10 WPM which means winkey range 10-41 WPM. If you need for example 50 WPM, set minimal WPM to at least 19.&lt;br /&gt;
&lt;br /&gt;
Use speaker - beeps using program soundwrapper.&lt;br /&gt;
&lt;br /&gt;
PTT lead in - (experimental feature) Tucnak turns on PTT some time before CW to key on TRX and PA&#039;s to prevent &amp;quot;eating&amp;quot; of begin of code. It also allows the TX chain to stabilise before sending. Suggest 100 -&amp;gt; 250 ms.&lt;br /&gt;
&lt;br /&gt;
=Winkey options=&lt;br /&gt;
&lt;br /&gt;
[[Image:Winkeyoptions_DE.png|none|frame|Winkey options]]&lt;br /&gt;
&lt;br /&gt;
Fast initialisation means that Tucnak doesn&#039;t wait for Winkey initialisation. It can be used mostly for winkey2 which is commonly supplied from USB. It has no effect for other version-depending commands (buttons), tucnak reads winkey version.&lt;br /&gt;
&lt;br /&gt;
Use speed pot/use buttons - doesn&#039;t need comment. Normally is no reason to turn they off.&lt;br /&gt;
&lt;br /&gt;
Curtis A/B, Ultimate, hand bug - set&#039;s paddle mode. I think optimal is Curtis B.&lt;br /&gt;
&lt;br /&gt;
Paddle swap - also without comment :-)&lt;br /&gt;
&lt;br /&gt;
=Audio=&lt;br /&gt;
&lt;br /&gt;
[[Image:Audio_DE.png|none|frame|Audio options]]&lt;br /&gt;
&lt;br /&gt;
Since 2.0 Tucnak takes also SSB functionality for CQs and traffic recording. &lt;br /&gt;
&lt;br /&gt;
==Common options==&lt;br /&gt;
Alsa, OSS, SSBD are supported &amp;quot;audio drivers&amp;quot;.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Record traffic&#039;&#039;&#039; switches on/off recording band activity on receiving. If this option isn&#039;t active then all next options are irrelevant. To prevent consuming of all free space, use options &#039;&#039;&#039;Max. record duration&#039;&#039;&#039; and &#039;&#039;&#039;Minimal disk free space&#039;&#039;&#039;.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Record format&#039;&#039;&#039; option describe coding of output file. Supported options are.&lt;br /&gt;
&lt;br /&gt;
* PCM 8 and 16 bits&lt;br /&gt;
* Logarithmic PCM u-law and A-law&lt;br /&gt;
* IMA and MS adaptation PCM&lt;br /&gt;
* GSM version 6.10 (preferred for me)&lt;br /&gt;
&lt;br /&gt;
PCM coding is suitable for conversion to other formats (MP3, Ogg). GSM coding has low size. One minute of recording have size about 130 kB of disk space. That is less then 200 MB for 24 hours. This coding doesn&#039;t have to supported by your favourite player! GSM format replay for example mplayer (with codec) or sndfile-play distributed with libsndfile.&lt;br /&gt;
&lt;br /&gt;
Option &#039;&#039;&#039;Channels&#039;&#039;&#039; sets number of sound channels. Set it to 1 (mono). You can set it to 2 or 4 it depends on your sound card capability.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Sample rate&#039;&#039;&#039; sets the number of sample per second. `CD&#039; quality has value 44100. This value is needless for radio activity. It&#039;s recommended to lower value to half (22050) or quarter (11025) because some programs or sound cards can&#039;t work with other values. &lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Playback volume&#039;&#039;&#039; provides possibility to set playback volume for SSB CQ. Enter -1 to disable this feature. Common valid volumes are 0 to 100 but can be different if you use some special hardware with fancy cost-down. &lt;br /&gt;
&lt;br /&gt;
Note in versions prior 2.26 is bug that doesn&#039;t allow to load negative value from rc file. As workaround you can try to enter invalid mixer device.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Capture volume&#039;&#039;&#039; the same for traffic recording.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Template for recorded filename&#039;&#039;&#039; is template for naming recording files. Description of possible macros you can find in section [[Setup#CQ_macros|CQ macros]].&lt;br /&gt;
&lt;br /&gt;
==Alsa options==&lt;br /&gt;
&#039;&#039;&#039;Alsa playback revice&#039;&#039;&#039; and &#039;&#039;&#039;Alsa capture device&#039;&#039;&#039; hold Alsa devices, plugs etc. Valid values are for example:&lt;br /&gt;
* default - default device in your configuration&lt;br /&gt;
* hw0,0 - first card, first PCM (first DAC)&lt;br /&gt;
* hw0,1 - first card, second PCM (second DAC, f.e. Ensonic ES1371)&lt;br /&gt;
* hw1,0 - second card ...&lt;br /&gt;
* plughw0,0 - see Alsa documentation&lt;br /&gt;
* dmix&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Period time&#039;&#039;&#039; is maximal amount of time for holding samples in card buffer for capture. Rasonable values are in hundreds (tenth of second).&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Buffer time&#039;&#039;&#039; is maximal total size of buffer. Must be greater than Period time, f.e. 4*Buffer timer.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Alsa mixer device&#039;&#039;&#039; f.e. hw0, hw1, ...&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Capture source&#039;&#039;&#039; button shows submnenu for capture. In menu are all detected sources on specified soundcard.&lt;br /&gt;
&lt;br /&gt;
==OSS options==&lt;br /&gt;
&#039;&#039;&#039;OSS DSP&#039;&#039;&#039; describes path to special file which is connected with sound card kernel driver. Typically is /dev/dsp.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Max. num of fragments&#039;&#039;&#039; tells number of buffer fragment which can be holded in buffer. If you have problems with recording or witdh transition RX -&amp;gt; TX, try to set to 4 or similar small number. Then check recorded files for buffer underruns.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;OSS mixer&#039;&#039;&#039; path to OSS mixer. typically /dev/mixer.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Record source&#039;&#039;&#039; - input for recording signal.&lt;br /&gt;
&lt;br /&gt;
==SSBD options==&lt;br /&gt;
&#039;&#039;&#039;Currently unimplemented!&#039;&#039;&#039; SSBD is now obsolete. Settings is here for eventual future control of other software/devices (PowerSDR, digimodes...)&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;SSBD hostname&#039;&#039;&#039; and &#039;&#039;&#039;UDP port&#039;&#039;&#039; - set IP address and UDP port of ssb daemon.&lt;br /&gt;
&lt;br /&gt;
=CW CQ=&lt;br /&gt;
&lt;br /&gt;
The list of all CW texts are showed after selecting this item. There is showed the key for running the message in brakes. Character `R&#039; means that the message is repeated (CQ). Also is showing start of text.&lt;br /&gt;
&lt;br /&gt;
[[Image:Cwcq_DE.png|none|frame|CW CQ]]&lt;br /&gt;
&lt;br /&gt;
There are these items in dialoque for setting CQ: &lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;text&#039;&#039;&#039; of CQ. You can use plain text and macros&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;speed&#039;&#039;&#039; is normally undefined but you can define speed only for this CQ (f.e. for fast 73)&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;repeat&#039;&#039;&#039; CQ will be repeated until you press ESC, TAB or other CQ key&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;delay&#039;&#039;&#039; determines time between CQ messages &lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;allow if...&#039;&#039;&#039; allows to run message if there is any macro undefined. Typically you don&#039;t want to give empty string if you have no callsign entered.&lt;br /&gt;
&lt;br /&gt;
=SSB CQ=&lt;br /&gt;
&lt;br /&gt;
[[Image:ssbcq_DE.png|none|frame|SSB CQ]]&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;filename&#039;&#039;&#039; - file which is played as CQ. You can use macros f.e. /home/user/tucnak/cq/$MC_$O.wav to have multiple files for more callsign and more operators. Some audio output devices can have limitations to the audio format - samplerate, channels.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;repeat&#039;&#039;&#039; and &#039;&#039;&#039;delay&#039;&#039;&#039; has same effect as in previous chapter&lt;br /&gt;
&lt;br /&gt;
=CQ macros=&lt;br /&gt;
&lt;br /&gt;
It&#039;s possible to define macros in texts of CW CQ and in name of SSB CQ file. Macros are case insensitive.&lt;br /&gt;
&lt;br /&gt;
* $$ - character $&lt;br /&gt;
* $C - callsign of opposite station. Warning! Callsign may contains stroke then can be problem to use macros in filename of CQ SSB. Look at $V&lt;br /&gt;
* $D - date of contest (20031228)&lt;br /&gt;
* $N - contest number from opposite station&lt;br /&gt;
* $O - operator&#039;s callsign (for SSB CQ filenames)&lt;br /&gt;
* $R - report from opposite station.&lt;br /&gt;
* $S - serial number of record sample&lt;br /&gt;
* $T - contest directory (/home/ok1zia/tucnak/20031004.2)&lt;br /&gt;
* $V - callsign of opposite station, the stroke character is exchanged by the underline character&lt;br /&gt;
* $W - locator of opposite station&lt;br /&gt;
* $X - optional exchange from opposite station&lt;br /&gt;
* $MC - my callsign&lt;br /&gt;
* $MN - contest number to opposite station.&lt;br /&gt;
* $MR - report to opposite station&lt;br /&gt;
* $MW - my locator&lt;br /&gt;
* $MX - my optional exchange&lt;br /&gt;
&lt;br /&gt;
You can also use case sensitive macros from strftime(3) for example:&lt;br /&gt;
&lt;br /&gt;
* %d - day of month 01..31&lt;br /&gt;
* %H - hours 01..24&lt;br /&gt;
* %M - minutes 00..59&lt;br /&gt;
* %m - month 00..12&lt;br /&gt;
* %S - seconds 00-59&lt;br /&gt;
* %Y - year 1970-2038&lt;br /&gt;
&lt;br /&gt;
For others use command:&lt;br /&gt;
&lt;br /&gt;
 man 3 strftime&lt;br /&gt;
&lt;br /&gt;
Macros has not effect in all context.&lt;br /&gt;
&lt;br /&gt;
=Rig options=&lt;br /&gt;
&lt;br /&gt;
Tucnak uses [http://hamlib.sourceforge.net hamlib] for accessing rig (transceiver) via CAT interface. You can use probably any interface which is working with other programs. Good helper is [http://tucnak.nagano.cz/Interfaces.pdf HB9DRV&#039;s guide to HRD]. Or you can build one of [[RIG interface|my RIG interfaces]].&lt;br /&gt;
&lt;br /&gt;
[[Image:Rigoptions_DE.png|none|frame|Rig options]]&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Device&#039;&#039;&#039; device where the interface is connected. Typically /dev/ttyS0, /dev/ttyUSB0&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Model&#039;&#039;&#039; model of rig. It is number defined by hamlib. You can obtain it by running command &#039;&#039;&#039;rigctl -l&#039;&#039;&#039; or you can use:&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Choose&#039;&#039;&#039; Press button to show menu. In the first level you will choose manufacturer, in second level rig model. Model number is written to the previous field.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;CIV address&#039;&#039;&#039; address of rig if you have more Icom radios connected via one interface. Enter 0 for default address.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Freq. shift SSB-&amp;gt;CW&#039;&#039;&#039; some old radios (Icom, Kenwood) shifts frequency when changing mode SSB &amp;lt;--&amp;gt; CW. If you call CQ on SSB and someone calls you in CW, you must switch to CW and tune for about 800Hz up. Tucnak can compensate this shift when you use Alt+M to switch mode.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Transverter&#039;s LO QRG&#039;&#039;&#039; is frequency which tucnak adds to frequency read from transceiver&#039;s CAT and result shows on the screen:&lt;br /&gt;
&amp;lt;math&amp;gt;f_\mathrm{display}=f_\mathrm{CAT} + f_\mathrm{lo} [Hz]&amp;lt;/math&amp;gt;&lt;br /&gt;
Note some radios support transceiver mode for example radio is tuned on 14 MHz, CAT reports also 14 MHz but transceiver&#039;s display shows 144 MHz.&lt;br /&gt;
LO frequency must be computed by operator, you can use Fix QRG in [[Edit]] menu. This is global LO freq, if you use more transceivers, you can set more frequencies in [[Setup#Band defaults|Band defaults menu]].&lt;br /&gt;
&lt;br /&gt;
=Autosave=&lt;br /&gt;
&lt;br /&gt;
[[Image:Autosave_DE.png|none|frame|Autosave options]]&lt;br /&gt;
&lt;br /&gt;
It sets and saves parameters of QSO to disk. Option `Save to disk after QSO&#039; is recommended set to 1 to save all reports. Fsync option immediately saves QSOs from cache to disk.&lt;br /&gt;
&lt;br /&gt;
Default setting of option Save to floppy after QSO is 4. Zero disables saving to floppy disk. Path to floppy item sets path to floppy&#039;s mount point. Tucnak don&#039;t test if floppy disk is mounted.&lt;br /&gt;
&lt;br /&gt;
Other items are ignored.&lt;br /&gt;
&lt;br /&gt;
=Network &amp;amp; trace=&lt;br /&gt;
&lt;br /&gt;
[[Image:Networktrace_DE.png|none|frame|Network &amp;amp; trace options]]&lt;br /&gt;
&lt;br /&gt;
Ignore interfaces - list of network interfaces which would be ignored when searching for more instances of Tucnak on the network (transmit broadcasts) as connect to Internet, public IP address from provider, AX.25 interface. The delimiter between interfaces is space character. Broadcasts loads slow nets.&lt;br /&gt;
&lt;br /&gt;
Ignore networks - the purpose this option is the same as Ignore interface option. You can determinate subnet address.&lt;br /&gt;
&lt;br /&gt;
Announce to nets - it&#039;s an inverse function of previous options. There is specification of IP address where have been sending broadcasts in this option. The routers usually have disabled forward broadcastings.&lt;br /&gt;
&lt;br /&gt;
=Miscellaneous options=&lt;br /&gt;
&lt;br /&gt;
[[Image:Miscoptions_DE.png|none|frame|Miscellaneous options]]&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Log lines&#039;&#039;&#039; are last lines of tucnak&#039;s screen on which tucnak writes informations for users.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Sked shift&#039;&#039;&#039; time added to current time filled in the Sked dialog.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Starting band&#039;&#039;&#039; Band character (f.e. C=144 MHz) of band, which will be activated after contest open.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Screen resolution&#039;&#039;&#039; Only for SDL mode - you can set resolution of tucnak&#039;s window in characters or in pixels&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Double font&#039;&#039;&#039; for very-high-resolution displays and bad eyes - fonts are resized from usual 9x16 to 18x32 pixels. It is not very usable but on IARU VHF 2008 I had nothing to do so I&#039;ve imlpemented it.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Slash key&#039;&#039;&#039; Slash key on some national keyboards is not easily accessible (only with shift). Here you can remap it to any other character. Use with care!&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Disable screensaver&#039;&#039;&#039; if you only test Tucnak at home, you probably don&#039;t want to disable screensaver. So turn these checkbox off.&lt;br /&gt;
&lt;br /&gt;
=Terminal options=&lt;br /&gt;
&lt;br /&gt;
[[Image:Terminal_DE.png|none|frame|Terminal options]]&lt;br /&gt;
&lt;br /&gt;
These options come from [http://links.sourceforge.net links browser] so I&#039;m not able to tell what they exactly mean. Try to make some experiments or look at source code :-)&lt;br /&gt;
&lt;br /&gt;
=Language=&lt;br /&gt;
&lt;br /&gt;
Set language of Tucnak&#039;s GUI. I think English is very good for contest log but some people like to have their mother tongue set.&lt;br /&gt;
&lt;br /&gt;
=Character set=&lt;br /&gt;
&lt;br /&gt;
This menu is used for setting characteristic of terminal as window frames. It&#039;s a legacy of links (as above), I don&#039;t have detailed knowledge about these options.&lt;br /&gt;
&lt;br /&gt;
=Load cfg from net=&lt;br /&gt;
&lt;br /&gt;
It shows addresses of all Tucnaks on the local network. If one is selected you will read his complete configuration (tucnakrc).&lt;br /&gt;
&lt;br /&gt;
=Load C_W from net=&lt;br /&gt;
&lt;br /&gt;
It loads complete C_W database from selected Tucnak and saves it to ~/tucnak/tucnakcw. In database are saved two newest locators for each callsign.&lt;br /&gt;
&lt;br /&gt;
=Save configuration=&lt;br /&gt;
&lt;br /&gt;
It saves current configuration to file ~/tucnak/tucnakrc . You &#039;&#039;&#039;MUST&#039;&#039;&#039; do it to preserve any configuration changes !!&lt;/div&gt;</summary>
		<author><name>Dk1hj</name></author>
	</entry>
	<entry>
		<id>https://tucnak.nagano.cz/wiki/index.php?title=DE_Setup&amp;diff=1044</id>
		<title>DE Setup</title>
		<link rel="alternate" type="text/html" href="https://tucnak.nagano.cz/wiki/index.php?title=DE_Setup&amp;diff=1044"/>
		<updated>2009-07-22T00:09:19Z</updated>

		<summary type="html">&lt;p&gt;Dk1hj: /* Contest defaults */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{Languages|Setup}}&lt;br /&gt;
&lt;br /&gt;
[[Image:menusetup_DE.png|none|frame|Setup menu]]&lt;br /&gt;
&lt;br /&gt;
All configuration changes are in memory only until you [[Setup#Save_configuration|save configuration]].&lt;br /&gt;
&lt;br /&gt;
=Contest defaults=&lt;br /&gt;
&lt;br /&gt;
[[Image:Contestdefaults_DE.png|none|frame|Contestvorgaben]]&lt;br /&gt;
&lt;br /&gt;
There is possible to set these items in this menu: callsign in contest, club callsign (use only if you can export contest log in EDI format), locator (6 characters), contest QTH (is equal items PAdr1 and PAdr2 in EDI, Optional Exchange and standard proposed reports for SSB and CW.&lt;br /&gt;
&lt;br /&gt;
=Band defaults=&lt;br /&gt;
&lt;br /&gt;
[[Image:Bandsettings_DE.png|none|frame|Band defaults]]&lt;br /&gt;
&lt;br /&gt;
This submenu contains setting of all bands. Active bands (QRV is checked) are separated from other bands. You can take away bands which are never used (as 220MHz in Europe).&lt;br /&gt;
&lt;br /&gt;
You can enter single band setting by pressing ENTER key. Item `QRV on this band&#039; is usually set for all bands where are permit transmittes.&lt;br /&gt;
&lt;br /&gt;
This setting is the only one which must be set. Other items are better set here too but it isn&#039;t necessary. &lt;br /&gt;
&lt;br /&gt;
QRV setting in this contest isn&#039;t effect on this place. Category can be one of Multi/Single/Check.&lt;br /&gt;
&lt;br /&gt;
TX and RX Equip settings contains description of equipments. Power is written with units. ASL and AGL means a height between antenna and sea/ground. Inserted values are in meters, delimiter is semicolon.&lt;br /&gt;
&lt;br /&gt;
Fill operator&#039;s callsigns into Operators field delimitely by semicolon. It is possible to fill it by Fill operators in menu [[Contest]].&lt;br /&gt;
&lt;br /&gt;
Remark field is assigned for remarks to contest commitee.&lt;br /&gt;
&lt;br /&gt;
Single/Multi categories are categories valid (probably) only in Czech republic. They are used mostly for EDI files naming.&lt;br /&gt;
&lt;br /&gt;
Band boundaries are entered in kilohertz. At this time they are used for DX-cluster spot filtration.&lt;br /&gt;
&lt;br /&gt;
Adif band name is band description used in ADIF format.&lt;br /&gt;
&lt;br /&gt;
QRG for skeds is initial frequency entered by operator to inform other operators about clean/CQ frequency on which they should take skeds. Format is not limited, you can use any string like &amp;quot;.120&amp;quot; etc.&lt;br /&gt;
&lt;br /&gt;
Transverter&#039;s LO QRG is frequency which tucnak adds to frequency read from transceiver&#039;s CAT and result shows on the screen:&lt;br /&gt;
&amp;lt;math&amp;gt;f_\mathrm{display}=f_\mathrm{CAT} + f_\mathrm{lo} [Hz]&amp;lt;/math&amp;gt;&lt;br /&gt;
Note some radios support transceiver mode for example radio is tuned on 14 MHz, CAT reports also 14 MHz but transceiver&#039;s display shows 144 MHz.&lt;br /&gt;
LO frequency must be computed by operator, you can use Fix QRG in [[Edit]] menu.&lt;br /&gt;
&lt;br /&gt;
This is local frequency for one band. Normally enter 0 to use [[Setup#Rig options|Global LO frequency]].&lt;br /&gt;
&lt;br /&gt;
=Responsible operator=&lt;br /&gt;
&lt;br /&gt;
[[Image:Responsibleoperator_DE.png|none|frame|Responsible operator]]&lt;br /&gt;
&lt;br /&gt;
There are set information of responsible operator for communication with contest commitee in this dialogue. All items are in free format and don&#039;t need commentary.&lt;br /&gt;
&lt;br /&gt;
=CW keying=&lt;br /&gt;
&lt;br /&gt;
[[Image:Cwdaemon_DE.png|none|frame|CW daemon]]&lt;br /&gt;
&lt;br /&gt;
Since version 2.0 Tucnak does not use the external program &#039;cwdaemon&#039; for keying and transmitting CW. Its functions are included in Tucnak. &lt;br /&gt;
&lt;br /&gt;
Keying methods are:&lt;br /&gt;
* None - no CW output is used&lt;br /&gt;
* lp - uses kernel module ppdev for keying. Recommended device is http://ok1zia.nagano.cz/web/davac3. Pin configuration is:&lt;br /&gt;
** 1 STROBE - grounded when active.&lt;br /&gt;
** 14 AUTOLF - switch TRX modulation input to microphone or soundcard output&lt;br /&gt;
** 16 INIT - PTT&lt;br /&gt;
** 17 SELECT IN - CW&lt;br /&gt;
* ttys - uses control pins of serial port. Pinout for D-SUB9:&lt;br /&gt;
** 4 DTR - CW&lt;br /&gt;
** 5 GND - ground&lt;br /&gt;
** 7 RTS - PTT&lt;br /&gt;
* davac4 - USB SSB/CW keyer [[Davac4]] by OK1ZIA&lt;br /&gt;
* cwdaemon - controls [http://www.qsl.net/pg4i/linux/cwdaemon.html cwdaemon] by Joop PG4I&lt;br /&gt;
* winkey - uses [[Winkey]] by [http://www.k1el.com K1EL]]&lt;br /&gt;
&lt;br /&gt;
Keying device f.e. /dev/parport0, /dev/ttyS0, /dev/ttyUSB0&lt;br /&gt;
&lt;br /&gt;
Hostname, UDP port are reserved.&lt;br /&gt;
&lt;br /&gt;
Initial speed says keying speed in WPM after program start. You can change it using PageUp or PageDown keys.&lt;br /&gt;
&lt;br /&gt;
Weighting - changes ratio of mark and space in CW. &lt;br /&gt;
&lt;br /&gt;
&amp;lt;math&amp;gt;t_\mathrm{mark}=\frac{1\,200\,000}{\mathrm{speed}}+500 * \mathrm{weight}\ [\mu s]&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;math&amp;gt;t_\mathrm{space}=\frac{1\,200\,000}{\mathrm{speed}}-500 * \mathrm{weight}\ [\mu s]&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
WPM range describes the speed that can be set with PageUp/PageDown keys. Minimal WPM is also used for Winkey - it can handle only 31 speed steps. Normally minimal speed is set to 10 WPM which means winkey range 10-41 WPM. If you need for example 50 WPM, set minimal WPM to at least 19.&lt;br /&gt;
&lt;br /&gt;
Use speaker - beeps using program soundwrapper.&lt;br /&gt;
&lt;br /&gt;
PTT lead in - (experimental feature) Tucnak turns on PTT some time before CW to key on TRX and PA&#039;s to prevent &amp;quot;eating&amp;quot; of begin of code. It also allows the TX chain to stabilise before sending. Suggest 100 -&amp;gt; 250 ms.&lt;br /&gt;
&lt;br /&gt;
=Winkey options=&lt;br /&gt;
&lt;br /&gt;
[[Image:Winkeyoptions_DE.png|none|frame|Winkey options]]&lt;br /&gt;
&lt;br /&gt;
Fast initialisation means that Tucnak doesn&#039;t wait for Winkey initialisation. It can be used mostly for winkey2 which is commonly supplied from USB. It has no effect for other version-depending commands (buttons), tucnak reads winkey version.&lt;br /&gt;
&lt;br /&gt;
Use speed pot/use buttons - doesn&#039;t need comment. Normally is no reason to turn they off.&lt;br /&gt;
&lt;br /&gt;
Curtis A/B, Ultimate, hand bug - set&#039;s paddle mode. I think optimal is Curtis B.&lt;br /&gt;
&lt;br /&gt;
Paddle swap - also without comment :-)&lt;br /&gt;
&lt;br /&gt;
=Audio=&lt;br /&gt;
&lt;br /&gt;
[[Image:Audio_DE.png|none|frame|Audio options]]&lt;br /&gt;
&lt;br /&gt;
Since 2.0 Tucnak takes also SSB functionality for CQs and traffic recording. &lt;br /&gt;
&lt;br /&gt;
==Common options==&lt;br /&gt;
Alsa, OSS, SSBD are supported &amp;quot;audio drivers&amp;quot;.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Record traffic&#039;&#039;&#039; switches on/off recording band activity on receiving. If this option isn&#039;t active then all next options are irrelevant. To prevent consuming of all free space, use options &#039;&#039;&#039;Max. record duration&#039;&#039;&#039; and &#039;&#039;&#039;Minimal disk free space&#039;&#039;&#039;.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Record format&#039;&#039;&#039; option describe coding of output file. Supported options are.&lt;br /&gt;
&lt;br /&gt;
* PCM 8 and 16 bits&lt;br /&gt;
* Logarithmic PCM u-law and A-law&lt;br /&gt;
* IMA and MS adaptation PCM&lt;br /&gt;
* GSM version 6.10 (preferred for me)&lt;br /&gt;
&lt;br /&gt;
PCM coding is suitable for conversion to other formats (MP3, Ogg). GSM coding has low size. One minute of recording have size about 130 kB of disk space. That is less then 200 MB for 24 hours. This coding doesn&#039;t have to supported by your favourite player! GSM format replay for example mplayer (with codec) or sndfile-play distributed with libsndfile.&lt;br /&gt;
&lt;br /&gt;
Option &#039;&#039;&#039;Channels&#039;&#039;&#039; sets number of sound channels. Set it to 1 (mono). You can set it to 2 or 4 it depends on your sound card capability.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Sample rate&#039;&#039;&#039; sets the number of sample per second. `CD&#039; quality has value 44100. This value is needless for radio activity. It&#039;s recommended to lower value to half (22050) or quarter (11025) because some programs or sound cards can&#039;t work with other values. &lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Playback volume&#039;&#039;&#039; provides possibility to set playback volume for SSB CQ. Enter -1 to disable this feature. Common valid volumes are 0 to 100 but can be different if you use some special hardware with fancy cost-down. &lt;br /&gt;
&lt;br /&gt;
Note in versions prior 2.26 is bug that doesn&#039;t allow to load negative value from rc file. As workaround you can try to enter invalid mixer device.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Capture volume&#039;&#039;&#039; the same for traffic recording.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Template for recorded filename&#039;&#039;&#039; is template for naming recording files. Description of possible macros you can find in section [[Setup#CQ_macros|CQ macros]].&lt;br /&gt;
&lt;br /&gt;
==Alsa options==&lt;br /&gt;
&#039;&#039;&#039;Alsa playback revice&#039;&#039;&#039; and &#039;&#039;&#039;Alsa capture device&#039;&#039;&#039; hold Alsa devices, plugs etc. Valid values are for example:&lt;br /&gt;
* default - default device in your configuration&lt;br /&gt;
* hw0,0 - first card, first PCM (first DAC)&lt;br /&gt;
* hw0,1 - first card, second PCM (second DAC, f.e. Ensonic ES1371)&lt;br /&gt;
* hw1,0 - second card ...&lt;br /&gt;
* plughw0,0 - see Alsa documentation&lt;br /&gt;
* dmix&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Period time&#039;&#039;&#039; is maximal amount of time for holding samples in card buffer for capture. Rasonable values are in hundreds (tenth of second).&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Buffer time&#039;&#039;&#039; is maximal total size of buffer. Must be greater than Period time, f.e. 4*Buffer timer.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Alsa mixer device&#039;&#039;&#039; f.e. hw0, hw1, ...&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Capture source&#039;&#039;&#039; button shows submnenu for capture. In menu are all detected sources on specified soundcard.&lt;br /&gt;
&lt;br /&gt;
==OSS options==&lt;br /&gt;
&#039;&#039;&#039;OSS DSP&#039;&#039;&#039; describes path to special file which is connected with sound card kernel driver. Typically is /dev/dsp.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Max. num of fragments&#039;&#039;&#039; tells number of buffer fragment which can be holded in buffer. If you have problems with recording or witdh transition RX -&amp;gt; TX, try to set to 4 or similar small number. Then check recorded files for buffer underruns.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;OSS mixer&#039;&#039;&#039; path to OSS mixer. typically /dev/mixer.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Record source&#039;&#039;&#039; - input for recording signal.&lt;br /&gt;
&lt;br /&gt;
==SSBD options==&lt;br /&gt;
&#039;&#039;&#039;Currently unimplemented!&#039;&#039;&#039; SSBD is now obsolete. Settings is here for eventual future control of other software/devices (PowerSDR, digimodes...)&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;SSBD hostname&#039;&#039;&#039; and &#039;&#039;&#039;UDP port&#039;&#039;&#039; - set IP address and UDP port of ssb daemon.&lt;br /&gt;
&lt;br /&gt;
=CW CQ=&lt;br /&gt;
&lt;br /&gt;
The list of all CW texts are showed after selecting this item. There is showed the key for running the message in brakes. Character `R&#039; means that the message is repeated (CQ). Also is showing start of text.&lt;br /&gt;
&lt;br /&gt;
[[Image:Cwcq_DE.png|none|frame|CW CQ]]&lt;br /&gt;
&lt;br /&gt;
There are these items in dialoque for setting CQ: &lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;text&#039;&#039;&#039; of CQ. You can use plain text and macros&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;speed&#039;&#039;&#039; is normally undefined but you can define speed only for this CQ (f.e. for fast 73)&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;repeat&#039;&#039;&#039; CQ will be repeated until you press ESC, TAB or other CQ key&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;delay&#039;&#039;&#039; determines time between CQ messages &lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;allow if...&#039;&#039;&#039; allows to run message if there is any macro undefined. Typically you don&#039;t want to give empty string if you have no callsign entered.&lt;br /&gt;
&lt;br /&gt;
=SSB CQ=&lt;br /&gt;
&lt;br /&gt;
[[Image:ssbcq_DE.png|none|frame|SSB CQ]]&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;filename&#039;&#039;&#039; - file which is played as CQ. You can use macros f.e. /home/user/tucnak/cq/$MC_$O.wav to have multiple files for more callsign and more operators. Some audio output devices can have limitations to the audio format - samplerate, channels.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;repeat&#039;&#039;&#039; and &#039;&#039;&#039;delay&#039;&#039;&#039; has same effect as in previous chapter&lt;br /&gt;
&lt;br /&gt;
=CQ macros=&lt;br /&gt;
&lt;br /&gt;
It&#039;s possible to define macros in texts of CW CQ and in name of SSB CQ file. Macros are case insensitive.&lt;br /&gt;
&lt;br /&gt;
* $$ - character $&lt;br /&gt;
* $C - callsign of opposite station. Warning! Callsign may contains stroke then can be problem to use macros in filename of CQ SSB. Look at $V&lt;br /&gt;
* $D - date of contest (20031228)&lt;br /&gt;
* $N - contest number from opposite station&lt;br /&gt;
* $O - operator&#039;s callsign (for SSB CQ filenames)&lt;br /&gt;
* $R - report from opposite station.&lt;br /&gt;
* $S - serial number of record sample&lt;br /&gt;
* $T - contest directory (/home/ok1zia/tucnak/20031004.2)&lt;br /&gt;
* $V - callsign of opposite station, the stroke character is exchanged by the underline character&lt;br /&gt;
* $W - locator of opposite station&lt;br /&gt;
* $X - optional exchange from opposite station&lt;br /&gt;
* $MC - my callsign&lt;br /&gt;
* $MN - contest number to opposite station.&lt;br /&gt;
* $MR - report to opposite station&lt;br /&gt;
* $MW - my locator&lt;br /&gt;
* $MX - my optional exchange&lt;br /&gt;
&lt;br /&gt;
You can also use case sensitive macros from strftime(3) for example:&lt;br /&gt;
&lt;br /&gt;
* %d - day of month 01..31&lt;br /&gt;
* %H - hours 01..24&lt;br /&gt;
* %M - minutes 00..59&lt;br /&gt;
* %m - month 00..12&lt;br /&gt;
* %S - seconds 00-59&lt;br /&gt;
* %Y - year 1970-2038&lt;br /&gt;
&lt;br /&gt;
For others use command:&lt;br /&gt;
&lt;br /&gt;
 man 3 strftime&lt;br /&gt;
&lt;br /&gt;
Macros has not effect in all context.&lt;br /&gt;
&lt;br /&gt;
=Rig options=&lt;br /&gt;
&lt;br /&gt;
Tucnak uses [http://hamlib.sourceforge.net hamlib] for accessing rig (transceiver) via CAT interface. You can use probably any interface which is working with other programs. Good helper is [http://tucnak.nagano.cz/Interfaces.pdf HB9DRV&#039;s guide to HRD]. Or you can build one of [[RIG interface|my RIG interfaces]].&lt;br /&gt;
&lt;br /&gt;
[[Image:Rigoptions_DE.png|none|frame|Rig options]]&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Device&#039;&#039;&#039; device where the interface is connected. Typically /dev/ttyS0, /dev/ttyUSB0&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Model&#039;&#039;&#039; model of rig. It is number defined by hamlib. You can obtain it by running command &#039;&#039;&#039;rigctl -l&#039;&#039;&#039; or you can use:&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Choose&#039;&#039;&#039; Press button to show menu. In the first level you will choose manufacturer, in second level rig model. Model number is written to the previous field.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;CIV address&#039;&#039;&#039; address of rig if you have more Icom radios connected via one interface. Enter 0 for default address.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Freq. shift SSB-&amp;gt;CW&#039;&#039;&#039; some old radios (Icom, Kenwood) shifts frequency when changing mode SSB &amp;lt;--&amp;gt; CW. If you call CQ on SSB and someone calls you in CW, you must switch to CW and tune for about 800Hz up. Tucnak can compensate this shift when you use Alt+M to switch mode.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Transverter&#039;s LO QRG&#039;&#039;&#039; is frequency which tucnak adds to frequency read from transceiver&#039;s CAT and result shows on the screen:&lt;br /&gt;
&amp;lt;math&amp;gt;f_\mathrm{display}=f_\mathrm{CAT} + f_\mathrm{lo} [Hz]&amp;lt;/math&amp;gt;&lt;br /&gt;
Note some radios support transceiver mode for example radio is tuned on 14 MHz, CAT reports also 14 MHz but transceiver&#039;s display shows 144 MHz.&lt;br /&gt;
LO frequency must be computed by operator, you can use Fix QRG in [[Edit]] menu. This is global LO freq, if you use more transceivers, you can set more frequencies in [[Setup#Band defaults|Band defaults menu]].&lt;br /&gt;
&lt;br /&gt;
=Autosave=&lt;br /&gt;
&lt;br /&gt;
[[Image:Autosave_DE.png|none|frame|Autosave options]]&lt;br /&gt;
&lt;br /&gt;
It sets and saves parameters of QSO to disk. Option `Save to disk after QSO&#039; is recommended set to 1 to save all reports. Fsync option immediately saves QSOs from cache to disk.&lt;br /&gt;
&lt;br /&gt;
Default setting of option Save to floppy after QSO is 4. Zero disables saving to floppy disk. Path to floppy item sets path to floppy&#039;s mount point. Tucnak don&#039;t test if floppy disk is mounted.&lt;br /&gt;
&lt;br /&gt;
Other items are ignored.&lt;br /&gt;
&lt;br /&gt;
=Network &amp;amp; trace=&lt;br /&gt;
&lt;br /&gt;
[[Image:Networktrace_DE.png|none|frame|Network &amp;amp; trace options]]&lt;br /&gt;
&lt;br /&gt;
Ignore interfaces - list of network interfaces which would be ignored when searching for more instances of Tucnak on the network (transmit broadcasts) as connect to Internet, public IP address from provider, AX.25 interface. The delimiter between interfaces is space character. Broadcasts loads slow nets.&lt;br /&gt;
&lt;br /&gt;
Ignore networks - the purpose this option is the same as Ignore interface option. You can determinate subnet address.&lt;br /&gt;
&lt;br /&gt;
Announce to nets - it&#039;s an inverse function of previous options. There is specification of IP address where have been sending broadcasts in this option. The routers usually have disabled forward broadcastings.&lt;br /&gt;
&lt;br /&gt;
=Miscellaneous options=&lt;br /&gt;
&lt;br /&gt;
[[Image:Miscoptions_DE.png|none|frame|Miscellaneous options]]&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Log lines&#039;&#039;&#039; are last lines of tucnak&#039;s screen on which tucnak writes informations for users.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Sked shift&#039;&#039;&#039; time added to current time filled in the Sked dialog.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Starting band&#039;&#039;&#039; Band character (f.e. C=144 MHz) of band, which will be activated after contest open.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Screen resolution&#039;&#039;&#039; Only for SDL mode - you can set resolution of tucnak&#039;s window in characters or in pixels&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Double font&#039;&#039;&#039; for very-high-resolution displays and bad eyes - fonts are resized from usual 9x16 to 18x32 pixels. It is not very usable but on IARU VHF 2008 I had nothing to do so I&#039;ve imlpemented it.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Slash key&#039;&#039;&#039; Slash key on some national keyboards is not easily accessible (only with shift). Here you can remap it to any other character. Use with care!&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Disable screensaver&#039;&#039;&#039; if you only test Tucnak at home, you probably don&#039;t want to disable screensaver. So turn these checkbox off.&lt;br /&gt;
&lt;br /&gt;
=Terminal options=&lt;br /&gt;
&lt;br /&gt;
[[Image:Terminal_DE.png|none|frame|Terminal options]]&lt;br /&gt;
&lt;br /&gt;
These options come from [http://links.sourceforge.net links browser] so I&#039;m not able to tell what they exactly mean. Try to make some experiments or look at source code :-)&lt;br /&gt;
&lt;br /&gt;
=Language=&lt;br /&gt;
&lt;br /&gt;
Set language of Tucnak&#039;s GUI. I think English is very good for contest log but some people like to have their mother tongue set.&lt;br /&gt;
&lt;br /&gt;
=Character set=&lt;br /&gt;
&lt;br /&gt;
This menu is used for setting characteristic of terminal as window frames. It&#039;s a legacy of links (as above), I don&#039;t have detailed knowledge about these options.&lt;br /&gt;
&lt;br /&gt;
=Load cfg from net=&lt;br /&gt;
&lt;br /&gt;
It shows addresses of all Tucnaks on the local network. If one is selected you will read his complete configuration (tucnakrc).&lt;br /&gt;
&lt;br /&gt;
=Load C_W from net=&lt;br /&gt;
&lt;br /&gt;
It loads complete C_W database from selected Tucnak and saves it to ~/tucnak/tucnakcw. In database are saved two newest locators for each callsign.&lt;br /&gt;
&lt;br /&gt;
=Save configuration=&lt;br /&gt;
&lt;br /&gt;
It saves current configuration to file ~/tucnak/tucnakrc . You &#039;&#039;&#039;MUST&#039;&#039;&#039; do it to preserve any configuration changes !!&lt;/div&gt;</summary>
		<author><name>Dk1hj</name></author>
	</entry>
	<entry>
		<id>https://tucnak.nagano.cz/wiki/index.php?title=DE_Setup&amp;diff=1043</id>
		<title>DE Setup</title>
		<link rel="alternate" type="text/html" href="https://tucnak.nagano.cz/wiki/index.php?title=DE_Setup&amp;diff=1043"/>
		<updated>2009-07-21T18:56:27Z</updated>

		<summary type="html">&lt;p&gt;Dk1hj: /* CW CQ */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{Languages|Setup}}&lt;br /&gt;
&lt;br /&gt;
[[Image:menusetup_DE.png|none|frame|Setup menu]]&lt;br /&gt;
&lt;br /&gt;
All configuration changes are in memory only until you [[Setup#Save_configuration|save configuration]].&lt;br /&gt;
&lt;br /&gt;
=Contest defaults=&lt;br /&gt;
&lt;br /&gt;
[[Image:Contestdefaults_DE.png|none|frame|Contest defaults]]&lt;br /&gt;
&lt;br /&gt;
There is possible to set these items in this menu: callsign in contest, club callsign (use only if you can export contest log in EDI format), locator (6 characters), contest QTH (is equal items PAdr1 and PAdr2 in EDI, Optional Exchange and standard proposed reports for SSB and CW.&lt;br /&gt;
&lt;br /&gt;
=Band defaults=&lt;br /&gt;
&lt;br /&gt;
[[Image:Bandsettings_DE.png|none|frame|Band defaults]]&lt;br /&gt;
&lt;br /&gt;
This submenu contains setting of all bands. Active bands (QRV is checked) are separated from other bands. You can take away bands which are never used (as 220MHz in Europe).&lt;br /&gt;
&lt;br /&gt;
You can enter single band setting by pressing ENTER key. Item `QRV on this band&#039; is usually set for all bands where are permit transmittes.&lt;br /&gt;
&lt;br /&gt;
This setting is the only one which must be set. Other items are better set here too but it isn&#039;t necessary. &lt;br /&gt;
&lt;br /&gt;
QRV setting in this contest isn&#039;t effect on this place. Category can be one of Multi/Single/Check.&lt;br /&gt;
&lt;br /&gt;
TX and RX Equip settings contains description of equipments. Power is written with units. ASL and AGL means a height between antenna and sea/ground. Inserted values are in meters, delimiter is semicolon.&lt;br /&gt;
&lt;br /&gt;
Fill operator&#039;s callsigns into Operators field delimitely by semicolon. It is possible to fill it by Fill operators in menu [[Contest]].&lt;br /&gt;
&lt;br /&gt;
Remark field is assigned for remarks to contest commitee.&lt;br /&gt;
&lt;br /&gt;
Single/Multi categories are categories valid (probably) only in Czech republic. They are used mostly for EDI files naming.&lt;br /&gt;
&lt;br /&gt;
Band boundaries are entered in kilohertz. At this time they are used for DX-cluster spot filtration.&lt;br /&gt;
&lt;br /&gt;
Adif band name is band description used in ADIF format.&lt;br /&gt;
&lt;br /&gt;
QRG for skeds is initial frequency entered by operator to inform other operators about clean/CQ frequency on which they should take skeds. Format is not limited, you can use any string like &amp;quot;.120&amp;quot; etc.&lt;br /&gt;
&lt;br /&gt;
Transverter&#039;s LO QRG is frequency which tucnak adds to frequency read from transceiver&#039;s CAT and result shows on the screen:&lt;br /&gt;
&amp;lt;math&amp;gt;f_\mathrm{display}=f_\mathrm{CAT} + f_\mathrm{lo} [Hz]&amp;lt;/math&amp;gt;&lt;br /&gt;
Note some radios support transceiver mode for example radio is tuned on 14 MHz, CAT reports also 14 MHz but transceiver&#039;s display shows 144 MHz.&lt;br /&gt;
LO frequency must be computed by operator, you can use Fix QRG in [[Edit]] menu.&lt;br /&gt;
&lt;br /&gt;
This is local frequency for one band. Normally enter 0 to use [[Setup#Rig options|Global LO frequency]].&lt;br /&gt;
&lt;br /&gt;
=Responsible operator=&lt;br /&gt;
&lt;br /&gt;
[[Image:Responsibleoperator_DE.png|none|frame|Responsible operator]]&lt;br /&gt;
&lt;br /&gt;
There are set information of responsible operator for communication with contest commitee in this dialogue. All items are in free format and don&#039;t need commentary.&lt;br /&gt;
&lt;br /&gt;
=CW keying=&lt;br /&gt;
&lt;br /&gt;
[[Image:Cwdaemon_DE.png|none|frame|CW daemon]]&lt;br /&gt;
&lt;br /&gt;
Since version 2.0 Tucnak does not use the external program &#039;cwdaemon&#039; for keying and transmitting CW. Its functions are included in Tucnak. &lt;br /&gt;
&lt;br /&gt;
Keying methods are:&lt;br /&gt;
* None - no CW output is used&lt;br /&gt;
* lp - uses kernel module ppdev for keying. Recommended device is http://ok1zia.nagano.cz/web/davac3. Pin configuration is:&lt;br /&gt;
** 1 STROBE - grounded when active.&lt;br /&gt;
** 14 AUTOLF - switch TRX modulation input to microphone or soundcard output&lt;br /&gt;
** 16 INIT - PTT&lt;br /&gt;
** 17 SELECT IN - CW&lt;br /&gt;
* ttys - uses control pins of serial port. Pinout for D-SUB9:&lt;br /&gt;
** 4 DTR - CW&lt;br /&gt;
** 5 GND - ground&lt;br /&gt;
** 7 RTS - PTT&lt;br /&gt;
* davac4 - USB SSB/CW keyer [[Davac4]] by OK1ZIA&lt;br /&gt;
* cwdaemon - controls [http://www.qsl.net/pg4i/linux/cwdaemon.html cwdaemon] by Joop PG4I&lt;br /&gt;
* winkey - uses [[Winkey]] by [http://www.k1el.com K1EL]]&lt;br /&gt;
&lt;br /&gt;
Keying device f.e. /dev/parport0, /dev/ttyS0, /dev/ttyUSB0&lt;br /&gt;
&lt;br /&gt;
Hostname, UDP port are reserved.&lt;br /&gt;
&lt;br /&gt;
Initial speed says keying speed in WPM after program start. You can change it using PageUp or PageDown keys.&lt;br /&gt;
&lt;br /&gt;
Weighting - changes ratio of mark and space in CW. &lt;br /&gt;
&lt;br /&gt;
&amp;lt;math&amp;gt;t_\mathrm{mark}=\frac{1\,200\,000}{\mathrm{speed}}+500 * \mathrm{weight}\ [\mu s]&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;math&amp;gt;t_\mathrm{space}=\frac{1\,200\,000}{\mathrm{speed}}-500 * \mathrm{weight}\ [\mu s]&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
WPM range describes the speed that can be set with PageUp/PageDown keys. Minimal WPM is also used for Winkey - it can handle only 31 speed steps. Normally minimal speed is set to 10 WPM which means winkey range 10-41 WPM. If you need for example 50 WPM, set minimal WPM to at least 19.&lt;br /&gt;
&lt;br /&gt;
Use speaker - beeps using program soundwrapper.&lt;br /&gt;
&lt;br /&gt;
PTT lead in - (experimental feature) Tucnak turns on PTT some time before CW to key on TRX and PA&#039;s to prevent &amp;quot;eating&amp;quot; of begin of code. It also allows the TX chain to stabilise before sending. Suggest 100 -&amp;gt; 250 ms.&lt;br /&gt;
&lt;br /&gt;
=Winkey options=&lt;br /&gt;
&lt;br /&gt;
[[Image:Winkeyoptions_DE.png|none|frame|Winkey options]]&lt;br /&gt;
&lt;br /&gt;
Fast initialisation means that Tucnak doesn&#039;t wait for Winkey initialisation. It can be used mostly for winkey2 which is commonly supplied from USB. It has no effect for other version-depending commands (buttons), tucnak reads winkey version.&lt;br /&gt;
&lt;br /&gt;
Use speed pot/use buttons - doesn&#039;t need comment. Normally is no reason to turn they off.&lt;br /&gt;
&lt;br /&gt;
Curtis A/B, Ultimate, hand bug - set&#039;s paddle mode. I think optimal is Curtis B.&lt;br /&gt;
&lt;br /&gt;
Paddle swap - also without comment :-)&lt;br /&gt;
&lt;br /&gt;
=Audio=&lt;br /&gt;
&lt;br /&gt;
[[Image:Audio_DE.png|none|frame|Audio options]]&lt;br /&gt;
&lt;br /&gt;
Since 2.0 Tucnak takes also SSB functionality for CQs and traffic recording. &lt;br /&gt;
&lt;br /&gt;
==Common options==&lt;br /&gt;
Alsa, OSS, SSBD are supported &amp;quot;audio drivers&amp;quot;.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Record traffic&#039;&#039;&#039; switches on/off recording band activity on receiving. If this option isn&#039;t active then all next options are irrelevant. To prevent consuming of all free space, use options &#039;&#039;&#039;Max. record duration&#039;&#039;&#039; and &#039;&#039;&#039;Minimal disk free space&#039;&#039;&#039;.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Record format&#039;&#039;&#039; option describe coding of output file. Supported options are.&lt;br /&gt;
&lt;br /&gt;
* PCM 8 and 16 bits&lt;br /&gt;
* Logarithmic PCM u-law and A-law&lt;br /&gt;
* IMA and MS adaptation PCM&lt;br /&gt;
* GSM version 6.10 (preferred for me)&lt;br /&gt;
&lt;br /&gt;
PCM coding is suitable for conversion to other formats (MP3, Ogg). GSM coding has low size. One minute of recording have size about 130 kB of disk space. That is less then 200 MB for 24 hours. This coding doesn&#039;t have to supported by your favourite player! GSM format replay for example mplayer (with codec) or sndfile-play distributed with libsndfile.&lt;br /&gt;
&lt;br /&gt;
Option &#039;&#039;&#039;Channels&#039;&#039;&#039; sets number of sound channels. Set it to 1 (mono). You can set it to 2 or 4 it depends on your sound card capability.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Sample rate&#039;&#039;&#039; sets the number of sample per second. `CD&#039; quality has value 44100. This value is needless for radio activity. It&#039;s recommended to lower value to half (22050) or quarter (11025) because some programs or sound cards can&#039;t work with other values. &lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Playback volume&#039;&#039;&#039; provides possibility to set playback volume for SSB CQ. Enter -1 to disable this feature. Common valid volumes are 0 to 100 but can be different if you use some special hardware with fancy cost-down. &lt;br /&gt;
&lt;br /&gt;
Note in versions prior 2.26 is bug that doesn&#039;t allow to load negative value from rc file. As workaround you can try to enter invalid mixer device.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Capture volume&#039;&#039;&#039; the same for traffic recording.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Template for recorded filename&#039;&#039;&#039; is template for naming recording files. Description of possible macros you can find in section [[Setup#CQ_macros|CQ macros]].&lt;br /&gt;
&lt;br /&gt;
==Alsa options==&lt;br /&gt;
&#039;&#039;&#039;Alsa playback revice&#039;&#039;&#039; and &#039;&#039;&#039;Alsa capture device&#039;&#039;&#039; hold Alsa devices, plugs etc. Valid values are for example:&lt;br /&gt;
* default - default device in your configuration&lt;br /&gt;
* hw0,0 - first card, first PCM (first DAC)&lt;br /&gt;
* hw0,1 - first card, second PCM (second DAC, f.e. Ensonic ES1371)&lt;br /&gt;
* hw1,0 - second card ...&lt;br /&gt;
* plughw0,0 - see Alsa documentation&lt;br /&gt;
* dmix&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Period time&#039;&#039;&#039; is maximal amount of time for holding samples in card buffer for capture. Rasonable values are in hundreds (tenth of second).&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Buffer time&#039;&#039;&#039; is maximal total size of buffer. Must be greater than Period time, f.e. 4*Buffer timer.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Alsa mixer device&#039;&#039;&#039; f.e. hw0, hw1, ...&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Capture source&#039;&#039;&#039; button shows submnenu for capture. In menu are all detected sources on specified soundcard.&lt;br /&gt;
&lt;br /&gt;
==OSS options==&lt;br /&gt;
&#039;&#039;&#039;OSS DSP&#039;&#039;&#039; describes path to special file which is connected with sound card kernel driver. Typically is /dev/dsp.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Max. num of fragments&#039;&#039;&#039; tells number of buffer fragment which can be holded in buffer. If you have problems with recording or witdh transition RX -&amp;gt; TX, try to set to 4 or similar small number. Then check recorded files for buffer underruns.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;OSS mixer&#039;&#039;&#039; path to OSS mixer. typically /dev/mixer.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Record source&#039;&#039;&#039; - input for recording signal.&lt;br /&gt;
&lt;br /&gt;
==SSBD options==&lt;br /&gt;
&#039;&#039;&#039;Currently unimplemented!&#039;&#039;&#039; SSBD is now obsolete. Settings is here for eventual future control of other software/devices (PowerSDR, digimodes...)&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;SSBD hostname&#039;&#039;&#039; and &#039;&#039;&#039;UDP port&#039;&#039;&#039; - set IP address and UDP port of ssb daemon.&lt;br /&gt;
&lt;br /&gt;
=CW CQ=&lt;br /&gt;
&lt;br /&gt;
The list of all CW texts are showed after selecting this item. There is showed the key for running the message in brakes. Character `R&#039; means that the message is repeated (CQ). Also is showing start of text.&lt;br /&gt;
&lt;br /&gt;
[[Image:Cwcq_DE.png|none|frame|CW CQ]]&lt;br /&gt;
&lt;br /&gt;
There are these items in dialoque for setting CQ: &lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;text&#039;&#039;&#039; of CQ. You can use plain text and macros&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;speed&#039;&#039;&#039; is normally undefined but you can define speed only for this CQ (f.e. for fast 73)&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;repeat&#039;&#039;&#039; CQ will be repeated until you press ESC, TAB or other CQ key&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;delay&#039;&#039;&#039; determines time between CQ messages &lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;allow if...&#039;&#039;&#039; allows to run message if there is any macro undefined. Typically you don&#039;t want to give empty string if you have no callsign entered.&lt;br /&gt;
&lt;br /&gt;
=SSB CQ=&lt;br /&gt;
&lt;br /&gt;
[[Image:ssbcq_DE.png|none|frame|SSB CQ]]&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;filename&#039;&#039;&#039; - file which is played as CQ. You can use macros f.e. /home/user/tucnak/cq/$MC_$O.wav to have multiple files for more callsign and more operators. Some audio output devices can have limitations to the audio format - samplerate, channels.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;repeat&#039;&#039;&#039; and &#039;&#039;&#039;delay&#039;&#039;&#039; has same effect as in previous chapter&lt;br /&gt;
&lt;br /&gt;
=CQ macros=&lt;br /&gt;
&lt;br /&gt;
It&#039;s possible to define macros in texts of CW CQ and in name of SSB CQ file. Macros are case insensitive.&lt;br /&gt;
&lt;br /&gt;
* $$ - character $&lt;br /&gt;
* $C - callsign of opposite station. Warning! Callsign may contains stroke then can be problem to use macros in filename of CQ SSB. Look at $V&lt;br /&gt;
* $D - date of contest (20031228)&lt;br /&gt;
* $N - contest number from opposite station&lt;br /&gt;
* $O - operator&#039;s callsign (for SSB CQ filenames)&lt;br /&gt;
* $R - report from opposite station.&lt;br /&gt;
* $S - serial number of record sample&lt;br /&gt;
* $T - contest directory (/home/ok1zia/tucnak/20031004.2)&lt;br /&gt;
* $V - callsign of opposite station, the stroke character is exchanged by the underline character&lt;br /&gt;
* $W - locator of opposite station&lt;br /&gt;
* $X - optional exchange from opposite station&lt;br /&gt;
* $MC - my callsign&lt;br /&gt;
* $MN - contest number to opposite station.&lt;br /&gt;
* $MR - report to opposite station&lt;br /&gt;
* $MW - my locator&lt;br /&gt;
* $MX - my optional exchange&lt;br /&gt;
&lt;br /&gt;
You can also use case sensitive macros from strftime(3) for example:&lt;br /&gt;
&lt;br /&gt;
* %d - day of month 01..31&lt;br /&gt;
* %H - hours 01..24&lt;br /&gt;
* %M - minutes 00..59&lt;br /&gt;
* %m - month 00..12&lt;br /&gt;
* %S - seconds 00-59&lt;br /&gt;
* %Y - year 1970-2038&lt;br /&gt;
&lt;br /&gt;
For others use command:&lt;br /&gt;
&lt;br /&gt;
 man 3 strftime&lt;br /&gt;
&lt;br /&gt;
Macros has not effect in all context.&lt;br /&gt;
&lt;br /&gt;
=Rig options=&lt;br /&gt;
&lt;br /&gt;
Tucnak uses [http://hamlib.sourceforge.net hamlib] for accessing rig (transceiver) via CAT interface. You can use probably any interface which is working with other programs. Good helper is [http://tucnak.nagano.cz/Interfaces.pdf HB9DRV&#039;s guide to HRD]. Or you can build one of [[RIG interface|my RIG interfaces]].&lt;br /&gt;
&lt;br /&gt;
[[Image:Rigoptions_DE.png|none|frame|Rig options]]&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Device&#039;&#039;&#039; device where the interface is connected. Typically /dev/ttyS0, /dev/ttyUSB0&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Model&#039;&#039;&#039; model of rig. It is number defined by hamlib. You can obtain it by running command &#039;&#039;&#039;rigctl -l&#039;&#039;&#039; or you can use:&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Choose&#039;&#039;&#039; Press button to show menu. In the first level you will choose manufacturer, in second level rig model. Model number is written to the previous field.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;CIV address&#039;&#039;&#039; address of rig if you have more Icom radios connected via one interface. Enter 0 for default address.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Freq. shift SSB-&amp;gt;CW&#039;&#039;&#039; some old radios (Icom, Kenwood) shifts frequency when changing mode SSB &amp;lt;--&amp;gt; CW. If you call CQ on SSB and someone calls you in CW, you must switch to CW and tune for about 800Hz up. Tucnak can compensate this shift when you use Alt+M to switch mode.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Transverter&#039;s LO QRG&#039;&#039;&#039; is frequency which tucnak adds to frequency read from transceiver&#039;s CAT and result shows on the screen:&lt;br /&gt;
&amp;lt;math&amp;gt;f_\mathrm{display}=f_\mathrm{CAT} + f_\mathrm{lo} [Hz]&amp;lt;/math&amp;gt;&lt;br /&gt;
Note some radios support transceiver mode for example radio is tuned on 14 MHz, CAT reports also 14 MHz but transceiver&#039;s display shows 144 MHz.&lt;br /&gt;
LO frequency must be computed by operator, you can use Fix QRG in [[Edit]] menu. This is global LO freq, if you use more transceivers, you can set more frequencies in [[Setup#Band defaults|Band defaults menu]].&lt;br /&gt;
&lt;br /&gt;
=Autosave=&lt;br /&gt;
&lt;br /&gt;
[[Image:Autosave_DE.png|none|frame|Autosave options]]&lt;br /&gt;
&lt;br /&gt;
It sets and saves parameters of QSO to disk. Option `Save to disk after QSO&#039; is recommended set to 1 to save all reports. Fsync option immediately saves QSOs from cache to disk.&lt;br /&gt;
&lt;br /&gt;
Default setting of option Save to floppy after QSO is 4. Zero disables saving to floppy disk. Path to floppy item sets path to floppy&#039;s mount point. Tucnak don&#039;t test if floppy disk is mounted.&lt;br /&gt;
&lt;br /&gt;
Other items are ignored.&lt;br /&gt;
&lt;br /&gt;
=Network &amp;amp; trace=&lt;br /&gt;
&lt;br /&gt;
[[Image:Networktrace_DE.png|none|frame|Network &amp;amp; trace options]]&lt;br /&gt;
&lt;br /&gt;
Ignore interfaces - list of network interfaces which would be ignored when searching for more instances of Tucnak on the network (transmit broadcasts) as connect to Internet, public IP address from provider, AX.25 interface. The delimiter between interfaces is space character. Broadcasts loads slow nets.&lt;br /&gt;
&lt;br /&gt;
Ignore networks - the purpose this option is the same as Ignore interface option. You can determinate subnet address.&lt;br /&gt;
&lt;br /&gt;
Announce to nets - it&#039;s an inverse function of previous options. There is specification of IP address where have been sending broadcasts in this option. The routers usually have disabled forward broadcastings.&lt;br /&gt;
&lt;br /&gt;
=Miscellaneous options=&lt;br /&gt;
&lt;br /&gt;
[[Image:Miscoptions_DE.png|none|frame|Miscellaneous options]]&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Log lines&#039;&#039;&#039; are last lines of tucnak&#039;s screen on which tucnak writes informations for users.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Sked shift&#039;&#039;&#039; time added to current time filled in the Sked dialog.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Starting band&#039;&#039;&#039; Band character (f.e. C=144 MHz) of band, which will be activated after contest open.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Screen resolution&#039;&#039;&#039; Only for SDL mode - you can set resolution of tucnak&#039;s window in characters or in pixels&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Double font&#039;&#039;&#039; for very-high-resolution displays and bad eyes - fonts are resized from usual 9x16 to 18x32 pixels. It is not very usable but on IARU VHF 2008 I had nothing to do so I&#039;ve imlpemented it.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Slash key&#039;&#039;&#039; Slash key on some national keyboards is not easily accessible (only with shift). Here you can remap it to any other character. Use with care!&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Disable screensaver&#039;&#039;&#039; if you only test Tucnak at home, you probably don&#039;t want to disable screensaver. So turn these checkbox off.&lt;br /&gt;
&lt;br /&gt;
=Terminal options=&lt;br /&gt;
&lt;br /&gt;
[[Image:Terminal_DE.png|none|frame|Terminal options]]&lt;br /&gt;
&lt;br /&gt;
These options come from [http://links.sourceforge.net links browser] so I&#039;m not able to tell what they exactly mean. Try to make some experiments or look at source code :-)&lt;br /&gt;
&lt;br /&gt;
=Language=&lt;br /&gt;
&lt;br /&gt;
Set language of Tucnak&#039;s GUI. I think English is very good for contest log but some people like to have their mother tongue set.&lt;br /&gt;
&lt;br /&gt;
=Character set=&lt;br /&gt;
&lt;br /&gt;
This menu is used for setting characteristic of terminal as window frames. It&#039;s a legacy of links (as above), I don&#039;t have detailed knowledge about these options.&lt;br /&gt;
&lt;br /&gt;
=Load cfg from net=&lt;br /&gt;
&lt;br /&gt;
It shows addresses of all Tucnaks on the local network. If one is selected you will read his complete configuration (tucnakrc).&lt;br /&gt;
&lt;br /&gt;
=Load C_W from net=&lt;br /&gt;
&lt;br /&gt;
It loads complete C_W database from selected Tucnak and saves it to ~/tucnak/tucnakcw. In database are saved two newest locators for each callsign.&lt;br /&gt;
&lt;br /&gt;
=Save configuration=&lt;br /&gt;
&lt;br /&gt;
It saves current configuration to file ~/tucnak/tucnakrc . You &#039;&#039;&#039;MUST&#039;&#039;&#039; do it to preserve any configuration changes !!&lt;/div&gt;</summary>
		<author><name>Dk1hj</name></author>
	</entry>
	<entry>
		<id>https://tucnak.nagano.cz/wiki/index.php?title=DE_Setup&amp;diff=1042</id>
		<title>DE Setup</title>
		<link rel="alternate" type="text/html" href="https://tucnak.nagano.cz/wiki/index.php?title=DE_Setup&amp;diff=1042"/>
		<updated>2009-07-21T18:55:52Z</updated>

		<summary type="html">&lt;p&gt;Dk1hj: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{Languages|Setup}}&lt;br /&gt;
&lt;br /&gt;
[[Image:menusetup_DE.png|none|frame|Setup menu]]&lt;br /&gt;
&lt;br /&gt;
All configuration changes are in memory only until you [[Setup#Save_configuration|save configuration]].&lt;br /&gt;
&lt;br /&gt;
=Contest defaults=&lt;br /&gt;
&lt;br /&gt;
[[Image:Contestdefaults_DE.png|none|frame|Contest defaults]]&lt;br /&gt;
&lt;br /&gt;
There is possible to set these items in this menu: callsign in contest, club callsign (use only if you can export contest log in EDI format), locator (6 characters), contest QTH (is equal items PAdr1 and PAdr2 in EDI, Optional Exchange and standard proposed reports for SSB and CW.&lt;br /&gt;
&lt;br /&gt;
=Band defaults=&lt;br /&gt;
&lt;br /&gt;
[[Image:Bandsettings_DE.png|none|frame|Band defaults]]&lt;br /&gt;
&lt;br /&gt;
This submenu contains setting of all bands. Active bands (QRV is checked) are separated from other bands. You can take away bands which are never used (as 220MHz in Europe).&lt;br /&gt;
&lt;br /&gt;
You can enter single band setting by pressing ENTER key. Item `QRV on this band&#039; is usually set for all bands where are permit transmittes.&lt;br /&gt;
&lt;br /&gt;
This setting is the only one which must be set. Other items are better set here too but it isn&#039;t necessary. &lt;br /&gt;
&lt;br /&gt;
QRV setting in this contest isn&#039;t effect on this place. Category can be one of Multi/Single/Check.&lt;br /&gt;
&lt;br /&gt;
TX and RX Equip settings contains description of equipments. Power is written with units. ASL and AGL means a height between antenna and sea/ground. Inserted values are in meters, delimiter is semicolon.&lt;br /&gt;
&lt;br /&gt;
Fill operator&#039;s callsigns into Operators field delimitely by semicolon. It is possible to fill it by Fill operators in menu [[Contest]].&lt;br /&gt;
&lt;br /&gt;
Remark field is assigned for remarks to contest commitee.&lt;br /&gt;
&lt;br /&gt;
Single/Multi categories are categories valid (probably) only in Czech republic. They are used mostly for EDI files naming.&lt;br /&gt;
&lt;br /&gt;
Band boundaries are entered in kilohertz. At this time they are used for DX-cluster spot filtration.&lt;br /&gt;
&lt;br /&gt;
Adif band name is band description used in ADIF format.&lt;br /&gt;
&lt;br /&gt;
QRG for skeds is initial frequency entered by operator to inform other operators about clean/CQ frequency on which they should take skeds. Format is not limited, you can use any string like &amp;quot;.120&amp;quot; etc.&lt;br /&gt;
&lt;br /&gt;
Transverter&#039;s LO QRG is frequency which tucnak adds to frequency read from transceiver&#039;s CAT and result shows on the screen:&lt;br /&gt;
&amp;lt;math&amp;gt;f_\mathrm{display}=f_\mathrm{CAT} + f_\mathrm{lo} [Hz]&amp;lt;/math&amp;gt;&lt;br /&gt;
Note some radios support transceiver mode for example radio is tuned on 14 MHz, CAT reports also 14 MHz but transceiver&#039;s display shows 144 MHz.&lt;br /&gt;
LO frequency must be computed by operator, you can use Fix QRG in [[Edit]] menu.&lt;br /&gt;
&lt;br /&gt;
This is local frequency for one band. Normally enter 0 to use [[Setup#Rig options|Global LO frequency]].&lt;br /&gt;
&lt;br /&gt;
=Responsible operator=&lt;br /&gt;
&lt;br /&gt;
[[Image:Responsibleoperator_DE.png|none|frame|Responsible operator]]&lt;br /&gt;
&lt;br /&gt;
There are set information of responsible operator for communication with contest commitee in this dialogue. All items are in free format and don&#039;t need commentary.&lt;br /&gt;
&lt;br /&gt;
=CW keying=&lt;br /&gt;
&lt;br /&gt;
[[Image:Cwdaemon_DE.png|none|frame|CW daemon]]&lt;br /&gt;
&lt;br /&gt;
Since version 2.0 Tucnak does not use the external program &#039;cwdaemon&#039; for keying and transmitting CW. Its functions are included in Tucnak. &lt;br /&gt;
&lt;br /&gt;
Keying methods are:&lt;br /&gt;
* None - no CW output is used&lt;br /&gt;
* lp - uses kernel module ppdev for keying. Recommended device is http://ok1zia.nagano.cz/web/davac3. Pin configuration is:&lt;br /&gt;
** 1 STROBE - grounded when active.&lt;br /&gt;
** 14 AUTOLF - switch TRX modulation input to microphone or soundcard output&lt;br /&gt;
** 16 INIT - PTT&lt;br /&gt;
** 17 SELECT IN - CW&lt;br /&gt;
* ttys - uses control pins of serial port. Pinout for D-SUB9:&lt;br /&gt;
** 4 DTR - CW&lt;br /&gt;
** 5 GND - ground&lt;br /&gt;
** 7 RTS - PTT&lt;br /&gt;
* davac4 - USB SSB/CW keyer [[Davac4]] by OK1ZIA&lt;br /&gt;
* cwdaemon - controls [http://www.qsl.net/pg4i/linux/cwdaemon.html cwdaemon] by Joop PG4I&lt;br /&gt;
* winkey - uses [[Winkey]] by [http://www.k1el.com K1EL]]&lt;br /&gt;
&lt;br /&gt;
Keying device f.e. /dev/parport0, /dev/ttyS0, /dev/ttyUSB0&lt;br /&gt;
&lt;br /&gt;
Hostname, UDP port are reserved.&lt;br /&gt;
&lt;br /&gt;
Initial speed says keying speed in WPM after program start. You can change it using PageUp or PageDown keys.&lt;br /&gt;
&lt;br /&gt;
Weighting - changes ratio of mark and space in CW. &lt;br /&gt;
&lt;br /&gt;
&amp;lt;math&amp;gt;t_\mathrm{mark}=\frac{1\,200\,000}{\mathrm{speed}}+500 * \mathrm{weight}\ [\mu s]&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;math&amp;gt;t_\mathrm{space}=\frac{1\,200\,000}{\mathrm{speed}}-500 * \mathrm{weight}\ [\mu s]&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
WPM range describes the speed that can be set with PageUp/PageDown keys. Minimal WPM is also used for Winkey - it can handle only 31 speed steps. Normally minimal speed is set to 10 WPM which means winkey range 10-41 WPM. If you need for example 50 WPM, set minimal WPM to at least 19.&lt;br /&gt;
&lt;br /&gt;
Use speaker - beeps using program soundwrapper.&lt;br /&gt;
&lt;br /&gt;
PTT lead in - (experimental feature) Tucnak turns on PTT some time before CW to key on TRX and PA&#039;s to prevent &amp;quot;eating&amp;quot; of begin of code. It also allows the TX chain to stabilise before sending. Suggest 100 -&amp;gt; 250 ms.&lt;br /&gt;
&lt;br /&gt;
=Winkey options=&lt;br /&gt;
&lt;br /&gt;
[[Image:Winkeyoptions_DE.png|none|frame|Winkey options]]&lt;br /&gt;
&lt;br /&gt;
Fast initialisation means that Tucnak doesn&#039;t wait for Winkey initialisation. It can be used mostly for winkey2 which is commonly supplied from USB. It has no effect for other version-depending commands (buttons), tucnak reads winkey version.&lt;br /&gt;
&lt;br /&gt;
Use speed pot/use buttons - doesn&#039;t need comment. Normally is no reason to turn they off.&lt;br /&gt;
&lt;br /&gt;
Curtis A/B, Ultimate, hand bug - set&#039;s paddle mode. I think optimal is Curtis B.&lt;br /&gt;
&lt;br /&gt;
Paddle swap - also without comment :-)&lt;br /&gt;
&lt;br /&gt;
=Audio=&lt;br /&gt;
&lt;br /&gt;
[[Image:Audio_DE.png|none|frame|Audio options]]&lt;br /&gt;
&lt;br /&gt;
Since 2.0 Tucnak takes also SSB functionality for CQs and traffic recording. &lt;br /&gt;
&lt;br /&gt;
==Common options==&lt;br /&gt;
Alsa, OSS, SSBD are supported &amp;quot;audio drivers&amp;quot;.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Record traffic&#039;&#039;&#039; switches on/off recording band activity on receiving. If this option isn&#039;t active then all next options are irrelevant. To prevent consuming of all free space, use options &#039;&#039;&#039;Max. record duration&#039;&#039;&#039; and &#039;&#039;&#039;Minimal disk free space&#039;&#039;&#039;.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Record format&#039;&#039;&#039; option describe coding of output file. Supported options are.&lt;br /&gt;
&lt;br /&gt;
* PCM 8 and 16 bits&lt;br /&gt;
* Logarithmic PCM u-law and A-law&lt;br /&gt;
* IMA and MS adaptation PCM&lt;br /&gt;
* GSM version 6.10 (preferred for me)&lt;br /&gt;
&lt;br /&gt;
PCM coding is suitable for conversion to other formats (MP3, Ogg). GSM coding has low size. One minute of recording have size about 130 kB of disk space. That is less then 200 MB for 24 hours. This coding doesn&#039;t have to supported by your favourite player! GSM format replay for example mplayer (with codec) or sndfile-play distributed with libsndfile.&lt;br /&gt;
&lt;br /&gt;
Option &#039;&#039;&#039;Channels&#039;&#039;&#039; sets number of sound channels. Set it to 1 (mono). You can set it to 2 or 4 it depends on your sound card capability.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Sample rate&#039;&#039;&#039; sets the number of sample per second. `CD&#039; quality has value 44100. This value is needless for radio activity. It&#039;s recommended to lower value to half (22050) or quarter (11025) because some programs or sound cards can&#039;t work with other values. &lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Playback volume&#039;&#039;&#039; provides possibility to set playback volume for SSB CQ. Enter -1 to disable this feature. Common valid volumes are 0 to 100 but can be different if you use some special hardware with fancy cost-down. &lt;br /&gt;
&lt;br /&gt;
Note in versions prior 2.26 is bug that doesn&#039;t allow to load negative value from rc file. As workaround you can try to enter invalid mixer device.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Capture volume&#039;&#039;&#039; the same for traffic recording.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Template for recorded filename&#039;&#039;&#039; is template for naming recording files. Description of possible macros you can find in section [[Setup#CQ_macros|CQ macros]].&lt;br /&gt;
&lt;br /&gt;
==Alsa options==&lt;br /&gt;
&#039;&#039;&#039;Alsa playback revice&#039;&#039;&#039; and &#039;&#039;&#039;Alsa capture device&#039;&#039;&#039; hold Alsa devices, plugs etc. Valid values are for example:&lt;br /&gt;
* default - default device in your configuration&lt;br /&gt;
* hw0,0 - first card, first PCM (first DAC)&lt;br /&gt;
* hw0,1 - first card, second PCM (second DAC, f.e. Ensonic ES1371)&lt;br /&gt;
* hw1,0 - second card ...&lt;br /&gt;
* plughw0,0 - see Alsa documentation&lt;br /&gt;
* dmix&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Period time&#039;&#039;&#039; is maximal amount of time for holding samples in card buffer for capture. Rasonable values are in hundreds (tenth of second).&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Buffer time&#039;&#039;&#039; is maximal total size of buffer. Must be greater than Period time, f.e. 4*Buffer timer.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Alsa mixer device&#039;&#039;&#039; f.e. hw0, hw1, ...&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Capture source&#039;&#039;&#039; button shows submnenu for capture. In menu are all detected sources on specified soundcard.&lt;br /&gt;
&lt;br /&gt;
==OSS options==&lt;br /&gt;
&#039;&#039;&#039;OSS DSP&#039;&#039;&#039; describes path to special file which is connected with sound card kernel driver. Typically is /dev/dsp.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Max. num of fragments&#039;&#039;&#039; tells number of buffer fragment which can be holded in buffer. If you have problems with recording or witdh transition RX -&amp;gt; TX, try to set to 4 or similar small number. Then check recorded files for buffer underruns.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;OSS mixer&#039;&#039;&#039; path to OSS mixer. typically /dev/mixer.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Record source&#039;&#039;&#039; - input for recording signal.&lt;br /&gt;
&lt;br /&gt;
==SSBD options==&lt;br /&gt;
&#039;&#039;&#039;Currently unimplemented!&#039;&#039;&#039; SSBD is now obsolete. Settings is here for eventual future control of other software/devices (PowerSDR, digimodes...)&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;SSBD hostname&#039;&#039;&#039; and &#039;&#039;&#039;UDP port&#039;&#039;&#039; - set IP address and UDP port of ssb daemon.&lt;br /&gt;
&lt;br /&gt;
=CW CQ=&lt;br /&gt;
&lt;br /&gt;
The list of all CW texts are showed after selecting this item. There is showed the key for running the message in brakes. Character `R&#039; means that the message is repeated (CQ). Also is showing start of text.&lt;br /&gt;
&lt;br /&gt;
[[Image:Cwcq.png|none|frame|CW CQ]]&lt;br /&gt;
&lt;br /&gt;
There are these items in dialoque for setting CQ: &lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;text&#039;&#039;&#039; of CQ. You can use plain text and macros&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;speed&#039;&#039;&#039; is normally undefined but you can define speed only for this CQ (f.e. for fast 73)&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;repeat&#039;&#039;&#039; CQ will be repeated until you press ESC, TAB or other CQ key&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;delay&#039;&#039;&#039; determines time between CQ messages &lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;allow if...&#039;&#039;&#039; allows to run message if there is any macro undefined. Typically you don&#039;t want to give empty string if you have no callsign entered.&lt;br /&gt;
&lt;br /&gt;
=SSB CQ=&lt;br /&gt;
&lt;br /&gt;
[[Image:ssbcq_DE.png|none|frame|SSB CQ]]&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;filename&#039;&#039;&#039; - file which is played as CQ. You can use macros f.e. /home/user/tucnak/cq/$MC_$O.wav to have multiple files for more callsign and more operators. Some audio output devices can have limitations to the audio format - samplerate, channels.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;repeat&#039;&#039;&#039; and &#039;&#039;&#039;delay&#039;&#039;&#039; has same effect as in previous chapter&lt;br /&gt;
&lt;br /&gt;
=CQ macros=&lt;br /&gt;
&lt;br /&gt;
It&#039;s possible to define macros in texts of CW CQ and in name of SSB CQ file. Macros are case insensitive.&lt;br /&gt;
&lt;br /&gt;
* $$ - character $&lt;br /&gt;
* $C - callsign of opposite station. Warning! Callsign may contains stroke then can be problem to use macros in filename of CQ SSB. Look at $V&lt;br /&gt;
* $D - date of contest (20031228)&lt;br /&gt;
* $N - contest number from opposite station&lt;br /&gt;
* $O - operator&#039;s callsign (for SSB CQ filenames)&lt;br /&gt;
* $R - report from opposite station.&lt;br /&gt;
* $S - serial number of record sample&lt;br /&gt;
* $T - contest directory (/home/ok1zia/tucnak/20031004.2)&lt;br /&gt;
* $V - callsign of opposite station, the stroke character is exchanged by the underline character&lt;br /&gt;
* $W - locator of opposite station&lt;br /&gt;
* $X - optional exchange from opposite station&lt;br /&gt;
* $MC - my callsign&lt;br /&gt;
* $MN - contest number to opposite station.&lt;br /&gt;
* $MR - report to opposite station&lt;br /&gt;
* $MW - my locator&lt;br /&gt;
* $MX - my optional exchange&lt;br /&gt;
&lt;br /&gt;
You can also use case sensitive macros from strftime(3) for example:&lt;br /&gt;
&lt;br /&gt;
* %d - day of month 01..31&lt;br /&gt;
* %H - hours 01..24&lt;br /&gt;
* %M - minutes 00..59&lt;br /&gt;
* %m - month 00..12&lt;br /&gt;
* %S - seconds 00-59&lt;br /&gt;
* %Y - year 1970-2038&lt;br /&gt;
&lt;br /&gt;
For others use command:&lt;br /&gt;
&lt;br /&gt;
 man 3 strftime&lt;br /&gt;
&lt;br /&gt;
Macros has not effect in all context.&lt;br /&gt;
&lt;br /&gt;
=Rig options=&lt;br /&gt;
&lt;br /&gt;
Tucnak uses [http://hamlib.sourceforge.net hamlib] for accessing rig (transceiver) via CAT interface. You can use probably any interface which is working with other programs. Good helper is [http://tucnak.nagano.cz/Interfaces.pdf HB9DRV&#039;s guide to HRD]. Or you can build one of [[RIG interface|my RIG interfaces]].&lt;br /&gt;
&lt;br /&gt;
[[Image:Rigoptions_DE.png|none|frame|Rig options]]&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Device&#039;&#039;&#039; device where the interface is connected. Typically /dev/ttyS0, /dev/ttyUSB0&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Model&#039;&#039;&#039; model of rig. It is number defined by hamlib. You can obtain it by running command &#039;&#039;&#039;rigctl -l&#039;&#039;&#039; or you can use:&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Choose&#039;&#039;&#039; Press button to show menu. In the first level you will choose manufacturer, in second level rig model. Model number is written to the previous field.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;CIV address&#039;&#039;&#039; address of rig if you have more Icom radios connected via one interface. Enter 0 for default address.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Freq. shift SSB-&amp;gt;CW&#039;&#039;&#039; some old radios (Icom, Kenwood) shifts frequency when changing mode SSB &amp;lt;--&amp;gt; CW. If you call CQ on SSB and someone calls you in CW, you must switch to CW and tune for about 800Hz up. Tucnak can compensate this shift when you use Alt+M to switch mode.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Transverter&#039;s LO QRG&#039;&#039;&#039; is frequency which tucnak adds to frequency read from transceiver&#039;s CAT and result shows on the screen:&lt;br /&gt;
&amp;lt;math&amp;gt;f_\mathrm{display}=f_\mathrm{CAT} + f_\mathrm{lo} [Hz]&amp;lt;/math&amp;gt;&lt;br /&gt;
Note some radios support transceiver mode for example radio is tuned on 14 MHz, CAT reports also 14 MHz but transceiver&#039;s display shows 144 MHz.&lt;br /&gt;
LO frequency must be computed by operator, you can use Fix QRG in [[Edit]] menu. This is global LO freq, if you use more transceivers, you can set more frequencies in [[Setup#Band defaults|Band defaults menu]].&lt;br /&gt;
&lt;br /&gt;
=Autosave=&lt;br /&gt;
&lt;br /&gt;
[[Image:Autosave_DE.png|none|frame|Autosave options]]&lt;br /&gt;
&lt;br /&gt;
It sets and saves parameters of QSO to disk. Option `Save to disk after QSO&#039; is recommended set to 1 to save all reports. Fsync option immediately saves QSOs from cache to disk.&lt;br /&gt;
&lt;br /&gt;
Default setting of option Save to floppy after QSO is 4. Zero disables saving to floppy disk. Path to floppy item sets path to floppy&#039;s mount point. Tucnak don&#039;t test if floppy disk is mounted.&lt;br /&gt;
&lt;br /&gt;
Other items are ignored.&lt;br /&gt;
&lt;br /&gt;
=Network &amp;amp; trace=&lt;br /&gt;
&lt;br /&gt;
[[Image:Networktrace_DE.png|none|frame|Network &amp;amp; trace options]]&lt;br /&gt;
&lt;br /&gt;
Ignore interfaces - list of network interfaces which would be ignored when searching for more instances of Tucnak on the network (transmit broadcasts) as connect to Internet, public IP address from provider, AX.25 interface. The delimiter between interfaces is space character. Broadcasts loads slow nets.&lt;br /&gt;
&lt;br /&gt;
Ignore networks - the purpose this option is the same as Ignore interface option. You can determinate subnet address.&lt;br /&gt;
&lt;br /&gt;
Announce to nets - it&#039;s an inverse function of previous options. There is specification of IP address where have been sending broadcasts in this option. The routers usually have disabled forward broadcastings.&lt;br /&gt;
&lt;br /&gt;
=Miscellaneous options=&lt;br /&gt;
&lt;br /&gt;
[[Image:Miscoptions_DE.png|none|frame|Miscellaneous options]]&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Log lines&#039;&#039;&#039; are last lines of tucnak&#039;s screen on which tucnak writes informations for users.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Sked shift&#039;&#039;&#039; time added to current time filled in the Sked dialog.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Starting band&#039;&#039;&#039; Band character (f.e. C=144 MHz) of band, which will be activated after contest open.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Screen resolution&#039;&#039;&#039; Only for SDL mode - you can set resolution of tucnak&#039;s window in characters or in pixels&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Double font&#039;&#039;&#039; for very-high-resolution displays and bad eyes - fonts are resized from usual 9x16 to 18x32 pixels. It is not very usable but on IARU VHF 2008 I had nothing to do so I&#039;ve imlpemented it.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Slash key&#039;&#039;&#039; Slash key on some national keyboards is not easily accessible (only with shift). Here you can remap it to any other character. Use with care!&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Disable screensaver&#039;&#039;&#039; if you only test Tucnak at home, you probably don&#039;t want to disable screensaver. So turn these checkbox off.&lt;br /&gt;
&lt;br /&gt;
=Terminal options=&lt;br /&gt;
&lt;br /&gt;
[[Image:Terminal_DE.png|none|frame|Terminal options]]&lt;br /&gt;
&lt;br /&gt;
These options come from [http://links.sourceforge.net links browser] so I&#039;m not able to tell what they exactly mean. Try to make some experiments or look at source code :-)&lt;br /&gt;
&lt;br /&gt;
=Language=&lt;br /&gt;
&lt;br /&gt;
Set language of Tucnak&#039;s GUI. I think English is very good for contest log but some people like to have their mother tongue set.&lt;br /&gt;
&lt;br /&gt;
=Character set=&lt;br /&gt;
&lt;br /&gt;
This menu is used for setting characteristic of terminal as window frames. It&#039;s a legacy of links (as above), I don&#039;t have detailed knowledge about these options.&lt;br /&gt;
&lt;br /&gt;
=Load cfg from net=&lt;br /&gt;
&lt;br /&gt;
It shows addresses of all Tucnaks on the local network. If one is selected you will read his complete configuration (tucnakrc).&lt;br /&gt;
&lt;br /&gt;
=Load C_W from net=&lt;br /&gt;
&lt;br /&gt;
It loads complete C_W database from selected Tucnak and saves it to ~/tucnak/tucnakcw. In database are saved two newest locators for each callsign.&lt;br /&gt;
&lt;br /&gt;
=Save configuration=&lt;br /&gt;
&lt;br /&gt;
It saves current configuration to file ~/tucnak/tucnakrc . You &#039;&#039;&#039;MUST&#039;&#039;&#039; do it to preserve any configuration changes !!&lt;/div&gt;</summary>
		<author><name>Dk1hj</name></author>
	</entry>
	<entry>
		<id>https://tucnak.nagano.cz/wiki/index.php?title=File:Winkeyoptions_DE.png&amp;diff=1041</id>
		<title>File:Winkeyoptions DE.png</title>
		<link rel="alternate" type="text/html" href="https://tucnak.nagano.cz/wiki/index.php?title=File:Winkeyoptions_DE.png&amp;diff=1041"/>
		<updated>2009-07-21T18:53:45Z</updated>

		<summary type="html">&lt;p&gt;Dk1hj: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;/div&gt;</summary>
		<author><name>Dk1hj</name></author>
	</entry>
	<entry>
		<id>https://tucnak.nagano.cz/wiki/index.php?title=File:Terminal_DE.png&amp;diff=1040</id>
		<title>File:Terminal DE.png</title>
		<link rel="alternate" type="text/html" href="https://tucnak.nagano.cz/wiki/index.php?title=File:Terminal_DE.png&amp;diff=1040"/>
		<updated>2009-07-21T18:53:33Z</updated>

		<summary type="html">&lt;p&gt;Dk1hj: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;/div&gt;</summary>
		<author><name>Dk1hj</name></author>
	</entry>
	<entry>
		<id>https://tucnak.nagano.cz/wiki/index.php?title=File:Ssbcq_DE.png&amp;diff=1039</id>
		<title>File:Ssbcq DE.png</title>
		<link rel="alternate" type="text/html" href="https://tucnak.nagano.cz/wiki/index.php?title=File:Ssbcq_DE.png&amp;diff=1039"/>
		<updated>2009-07-21T18:53:20Z</updated>

		<summary type="html">&lt;p&gt;Dk1hj: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;/div&gt;</summary>
		<author><name>Dk1hj</name></author>
	</entry>
	<entry>
		<id>https://tucnak.nagano.cz/wiki/index.php?title=File:Rigoptions_DE.png&amp;diff=1038</id>
		<title>File:Rigoptions DE.png</title>
		<link rel="alternate" type="text/html" href="https://tucnak.nagano.cz/wiki/index.php?title=File:Rigoptions_DE.png&amp;diff=1038"/>
		<updated>2009-07-21T18:53:02Z</updated>

		<summary type="html">&lt;p&gt;Dk1hj: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;/div&gt;</summary>
		<author><name>Dk1hj</name></author>
	</entry>
	<entry>
		<id>https://tucnak.nagano.cz/wiki/index.php?title=File:Responsibleoperator_DE.png&amp;diff=1037</id>
		<title>File:Responsibleoperator DE.png</title>
		<link rel="alternate" type="text/html" href="https://tucnak.nagano.cz/wiki/index.php?title=File:Responsibleoperator_DE.png&amp;diff=1037"/>
		<updated>2009-07-21T18:52:50Z</updated>

		<summary type="html">&lt;p&gt;Dk1hj: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;/div&gt;</summary>
		<author><name>Dk1hj</name></author>
	</entry>
	<entry>
		<id>https://tucnak.nagano.cz/wiki/index.php?title=File:Networktrace_DE.png&amp;diff=1036</id>
		<title>File:Networktrace DE.png</title>
		<link rel="alternate" type="text/html" href="https://tucnak.nagano.cz/wiki/index.php?title=File:Networktrace_DE.png&amp;diff=1036"/>
		<updated>2009-07-21T18:52:38Z</updated>

		<summary type="html">&lt;p&gt;Dk1hj: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;/div&gt;</summary>
		<author><name>Dk1hj</name></author>
	</entry>
	<entry>
		<id>https://tucnak.nagano.cz/wiki/index.php?title=File:Miscoptions_DE.png&amp;diff=1035</id>
		<title>File:Miscoptions DE.png</title>
		<link rel="alternate" type="text/html" href="https://tucnak.nagano.cz/wiki/index.php?title=File:Miscoptions_DE.png&amp;diff=1035"/>
		<updated>2009-07-21T18:52:24Z</updated>

		<summary type="html">&lt;p&gt;Dk1hj: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;/div&gt;</summary>
		<author><name>Dk1hj</name></author>
	</entry>
	<entry>
		<id>https://tucnak.nagano.cz/wiki/index.php?title=File:Cwdaemon_DE.png&amp;diff=1034</id>
		<title>File:Cwdaemon DE.png</title>
		<link rel="alternate" type="text/html" href="https://tucnak.nagano.cz/wiki/index.php?title=File:Cwdaemon_DE.png&amp;diff=1034"/>
		<updated>2009-07-21T18:52:14Z</updated>

		<summary type="html">&lt;p&gt;Dk1hj: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;/div&gt;</summary>
		<author><name>Dk1hj</name></author>
	</entry>
	<entry>
		<id>https://tucnak.nagano.cz/wiki/index.php?title=File:Cwcq_DE.png&amp;diff=1033</id>
		<title>File:Cwcq DE.png</title>
		<link rel="alternate" type="text/html" href="https://tucnak.nagano.cz/wiki/index.php?title=File:Cwcq_DE.png&amp;diff=1033"/>
		<updated>2009-07-21T18:52:02Z</updated>

		<summary type="html">&lt;p&gt;Dk1hj: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;/div&gt;</summary>
		<author><name>Dk1hj</name></author>
	</entry>
	<entry>
		<id>https://tucnak.nagano.cz/wiki/index.php?title=File:Autosave_DE.png&amp;diff=1032</id>
		<title>File:Autosave DE.png</title>
		<link rel="alternate" type="text/html" href="https://tucnak.nagano.cz/wiki/index.php?title=File:Autosave_DE.png&amp;diff=1032"/>
		<updated>2009-07-21T18:51:25Z</updated>

		<summary type="html">&lt;p&gt;Dk1hj: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;/div&gt;</summary>
		<author><name>Dk1hj</name></author>
	</entry>
	<entry>
		<id>https://tucnak.nagano.cz/wiki/index.php?title=File:Audio_DE.png&amp;diff=1031</id>
		<title>File:Audio DE.png</title>
		<link rel="alternate" type="text/html" href="https://tucnak.nagano.cz/wiki/index.php?title=File:Audio_DE.png&amp;diff=1031"/>
		<updated>2009-07-21T18:51:14Z</updated>

		<summary type="html">&lt;p&gt;Dk1hj: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;/div&gt;</summary>
		<author><name>Dk1hj</name></author>
	</entry>
	<entry>
		<id>https://tucnak.nagano.cz/wiki/index.php?title=File:Contestdefaults_DE.png&amp;diff=1030</id>
		<title>File:Contestdefaults DE.png</title>
		<link rel="alternate" type="text/html" href="https://tucnak.nagano.cz/wiki/index.php?title=File:Contestdefaults_DE.png&amp;diff=1030"/>
		<updated>2009-07-21T18:51:01Z</updated>

		<summary type="html">&lt;p&gt;Dk1hj: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;/div&gt;</summary>
		<author><name>Dk1hj</name></author>
	</entry>
	<entry>
		<id>https://tucnak.nagano.cz/wiki/index.php?title=File:Menusetup_DE.png&amp;diff=1029</id>
		<title>File:Menusetup DE.png</title>
		<link rel="alternate" type="text/html" href="https://tucnak.nagano.cz/wiki/index.php?title=File:Menusetup_DE.png&amp;diff=1029"/>
		<updated>2009-07-21T18:50:43Z</updated>

		<summary type="html">&lt;p&gt;Dk1hj: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;/div&gt;</summary>
		<author><name>Dk1hj</name></author>
	</entry>
	<entry>
		<id>https://tucnak.nagano.cz/wiki/index.php?title=DE_Setup&amp;diff=1028</id>
		<title>DE Setup</title>
		<link rel="alternate" type="text/html" href="https://tucnak.nagano.cz/wiki/index.php?title=DE_Setup&amp;diff=1028"/>
		<updated>2009-07-21T18:13:09Z</updated>

		<summary type="html">&lt;p&gt;Dk1hj: Created page with &amp;#039;{{Languages|Setup}}  Setup menu  All configuration changes are in memory only until you save configuration.  =Cont...&amp;#039;&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{Languages|Setup}}&lt;br /&gt;
&lt;br /&gt;
[[Image:menusetup.png|none|frame|Setup menu]]&lt;br /&gt;
&lt;br /&gt;
All configuration changes are in memory only until you [[Setup#Save_configuration|save configuration]].&lt;br /&gt;
&lt;br /&gt;
=Contest defaults=&lt;br /&gt;
&lt;br /&gt;
[[Image:Contestdefaults.png|none|frame|Contest defaults]]&lt;br /&gt;
&lt;br /&gt;
There is possible to set these items in this menu: callsign in contest, club callsign (use only if you can export contest log in EDI format), locator (6 characters), contest QTH (is equal items PAdr1 and PAdr2 in EDI, Optional Exchange and standard proposed reports for SSB and CW.&lt;br /&gt;
&lt;br /&gt;
=Band defaults=&lt;br /&gt;
&lt;br /&gt;
[[Image:Bandsettings.png|none|frame|Band defaults]]&lt;br /&gt;
&lt;br /&gt;
This submenu contains setting of all bands. Active bands (QRV is checked) are separated from other bands. You can take away bands which are never used (as 220MHz in Europe).&lt;br /&gt;
&lt;br /&gt;
You can enter single band setting by pressing ENTER key. Item `QRV on this band&#039; is usually set for all bands where are permit transmittes.&lt;br /&gt;
&lt;br /&gt;
This setting is the only one which must be set. Other items are better set here too but it isn&#039;t necessary. &lt;br /&gt;
&lt;br /&gt;
QRV setting in this contest isn&#039;t effect on this place. Category can be one of Multi/Single/Check.&lt;br /&gt;
&lt;br /&gt;
TX and RX Equip settings contains description of equipments. Power is written with units. ASL and AGL means a height between antenna and sea/ground. Inserted values are in meters, delimiter is semicolon.&lt;br /&gt;
&lt;br /&gt;
Fill operator&#039;s callsigns into Operators field delimitely by semicolon. It is possible to fill it by Fill operators in menu [[Contest]].&lt;br /&gt;
&lt;br /&gt;
Remark field is assigned for remarks to contest commitee.&lt;br /&gt;
&lt;br /&gt;
Single/Multi categories are categories valid (probably) only in Czech republic. They are used mostly for EDI files naming.&lt;br /&gt;
&lt;br /&gt;
Band boundaries are entered in kilohertz. At this time they are used for DX-cluster spot filtration.&lt;br /&gt;
&lt;br /&gt;
Adif band name is band description used in ADIF format.&lt;br /&gt;
&lt;br /&gt;
QRG for skeds is initial frequency entered by operator to inform other operators about clean/CQ frequency on which they should take skeds. Format is not limited, you can use any string like &amp;quot;.120&amp;quot; etc.&lt;br /&gt;
&lt;br /&gt;
Transverter&#039;s LO QRG is frequency which tucnak adds to frequency read from transceiver&#039;s CAT and result shows on the screen:&lt;br /&gt;
&amp;lt;math&amp;gt;f_\mathrm{display}=f_\mathrm{CAT} + f_\mathrm{lo} [Hz]&amp;lt;/math&amp;gt;&lt;br /&gt;
Note some radios support transceiver mode for example radio is tuned on 14 MHz, CAT reports also 14 MHz but transceiver&#039;s display shows 144 MHz.&lt;br /&gt;
LO frequency must be computed by operator, you can use Fix QRG in [[Edit]] menu.&lt;br /&gt;
&lt;br /&gt;
This is local frequency for one band. Normally enter 0 to use [[Setup#Rig options|Global LO frequency]].&lt;br /&gt;
&lt;br /&gt;
=Responsible operator=&lt;br /&gt;
&lt;br /&gt;
[[Image:Responsibleoperator.png|none|frame|Responsible operator]]&lt;br /&gt;
&lt;br /&gt;
There are set information of responsible operator for communication with contest commitee in this dialogue. All items are in free format and don&#039;t need commentary.&lt;br /&gt;
&lt;br /&gt;
=CW keying=&lt;br /&gt;
&lt;br /&gt;
[[Image:Cwdaemon.png|none|frame|CW daemon]]&lt;br /&gt;
&lt;br /&gt;
Since version 2.0 Tucnak does not use the external program &#039;cwdaemon&#039; for keying and transmitting CW. Its functions are included in Tucnak. &lt;br /&gt;
&lt;br /&gt;
Keying methods are:&lt;br /&gt;
* None - no CW output is used&lt;br /&gt;
* lp - uses kernel module ppdev for keying. Recommended device is http://ok1zia.nagano.cz/web/davac3. Pin configuration is:&lt;br /&gt;
** 1 STROBE - grounded when active.&lt;br /&gt;
** 14 AUTOLF - switch TRX modulation input to microphone or soundcard output&lt;br /&gt;
** 16 INIT - PTT&lt;br /&gt;
** 17 SELECT IN - CW&lt;br /&gt;
* ttys - uses control pins of serial port. Pinout for D-SUB9:&lt;br /&gt;
** 4 DTR - CW&lt;br /&gt;
** 5 GND - ground&lt;br /&gt;
** 7 RTS - PTT&lt;br /&gt;
* davac4 - USB SSB/CW keyer [[Davac4]] by OK1ZIA&lt;br /&gt;
* cwdaemon - controls [http://www.qsl.net/pg4i/linux/cwdaemon.html cwdaemon] by Joop PG4I&lt;br /&gt;
* winkey - uses [[Winkey]] by [http://www.k1el.com K1EL]]&lt;br /&gt;
&lt;br /&gt;
Keying device f.e. /dev/parport0, /dev/ttyS0, /dev/ttyUSB0&lt;br /&gt;
&lt;br /&gt;
Hostname, UDP port are reserved.&lt;br /&gt;
&lt;br /&gt;
Initial speed says keying speed in WPM after program start. You can change it using PageUp or PageDown keys.&lt;br /&gt;
&lt;br /&gt;
Weighting - changes ratio of mark and space in CW. &lt;br /&gt;
&lt;br /&gt;
&amp;lt;math&amp;gt;t_\mathrm{mark}=\frac{1\,200\,000}{\mathrm{speed}}+500 * \mathrm{weight}\ [\mu s]&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;math&amp;gt;t_\mathrm{space}=\frac{1\,200\,000}{\mathrm{speed}}-500 * \mathrm{weight}\ [\mu s]&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
WPM range describes the speed that can be set with PageUp/PageDown keys. Minimal WPM is also used for Winkey - it can handle only 31 speed steps. Normally minimal speed is set to 10 WPM which means winkey range 10-41 WPM. If you need for example 50 WPM, set minimal WPM to at least 19.&lt;br /&gt;
&lt;br /&gt;
Use speaker - beeps using program soundwrapper.&lt;br /&gt;
&lt;br /&gt;
PTT lead in - (experimental feature) Tucnak turns on PTT some time before CW to key on TRX and PA&#039;s to prevent &amp;quot;eating&amp;quot; of begin of code. It also allows the TX chain to stabilise before sending. Suggest 100 -&amp;gt; 250 ms.&lt;br /&gt;
&lt;br /&gt;
=Winkey options=&lt;br /&gt;
&lt;br /&gt;
[[Image:Winkeyoptions.png|none|frame|Winkey options]]&lt;br /&gt;
&lt;br /&gt;
Fast initialisation means that Tucnak doesn&#039;t wait for Winkey initialisation. It can be used mostly for winkey2 which is commonly supplied from USB. It has no effect for other version-depending commands (buttons), tucnak reads winkey version.&lt;br /&gt;
&lt;br /&gt;
Use speed pot/use buttons - doesn&#039;t need comment. Normally is no reason to turn they off.&lt;br /&gt;
&lt;br /&gt;
Curtis A/B, Ultimate, hand bug - set&#039;s paddle mode. I think optimal is Curtis B.&lt;br /&gt;
&lt;br /&gt;
Paddle swap - also without comment :-)&lt;br /&gt;
&lt;br /&gt;
=Audio=&lt;br /&gt;
&lt;br /&gt;
[[Image:Audio.png|none|frame|Audio options]]&lt;br /&gt;
&lt;br /&gt;
Since 2.0 Tucnak takes also SSB functionality for CQs and traffic recording. &lt;br /&gt;
&lt;br /&gt;
==Common options==&lt;br /&gt;
Alsa, OSS, SSBD are supported &amp;quot;audio drivers&amp;quot;.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Record traffic&#039;&#039;&#039; switches on/off recording band activity on receiving. If this option isn&#039;t active then all next options are irrelevant. To prevent consuming of all free space, use options &#039;&#039;&#039;Max. record duration&#039;&#039;&#039; and &#039;&#039;&#039;Minimal disk free space&#039;&#039;&#039;.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Record format&#039;&#039;&#039; option describe coding of output file. Supported options are.&lt;br /&gt;
&lt;br /&gt;
* PCM 8 and 16 bits&lt;br /&gt;
* Logarithmic PCM u-law and A-law&lt;br /&gt;
* IMA and MS adaptation PCM&lt;br /&gt;
* GSM version 6.10 (preferred for me)&lt;br /&gt;
&lt;br /&gt;
PCM coding is suitable for conversion to other formats (MP3, Ogg). GSM coding has low size. One minute of recording have size about 130 kB of disk space. That is less then 200 MB for 24 hours. This coding doesn&#039;t have to supported by your favourite player! GSM format replay for example mplayer (with codec) or sndfile-play distributed with libsndfile.&lt;br /&gt;
&lt;br /&gt;
Option &#039;&#039;&#039;Channels&#039;&#039;&#039; sets number of sound channels. Set it to 1 (mono). You can set it to 2 or 4 it depends on your sound card capability.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Sample rate&#039;&#039;&#039; sets the number of sample per second. `CD&#039; quality has value 44100. This value is needless for radio activity. It&#039;s recommended to lower value to half (22050) or quarter (11025) because some programs or sound cards can&#039;t work with other values. &lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Playback volume&#039;&#039;&#039; provides possibility to set playback volume for SSB CQ. Enter -1 to disable this feature. Common valid volumes are 0 to 100 but can be different if you use some special hardware with fancy cost-down. &lt;br /&gt;
&lt;br /&gt;
Note in versions prior 2.26 is bug that doesn&#039;t allow to load negative value from rc file. As workaround you can try to enter invalid mixer device.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Capture volume&#039;&#039;&#039; the same for traffic recording.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Template for recorded filename&#039;&#039;&#039; is template for naming recording files. Description of possible macros you can find in section [[Setup#CQ_macros|CQ macros]].&lt;br /&gt;
&lt;br /&gt;
==Alsa options==&lt;br /&gt;
&#039;&#039;&#039;Alsa playback revice&#039;&#039;&#039; and &#039;&#039;&#039;Alsa capture device&#039;&#039;&#039; hold Alsa devices, plugs etc. Valid values are for example:&lt;br /&gt;
* default - default device in your configuration&lt;br /&gt;
* hw0,0 - first card, first PCM (first DAC)&lt;br /&gt;
* hw0,1 - first card, second PCM (second DAC, f.e. Ensonic ES1371)&lt;br /&gt;
* hw1,0 - second card ...&lt;br /&gt;
* plughw0,0 - see Alsa documentation&lt;br /&gt;
* dmix&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Period time&#039;&#039;&#039; is maximal amount of time for holding samples in card buffer for capture. Rasonable values are in hundreds (tenth of second).&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Buffer time&#039;&#039;&#039; is maximal total size of buffer. Must be greater than Period time, f.e. 4*Buffer timer.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Alsa mixer device&#039;&#039;&#039; f.e. hw0, hw1, ...&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Capture source&#039;&#039;&#039; button shows submnenu for capture. In menu are all detected sources on specified soundcard.&lt;br /&gt;
&lt;br /&gt;
==OSS options==&lt;br /&gt;
&#039;&#039;&#039;OSS DSP&#039;&#039;&#039; describes path to special file which is connected with sound card kernel driver. Typically is /dev/dsp.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Max. num of fragments&#039;&#039;&#039; tells number of buffer fragment which can be holded in buffer. If you have problems with recording or witdh transition RX -&amp;gt; TX, try to set to 4 or similar small number. Then check recorded files for buffer underruns.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;OSS mixer&#039;&#039;&#039; path to OSS mixer. typically /dev/mixer.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Record source&#039;&#039;&#039; - input for recording signal.&lt;br /&gt;
&lt;br /&gt;
==SSBD options==&lt;br /&gt;
&#039;&#039;&#039;Currently unimplemented!&#039;&#039;&#039; SSBD is now obsolete. Settings is here for eventual future control of other software/devices (PowerSDR, digimodes...)&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;SSBD hostname&#039;&#039;&#039; and &#039;&#039;&#039;UDP port&#039;&#039;&#039; - set IP address and UDP port of ssb daemon.&lt;br /&gt;
&lt;br /&gt;
=CW CQ=&lt;br /&gt;
&lt;br /&gt;
The list of all CW texts are showed after selecting this item. There is showed the key for running the message in brakes. Character `R&#039; means that the message is repeated (CQ). Also is showing start of text.&lt;br /&gt;
&lt;br /&gt;
[[Image:Cwcq.png|none|frame|CW CQ]]&lt;br /&gt;
&lt;br /&gt;
There are these items in dialoque for setting CQ: &lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;text&#039;&#039;&#039; of CQ. You can use plain text and macros&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;speed&#039;&#039;&#039; is normally undefined but you can define speed only for this CQ (f.e. for fast 73)&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;repeat&#039;&#039;&#039; CQ will be repeated until you press ESC, TAB or other CQ key&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;delay&#039;&#039;&#039; determines time between CQ messages &lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;allow if...&#039;&#039;&#039; allows to run message if there is any macro undefined. Typically you don&#039;t want to give empty string if you have no callsign entered.&lt;br /&gt;
&lt;br /&gt;
=SSB CQ=&lt;br /&gt;
&lt;br /&gt;
[[Image:ssbcq.png|none|frame|SSB CQ]]&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;filename&#039;&#039;&#039; - file which is played as CQ. You can use macros f.e. /home/user/tucnak/cq/$MC_$O.wav to have multiple files for more callsign and more operators. Some audio output devices can have limitations to the audio format - samplerate, channels.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;repeat&#039;&#039;&#039; and &#039;&#039;&#039;delay&#039;&#039;&#039; has same effect as in previous chapter&lt;br /&gt;
&lt;br /&gt;
=CQ macros=&lt;br /&gt;
&lt;br /&gt;
It&#039;s possible to define macros in texts of CW CQ and in name of SSB CQ file. Macros are case insensitive.&lt;br /&gt;
&lt;br /&gt;
* $$ - character $&lt;br /&gt;
* $C - callsign of opposite station. Warning! Callsign may contains stroke then can be problem to use macros in filename of CQ SSB. Look at $V&lt;br /&gt;
* $D - date of contest (20031228)&lt;br /&gt;
* $N - contest number from opposite station&lt;br /&gt;
* $O - operator&#039;s callsign (for SSB CQ filenames)&lt;br /&gt;
* $R - report from opposite station.&lt;br /&gt;
* $S - serial number of record sample&lt;br /&gt;
* $T - contest directory (/home/ok1zia/tucnak/20031004.2)&lt;br /&gt;
* $V - callsign of opposite station, the stroke character is exchanged by the underline character&lt;br /&gt;
* $W - locator of opposite station&lt;br /&gt;
* $X - optional exchange from opposite station&lt;br /&gt;
* $MC - my callsign&lt;br /&gt;
* $MN - contest number to opposite station.&lt;br /&gt;
* $MR - report to opposite station&lt;br /&gt;
* $MW - my locator&lt;br /&gt;
* $MX - my optional exchange&lt;br /&gt;
&lt;br /&gt;
You can also use case sensitive macros from strftime(3) for example:&lt;br /&gt;
&lt;br /&gt;
* %d - day of month 01..31&lt;br /&gt;
* %H - hours 01..24&lt;br /&gt;
* %M - minutes 00..59&lt;br /&gt;
* %m - month 00..12&lt;br /&gt;
* %S - seconds 00-59&lt;br /&gt;
* %Y - year 1970-2038&lt;br /&gt;
&lt;br /&gt;
For others use command:&lt;br /&gt;
&lt;br /&gt;
 man 3 strftime&lt;br /&gt;
&lt;br /&gt;
Macros has not effect in all context.&lt;br /&gt;
&lt;br /&gt;
=Rig options=&lt;br /&gt;
&lt;br /&gt;
Tucnak uses [http://hamlib.sourceforge.net hamlib] for accessing rig (transceiver) via CAT interface. You can use probably any interface which is working with other programs. Good helper is [http://tucnak.nagano.cz/Interfaces.pdf HB9DRV&#039;s guide to HRD]. Or you can build one of [[RIG interface|my RIG interfaces]].&lt;br /&gt;
&lt;br /&gt;
[[Image:Rigoptions.png|none|frame|Rig options]]&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Device&#039;&#039;&#039; device where the interface is connected. Typically /dev/ttyS0, /dev/ttyUSB0&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Model&#039;&#039;&#039; model of rig. It is number defined by hamlib. You can obtain it by running command &#039;&#039;&#039;rigctl -l&#039;&#039;&#039; or you can use:&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Choose&#039;&#039;&#039; Press button to show menu. In the first level you will choose manufacturer, in second level rig model. Model number is written to the previous field.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;CIV address&#039;&#039;&#039; address of rig if you have more Icom radios connected via one interface. Enter 0 for default address.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Freq. shift SSB-&amp;gt;CW&#039;&#039;&#039; some old radios (Icom, Kenwood) shifts frequency when changing mode SSB &amp;lt;--&amp;gt; CW. If you call CQ on SSB and someone calls you in CW, you must switch to CW and tune for about 800Hz up. Tucnak can compensate this shift when you use Alt+M to switch mode.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Transverter&#039;s LO QRG&#039;&#039;&#039; is frequency which tucnak adds to frequency read from transceiver&#039;s CAT and result shows on the screen:&lt;br /&gt;
&amp;lt;math&amp;gt;f_\mathrm{display}=f_\mathrm{CAT} + f_\mathrm{lo} [Hz]&amp;lt;/math&amp;gt;&lt;br /&gt;
Note some radios support transceiver mode for example radio is tuned on 14 MHz, CAT reports also 14 MHz but transceiver&#039;s display shows 144 MHz.&lt;br /&gt;
LO frequency must be computed by operator, you can use Fix QRG in [[Edit]] menu. This is global LO freq, if you use more transceivers, you can set more frequencies in [[Setup#Band defaults|Band defaults menu]].&lt;br /&gt;
&lt;br /&gt;
=Autosave=&lt;br /&gt;
&lt;br /&gt;
[[Image:Autosave.png|none|frame|Autosave options]]&lt;br /&gt;
&lt;br /&gt;
It sets and saves parameters of QSO to disk. Option `Save to disk after QSO&#039; is recommended set to 1 to save all reports. Fsync option immediately saves QSOs from cache to disk.&lt;br /&gt;
&lt;br /&gt;
Default setting of option Save to floppy after QSO is 4. Zero disables saving to floppy disk. Path to floppy item sets path to floppy&#039;s mount point. Tucnak don&#039;t test if floppy disk is mounted.&lt;br /&gt;
&lt;br /&gt;
Other items are ignored.&lt;br /&gt;
&lt;br /&gt;
=Network &amp;amp; trace=&lt;br /&gt;
&lt;br /&gt;
[[Image:Networktrace.png|none|frame|Network &amp;amp; trace options]]&lt;br /&gt;
&lt;br /&gt;
Ignore interfaces - list of network interfaces which would be ignored when searching for more instances of Tucnak on the network (transmit broadcasts) as connect to Internet, public IP address from provider, AX.25 interface. The delimiter between interfaces is space character. Broadcasts loads slow nets.&lt;br /&gt;
&lt;br /&gt;
Ignore networks - the purpose this option is the same as Ignore interface option. You can determinate subnet address.&lt;br /&gt;
&lt;br /&gt;
Announce to nets - it&#039;s an inverse function of previous options. There is specification of IP address where have been sending broadcasts in this option. The routers usually have disabled forward broadcastings.&lt;br /&gt;
&lt;br /&gt;
=Miscellaneous options=&lt;br /&gt;
&lt;br /&gt;
[[Image:Miscoptions.png|none|frame|Miscellaneous options]]&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Log lines&#039;&#039;&#039; are last lines of tucnak&#039;s screen on which tucnak writes informations for users.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Sked shift&#039;&#039;&#039; time added to current time filled in the Sked dialog.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Starting band&#039;&#039;&#039; Band character (f.e. C=144 MHz) of band, which will be activated after contest open.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Screen resolution&#039;&#039;&#039; Only for SDL mode - you can set resolution of tucnak&#039;s window in characters or in pixels&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Double font&#039;&#039;&#039; for very-high-resolution displays and bad eyes - fonts are resized from usual 9x16 to 18x32 pixels. It is not very usable but on IARU VHF 2008 I had nothing to do so I&#039;ve imlpemented it.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Slash key&#039;&#039;&#039; Slash key on some national keyboards is not easily accessible (only with shift). Here you can remap it to any other character. Use with care!&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Disable screensaver&#039;&#039;&#039; if you only test Tucnak at home, you probably don&#039;t want to disable screensaver. So turn these checkbox off.&lt;br /&gt;
&lt;br /&gt;
=Terminal options=&lt;br /&gt;
&lt;br /&gt;
[[Image:Terminal.png|none|frame|Terminal options]]&lt;br /&gt;
&lt;br /&gt;
These options come from [http://links.sourceforge.net links browser] so I&#039;m not able to tell what they exactly mean. Try to make some experiments or look at source code :-)&lt;br /&gt;
&lt;br /&gt;
=Language=&lt;br /&gt;
&lt;br /&gt;
Set language of Tucnak&#039;s GUI. I think English is very good for contest log but some people like to have their mother tongue set.&lt;br /&gt;
&lt;br /&gt;
=Character set=&lt;br /&gt;
&lt;br /&gt;
This menu is used for setting characteristic of terminal as window frames. It&#039;s a legacy of links (as above), I don&#039;t have detailed knowledge about these options.&lt;br /&gt;
&lt;br /&gt;
=Load cfg from net=&lt;br /&gt;
&lt;br /&gt;
It shows addresses of all Tucnaks on the local network. If one is selected you will read his complete configuration (tucnakrc).&lt;br /&gt;
&lt;br /&gt;
=Load C_W from net=&lt;br /&gt;
&lt;br /&gt;
It loads complete C_W database from selected Tucnak and saves it to ~/tucnak/tucnakcw. In database are saved two newest locators for each callsign.&lt;br /&gt;
&lt;br /&gt;
=Save configuration=&lt;br /&gt;
&lt;br /&gt;
It saves current configuration to file ~/tucnak/tucnakrc . You &#039;&#039;&#039;MUST&#039;&#039;&#039; do it to preserve any configuration changes !!&lt;/div&gt;</summary>
		<author><name>Dk1hj</name></author>
	</entry>
	<entry>
		<id>https://tucnak.nagano.cz/wiki/index.php?title=DE_Main_Page&amp;diff=1027</id>
		<title>DE Main Page</title>
		<link rel="alternate" type="text/html" href="https://tucnak.nagano.cz/wiki/index.php?title=DE_Main_Page&amp;diff=1027"/>
		<updated>2009-07-21T18:10:55Z</updated>

		<summary type="html">&lt;p&gt;Dk1hj: /* Screenshots */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{Languages|Main_Page}}&lt;br /&gt;
&lt;br /&gt;
= Tucnak Wiki=&lt;br /&gt;
&lt;br /&gt;
Diese Seite dient zur Dokumentation für Tucnak, einem Funkamateur-VHF-Contest-Log. Du kannst dieses Wiki lesen, deine eigenen Seiten erstellen oder Tipp-/Rechtschreibfehler korrigieren!&lt;br /&gt;
&lt;br /&gt;
Die Seite gibt es nur in Englisch da ich nur eine Sprache spreche. Englisch ist bevorzugt da es die meisten Funkamateure verstehen.&lt;br /&gt;
Dieses Wiki ist aber nicht auf Englisch beschränkt - jeder kann Seiten übersetzen und in seiner eigenen Sprache verfassen.&lt;br /&gt;
&lt;br /&gt;
Aufgrund von Spam-Angriffen muss man sich zum Editieren jedoch registrieren. Sorry.&lt;br /&gt;
&lt;br /&gt;
Wenn du über Änderungen auf dieser Seite informiert sein willst, kannst du folgenden RSS-Feed abonnieren:&lt;br /&gt;
http://tucnak.nagano.cz/wiki/index.php?title=Special:Recentchanges&amp;amp;feed=rss&lt;br /&gt;
&lt;br /&gt;
=Über Tucnak=&lt;br /&gt;
&lt;br /&gt;
Tucnak ist ein VHF-Contest-Logbuch. Es läuft unter GNU/Linux und auf anderen Unix-Derivaten. Unter MS läuft es mit Hilfe der Cygwin-Bibliothek (ältere Version). &lt;br /&gt;
Du kannst Tucnak hier downloaden: http://tucnak.nagano.cz.&lt;br /&gt;
&lt;br /&gt;
=Verfügbare Übersetzungen des Wikis=&lt;br /&gt;
*[[FR Main Page|Français]] verwaltet von Jerôme F0FLO, tnx!&lt;br /&gt;
*[[DE Main Page|Deutsch]] verwaltet von Hannes DK1HJ, tnx!&lt;br /&gt;
&lt;br /&gt;
Automatische Übersetzungen gibt es von Google:&lt;br /&gt;
* [http://translate.google.cz/translate?hl=cs&amp;amp;sl=en&amp;amp;u=http://tucnak.nagano.cz/wiki/Main_Page Čeština]&lt;br /&gt;
* [http://translate.google.cz/translate?hl=de&amp;amp;sl=en&amp;amp;u=http://tucnak.nagano.cz/wiki/Main_Page Deutsch]&lt;br /&gt;
&lt;br /&gt;
=Download=&lt;br /&gt;
Du kannst Tucnak über folgenden Link downloaden: http://tucnak.nagano.cz/download.php#ver2&lt;br /&gt;
&lt;br /&gt;
openSUSE Benutzer finden die rpm-Pakete hier: http://download.opensuse.org/repositories/hamradio/ &lt;br /&gt;
Noch einfacher ist es, &amp;quot;tucnak&amp;quot; in der Suche bei http://software.opensuse.org/search einzugeben und den Installationsanweisungen zu folgen.&lt;br /&gt;
&lt;br /&gt;
Gentoo Benutzer tippen lediglich: emerge tucnak2&lt;br /&gt;
&lt;br /&gt;
=Screenshots=&lt;br /&gt;
&amp;lt;gallery&amp;gt;&lt;br /&gt;
Image:Qsos_DE.png|QSOs Fenster&lt;br /&gt;
Image:Stats_DE.png|Statistiken&lt;br /&gt;
Image:Map_DE.png|Polar-Karte&lt;br /&gt;
&amp;lt;/gallery&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=Dokumentation=&lt;br /&gt;
Noch nicht komplett... Ich arbeite daran...&lt;br /&gt;
Deutsch sowieso noch...&lt;br /&gt;
* [[DE_Features|Features]]&lt;br /&gt;
**[[DE_Supported Contests|Unterstützte Conteste]] &lt;br /&gt;
* [[DE_Quick Start|Schnellstart]]&lt;br /&gt;
* [[DE_Install|Installation]]&lt;br /&gt;
* Settings&lt;br /&gt;
** [[Post Install Settings]]&lt;br /&gt;
** [[Files]]&lt;br /&gt;
** [[Variables]]&lt;br /&gt;
** [[Command line]]&lt;br /&gt;
* [[New Contest]]&lt;br /&gt;
* [[Network]]&lt;br /&gt;
* Control&lt;br /&gt;
** [[Basic control]]&lt;br /&gt;
** [[Edit QSO]]&lt;br /&gt;
** [[Hotkeys]]&lt;br /&gt;
** [[Tutorial]]&lt;br /&gt;
* [[Output formats]]&lt;br /&gt;
* [[Activity]]&lt;br /&gt;
** [[Duplicate callsign]]&lt;br /&gt;
** [[Advanced]]&lt;br /&gt;
* [[Menu]]&lt;br /&gt;
** [[Contest]]&lt;br /&gt;
** [[File]]&lt;br /&gt;
** [[Edit]]&lt;br /&gt;
** [[Bands]]&lt;br /&gt;
** [[Subwins]]&lt;br /&gt;
** [[Setup]]&lt;br /&gt;
** [[Help]]&lt;br /&gt;
* [[Supported hardware]]&lt;br /&gt;
* [[Using NTP]]&lt;br /&gt;
* [[References]]&lt;br /&gt;
* [[Thanks]]&lt;br /&gt;
TODO subwin types&lt;br /&gt;
* Installing&lt;br /&gt;
** [[Ubuntu &amp;quot;Intrepid&amp;quot; (8.10)]]&lt;br /&gt;
* Compiling&lt;br /&gt;
** [[Ubuntu &#039;Hardy&#039; (8.04 LTS)]]&lt;br /&gt;
&lt;br /&gt;
=Tucnak users=&lt;br /&gt;
[http://ok2m.nagano.cz OK2M], [http://www.dr5a.de/equipment/ DR5A], [http://www.qslnet.de/member/ok5tr/ OK5TR], [http://ok1hra.nagano.cz OK1HRA], [http://www.m1cro.org.uk/ G0VHF/M1CRO], [http://www/g1ogy.com/ G1OGY],[http://www.ok2fug.com/?p=117#more-117 OK2FUG], [http://ok1rca.tym.cz OK1RCA], [http://www.landshut.org/members/db1ras/funkfreunde/contestdl1e.htm DL1E], [[User:Dl5ybz|DL5YBZ]], OK2AIA, HG6Z&lt;br /&gt;
&lt;br /&gt;
=Wie kannst du helfen?=&lt;br /&gt;
&lt;br /&gt;
* Testen von Stable- und Entwicklungs-Versionen von Tucnak und senden einer Error-Liste zu mir.&lt;br /&gt;
* Mithilfe beim Befüllen von Dateien wie tucnakdw und tucnakwiz.&lt;br /&gt;
* Tucnak loben!&lt;br /&gt;
* Wenn du Ideen hast wie man Tucnak verbessern k&lt;br /&gt;
* Einen neuen Teil von Tucnak schreiben.&lt;br /&gt;
* Übersetzen der Dokumentation in andere Sprachen (oder Fehler in den vorhanden Sprachen ausbessern)&lt;br /&gt;
* Erstellen von Installations-Paketen für die eigene Distribution&lt;br /&gt;
* Freiwillige Spenden (für Bier) bitte direkt an den Autor!&lt;br /&gt;
&lt;br /&gt;
73! Ladislav Vaiz, OK1ZIA&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;MYCALL&amp;gt;@nagano.cz&lt;br /&gt;
&lt;br /&gt;
=Obsolete branch 1=&lt;br /&gt;
Tucnak: [http://tucnak.nagano.cz/tucnak1en.html english documentation], [http://tucnak.nagano.cz/tucnak1cz.html česká dokumentace]&lt;br /&gt;
&lt;br /&gt;
SSB daemon: [http://tucnak.nagano.cz/ssbd0en.html english documentation], [http://tucnak.nagano.cz/ssbd0cz.html česká dokumentace]&lt;br /&gt;
&lt;br /&gt;
=Entwicklung=&lt;br /&gt;
[[Shortwave features]]&lt;br /&gt;
&lt;br /&gt;
[[Optional exchange draft]]&lt;br /&gt;
&lt;br /&gt;
[[Merge QSOs from all bands to one window]]&lt;br /&gt;
&lt;br /&gt;
[[All bands statistics]]&lt;br /&gt;
&lt;br /&gt;
=Konvertierung von TACLog=&lt;br /&gt;
&lt;br /&gt;
Die Inspiration für Tucnak war das DOS-Programm TACLog (Author: Bo, OZ2M; wie Lada, OK1ZIA, freundlicherweise mitgeteilt hat). In den spätern 90ern war TACLog von über 200 Stationen in Verwendung, manche verwenden es heute noch.&amp;lt;br&amp;gt;&lt;br /&gt;
Es wird immer schwieriger ein voll funktionierendes TACLog mit CQ-Rufer, CW-Keyer und automatischem PTT zu betreiben, vor allem weil es nur unter DOS läuft und eine &amp;quot;originale&amp;quot; Soundblaster-Karte benötigt.&amp;lt;br&amp;gt;&lt;br /&gt;
In dieser Sektion hoffe ich denen die drüber nachgrübeln von TACLog zu Tucnak zu wechseln ein wenig zu motivieren. Es wäre schön wenn ihr diesen Schritt hier dokumentieren könntet damit die, die nach euch kommen eine Hilfe haben!&lt;br /&gt;
&lt;br /&gt;
*Artikel&lt;br /&gt;
**[[Converting TACLog v 1,9xx C_W files for use with Tucnak]]&lt;br /&gt;
**[[Notes on hand-editing Tucnak EDI files for G-land OE Contests]]&lt;/div&gt;</summary>
		<author><name>Dk1hj</name></author>
	</entry>
	<entry>
		<id>https://tucnak.nagano.cz/wiki/index.php?title=File:Stats_DE.png&amp;diff=1026</id>
		<title>File:Stats DE.png</title>
		<link rel="alternate" type="text/html" href="https://tucnak.nagano.cz/wiki/index.php?title=File:Stats_DE.png&amp;diff=1026"/>
		<updated>2009-07-21T18:10:35Z</updated>

		<summary type="html">&lt;p&gt;Dk1hj: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;/div&gt;</summary>
		<author><name>Dk1hj</name></author>
	</entry>
	<entry>
		<id>https://tucnak.nagano.cz/wiki/index.php?title=File:Qsos_DE.png&amp;diff=1025</id>
		<title>File:Qsos DE.png</title>
		<link rel="alternate" type="text/html" href="https://tucnak.nagano.cz/wiki/index.php?title=File:Qsos_DE.png&amp;diff=1025"/>
		<updated>2009-07-21T18:10:23Z</updated>

		<summary type="html">&lt;p&gt;Dk1hj: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;/div&gt;</summary>
		<author><name>Dk1hj</name></author>
	</entry>
	<entry>
		<id>https://tucnak.nagano.cz/wiki/index.php?title=File:Map_DE.png&amp;diff=1024</id>
		<title>File:Map DE.png</title>
		<link rel="alternate" type="text/html" href="https://tucnak.nagano.cz/wiki/index.php?title=File:Map_DE.png&amp;diff=1024"/>
		<updated>2009-07-21T18:10:08Z</updated>

		<summary type="html">&lt;p&gt;Dk1hj: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;/div&gt;</summary>
		<author><name>Dk1hj</name></author>
	</entry>
	<entry>
		<id>https://tucnak.nagano.cz/wiki/index.php?title=DE_Post_Install_Settings&amp;diff=1023</id>
		<title>DE Post Install Settings</title>
		<link rel="alternate" type="text/html" href="https://tucnak.nagano.cz/wiki/index.php?title=DE_Post_Install_Settings&amp;diff=1023"/>
		<updated>2009-07-21T17:47:16Z</updated>

		<summary type="html">&lt;p&gt;Dk1hj: Created page with &amp;#039;{{Languages|Post Install Settings}}  Nun ist es Zeit Tucnak an eine Station zu binden. Es ist eine gute Idee mehrere Linux-Benutzer für verschieden Rufzeichen zu verwenden. Ich ...&amp;#039;&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{Languages|Post Install Settings}}&lt;br /&gt;
&lt;br /&gt;
Nun ist es Zeit Tucnak an eine Station zu binden. Es ist eine gute Idee mehrere Linux-Benutzer für verschieden Rufzeichen zu verwenden. Ich habe zum Beispiel zwei Benutzer, OK1KRQ für große Conteste (Clubstations-Rufzeichen OK1KRQ/OK2M) und OK1ZIA für andere Conteste.&lt;br /&gt;
&lt;br /&gt;
Melde dich an deinem System als gewünschter User an und starte Tucnak. Öffne das Menü mit F9 oder F10. Editiere folgende empfohlenen Einstellungen:&lt;br /&gt;
&lt;br /&gt;
# [[Setup#Contest_defaults|Contest defaults]]&lt;br /&gt;
# [[Setup#Band_defaults|Band defaults]]&lt;br /&gt;
# [[Setup#Responsible operator|Responsible operator]]&lt;br /&gt;
# [[Setup#CW_daemon|CW daemon]]&lt;br /&gt;
# [[Setup#SSB_daemon|SSB daemon]]&lt;br /&gt;
# [[Setup#CW_CQ|CW CQ]]&lt;br /&gt;
# [[Setup#SSB_CQ|SSB CQ]]&lt;br /&gt;
# [[Setup#CQ_macros|CQ macros]]&lt;br /&gt;
# [[Setup#Autosave|Autosave]]&lt;br /&gt;
# [[Setup#Network_.26_trace|Network &amp;amp; trace]]&lt;br /&gt;
# [[Setup#Load_C_W_from_net|Load C_W from net]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
WARNUNG! Es ist NICHT empfohlen verschiedene Versionen von Tucnak zu verwenden! Ältere Tucnak-Versionen können nicht alle Konfigurations-Optionen erkennen und zerstören neuere Optionen! Wenn du verschiedene Versionen verwenden willst solltest du das auch mit verschiedenen Usern tun!&lt;/div&gt;</summary>
		<author><name>Dk1hj</name></author>
	</entry>
	<entry>
		<id>https://tucnak.nagano.cz/wiki/index.php?title=DE_Main_Page&amp;diff=1022</id>
		<title>DE Main Page</title>
		<link rel="alternate" type="text/html" href="https://tucnak.nagano.cz/wiki/index.php?title=DE_Main_Page&amp;diff=1022"/>
		<updated>2009-07-21T17:39:18Z</updated>

		<summary type="html">&lt;p&gt;Dk1hj: /* Verfügbare Übersetzungen des Wikis */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{Languages|Main_Page}}&lt;br /&gt;
&lt;br /&gt;
= Tucnak Wiki=&lt;br /&gt;
&lt;br /&gt;
Diese Seite dient zur Dokumentation für Tucnak, einem Funkamateur-VHF-Contest-Log. Du kannst dieses Wiki lesen, deine eigenen Seiten erstellen oder Tipp-/Rechtschreibfehler korrigieren!&lt;br /&gt;
&lt;br /&gt;
Die Seite gibt es nur in Englisch da ich nur eine Sprache spreche. Englisch ist bevorzugt da es die meisten Funkamateure verstehen.&lt;br /&gt;
Dieses Wiki ist aber nicht auf Englisch beschränkt - jeder kann Seiten übersetzen und in seiner eigenen Sprache verfassen.&lt;br /&gt;
&lt;br /&gt;
Aufgrund von Spam-Angriffen muss man sich zum Editieren jedoch registrieren. Sorry.&lt;br /&gt;
&lt;br /&gt;
Wenn du über Änderungen auf dieser Seite informiert sein willst, kannst du folgenden RSS-Feed abonnieren:&lt;br /&gt;
http://tucnak.nagano.cz/wiki/index.php?title=Special:Recentchanges&amp;amp;feed=rss&lt;br /&gt;
&lt;br /&gt;
=Über Tucnak=&lt;br /&gt;
&lt;br /&gt;
Tucnak ist ein VHF-Contest-Logbuch. Es läuft unter GNU/Linux und auf anderen Unix-Derivaten. Unter MS läuft es mit Hilfe der Cygwin-Bibliothek (ältere Version). &lt;br /&gt;
Du kannst Tucnak hier downloaden: http://tucnak.nagano.cz.&lt;br /&gt;
&lt;br /&gt;
=Verfügbare Übersetzungen des Wikis=&lt;br /&gt;
*[[FR Main Page|Français]] verwaltet von Jerôme F0FLO, tnx!&lt;br /&gt;
*[[DE Main Page|Deutsch]] verwaltet von Hannes DK1HJ, tnx!&lt;br /&gt;
&lt;br /&gt;
Automatische Übersetzungen gibt es von Google:&lt;br /&gt;
* [http://translate.google.cz/translate?hl=cs&amp;amp;sl=en&amp;amp;u=http://tucnak.nagano.cz/wiki/Main_Page Čeština]&lt;br /&gt;
* [http://translate.google.cz/translate?hl=de&amp;amp;sl=en&amp;amp;u=http://tucnak.nagano.cz/wiki/Main_Page Deutsch]&lt;br /&gt;
&lt;br /&gt;
=Download=&lt;br /&gt;
Du kannst Tucnak über folgenden Link downloaden: http://tucnak.nagano.cz/download.php#ver2&lt;br /&gt;
&lt;br /&gt;
openSUSE Benutzer finden die rpm-Pakete hier: http://download.opensuse.org/repositories/hamradio/ &lt;br /&gt;
Noch einfacher ist es, &amp;quot;tucnak&amp;quot; in der Suche bei http://software.opensuse.org/search einzugeben und den Installationsanweisungen zu folgen.&lt;br /&gt;
&lt;br /&gt;
Gentoo Benutzer tippen lediglich: emerge tucnak2&lt;br /&gt;
&lt;br /&gt;
=Screenshots=&lt;br /&gt;
&amp;lt;gallery&amp;gt;&lt;br /&gt;
Image:Qsos.png|QSOs Fenster&lt;br /&gt;
Image:Stats.png|Statistiken&lt;br /&gt;
Image:Map.png|Polar-Karte&lt;br /&gt;
&amp;lt;/gallery&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=Dokumentation=&lt;br /&gt;
Noch nicht komplett... Ich arbeite daran...&lt;br /&gt;
Deutsch sowieso noch...&lt;br /&gt;
* [[DE_Features|Features]]&lt;br /&gt;
**[[DE_Supported Contests|Unterstützte Conteste]] &lt;br /&gt;
* [[DE_Quick Start|Schnellstart]]&lt;br /&gt;
* [[DE_Install|Installation]]&lt;br /&gt;
* Settings&lt;br /&gt;
** [[Post Install Settings]]&lt;br /&gt;
** [[Files]]&lt;br /&gt;
** [[Variables]]&lt;br /&gt;
** [[Command line]]&lt;br /&gt;
* [[New Contest]]&lt;br /&gt;
* [[Network]]&lt;br /&gt;
* Control&lt;br /&gt;
** [[Basic control]]&lt;br /&gt;
** [[Edit QSO]]&lt;br /&gt;
** [[Hotkeys]]&lt;br /&gt;
** [[Tutorial]]&lt;br /&gt;
* [[Output formats]]&lt;br /&gt;
* [[Activity]]&lt;br /&gt;
** [[Duplicate callsign]]&lt;br /&gt;
** [[Advanced]]&lt;br /&gt;
* [[Menu]]&lt;br /&gt;
** [[Contest]]&lt;br /&gt;
** [[File]]&lt;br /&gt;
** [[Edit]]&lt;br /&gt;
** [[Bands]]&lt;br /&gt;
** [[Subwins]]&lt;br /&gt;
** [[Setup]]&lt;br /&gt;
** [[Help]]&lt;br /&gt;
* [[Supported hardware]]&lt;br /&gt;
* [[Using NTP]]&lt;br /&gt;
* [[References]]&lt;br /&gt;
* [[Thanks]]&lt;br /&gt;
TODO subwin types&lt;br /&gt;
* Installing&lt;br /&gt;
** [[Ubuntu &amp;quot;Intrepid&amp;quot; (8.10)]]&lt;br /&gt;
* Compiling&lt;br /&gt;
** [[Ubuntu &#039;Hardy&#039; (8.04 LTS)]]&lt;br /&gt;
&lt;br /&gt;
=Tucnak users=&lt;br /&gt;
[http://ok2m.nagano.cz OK2M], [http://www.dr5a.de/equipment/ DR5A], [http://www.qslnet.de/member/ok5tr/ OK5TR], [http://ok1hra.nagano.cz OK1HRA], [http://www.m1cro.org.uk/ G0VHF/M1CRO], [http://www/g1ogy.com/ G1OGY],[http://www.ok2fug.com/?p=117#more-117 OK2FUG], [http://ok1rca.tym.cz OK1RCA], [http://www.landshut.org/members/db1ras/funkfreunde/contestdl1e.htm DL1E], [[User:Dl5ybz|DL5YBZ]], OK2AIA, HG6Z&lt;br /&gt;
&lt;br /&gt;
=Wie kannst du helfen?=&lt;br /&gt;
&lt;br /&gt;
* Testen von Stable- und Entwicklungs-Versionen von Tucnak und senden einer Error-Liste zu mir.&lt;br /&gt;
* Mithilfe beim Befüllen von Dateien wie tucnakdw und tucnakwiz.&lt;br /&gt;
* Tucnak loben!&lt;br /&gt;
* Wenn du Ideen hast wie man Tucnak verbessern k&lt;br /&gt;
* Einen neuen Teil von Tucnak schreiben.&lt;br /&gt;
* Übersetzen der Dokumentation in andere Sprachen (oder Fehler in den vorhanden Sprachen ausbessern)&lt;br /&gt;
* Erstellen von Installations-Paketen für die eigene Distribution&lt;br /&gt;
* Freiwillige Spenden (für Bier) bitte direkt an den Autor!&lt;br /&gt;
&lt;br /&gt;
73! Ladislav Vaiz, OK1ZIA&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;MYCALL&amp;gt;@nagano.cz&lt;br /&gt;
&lt;br /&gt;
=Obsolete branch 1=&lt;br /&gt;
Tucnak: [http://tucnak.nagano.cz/tucnak1en.html english documentation], [http://tucnak.nagano.cz/tucnak1cz.html česká dokumentace]&lt;br /&gt;
&lt;br /&gt;
SSB daemon: [http://tucnak.nagano.cz/ssbd0en.html english documentation], [http://tucnak.nagano.cz/ssbd0cz.html česká dokumentace]&lt;br /&gt;
&lt;br /&gt;
=Entwicklung=&lt;br /&gt;
[[Shortwave features]]&lt;br /&gt;
&lt;br /&gt;
[[Optional exchange draft]]&lt;br /&gt;
&lt;br /&gt;
[[Merge QSOs from all bands to one window]]&lt;br /&gt;
&lt;br /&gt;
[[All bands statistics]]&lt;br /&gt;
&lt;br /&gt;
=Konvertierung von TACLog=&lt;br /&gt;
&lt;br /&gt;
Die Inspiration für Tucnak war das DOS-Programm TACLog (Author: Bo, OZ2M; wie Lada, OK1ZIA, freundlicherweise mitgeteilt hat). In den spätern 90ern war TACLog von über 200 Stationen in Verwendung, manche verwenden es heute noch.&amp;lt;br&amp;gt;&lt;br /&gt;
Es wird immer schwieriger ein voll funktionierendes TACLog mit CQ-Rufer, CW-Keyer und automatischem PTT zu betreiben, vor allem weil es nur unter DOS läuft und eine &amp;quot;originale&amp;quot; Soundblaster-Karte benötigt.&amp;lt;br&amp;gt;&lt;br /&gt;
In dieser Sektion hoffe ich denen die drüber nachgrübeln von TACLog zu Tucnak zu wechseln ein wenig zu motivieren. Es wäre schön wenn ihr diesen Schritt hier dokumentieren könntet damit die, die nach euch kommen eine Hilfe haben!&lt;br /&gt;
&lt;br /&gt;
*Artikel&lt;br /&gt;
**[[Converting TACLog v 1,9xx C_W files for use with Tucnak]]&lt;br /&gt;
**[[Notes on hand-editing Tucnak EDI files for G-land OE Contests]]&lt;/div&gt;</summary>
		<author><name>Dk1hj</name></author>
	</entry>
	<entry>
		<id>https://tucnak.nagano.cz/wiki/index.php?title=DE_Install&amp;diff=1021</id>
		<title>DE Install</title>
		<link rel="alternate" type="text/html" href="https://tucnak.nagano.cz/wiki/index.php?title=DE_Install&amp;diff=1021"/>
		<updated>2009-07-21T15:35:42Z</updated>

		<summary type="html">&lt;p&gt;Dk1hj: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{Languages|Install}}&lt;br /&gt;
&lt;br /&gt;
=Installation=&lt;br /&gt;
Der bevorzugte Download-Link ist http://tucnak.nagano.cz/download.php.&lt;br /&gt;
&lt;br /&gt;
Lade am Besten den Quellcode oder die Binary-Packages runter. Es gibt vielleicht Binary-Packages für deine Distribution, diese könnten aber nicht aktuell sein.&lt;br /&gt;
&lt;br /&gt;
Tucnak benötigt die glib 2 Bibliothek. Eventuell ist diese bereits Teil deiner Distribution. Wenn du Tucnak vom Quellcode bilden willst benötigst du auch die Entwicklungs-Version von glib. (Entwicklungs-Paket: libglib2.0-dev*.deb (Debian), glib-devel*.rpm (RedHat), libglib2.0*.rpm (Mandrake)).&lt;br /&gt;
Du kannst diese Bibliothek von www.gtk.org runterladen (nicht glib.org ;-) )&lt;br /&gt;
&lt;br /&gt;
Seit Version 2.0 ist es nötig, dass die SDL-Bibliothek installiert ist. (Auch hier gilt wieder: Wenn du vom Quellcode bilden willst benötigst du die Entwicklungs-Version - libsdl1.2-dev*.deb (Debian), SDL-devel-1.2*.rpm (RedHat), libSDL1.2-devel*.rpm (Mandrake)).&lt;br /&gt;
&lt;br /&gt;
=Installation vom Quellcode=&lt;br /&gt;
&lt;br /&gt;
Die Installation vom Quellcode ist eine universelle Art um Tucnak zu installieren. Hierfür werden die Entwicklungstools für C benötigt.&lt;br /&gt;
&lt;br /&gt;
 tar xzf tucnak2-2.27.tar.gz&lt;br /&gt;
 cd tucnak2-2.27&lt;br /&gt;
 ./configure&lt;br /&gt;
 make&lt;br /&gt;
 make install (als root)&lt;br /&gt;
&lt;br /&gt;
Das Programm wird normalerweise nach /usr/local/bin installiert. Eventuell musst du diesen Pfad für Binary-Packages angeben. Dies geht über das hinzufügen von &amp;quot;export HOME=/usr/local/bin:$HOME&amp;quot; zur Datei /etc/rc.local.&lt;br /&gt;
Konfigurationsdateien werden immer in ~/tucnak/ gespeichert.&lt;br /&gt;
&lt;br /&gt;
=Installation unter Debian=&lt;br /&gt;
&lt;br /&gt;
==Repository==&lt;br /&gt;
&lt;br /&gt;
Der einfachste Weg ist das Hinzufügen der Zeilen&lt;br /&gt;
&lt;br /&gt;
 deb &amp;lt;nowiki&amp;gt;http://ok1zia.nagano.cz/debian/ok1zia&amp;lt;/nowiki&amp;gt; binary-i386/&lt;br /&gt;
 deb-src &amp;lt;nowiki&amp;gt;http://ok1zia.nagano.cz/debian/ok1zia source/&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
&lt;br /&gt;
zu /etc/apt/sources.list.&lt;br /&gt;
&lt;br /&gt;
Danach benutze&lt;br /&gt;
&lt;br /&gt;
 apt-get update&lt;br /&gt;
 apt-get install tucnak2&lt;br /&gt;
&lt;br /&gt;
==Manueller Download und Installation==&lt;br /&gt;
&lt;br /&gt;
Lade das Paket tucnak2-2.27*_i386.deb herunter. Installiere es mit dem Befehl:&lt;br /&gt;
&lt;br /&gt;
 dpkg --install tucnak2-2.27*_i386.deb&lt;br /&gt;
&lt;br /&gt;
==Download des Quellcodes und erzeugen von Paketen==&lt;br /&gt;
&lt;br /&gt;
Wenn keine Binary-Packages zur Verfügung stehen, kannst du diese mit folgenden Befehlen erzeugen:&lt;br /&gt;
&lt;br /&gt;
 ./configure&lt;br /&gt;
 make deb&lt;br /&gt;
&lt;br /&gt;
=Installation auf RedHat-ähnlichen Distributionen=&lt;br /&gt;
&lt;br /&gt;
Lade das Paket tucnak2-2.27*.i386.rpm herunter und installiere es mit dem Befehl:&lt;br /&gt;
&lt;br /&gt;
 rpm -i tucnak2-2.07*.i386.rpm&lt;br /&gt;
&lt;br /&gt;
Wenn keine Binary-Packages zur Verfügung stehen, kannst du diese mit folgenden Befehlen erzeugen: (Unter Mandrake musst du zuerst rpm-build installieren)&lt;br /&gt;
&lt;br /&gt;
 ./configure&lt;br /&gt;
 make rpm&lt;br /&gt;
&lt;br /&gt;
Quellcode-Paket-RPM (SRPM) kannst du so erzeugen:&lt;br /&gt;
&lt;br /&gt;
 ./configure&lt;br /&gt;
 make srpm&lt;br /&gt;
&lt;br /&gt;
Dateien werden unter /usr/src/[redhat|RPM|packages|rpm]/* gespeichert (Abhängig von deiner Distribution). Es ist notwendig, dass du in diesen Verzeichnissen Schreibrechte hast!&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;Bemerkung: Die Erzeugung von RPM-Paketen ist nicht vollständig getestet. Wenn du Fragen hast oder irgendwelche Vorschläge zum Beheben von Fehlern hast: Bitte bei mir melden!&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
=Installation unter Gentoo=&lt;br /&gt;
&lt;br /&gt;
Du kannst Tucnak auch bei Gentoo-Linux finden! Es befindet sich im Portage-Tree in der Kategory &#039;&#039;media-radio&#039;&#039;.&lt;br /&gt;
&lt;br /&gt;
Da Tucnak als nicht stabil markiert ist (Von keinem Gentoo-Entwickler verwaltet wird) kannst du es nur mit folgendem Befehl installieren:&lt;br /&gt;
&lt;br /&gt;
  ACCECPT_KEYWORDS=~x86 emerge tucnak2&lt;br /&gt;
&lt;br /&gt;
Du kannst die USE-flags &#039;alsa&#039;, &#039;ftdi&#039;, &#039;gpm&#039; und &#039;hamlib&#039; setzen um Tucnak mit Audio I/O über Alsa, USB über FTDI, konsolenbasiertem Mauszeiger und hamlib-Unterstützung zu bilden.&lt;br /&gt;
&lt;br /&gt;
Im Moment werden nur x86 und amd64-Architekturen unterstützt. Für andere Architekturen (ppc, ...) kontaktiere mich bitte per Mail.&lt;/div&gt;</summary>
		<author><name>Dk1hj</name></author>
	</entry>
</feed>