AlsaInfo

Differences between revisions 7 and 8
Revision 7 as of 2011-09-26 15:19:07
Size: 841
Editor: c-174-55-156-63
Comment: Simplify sharing information by preferring upload and link
Revision 8 as of 2012-09-21 10:37:44
Size: 1130
Editor: hd9483857
Comment: Added 12.10 instructions and cautionary notes for people working with pre-relase hardware
Deletions are marked like this. Additions are marked like this.
Line 1: Line 1:
You've probably come here because somebody asked you to provide Alsa information to troubleshoot an audio issue. To begin, open a terminal by pressing Alt+F2 and entering 'bash' (without apostrophes) as the command. Then, enter the following two commands in the terminal: You've probably come here because somebody asked you to provide Alsa information to troubleshoot an audio issue. To begin, open a terminal by pressing Alt+F2 and entering 'bash' (without apostrophes) as the command.
Line 3: Line 3:
For Ubuntu 12.10 and above, enter this command in the terminal:
{{{
  /usr/share/alsa-base/alsa-info.sh
}}}

For Ubuntu 12.04 and below, enter these two commands in the terminal:
Line 12: Line 18:

Note: If you're working with pre-release hardware, where hardware details cannot be made public, make sure you DO NOT upload it to the alsa-project server.

You've probably come here because somebody asked you to provide Alsa information to troubleshoot an audio issue. To begin, open a terminal by pressing Alt+F2 and entering 'bash' (without apostrophes) as the command.

For Ubuntu 12.10 and above, enter this command in the terminal:

  /usr/share/alsa-base/alsa-info.sh

For Ubuntu 12.04 and below, enter these two commands in the terminal:

  cd ~/
  wget http://www.alsa-project.org/alsa-info.sh -O alsa-info.sh && bash alsa-info.sh

You will be prompted to upload the information or save it locally. The easiest way to share the information is to automatically upload it to the alsa-project server and copy/paste the address you're given. You can also choose to save the information locally, and alsa-info will output a text file in /tmp . You can then upload that file to whoever wants it. (Remember: files in the /tmp directory will be removed on every reboot.)

Thank you for helping!

Note: If you're working with pre-release hardware, where hardware details cannot be made public, make sure you DO NOT upload it to the alsa-project server.

Audio/AlsaInfo (last edited 2013-09-11 13:51:28 by c-174-55-144-102)