For all others looking for an automatic workaraound, there is a possibility to execute this alsa reload after each resume. You can add a script in /etc/acpi/resume.d/ that does it. But please be aware that this will reset all volume settings (e.g. mute) after the resume - but at least you will have sound again.
A simply way to do it would be the following: Open a terminal execute the following: cat > 90-reload_alsa.sh #!/bin/bash alsa force-reload --> Press CTRL-D To ensure the resume.d folder does exist execute: sudo mkdir /etc/acpi/resume.d Install the script: sudo install 90-reload_alsa.sh /etc/acpi/resume.d/ Delete the local script as it was copied in the resume.d folder: rm 90-reload_alsa.sh That's it. At least this did the trick for me. Now we need to wait until the bug is fixed itself to have a normal running system again. /schaze -- Only Headphone Jack sound after suspend/resume https://bugs.launchpad.net/bugs/468254 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. -- ubuntu-bugs mailing list [email protected] https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
