[ltp] suspend/resume on a R51

Hamie linux-thinkpad@linux-thinkpad.org
Sun, 05 Sep 2004 16:14:02 +0100


Frank Dekervel|Smartlounge| wrote:

>hello,
>
>anyone has suspend/resume on a R51 working ? using 
>echo -n mem > /sys/power/state, the machine suspends (if i unload enough 
>modules), but fails to resume: the screen contains yellow letters "Lin".
>
>I also tried echo -n 3 > /proc/acpi/sleep, then i see the suspend messages, 
>immediately followed by resume messages, ipw2100 indicating a firmware 
>reload, and then also the system is completely dead.
>
>are there things i can try ?
>
>kervel@atlas:~$ cat /proc/cmdline
>auto BOOT_IMAGE=linux ro root=304 nolapic i8042.nomux=1
>kervel@atlas:~$ uname -a
>Linux atlas 2.6.9-rc1 #1 SMP Thu Aug 26 23:21:07 CEST 2004 i686 GNU/Linux
>
>  
>

Try append="acpi_sleep=s3_bios" for your boot command line.


>P.S. another issue: lilo takes a really long time to load the kernel (like 
>from a floppy disk), but linux can access the disk in a normal (= speedy) 
>way. anyone knows a fix ?
>
>  
>

In lilo.conf add the compact option. e.g.

# Enable map compaction:
# Tries to merge read requests for adjacent sectors into a single
# read request. This drastically reduces load time and keeps the
# map smaller.  Using `compact' is especially recommended when
# booting from a floppy disk.  It is disabled here by default
# because it doesn't always work.
#
compact


H