Cannot resume after suspend

Hi. I start trying to fix my problems one by one. The first one is that I can suspend with this command: acpiconf -s 3
Laptop closing and power button blinking. But when I press power button again (not immediately, after two minutes for example) is just starting from the beginning to boot showing me the beastie logo. I have loaded acpi_ibm module on /boot/loade.conf and this is my /usr/local/etc/polkit-1/localauthority/50-local.d/suspend.pkla:

Code:
[Restart]
Identity=unix-group:wheel
Action=org.freedesktop.consolekit.system.restart
ResultAny=yes
ResultInactive=yes
ResultActive=yes

[Shutdown]
Identity=unix-group:wheel
Action=org.freedesktop.consolekit.system.stop
ResultAny=yes
ResultInactive=yes
ResultActive=yes

[Suspend]
Identity=unix-group:wheel
Action=org.freedesktop.upower.suspend
ResultAny=yes
ResultInactive=yes
ResultActive=yes

[Hibernate]
Identity=unix-group:wheel
Action=org.freedesktop.upower.hibernate
ResultAny=yes
ResultInactive=yes
ResultActive=yes

With the same settings my desktop works on suspend / resume.
Can someone help?
 
Back
Top