[ltp] Re: t20 ibm-acpi problem
David Cummings
linux-thinkpad@linux-thinkpad.org
Sun, 11 Sep 2005 14:17:16 -0400
Any ideas on why it's crashing on resume?
On 9/10/05, David Cummings <real.psyence@gmail.com> wrote:
> Hey all,
> I googled but couldn't find anything specific. I am running Gentoo
> on a T20 with kernel 2.6.12 (gentoo-sources rc9). I have ibm-acpi
> installed and runnning as a module and hotkeys enabled. Here is my
> sleep script:
> ______________
> #!/bin/bash
> #this file /etc/acpi/actions/sleep.sh
> # sync filesystem and clock
> sync
> /sbin/hwclock --systohc
>=20
> # switch to console
> chvt 6
> # go to sleep
> echo -n "mem" > /sys/power/state
>=20
> # readjust the clock (it might be off a bit after suspend)
> /sbin/hwclock --adjust
> /sbin/hwclock --hctosys
> chvt 7
> ________________
>=20
> Goes to sleep fine, crashes on resume, apic is disabled in the kernel.
> Let me know if you want any more info, gotta run. Thanks for anything
> in advance,
> -Dave Cummings
> --
> The way that can be named is not the Way.
>=20
--=20
The way that can be named is not the Way.