Tagged Questions
1
vote
1answer
125 views
Suspending laptop fails ~50% of the time
Running ArchLinux and GNOME 3 on a Thinkpad X220.
When I suspend my laptop it goes into sleep mode and the LED ring around the power button fades in and out.
When a suspend fails, the LED ring and ...
9
votes
1answer
5k views
How to disable auto suspend when I close laptop lid?
I'm using archlinux. It never auto-suspend before a recent system upgrade(maybe I updated the kernel?).
I think it is related to laptop-mode or acpid, so I stop them:
/etc/rc.d/laptop-mode stop
...
1
vote
2answers
1k views
Arch suspend when I close laptop lid?
I'm in fluxbox on Arch on a Macbook 5,1. New to linux. I'm trying to get Arch to suspend when I close my laptop. Lately I've just been using sudo pm-suspend.
I installed slimlock, and inserted
...
4
votes
2answers
417 views
Laptop does not power off after it has been suspended to ram
I suspend my laptop using echo mem > /sys/power/state. That works fine and it resumes nicely. Once I try to power it off, it shuts down fine until i see the message Power down. (or similar). ...
1
vote
2answers
3k views
ACPI wakeup from keyboard/mouse via /proc/acpi/wakeup after suspend. How to find the correct device?
I'd like to wakeup my system via keyboard or mouse. This can be done via /proc/acpi/wakeup and a simple
echo DEVNAME > /proc/acpi/wakeup
my wakeup file looks like this
Device S-state ...