From: Benedek Frank <linux-mmCHBaZtUya2oZ/6fjIToQ@public.gmane.org>
To: acpi-devel-5NWGOfrQmneRv+LV9MX5uipxlwaOVQ5f@public.gmane.org
Subject: LID button Event ACPI malfunction
Date: Tue, 21 Dec 2004 16:26:16 -0800 [thread overview]
Message-ID: <200412211626.17033.linux@celifornia.com> (raw)
Hi
When I shut down, my machine (Dell 700m) goes into suspend to ram twice. I
have to wake it
up, and it goes further, sleeps again, wake it up, and finally shuts down. I
just had ACPI worked out (kernel 2.6.9), and since just recently I can go to
suspend to RAM
and DISK as well. Now, why a shut down triggers a suspend-to-ram?
When I look at the LID button under ACPI
/proc/acpi/button/lid/LID0/state
it says
state: closed
It is clearly not closed, as I am looking at the screen. :)
I have an ACPI event that gets triggered when I REALLY close the lid, and that
works.
Here is the event
/etc/acpi/event/lidbtn
event=button/lid
action=/etc/acpi/lidbtn.sh
And here is the script
/etc/acpi/lidbtn.sh
#!/bin/sh
/sbin/sleep
And finally here is /sbin/sleep, that was written by me for the machine's
special needs (like module unloading, video_post etc.)
rmmod b44
echo "mem" > /sys/power/state
#echo 3 > /proc/acpi/sleep
modprobe i830
/root/emu/video_post
modprobe b44
/etc/init.d/networking restart
Thanks for any help
Ben
-------------------------------------------------------
SF email is sponsored by - The IT Product Guide
Read honest & candid reviews on hundreds of IT Products from real users.
Discover which products truly live up to the hype. Start reading now.
http://productguide.itmanagersjournal.com/
next reply other threads:[~2004-12-22 0:26 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2004-12-22 0:26 Benedek Frank [this message]
-- strict thread matches above, loose matches on Subject: below --
2004-12-22 2:05 LID button Event ACPI malfunction Li, Shaohua
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=200412211626.17033.linux@celifornia.com \
--to=linux-mmchbaztuya2oz/6fjitoq@public.gmane.org \
--cc=acpi-devel-5NWGOfrQmneRv+LV9MX5uipxlwaOVQ5f@public.gmane.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.