Blame alsaconf/alsaconf.8

Packit 229ac0
.\"                                      Hey, EMACS: -*- nroff -*-
Packit 229ac0
.\" alsaconf.8 is copyright 2003 by Jordi Mallach <jordi@debian.org>
Packit 229ac0
.\" 
Packit 229ac0
.\" This is free documentation, see the latest version of the GNU
Packit 229ac0
.\" General Public License for copying conditions. There is NO warranty.
Packit 229ac0
.TH ALSACONF 8 "February 23, 2003"
Packit 229ac0
Packit 229ac0
.SH NAME
Packit 229ac0
alsaconf \- configuration tool for the Advanced Linux Sound Architecture
Packit 229ac0
Packit 229ac0
.SH SYNOPSIS
Packit 229ac0
.B alsaconf
Packit 229ac0
.RI [ options ]
Packit 229ac0
Packit 229ac0
.SH DESCRIPTION
Packit 229ac0
This manual page documents briefly the
Packit 229ac0
.B alsaconf
Packit 229ac0
command.
Packit 229ac0
This manual page was written for the Debian distribution because the
Packit 229ac0
original program does not have a manual page.
Packit 229ac0
.PP
Packit 229ac0
\fBAlsaconf\fP is a simple shell script which tries to detect the sound cards
Packit 229ac0
on your system and writes a suitable configuration file for ALSA. It will try
Packit 229ac0
to guess what GNU/Linux distribution you're running, and will act accordingly
Packit 229ac0
to the standards of that distribution, if specific support is available.
Packit 229ac0
.PP
Packit 229ac0
Alsaconf will write a module-init-tools (or modutils) snippet which can be then used by module-init-tools (or modutils)
Packit 229ac0
to load the correct parameters for your sound card.
Packit 229ac0
Packit 229ac0
.SH OPTIONS
Packit 229ac0
Alsaconf accepts the following options:
Packit 229ac0
.TP
Packit 229ac0
.B \-c, \-\-config file
Packit 229ac0
Specify the module config file.
Packit 229ac0
As default,
Packit 229ac0
.B alsaconf
Packit 229ac0
probes the available config file automatically.
Packit 229ac0
.TP
Packit 229ac0
.B \-d, \-\-devmode mode
Packit 229ac0
Set the device mode for the ALSA devices (default = 0666).
Packit 229ac0
This option is obsolete in the recent ALSA version.
Packit 229ac0
.TP
Packit 229ac0
.B \-g, \-\-gid gid
Packit 229ac0
Set the gid for the ALSA devices (default = 0).
Packit 229ac0
This option is obsolete in the recent ALSA version.
Packit 229ac0
.TP
Packit 229ac0
.B \-h, \-\-help
Packit 229ac0
Displays this help text.
Packit 229ac0
.TP
Packit 229ac0
.B \-L, \-\-log file
Packit 229ac0
Logging on the given file.  The log is appended to the file.
Packit 229ac0
This option is for debugging purpose only.
Packit 229ac0
.TP
Packit 229ac0
.B \-l, \-\-legacy
Packit 229ac0
Check only for legacy non-isapnp cards.
Packit 229ac0
.TP
Packit 229ac0
.B \-m, \-\-modinfo
Packit 229ac0
Read module descriptions instead of reading a card database.
Packit 229ac0
.TP
Packit 229ac0
.B \-P, \-\-listprobe
Packit 229ac0
List the supported legacy card modules.
Packit 229ac0
.TP
Packit 229ac0
.B \-p, \-\-probe card-name
Packit 229ac0
Probe a legacy non-isapnp card and print module options.
Packit 229ac0
.TP
Packit 229ac0
.B \-r, \-\-strict
Packit 229ac0
Set strict device mode (equiv. with \-g 17 \-d 0660).
Packit 229ac0
This option is obsolete in the recent ALSA version.
Packit 229ac0
.TP
Packit 229ac0
.B \-s, \-\-sound\-wav\-file
Packit 229ac0
Use the specified wav file as a test sound.
Packit 229ac0
.TP
Packit 229ac0
.B \-u, \-\-uid uid
Packit 229ac0
Set the uid for the ALSA devices (default = 0).
Packit 229ac0
This option is obsolete in the recent ALSA version.
Packit 229ac0
Packit 229ac0
.SH DEBIAN SPECIFIC
Packit 229ac0
In Debian, the default gid of the device files is 29 (corresponding to the
Packit 229ac0
audio group) and the default device mode is 0660.
Packit 229ac0
Packit 229ac0
For the ALSA base package, see also
Packit 229ac0
.I /usr/share/doc/alsa\-base/
Packit 229ac0
Packit 229ac0
.SH SEE ALSO
Packit 229ac0
\fB
Packit 229ac0
alsamixer(1),
Packit 229ac0
amixer(1),
Packit 229ac0
aplay(1),
Packit 229ac0
arecord(1)
Packit 229ac0
\fP
Packit 229ac0
Packit 229ac0
.SH HOMEPAGE
Packit 229ac0
http://www.alsa\-project.org/
Packit 229ac0
Packit 229ac0
.SH AUTHOR
Packit 229ac0
The alsaconf script was written by
Packit 229ac0
Takashi Iwai <tiwai@suse.de>,
Packit 229ac0
Bernd Kaindl <bk@suse.de> and
Packit 229ac0
Jan Ondrej (SAL) <ondrejj@salstar.sk>
Packit 229ac0
Packit 229ac0
This manual page was written by Jordi Mallach <jordi@debian.org>,
Packit 229ac0
for the Debian system (but may be used by others).