Blame alsaconf/alsaconf.8

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