Your message dated Tue, 26 Jul 2011 12:47:12 +0000
with message-id <[email protected]>
and subject line Bug#620513: fixed in alsa-utils 1.0.24.2-1
has caused the Debian Bug report #620513,
regarding alsa-utils: Improvements to the speaker-test manpage
to be marked as done.
This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.
(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact [email protected]
immediately.)
--
620513: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=620513
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: alsa-utils
Version: 1.0.23-3
Priority: wishlist
Tags: patch upstream
The speaker-test manpage could be improved somewhat by helping a little bit
the user determine how to find out the devices he can test.
Based on http://alsa.opensrc.org/Speaker-test I have make some changes to the
manpage (diff attached) to describe a little bit more how speaker-test can be
used alongside 'aplay'.
Please consider the following patch for
alsa-utils-1.0.23/speaker-test/speaker-test.1
Following debian/copyright I was going to submit the bug usptream but their
BTS requires me to create a new user so, while I decide whether I want yet
another user to manage or not, I'm submitting it here.
Regards
Javier
--- speaker-test.1.orig 2011-04-02 13:15:03.939168055 +0200
+++ speaker-test.1 2011-04-02 13:42:09.114381696 +0200
@@ -11,7 +11,7 @@
. fi
. PP
..
-.TH SPEAKER\-TEST 1 "20 September 2004" speaker-test
+.TH SPEAKER\-TEST 1 "April 2nd, 2011" speaker-test
.SH NAME
speaker\-test \- command-line speaker test tone generator for ALSA
.SH SYNOPSIS
@@ -20,6 +20,41 @@
.SH DESCRIPTION
\fBspeaker\-test\fP generates a tone that can be used to test the speakers of a computer.
+\fBspeaker-test\fP by default will test the \fIdefault\fP device. If you
+want to test another sound device you will have first to get a list of
+all of the sound cards in your system and the devices associated with
+those cards. Notice that there might be for example, one device for
+analog sound, one for digital sound and one for HDMI sound.
+To get the list of available cards and devices you can run \fBaplay -L\fR.
+
+.P \fBaplay\fR's output will be similar to this one:
+
+.nf
+$ aplay -L
+null
+ Discard all samples (playback) or generate zero samples (capture)
+default:CARD=ICH5
+ Intel ICH5, Intel ICH5
+ Default Audio Device
+front:CARD=ICH5,DEV=0
+ Intel ICH5, Intel ICH5
+ Front speakers
+surround40:CARD=ICH5,DEV=0
+ Intel ICH5, Intel ICH5
+ 4.0 Surround output to Front and Rear speakers
+(...)
+.fi
+
+.P Each of the devices is listed in the beginning of the definition so,
+in the above example, there are four devices listed: null, default, front
+and surround40. So, if you want to test the last device you can
+run \fBspeaker-test -Dsurround40:ICH5 -c 6\fR. The \fB-c\fR option will
+indicate that the six audio channels in the device have to be tested.
+
+
+
+
+
.SH OPTIONS
.TP
@@ -119,6 +154,15 @@
speaker-test -Dplug:surround51 -c6 -s1 -f75
.EE
+To do a 2-speaker test using the spdif (coax or optical) output:
+.EX
+ speaker-test -Dplug:spdif -c2
+.EE
+
+
+.SH SEE ALSO
+.BR aplay(1)
+
.SH AUTHOR
The speaker-test program was written by James Courtier-Dutton.
Pink noise support was added by Nathan Hurst.
signature.asc
Description: Digital signature
--- End Message ---
--- Begin Message ---
Source: alsa-utils
Source-Version: 1.0.24.2-1
We believe that the bug you reported is fixed in the latest version of
alsa-utils, which is due to be installed in the Debian FTP archive:
alsa-utils-udeb_1.0.24.2-1_amd64.udeb
to main/a/alsa-utils/alsa-utils-udeb_1.0.24.2-1_amd64.udeb
alsa-utils_1.0.24.2-1.debian.tar.bz2
to main/a/alsa-utils/alsa-utils_1.0.24.2-1.debian.tar.bz2
alsa-utils_1.0.24.2-1.dsc
to main/a/alsa-utils/alsa-utils_1.0.24.2-1.dsc
alsa-utils_1.0.24.2-1_amd64.deb
to main/a/alsa-utils/alsa-utils_1.0.24.2-1_amd64.deb
alsa-utils_1.0.24.2.orig.tar.bz2
to main/a/alsa-utils/alsa-utils_1.0.24.2.orig.tar.bz2
A summary of the changes between this version and the previous one is
attached.
Thank you for reporting the bug, which will now be closed. If you
have further comments please address them to [email protected],
and the maintainer will reopen the bug report if appropriate.
Debian distribution maintenance software
pp.
Jordi Mallach <[email protected]> (supplier of updated alsa-utils package)
(This message was generated automatically at their request; if you
believe that there is a problem with it please contact the archive
administrators by mailing [email protected])
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
Format: 1.8
Date: Tue, 26 Jul 2011 13:10:03 +0200
Source: alsa-utils
Binary: alsa-utils alsa-utils-udeb
Architecture: source amd64
Version: 1.0.24.2-1
Distribution: unstable
Urgency: low
Maintainer: Debian ALSA Maintainers <[email protected]>
Changed-By: Jordi Mallach <[email protected]>
Description:
alsa-utils - Utilities for configuring and using ALSA
alsa-utils-udeb - Utilities for configuring and using ALSA (udeb) (udeb)
Closes: 620513
Changes:
alsa-utils (1.0.24.2-1) unstable; urgency=low
.
* New upstream release.
- allows control of "Auto-Mute Mode" (see #631963).
* Pass --disable-alsaconf to configure to disable alsaconf in a sane way.
* Replace move_asound_state_to_var.patch with --with-asound-state-dir.
* Bump Build-Depends on alsa-lib to >= 1.0.24.1, for alsa/use-case.h.
You would expect configure.in checks for this, right?
* Bump to debhelper compat v8.
* Tweak description.
* Drop unneeded README.source.
* Add patch from Javi Fernández-Sanguino Peña to improve the
speaker-test(1) manpage with usage examples. Thanks! Closes: #620513.
* Define _GNU_SOURCE to fix a build failure in alsaloop.
* Avoid having the same short description for the main and udeb packages.
Checksums-Sha1:
77cc67533d408efa5646f7c0700e322b35fcc7fc 1427 alsa-utils_1.0.24.2-1.dsc
09921047d94369b9bc9f84fb29c61a6baae91bbb 1130734
alsa-utils_1.0.24.2.orig.tar.bz2
b5689c876b67188ac5a025378e367ba847b0b52f 32342
alsa-utils_1.0.24.2-1.debian.tar.bz2
f08777176b7eea0ce5264bdcf0f78e93a79de989 1167660
alsa-utils_1.0.24.2-1_amd64.deb
160ce7f77cbe0f1d9006aa432271c6b0e79674a7 61488
alsa-utils-udeb_1.0.24.2-1_amd64.udeb
Checksums-Sha256:
f032acc619de31d176858ef66205fed728c3c67a7f5c3498b71e0601bcc96c69 1427
alsa-utils_1.0.24.2-1.dsc
95127f740291086486c06c28118cabca0814bde48fd14dac041a9812a5ac1be2 1130734
alsa-utils_1.0.24.2.orig.tar.bz2
ecad642dfca535d7d3045d888d536a902de784c1e4e0a89592d85681fad159eb 32342
alsa-utils_1.0.24.2-1.debian.tar.bz2
45bb49d001ad1363ce925fef5f6eb62b4cd6c8c1e196e35fb0c5a7e64d32fbc9 1167660
alsa-utils_1.0.24.2-1_amd64.deb
c0452f3e77a137516bf8caa6ddc9d4ae4f6ed1b2600cc7251829867d0518825b 61488
alsa-utils-udeb_1.0.24.2-1_amd64.udeb
Files:
433c0764f49e031c4c9323df1f4c9b82 1427 sound optional alsa-utils_1.0.24.2-1.dsc
8238cd57cb301d1c36bcf0ecb59ce6b2 1130734 sound optional
alsa-utils_1.0.24.2.orig.tar.bz2
9f24c378561691604a8172bb357fa54b 32342 sound optional
alsa-utils_1.0.24.2-1.debian.tar.bz2
2e65dd6ff4b1cf7800c34fb94420bca5 1167660 sound optional
alsa-utils_1.0.24.2-1_amd64.deb
8b9bf1108e3e957f759cbdb4c6b88429 61488 debian-installer optional
alsa-utils-udeb_1.0.24.2-1_amd64.udeb
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.11 (GNU/Linux)
iEYEARECAAYFAk4utCkACgkQJYSUupF6Il7P+QCgrhBmEpxXcYVLChSz9mas/4As
aDcAn1M0HFjZDc9Dgk5+Xd9TaDl61Gpg
=8e2b
-----END PGP SIGNATURE-----
--- End Message ---