[ltp] Unable to resume from suspend to ram on a T23
Tino Keitel
linux-thinkpad@linux-thinkpad.org
Fri, 25 Feb 2005 09:57:23 +0100
On Fri, Feb 25, 2005 at 09:48:22 +0100, Tino Keitel wrote:
[...]
> I attached the kernel config and X config, maybe this helps.
And here is my suspend script:
#!/bin/bash
#/sbin/modprobe -r ipw2100 || exit 1
/bin/sync
/bin/echo -n 3 > /proc/acpi/sleep
amixer set Master mute >/dev/null 2>&1
amixer set PCM mute >/dev/null 2>&1
amixer set Master unmute >/dev/null 2>&1
amixer set PCM unmute >/dev/null 2>&1
#/etc/acpi/actions/battery.sh
#/sbin/service cpuspeed restart
As you can see, nothing special. Just some ALSA stuff to get sound
after resume.
Regards,
Tino