File: capiinit.8

package info (click to toggle)
isdnutils 1%3A3.25%2Bdfsg1-8
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 19,692 kB
  • ctags: 13,387
  • sloc: ansic: 98,057; sh: 19,044; perl: 4,944; makefile: 3,163; cpp: 2,708; tcl: 22
file content (76 lines) | stat: -rw-r--r-- 1,743 bytes parent folder | download | duplicates (4)
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
.\" $Id: $
.\"
.\" CHECKIN $Date: $
.\"
.TH capiinit 8
.SH NAME
capiinit \- start or stop CAPI-capable ISDN cards
.SH SYNOPSIS
capiinit [OPTIONS] start | stop | show | status | prepare | reload | activate | deactivate
.P
capiinit [OPTIONS] activate|deactivate  cardname
.P
capiinit [OPTIONS] activate|deactivate  driver [cardname]
.SH DESCRIPTION
.B capiinit
is called with one of the following actions:
.TP
\fBstart\fR
Load all modules and initialize all cards (loading the firmware), which are
configured in \fI/etc/capi.conf\fR.
.TP
\fBstop\fR
Reset all cards and unload modules.
.TP
\fBshow\fR
Show the current configuration.
.TP
\fBstatus\fR
Show the current status.
.TP
\fBprepare\fR
Load all modules.
.TP
\fBactivate\fR
Initialize all cards.
.TP
\fBactivate\fR \fIcardname\fR
Initialize one card (i.e.: c4-ec00).
.TP
\fBactivate\fR \fIdriver\fR [\fIcardnumber\fR]
Initialize one card.
.TP
\fBdeactivate\fR
Reset all cards.
.TP
\fBdeactivate\fR \fIcardname\fR
Reset one card (i.e.: c4-ec00).
.TP
\fBdeactivate\fR \fIdriver\fR [\fIcardnumber\fR]
Reset one card.
.TP
\fBreload\fR
Reset all cards and initialize them again.
.PP
Firmware files are searched in this order in the following directories:
\fI/usr/share/isdn/`uname\ -r`\fR,
\fI/usr/share/isdn\fR,
\fI/usr/lib/isdn\fR,
\fI/lib/isdn\fR.
.PP
There is a sample config in /etc/capi.conf.

.SH OPTIONS
.PP
.TP
\fB-c\fR \fIfilename\fR, \fB--config\fR \fIfilename\fR
Use \fIfilename\fP as config file (default is /etc/capi.conf).
.TP
\fB-d\fR, \fB--debug\fR
Save patch values for debugging purposes.
.TP
\fB-s\fR, \fB--silent\fR
Don't show status information.
.SH AUTHOR
Manpage written from C source by Paul Slootman <paul@debian.org>, updated
by Matthias Klose <m@klose.in-berlin.de>.