2010/7/26 Toralf Förster <[email protected]>: > During bisecting a kernel bug I realized that this commit > https://bugzilla.kernel.org/show_bug.cgi?id=16453#c2 breaks the script pm- > suspend of the Gentoo package sys-power/pm-utils-1.4.1 at my (mostly sable > Gentoo) system in that way that the ThinkPad T400 does not suspend2ram > anymore. Instead it will hang w/o any log or possible keyboard response with a > blinking moon led. > > I wonder wht can caused this issue ....
Well, it's not a pm-utils bug, but rather a kernel (graphics) bug. The pm-suspend script is really just a wrapper around 'echo mem > /sys/power/state', so most of the problems are really in the kernel. Looking at the kernel bug it seems that one of the intel developers is helping you out with that. -- Dan _______________________________________________ Pm-utils mailing list [email protected] http://lists.freedesktop.org/mailman/listinfo/pm-utils
