You are not logged in.
Pages: 1
Hi! I have been installed Arch Linux on my laptop for first time, all is ok but suspend to ram doesn't work. I have tried first with klaptop and later with echo -n "mem" > /sys/power/state" . Im using Arch Linux 0.7.1 with kernel 2.6.15-2.
Previously I had installed Slackware and Kubuntu and suspend to ram works fine but with older kernels. May be a buggy kernel version?
Thanks
Offline
Yea me too, All i see in Desktop -> Logout is ("Logout", "Shutdown", "Restart") i don't see standby or hibernate :S
[My Blog] | [My Repo] | [My AUR Packages]
Offline
Another thread on this here - no solution though. I'd say post a bug report, and see what the devs say.
Offline
I recompiled the kernel disabling the Symmetric multi-processing support, now it seems to work well
Offline
is it suspend to ram or suspend to disk that you got to work?
Offline
Suspend to ram
Offline
If smp disable suspend to ram, I think you can add this option to your boot commandline : nosmp
exemple for grub :
kernel /boot/vmlinuz26 root=/dev/hda6 devfs=nomount resume=/dev/hda7 ro noht nosmp
initrd (hd0,5)/boot/initrd26.img[/b]
Offline
new kernel solves the smp problem we added supsend_smp and now it should work
Offline
echo -n "mem" > /sys/power/state
works great on my cheapo Wal-Mart Balance laptop.
Thanks
http://tllts.org - The Linux Link Tech Show
Offline
Suspend to RAM is still not working for me on my thinkpad X41. My rc.conf is as follows:
DAEMONS=(syslog-ng !pcmcia network portmap fam netfs crond sshd acpid powersaved)
To test I'm typing powersave -u (as user) which is putting the system to sleep, but when I push the power button the hd comes awake and spins and spins and spins.. I never get video.
Is there something thinkpad specific I need to use? This works out of the box in Ubuntu...
Offline
viniosity: try using the hibernate-scripts in community, and configure them for use with suspend to ram.
There's two video options towards the end of it, which fix problems with video not reloading.
iphitus
Offline
Isn't hibernate for suspend to disk? I'm looking for suspend to ram. There are some conf files in /etc/powersave/ but I'm not sure if anything there would help..
Offline
Isn't hibernate for suspend to disk? I'm looking for suspend to ram. There are some conf files in /etc/powersave/ but I'm not sure if anything there would help..
and configure them for use with suspend to ram.
They have a clear option to use suspend to ram instead of disk.
Offline
Ok, I downloaded the hibernate script. I also needed to use the CK kernel to get the sata patch. (phew!)
It only works from console but not X. Any fixes for that?
BTW, How does the hibernate script fit into the grand scheme of things? I now have powersave -u, hibernate -F /etc/hibernate/ram.conf and the handler.sh in /etc/acpi. Should I uninstall something to make all this simpler? (hibernate command works but when I use powersave it doesn't resume correctly even from console)
Offline
So hibernate is working?
If you want, you can remove the powersave scripts i guess.
iphitus
Offline
I've only tried hibernating a few times but it never works when X is loaded. I've yet to try fiddling too much with the ram.conf to get that working but I have done the obvious things.
From the console (as root) I can suspend and resume with some reliability (it's failed once and succeeded 3 times) but I haven't done it enough times to pass judgement for certain.
One thing is for sure though -- I would not have gotten this for without the CK kernel!!! That sata patch was key..
Offline
I guess that would be worth mentioning. The vanilla kernel has no/limited SATA power management support. This means that to suspend with most sata drivers, you will need to use archck or a kernel that includes the sata-pm patch.
iphitus
Offline
I picked up a new Crucial 1 gig memory stick. My machine is working fine but it hangs when suspending. My cap lock light is blinking on and off. Is there a configuration file I have to modify to accomodate the extra memory?
Thanks
http://tllts.org - The Linux Link Tech Show
Offline
How much ram do you have total?
Which scripts are you using to suspend?
Try running memtest, its on Knoppix and many other live cds.
Flashing keyboard lights are often an indication of a kernel panic.
iphitus
Offline
How much ram do you have total?
Which scripts are you using to suspend?
Try running memtest, its on Knoppix and many other live cds.Flashing keyboard lights are often an indication of a kernel panic.
iphitus
I upgraded my memory from 256meg to 1 gig. My script only contains:
echo -n "mem" > /sys/power/state
My swap partition is only 512 meg. Bet that's the problem. I would have to increase my swap to 2 gig?
http://tllts.org - The Linux Link Tech Show
Offline
Could be.. but my swap is only 128MB (I also have 1GB) but my suspend works some of the time. I don't think this is the issue though b/c when I had Ubuntu installed (same swap space and ram) the suspend worked 100% of the time.
Offline
I upgraded my memory from 256meg to 1 gig. My script only contains:
echo -n "mem" > /sys/power/state
Give the memtest a shot on the new memory.
Also instead of writing your own script, grab the 'hibernate' script available in community. There is an option in the top of it to suspend to ram instead of disk.
My swap partition is only 512 meg. Bet that's the problem. I would have to increase my swap to 2 gig?
Well if your ram + swap useage was more than 512mb it would be a problem. Bump it up if you can.
iphitus
Offline
Pages: 1