Re: double button/sleep ['securiQ.Watchdog': checked]

2004-09-10 Thread Andreas Stempfhuber
Hi, Am Freitag, 10. September 2004 15:25 schrieb Derek Broughton: > Anyway, for any such event you put both the deactivation and the > reactivation code in the same script: > > # deactivate code here > echo 4 > /proc/acpi/sleep > # good idea to sleep for a moment to let things wake up properly > s

Re: double button/sleep ['securiQ.Watchdog': checked]

2004-09-10 Thread Andreas Stempfhuber
Hi, Am Freitag, 10. September 2004 15:25 schrieb Derek Broughton: > Anyway, for any such event you put both the deactivation and the > reactivation code in the same script: > > # deactivate code here > echo 4 > /proc/acpi/sleep > # good idea to sleep for a moment to let things wake up properly > s

Re: double button/sleep ['securiQ.Watchdog': checked]

2004-09-10 Thread Derek Broughton
On September 10, 2004 04:06 am, [EMAIL PROTECTED] wrote: > Thanks for your answer Andreas. I did the same, except for I don't know > how to restart the daemon during the wake up sequence. Can you tell me? I > still think this is not the elegant way to solve the problem, but at least > it works. If

Re: double button/sleep ['securiQ.Watchdog': checked]

2004-09-10 Thread Derek Broughton
On September 10, 2004 04:06 am, [EMAIL PROTECTED] wrote: > Thanks for your answer Andreas. I did the same, except for I don't know > how to restart the daemon during the wake up sequence. Can you tell me? I > still think this is not the elegant way to solve the problem, but at least > it works. If

Re: double button/sleep ['securiQ.Watchdog': checked]

2004-09-10 Thread laszlo . kupcsik
Thanks for your answer Andreas. I did the same, except for I don't know how to restart the daemon during the wake up sequence. Can you tell me? I still think this is not the elegant way to solve the problem, but at least it works. If anyone knows a nicer solution, please tell us. BTW, do you th

Re: double button/sleep ['securiQ.Watchdog': checked]

2004-09-10 Thread laszlo . kupcsik
Thanks for your answer Andreas. I did the same, except for I don't know how to restart the daemon during the wake up sequence. Can you tell me? I still think this is not the elegant way to solve the problem, but at least it works. If anyone knows a nicer solution, please tell us. BTW, do you th

Re: double button/sleep ['securiQ.Watchdog': checked]

2004-09-09 Thread Andreas Stempfhuber
Hi, [EMAIL PROTECTED] wrote: > If I press the suspend button on the keyboard, my computer suspends to > disk nicely. (...) > The problem comes afterwards: I turn it on, comes up nicely, then > hibernates again. Now I turn it on for the second time, comes up nicely, > and ta-da: Its running. I unde

Re: double button/sleep ['securiQ.Watchdog': checked]

2004-09-09 Thread Andreas Stempfhuber
Hi, [EMAIL PROTECTED] wrote: > If I press the suspend button on the keyboard, my computer suspends to > disk nicely. (...) > The problem comes afterwards: I turn it on, comes up nicely, then > hibernates again. Now I turn it on for the second time, comes up nicely, > and ta-da: Its running. I unde

double button/sleep ['securiQ.Watchdog': checked]

2004-09-09 Thread laszlo . kupcsik
Hi everyone! I have a strange problem regarding ACPI on Dell Inspiron 8100. If I press the suspend button on the keyboard, my computer suspends to disk nicely. Suspend script is simple, I don't think its the problem: #!/bin/sh # /etc/acpi/sleepbtn.sh # Initiates a sleep when the sleep putton

double button/sleep ['securiQ.Watchdog': checked]

2004-09-09 Thread laszlo . kupcsik
Hi everyone! I have a strange problem regarding ACPI on Dell Inspiron 8100. If I press the suspend button on the keyboard, my computer suspends to disk nicely. Suspend script is simple, I don't think its the problem: #!/bin/sh # /etc/acpi/sleepbtn.sh # Initiates a sleep when the sleep putton