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

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