blob: a4f3bd1d692bbd9ddb6da6639c7451465556d2b5 (
plain)
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
|
# Config file for /etc/init.d/slmodemd
DEV=/dev/ttySL0
COUNTRY=USA
GROUP=dialout
# the group should be kept in sync with:
# /etc/devfs.d/slmodem (devfs)
# /etc/udev/rules.d/55-slmodem.rules (udev)
# The following symlink will be created if uncommented
LN_DEV=/dev/modem
# Raise priority to reduce modem dropouts
NICE=-6
# ALSA Options:
# The following sets the ALSA (alsasound) init script to
# be a dependancy of the slmodem one. It does also provides
# ALSA support.
# MODULE=alsa
# The modem hardware slot
# use "modem:0", "modem:1", etc.
# usually modem:1 is used
# HW_SLOT=modem:1
# Non-ALSA OPTIONS:
# MODULE=slamr
# or
# MODULE=slusb
# Include extra slmodemd options here:
# -r = enables ring detection (needed for Hylafax faxgetty to answer)
# -l 5 = Logging Level
SLMODEM_OPTS=""
|