Hi,
On Sunday, 10 September 2006 02:13, curious wrote:hello.
i write because swsuspend don't work for me.
i try to echo disk > /sys/power/state
and just nothing happens, i have blinking cursor and machine freezes.
when i enabled debug i got :
stopping tasks: ========|
Shrinking memory... done (2684 pages freed)
swsusp: Need to copy 1454 pages
swsusp: critical section/: done (1454 pages copied)
.... and machine just sits there , doing nothing.
after reboot it boots like usual.
machine is Ts30M Viglen Dossier 486 SM
kernel is 2.6.18-rc5
here is config : http://zjeby.dyndns.org:8242/viglen.config
Could you boot the kernel with the init=/bin/bash command line argument
and do the following:
# mount /proc
# mount /sys
# echo 8 > /proc/sys/kernel/printk
# swapon -a
# echo disk > /sys/power/state
and see what happens?