|
View:
New views
7 Messages
—
Rating Filter:
Alert me
|
|
|
NOT wake on lid switch?How can I configure a Debian-based distro (Kubuntu) not to wake when
the lid switch is activated? The laptop in question is a Dell Inspiron E1505 / 6400. The wonderful engineers at Dell used a plastic so thin that when pressure is placed on the lid when closed, it trips the switch. I have found the machine idling with no airflow in my bag several times already. Thanks in advance. -- Dotan Cohen http://what-is-what.com http://gibberish.co.il א-ב-ג-ד-ה-ו-ז-ח-ט-י-ך-כ-ל-ם-מ-ן-נ-ס-ע-ף-פ-ץ-צ-ק-ר-ש-ת A: Because it messes up the order in which people normally read text. Q: Why is top-posting such a bad thing? |
|
|
|
|
|
Re: NOT wake on lid switch?Hi,
IMHO tweaking the hardware for a solution which can be achieved by software would not be a good idea. The script /etc/acpi/lid.sh does 2 tasks a) to send the system to suspend when the lid is closed b) to get the system back to normal when the lid is opened. In case you want to disable the lid action then just comment the line action=/etc/acpi/lid.sh in the /etc/acpi/events/lidbtn script (comment by adding an # in the start of that line as like below) # action=/etc/acpi/lid.sh that will disable the lid switch activity all-together. Dotan Cohen wrote: > 2008/8/17 Bhasker C V <bhasker@...>: >> All ACPI actions are present in >> /etc/acpi/events >> >> If you check the lidbtn script you can take actions on disabling it. >> > > Thanks. I looked at the script, this is what is in it: > > # /etc/acpi/events/lidbtn > # Called when the user closes or opens the lid > event=button[ /]lid > action=/etc/acpi/lid.sh > > The /etc/acpi/lid.sh script is far above my skill level. Could I > simply replace /etc/acpi/events/lidbtn with a blank file, thereby > preventing the laptop from do anything when it runs? Alternatively, I > thought about simply disconnecting the switch from the motherboard (I > have already disassembled this lappy two or three times). > -- Bhasker C V Registered Linux user: #306349 (counter.li.org) The box said "Requires Windows 95, NT, or better", so I installed Linux. -- To UNSUBSCRIBE, email to debian-laptop-REQUEST@... with a subject of "unsubscribe". Trouble? Contact listmaster@... |
|
|
Re: NOT wake on lid switch?On Sun, 17 Aug 2008, Dotan Cohen wrote:
>How can I configure a Debian-based distro (Kubuntu) not to wake when >the lid switch is activated? The laptop in question is a Dell Inspiron >E1505 / 6400. > >The wonderful engineers at Dell used a plastic so thin that when >pressure is placed on the lid when closed, it trips the switch. I have >found the machine idling with no airflow in my bag several times >already. > >Thanks in advance. if i understand your question correct, none of the answers given, will help you, because you want to _disable_ the wakeup and not edit the events _after_ wakeup. on my systems there is in the proc directory a file called: /proc/acpi/wakeup which shows which devices will wakeup the laptop is suspend. and i don't have much documentation .. but for my thinkpad there is this article which should work on every laptop with sane acpi. http://www.thinkwiki.org/wiki/Talk:How_to_make_ACPI_work#Auto-wake_on_lid_open_-_how_to_STOP.3F ---------------- cut ---------------- There is a /proc/acpi/wakeup file here. (t42p). Currently shows: Device Sleep state Status > cat /proc/acpi/wakeup LID 3 * enabled SLPB 3 * enabled PCI0 3 disabled UART 3 disabled PCI1 4 disabled USB0 3 disabled USB1 3 disabled AC9M 4 disabled and .. echo " LID" > /proc/acpi/wakeup should disable the LID from waking up ---------------- cut ---------------- but on the site are some comments.. so reading is reommended. -- Florian Reitmeir -- To UNSUBSCRIBE, email to debian-laptop-REQUEST@... with a subject of "unsubscribe". Trouble? Contact listmaster@... |
|
|
Re: NOT wake on lid switch?2008/8/18 Bhasker C V <bhasker@...>:
> Hi, > > IMHO tweaking the hardware for a solution which can be achieved > by software would not be a good idea. > > The script /etc/acpi/lid.sh does 2 tasks > a) to send the system to suspend when the lid is closed > b) to get the system back to normal when the lid is opened. > > In case you want to disable the lid action then just comment the line > > action=/etc/acpi/lid.sh > in the /etc/acpi/events/lidbtn script > > (comment by adding an # in the start of that line as like below) > # action=/etc/acpi/lid.sh > > > that will disable the lid switch activity all-together. > Thank you Bhasker. Commenting out the line in question did in fact prevent the laptop from going into standby when I _close_ the lid. However, the machine still wakes from standby when I _open_ the lid. So this is not a solution to my problem. I looked in the BIOS thinking that there may be an ACPI disable option there, but there is none. -- Dotan Cohen http://what-is-what.com http://gibberish.co.il א-ב-ג-ד-ה-ו-ז-ח-ט-י-ך-כ-ל-ם-מ-ן-נ-ס-ע-ף-פ-ץ-צ-ק-ר-ש-ת ä-ö-ü-ß-Ä-Ö-Ü |
|
|
Re: NOT wake on lid switch?On Sun, Aug 17, 2008 at 04:29:32PM +0300, Dotan Cohen wrote:
> the lid switch is activated? The laptop in question is a Dell Inspiron > E1505 / 6400. did it have MS-W preinstalled? still there & bootable on a partition? > found the machine idling with no airflow in my bag several times > already. if yes to above point, does this happens in MS-W as well? perhaps the full knobs to wakeup and such are in a MS-W -only util - if not from BIOS, there should be a user control to (un)set wakeup events. There are specific acpi kernel modules for Dell and a handful other vendors to tweak this stuff from Linux, try and see if you get success in loading such module and if something new appears in /proc/acpi (or /sys if the /proc interface is disabled in your kernel). HTH -- paolo -- To UNSUBSCRIBE, email to debian-laptop-REQUEST@... with a subject of "unsubscribe". Trouble? Contact listmaster@... |
|
|
Re: NOT wake on lid switch?2008/8/19 Paolo <oopla@...>:
> On Sun, Aug 17, 2008 at 04:29:32PM +0300, Dotan Cohen wrote: >> the lid switch is activated? The laptop in question is a Dell Inspiron >> E1505 / 6400. > > did it have MS-W preinstalled? Yes > still there & bootable on a partition? No >> found the machine idling with no airflow in my bag several times >> already. > > if yes to above point, does this happens in MS-W as well? perhaps the > full knobs to wakeup and such are in a MS-W -only util - if not from BIOS, > there should be a user control to (un)set wakeup events. > There are specific acpi kernel modules for Dell and a handful other vendors > to tweak this stuff from Linux, try and see if you get success in loading > such module and if something new appears in /proc/acpi (or /sys if the > /proc interface is disabled in your kernel). Thanks, I will start googling Dell-specific settings. Or, maybe not. I will simply disconnect the switch. I don't want to fiddle with it each time I upgrade my distro (every six months on average). That's what I usually do with the pc speaker on desktop systems anyway, as each distro wants me to blacklist the module in it's own unique way :) -- Dotan Cohen http://what-is-what.com http://gibberish.co.il א-ב-ג-ד-ה-ו-ז-ח-ט-י-ך-כ-ל-ם-מ-ן-נ-ס-ע-ף-פ-ץ-צ-ק-ר-ש-ת ä-ö-ü-ß-Ä-Ö-Ü |
| Free Forum Powered by Nabble | Forum Help |