Blame alsa-info/alsa-info.sh.1

Packit Service a9274b
.TH ALSA-INFO.SH 1 "13 January 2016"
Packit Service a9274b
.SH NAME
Packit Service a9274b
alsa-info.sh \- command\-line utility to gather information about
Packit Service a9274b
the ALSA subsystem
Packit Service a9274b
.SH SYNOPSIS
Packit Service a9274b
\fBalsa-info.sh\fP [\fIoptions\fP]
Packit Service a9274b
Packit Service a9274b
.SH DESCRIPTION
Packit Service a9274b
\fBalsa-info.sh\fP is a command\-line utility gathering information
Packit Service a9274b
about the ALSA subsystem. It is used mostly for debugging purposes.
Packit Service a9274b
Packit Service a9274b
.SH OPTIONS
Packit Service a9274b
.TP
Packit Service a9274b
\fI\-\-upload\fP
Packit Service a9274b
Upload contents to the server (www.alsa-project.org or pastebin.ca).
Packit Service a9274b
.TP
Packit Service a9274b
\fI\-\-no-upload\fP
Packit Service a9274b
Do not upload contents to the remote server.
Packit Service a9274b
.TP
Packit Service a9274b
\fI\-\-stdout\fP
Packit Service a9274b
Print information to standard output.
Packit Service a9274b
.TP
Packit Service a9274b
\fI\-\-output FILE\fP
Packit Service a9274b
Specify file for output in no-upload mode.
Packit Service a9274b
.TP
Packit Service a9274b
\fI\-\-debug\fP
Packit Service a9274b
Run utility as normal, but will not delete file (usually
Packit Service a9274b
/tmp/alsa-info.txt).
Packit Service a9274b
.TP
Packit Service a9274b
\fI\-\-with-aplay\fP
Packit Service a9274b
Includes output from \fIaplay -l\fP.
Packit Service a9274b
.TP
Packit Service a9274b
\fI\-\-with-amixer\fP
Packit Service a9274b
Includes output from \fIamixer\fP.
Packit Service a9274b
.TP
Packit Service a9274b
\fI\-\-with-alsactl\fP
Packit Service a9274b
Includes output from \fIalsactl\fP.
Packit Service a9274b
.TP
Packit Service a9274b
\fI\-\-with-configs\fP
Packit Service a9274b
Includes output from ~/.asoundrc and /etc/asound.conf if they exist.
Packit Service a9274b
.TP
Packit Service a9274b
\fI\-\-update\fP
Packit Service a9274b
Check server for updates.
Packit Service a9274b
.TP
Packit Service a9274b
\fI\-\-about\fP
Packit Service a9274b
Print information about authors.
Packit Service a9274b
Packit Service a9274b
.SH EXAMPLES
Packit Service a9274b
Packit Service a9274b
.TP
Packit Service a9274b
\fBalsa-info.sh \-\-no-upload\fR
Packit Service a9274b
Will gather all information and show the output file.
Packit Service a9274b
Packit Service a9274b
.SH SEE ALSO
Packit Service a9274b
\fB
Packit Service a9274b
aplay(1)
Packit Service a9274b
amixer(1)
Packit Service a9274b
alsactl(1)
Packit Service a9274b
\fP
Packit Service a9274b
Packit Service a9274b
.SH AUTHOR
Packit Service a9274b
\fBalsa-info.sh\fP was created by the ALSA team, see \fI\-\-about\fP .