Public bug reported: Binary package hint: suspend2-userui
Hi, I just installed an Indigo IO PCCard sound card. I used the ALSA sources, and it works with the lowlatency kernel nicely, but when I tried to suspend to ram, it would hang my Dell D600 laptop. I fixed the problem by making sure alsasound was stopped at a more appropriate time. Here are the details: 1) I moved /etc/acpi/suspend.d/85-alsa-state.sh to 40-alsa-state.sh. 2) I modified /etc/acpi/suspend.d/40-alsa-state.sh so it looks like this: #!/bin/sh # Save the ALSA state if [ -x /etc/init.d/alsa-utils ]; then /etc/init.d/alsa-utils stop fi if [ -x /etc/init.d/alsasound ]; then /etc/init.d/alsasound stop fi That fixes the suspend issues for me anyway. Perhaps this can be fixed in time for Gutsy! Rob ** Affects: suspend2-userui (Ubuntu) Importance: Undecided Status: New -- Suspend doesn't work with Indigo IO PCCard and Dell D600 https://bugs.launchpad.net/bugs/145335 You received this bug notification because you are a member of Ubuntu Bugs, which is the bug contact for Ubuntu. -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs