1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
|
--- doc/man/svxlink.conf.5.orig 2011-05-15 01:59:35.000000000 -0700
+++ doc/man/svxlink.conf.5 2012-06-24 10:45:02.000000000 -0700
@@ -16,7 +16,7 @@
.BR $HOME/.svxlink/svxlink.conf .
If no user specific configuration file can be found, SvxLink will look for
the system wide configuration file
-.BR /etc/svxlink/svxlink.conf .
+.BR /usr/local/etc/svxlink/svxlink.conf .
The
.B --config
command line option may also be used to specify an arbitrary configuration file.
@@ -185,7 +185,7 @@
.B EVENT_HANDLER
Point out the TCL event handler script to use. The TCL event handler script is
responsible for playing the correct audio clips when an event occurr.
-The default location is /usr/share/svxlink/events.tcl.
+The default location is /usr/local/share/svxlink/events.tcl.
.TP
.B DEFAULT_LANG
Set the default language to use for announcements. It should be set to an ISO
@@ -474,7 +474,7 @@
Always "Local" for a local receiver.
.TP
.B AUDIO_DEV
-Specify the audio device to use. Normally /dev/dsp.
+Specify the audio device to use. Normally oss:/dev/dsp.
.TP
.B AUDIO_CHANNEL
Specify the audio channel to use. SvxLink can use the left/right stereo
@@ -482,7 +482,7 @@
.TP
.B SQL_DET
Specify the type of squelch detector to use. Possible values are: VOX, CTCSS,
-SERIAL, EVDEV or SIGLEV.
+SERIAL or SIGLEV.
The VOX squelch detector determines if there is a signal
present by calculating a mean value of the sound samples. The VOX squelch
@@ -500,13 +500,6 @@
hardware indicator of when the squelch is open. Specify which serial port/pin to
use with SERIAL_PORT and SERIAL_PIN.
-The EVDEV squelch detector read squelch events from a /dev/input/eventX device.
-An example where this could be useful is if you have a USB audio device with
-some buttons on it. Some of these devices generate key press events, much like
-a keyboard. Specify which /dev/input device node to use using the EVDEV_DEVNAME
-config variable. Set which events that should open and close the squelch using
-the EVDEV_OPEN and EVDEV_CLOSE config variables.
-
The SIGLEV squelch detector use signal level measurements to determine if the
squelch is open or not. Which signal level detector to use is determined by the
setting of the SIGLEV_DET configuration variable. The open and close
@@ -902,7 +895,7 @@
Always "Local" for a local transmitter.
.TP
.B AUDIO_DEV
-Specify the audio device to use. Normally /dev/dsp.
+Specify the audio device to use. Normally oss:/dev/dsp.
.TP
.B AUDIO_CHANNEL
Specify the audio channel to use. SvxLink can use the left/right stereo
@@ -1351,13 +1344,13 @@
.SH FILES
.
.TP
-.IR /etc/svxlink/svxlink.conf " (or deprecated " /etc/svxlink.conf ")"
+.IR /usr/local/etc/svxlink/svxlink.conf " (or deprecated " %%LOCALBASE%%/etc/svxlink.conf ")"
The system wide configuration file.
.TP
.IR ~/.svxlink/svxlink.conf
Per user configuration file.
.TP
-.I /etc/svxlink/svxlink.d/*
+.I /usr/local/etc/svxlink/svxlink.d/*
Additional configuration files. Typically one configuration file per module.
.
.SH AUTHOR
|