Page 1 of 1
Anyone got suspend working on a T43?
Posted: Sun May 01, 2005 10:20 am
by jescombe
Been playing around with a new T43 this weekend, but can't get round a hang when resuming from suspend. Would like to know if it's working for anyone else...?
Have tried FC3, FC4test2, and Ubuntu 5.04 - all show the same behaviour - appearing to hang on the first disk activity after resuming. Have tried APM as well as ACPI (S3) - but seeing the same behaviour.
Thanks in advance,
Jon E.
Posted: Sun May 01, 2005 11:33 am
by egibbs
In /boot/grub/menu.lst look for the line beginning #kopt. Check which drive and partition follows the "resume=" statement, and make sure it is pointing to your swap partition (fdisk -l will list all the partitions on the machine).
It works on my T42. Now. Finally.
Ed Gibbs
Posted: Mon May 02, 2005 8:09 am
by jescombe
Hi Ed, thanks for the suggestion - but this is suspend to RAM. Suspect it's something to do with seeing the drive as an SATA device...
Posted: Mon May 02, 2005 10:33 am
by Edward Mendelson
I'm sure you did the steps listed in this link, but just in case, here it is...
http://aaltonen.us/archive/2005/03/02/u ... management
This works on a T42; perhaps not on a T43?
Posted: Mon May 02, 2005 10:46 am
by jescombe
Update: Have just been advised on the linux-kernel mailing list that SATA suspend/resume is broken at the moment.
Have some patches for a 2.6.12rc kernel, so will try to build that and test...
Posted: Mon May 02, 2005 10:56 am
by stgreek
jescombe wrote:Hi Ed, thanks for the suggestion - but this is suspend to RAM. Suspect it's something to do with seeing the drive as an SATA device...
It is not suspend-to-RAM, it is suspend to disk, as that line means that when GRUB boots the machine it looks at that path to find a saved session. But it is true that SATA doesnt work very well with the latest kernels (I though T43s still had PATA drives though).
Posted: Mon May 02, 2005 11:15 am
by jescombe
Hmm yes, on re-reading that it appears somewhat ambiguous! I was meaning that my problem was with suspend to RAM, rather than Ed's response....
It's true that the T43 has a PATA drive, but it's presented as a SATA device by the chipset.
Regards,
Jon.
Posted: Mon Jul 11, 2005 11:02 am
by dmitri
I fixed this wake-up problem on my T43 by patching the 2.6.12 kernel with the sata_pm patch:
http://shamrock.dyndns.org/~ln/linux/sa ... .6.12.diff
mentioned at:
http://www.thinkwiki.org/wiki/How_to_make_ACPI_work
Good luck!