[Ubuntu Wiki] Update of "DebuggingSoundProblems" by mterry
Ubuntu Wiki
noreply at ubuntu.com
Mon Aug 9 17:37:34 UTC 2010
Dear Wiki user,
You have subscribed to a wiki page or wiki category on "Ubuntu Wiki" for change notification.
The following page has been changed by mterry:
http://wiki.ubuntu.com/DebuggingSoundProblems?action=diff&rev1=50&rev2=51
The comment on the change is:
Recommend bash, not dash for alsa-info.sh
------------------------------------------------------------------------------
In the event that you are not running Jaunty Jackalope (9.04) you can less automatically gather sound information using the following script from the alsa project site: [[http://www.alsa-project.org/alsa-info.sh|alsa-info.sh]]. By default, the script uploads the information to alsa-project.org . This information can be used by ALSA developers to improve current support for some cards. If you do not wish your information to be uploaded, please use the --no-upload argument when running the script. The script was written to aid the alsa developers, and also to help the people in #alsa to sort out sound issues. Please download the file to your home directory and run the script as follows:
{{{
- $ sh ./alsa-info.sh
+ $ bash ./alsa-info.sh
}}}
or if you put it in your ~/bin and ~/bin is in your path and you make the file executable (chmod +x ~/bin/alsa-info.sh)
More information about the Ubuntu-bugsquad
mailing list